View Single Post
Old 03-25-2005, 03:52 PM   #6 (permalink)
Nua
Upright
 
Location: -=sWiMmInG_pOoL=-
well, if u r talkin about tweaking firefox u might need this:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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:

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.

3. Lastly right-click anywhere and select 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 recieves.

If you're using a brodband connection you'll load pages 2-3 times faster now.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
about:config (hit enter)

You will see a whole load of options (reminds me of Regedit) Change the following values as stated:

network.http.max-connections = 64
network.http.max-connections-per-server= 20
network.http.max-persistent-connections-per-server= 10
network.http.pipelining = true
network.http.pipelining.maxrequests = 20 or 30 (choose one)
nglayout.initialpaint.delay = 0
network.http.request.max-start-delay = 0
If nglayout.initialpaint.delay doesnt exist, Right click, new integer.

Optional:
network.http.max-persistent-connections-per-proxy = 10
network.http.proxy.pipelining = true
network.http.proxy.version = 1.0

Close mozilla and start it again.
Now Mozilla Burns sites like wild.

WARNING: These settings make you download sites considerably faster, BUT put a great overload on the sites you go to. This really means nothing other then the fact that anyone else browsing will just go slower and you will absorb their speed.

Next tip:

Disable IPv6 in Firefox for a nice page speed increase!!........ because most if not all of the web is still using IPv4...........and it works in Windows version of Firefox too. yes.gif

Open Firefox.........type about:config (enter)

look for :Network.dns.disableIPv6

Double click to to toggle it to 'true' and then restart Firefox.

You should notice a speed increase.........page to page.

Now make Firefox really work for you...

One of the sweetest thing about Firefox is the ability to use extentions. At the time of this writing, there are 226 extentions that we can use to make it better.. I will only touch on a few of them that I use. (Alphabetically Sorted)

Adblock: Remove inline ads.

Bookmarks Synchronizer: Save your bookmarks to an XML file, and sync with an FTP server. Keep your work/home bookmarks current!

Digger: Navigate to parent directories, switch to ftp equivalent of site, climb subdomains, etc.. Very helpful in "scouting" a site.

Download Sort: Automatically send downloads to specific folders based on file's extention.
Gmail Notifier: Lets you know if you have new gmail

Google Pagerank Status: Lets you see the Google PageRank of the page you are visiting.

refspoof: "Spoof" your referer.

Spiderzilla: Download an entire site to a local directory.

Super DragAndGo: Drag a link to blank space on a webpage, and it will open it in a new tab.

SpoofStick: gives real addy when you land on fake sites.

SwitchProxy: Manage and switch between multiple proxies. Make sure to read my article on finding and useing proxies.

User Agent Switcher: Switch the user agent of your browser.

x: Gives a Toolbar "paranoia" button, click it and it can clear history, form info, saved passwords, download history, cookies, & cache.

Sick of Google Ads on everyone's page? Well lets tell firefox that we don't want to see them anymore. This hack will remove 95% of all Ads, including google Ads. (Yes, even from Gmail. Warning, Removing these ads may violate the TOS of Gmail)

This hack uses the magic of CSS and a Firefox configuration file named UserContent.css. We are going to edit this file, I suggest you download the plugin ChomEdit to make your job easier. (Go install it now & come back after restart)

Ok, now that you have ChromEdit installed, open Firefox and click on Tools / Edit User files. A new window will appear that has five tabs across the top. Click on the tab that is labeled userContent.css. Next click on the link below and copy all the text. Then paste it into the userContent.css file, then click the Save button.
Code

Now restart your browser.. Tada, Google ads are gone!

EOT˙
Nua is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360