Showing posts with label browser. Show all posts
Showing posts with label browser. Show all posts

Monday, January 22, 2007

Firefox 2.x.x Removing Tab Scroller

You can remove Firefox 2.0 or higher tab scroller, an invention annoying like linux distros simple as walking few miles on your hands . Just a joke, it's much much simpler.

Three steps proces

1. open your firefox and type about:config in adress bar (the place where u usually type http://trap17.com/forums), without that http thingy
2. find option browser.tabs.tabMinWidth and change the value to 0 --
3. restart your lovely firefox, and start it again..

Saturday, January 20, 2007

making your firefox browser load faster

Download your Firefox here

This will make your pages load even faster.

1. Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.

2. Alter the entries as follows: (by double clicking them)

Set "network.http.pipelining" to "true"

Set "network.http.proxy.pipelining" to "true"

Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once. (I changed mine to 100, works great.)