Showing posts with label Firefox tricks. Show all posts
Showing posts with label Firefox tricks. Show all posts

Set Multiple Home Pages In Firefox

Did you people ever wish to set-up multiple home pages in Firefox ?
I yes, then you are at the right place. So here’s the way to do this little but useful little trick.
Suppose you would like to set Orkut, Google and my blog  as your homepages. Then try this tweak in Firefox to set multiple homepages. This is what you should do :
  • Goto Tools>Options>Main
  • In the When Firefox starts drop down menu choose Show my home page
  • In Home page give your homepages separated by a | (pipe symbol)
Example:http://www.google.com|http://www.orkut.com|http://cooltipsntricks.blogspot.com
  • Click OK
Now next time when you start Firefox all of your three home pages will be displayed simultaneously.

How to run Firefox inside Firefox.?

Yup you can run Firefox inside firefox just by typing following url.
How about Opening Firefox inside Firefox which is again in another Firefox..?
Not bad huh?
And its really easy too just type in this url in Firefox’s address bar and there you go!
Firefox inside Firefox!
copy paste following url in a web browser (mozilla firefox).
chrome://browser/content/browser.xul
Following is the screenshot of this trick (firefox in firefox in firefox, which is again in another firefox)
firefox inside firefox

Trick on Firefox browser

Quote:
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i–) {for (j = n; j > 0; j–) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
Press enter and wait till last to see what happens..its fun
even works in firefox

Light Up Ur Window With Colours

just copy & paste the script in your address bar & hit enter
javascript: i=0;c=["red","green","blue","yellow","magenta","orang e"," black","white"]; a=document.links;setInterval(‘i++;a[i % document.links.length].style.color=c[i % c.length]‘,10);void(0);


Works With Firefox Only

Increase Your Mozilla firefox Browser speed


Yes, firefox is already pretty damn fast but did you know that you can tweak it and improve the speed even more?

That’s the beauty of this program being open source.
Here’s what you do:
In the URL bar, type “about:config” and press enter. This will bring up the configuration “menu” where you can change the parameters of Firefox.
Note that these are what I’ve found to REALLY speed up my Firefox significantly – and these settings seem to be common among everybody else as well. But these settings are optimized for broadband connections
Double Click on the following settins and put in the numbers below – for the true / false booleans – they’ll change when you double click.
Code:
browser.tabs.showSingleWindowModePrefs – true
network.http.max-connections – 48
network.http.max-connections-per-server – 16
network.http.max-persistent-connections-per-proxy – 8
network.http.max-persistent-connections-per-server – 4
network.http.pipelining – true
network.http.pipelining.maxrequests – 100
network.http.proxy.pipelining – true
network.http.request.timeout – 300
One more thing… Right-click somewhere on that screen and add a NEW -> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0”. This value is the amount of time the browser waits before it acts on information it receives. Since you’re broadband – it shouldn’t have to wait.
Now you should notice you’re loading pages MUCH faster now!