Welcome to the CashLoopholes.
You are Unregistered, please register to gain Full access.    
Header

CashLoopholes » Free Legal Loopholes And Secrets » Free Computer And Internet Loopholes And Secrets » Internet Browser Hacks And Secrets » How to Get The Most Out of Firefox


Internet Browser Hacks And Secrets Internet browser hacks and secrets. Learn tricks and tips to make your browsing experience more enjoyable.

Notices
Reply
Thread Tools vBmenu Seperating Image Display Modes
How to Get The Most Out of Firefox
Old 10-04-2008, 01:22 PM   #1
Points: 2,660, Level: 31 Points: 2,660, Level: 31 Points: 2,660, Level: 31
Activity: 0% Activity: 0% Activity: 0%
 
Status: Pro Loophole Member
Join Date: Apr 2008
Posts: 192
Thanks: 0
Thanked 5 Times in 2 Posts
kylepsp is a splendid one to beholdkylepsp is a splendid one to beholdkylepsp is a splendid one to beholdkylepsp is a splendid one to beholdkylepsp is a splendid one to beholdkylepsp is a splendid one to beholdkylepsp is a splendid one to beholdkylepsp is a splendid one to behold
Default How to Get The Most Out of Firefox

The about:config page contains most (if not, all) of Firefox configuration options. It is so far the most effective, and the most powerful way to tweak and enhance your Firefox performance. Here are 28 of the popular tweaks.
Accessing your about:config page
In your Firefox, type about:config in the address bar.

To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
You will be shown a warning page. Click the “I’ll be careful, I promise!” button to proceed.

To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
On the main page, you will see a long list of configuration entries. Enter the name of the key you want to update in the “Filter” field. The list will narrow to only the entries that match your keyword as you type.
To modify the value, simply double click on the entry value field and update the entry. That’s all!
Isn’t that simple? Now, let’s get to the tweaking.
1) Adjust the Smart Location Bar’s Number of Suggestions
In Firefox 3, when you start typing in the location bar, a drop-down list of suggestion URLs will be shown. If you want it to show more than 12 suggestions (12 is the default), you can adjust the browser.urlbar.maxRichResults keys and get it to show the number you want.

To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
Config name: browser.urlbar.maxRichResults
Default: 12
Modified value: Set to your desired number of suggestion. If you want to disable it all together, set it to -1
2) Disable the session restore function
Firefox 3 automatically saves your session every 10 secs so that whenever it crashes, it can restore all your tabs. While this is a useful feature, some of you might find it irritating. To disable this function, toggle the value of browser.sessionstore.enabled to False
Config name: browser.sessionstore.enabled
Default: True
Modified value: False if you want to disable the session restore function
3) Adjust the Session Restore Saving Frequency
Same as above, if you decided to keep the session restore feature on, but want to reduce the session saving frequency, change the value of browser.sessionstore.interval so that Firefox will save the session at a longer interval.
Config name: browser.sessionstore.interval
Default: 10000 (in msecs, equivalent to 10secs)
Modified value: Set it to your desired value. 1000 means 1 sec and 60000 means 1 minute.
4) Enable Advanced Color Profile Support
Firefox has this advanced color profile features that display higher image quality. It is not enabled by default as it has a negative effect on the performance of the browser. If you are concern with the image quality rather than the performance, you can activated it via the gfx.color_management.enabled setting
Config name: gfx.color_management.enabled
Default: False
Modified value: True (if you want to activate the color profile support feature)
5) Disable Antivirus Scanning
This is mainly for Windows users. By default, Firefox 3 automatically scan the downloaded file with the default anti-virus application to make sure it is free of virus. If you download a big file, it could take a long time for the whole scanning process to complete. To increase the performance of the browser, you might want to consider disabling the anti-virus scanning via the browser.download.manager.scanWhenDone key.
Config name: browser.download.manager.scanWhenDone
Default: True
Modified value: False (if you want to disable it)
6) Configuring The Scrolling Tabs
When you opened many tabs, Firefox will not keep on reducing the tab width. Instead, it shows a scrolling bar so that the min width (100px) is conserved and you can scroll to find your tabs. If you are those who don’t like the scrolling tab function and prefer Firefox to show all the tabs, regardless how small it is, you can set the value of browser.tabs.tabMinWidth to 0 to disable it. Similarly, if you want Firefox to display more tabs before showing the scrolling button, you can reduce the default value to a lower value, say 75 pixels.

To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
Config name: browser.tabs.tabMinWidth
Default: 100
Modified value: 0 if you want to disable the scrolling functions, other values to set the min width value
7) Show/Disable Close button on Tabs
Some people love to see the Close (the red X) button on every tabs, but some hate it. Whatever is it, you can configure it to your preferences via the browser.tabs.closeButtons setting.

To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
Config name: browser.tabs.closeButtons
Default: 1
Modified values:
  • 0 - display a close button on the active tab only
  • 1- display close buttons on all tabs
  • 2- don’t display any close buttons
  • 3- display a single close button at the end of the tab strip

To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
Extend Scripts Execution Time

In Firefox 3, a script is only given 10 seconds to respond, after which it will issue a unresponsive script warning. If you are hooked on a slow network connection, you might want to increase the script execution time via dom.max_script_run_time to cut down on the frequency of the no script warning.
Config name: dom.max_script_run_time
Default:10 (in secs)
Modified value: 20, or any values greater than 10
9) Handling JavaScript Popups
When you come across a site that executes a javascript open new window function, and if the popup window is without all the usual window features, i.e. back/forward/reload buttons, status bar etc, Firefox will automatically treat it as a popup and will not open it as a new tab. However, if you find this to be a nuisance and wanted to open all new windows in a new tabs, you can specify it via the browser.link.open_newwindow.restriction setting.
Config name: browser.link.open_newwindow.restriction
Default: 2 - Open all JavaScript windows the same way as you have Firefox handle new windows unless the JavaScript call specifies how to display the window
Modified values:
  • 0 – open all links as how you have Firefox handle new windows
  • 1 – do not open any new windows
  • 2- open all links as how you have Firefox handle new windows unless the Javascript specify how to display the window
10) Enable Spell Checking In All Text Fields
The default spell checking function only checks for multi-line text boxes. You can get it to spell-check for single line text box as well.
Config name: layout.spellcheckDefault
Default: 1 (spell checker for multi-lines text boxes only)
Modified values:
  • 0 – disable the spell checker
  • 2 – enable the spell checker for all text boxes
11) Open Search Box Results In New Tab
When you search using the search box at the top right hand corner of the browser, it will display the search results in the current tab. If you don’t want the search to interfere with your current tab, you can tweak the browser.search.openintab to make it open in a new tab.
Config Name: browser.search.openintab
Default: False
Modified value: True (open search box results in new tab)
12) Lower The Physical Memory Used When Minimized
This tweak is mainly for Windows users. When you minimize Firefox, it will send Firefox to your virtual memory and free up your physical memory for other programs to use. Firefox will reduce its physical memory usage, when minimized, to approximately 10MB (give or take some) and when you maximize Firefox it will take back the memory that it needs.
The preference name does not exist and needs to be created.
Right click on the background and select New->Boolean.
Enter the name when prompted: config.trim_on_minimize
Enter the values: True
13) Speed up your Firefox
Several tweaks required for this
Config name: network.http.pipelining
Default: False
Modified value: True
Config name: network.http.proxy.pipelining
Default: False
Modified value: True
Config name: network.http.pipelining.maxrequests
Default: 4
Modified value: any value higher than 4, but not more than 8
Config name: network.http.max-connections
Default: 30
Modified value: 96
Config name: network.http.max-connections-per-server
Default: 15
Modified value: 32
14) Increase/Decrease the Amount of Disk Cache
When a page is loaded, Firefox will cache it into the hard disk so that it doesn’t need to be download again for redisplaying. The bigger the storage size you cater for Firefox, the more pages it can cache.
Before you increase the disk cache size, make sure that browser.cache.disk.enabled is set to True.
Config name: browser.cache.disk.capacity
Default: 50000 (in KB)
Modified value:
  • 0 – disable disk caching
  • any value lower than 50000 reduces the disk cache
  • any value higher than 50000 increases the disk cache.
15) Select all text when click on the URL bar
In Windows and
To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
, Firefox highlights all text when you click on the URL bar. In Linux, it does not select all the text. Instead, it places the cursor at the insertion point. Regardless which platform you are using, you can now tweak it to either select all or place cursor at insertion point.

To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
Config name: browser.urlbar.clickSelectsAll
Modified value:
  • False – place cursor at insertion point
  • True – select all text on click
16) Autofill Address in URL Bar
Other than the smart location feature, you can also get your URL bar to autofill the address as you type the URL.

To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
Config name: browser.urlbar.autofill
Default: False
Modified value: True (Have Firefox autofill the address as you type in the URL bar)
17) Same Zoom Level For Every Site
Firefox remembers your zoom preference for each site and set it to your preferences whenever you load the page. If you want the zoom level to be consistent from site to site, you can toggle the value of browser.zoom.siteSpecific from True to False.
Config name: browser.zoom.siteSpecific
Default: True
Modified value: False (enable same zoom preferences for every sites)
18) Setting your zoom limit
If you find that the max/min zoom level is still not sufficient for your viewing, you can change the zoom limit to suit your viewing habits.
Config name: zoom.maxPercent
Default: 300 (percent)
Modified value: any value higher than 300
Config name: zoom.minPercent
Default: 30 (percent)
value: any value
19) Configure Your Backspace Button
In Firefox, you can set your backspace to better use by getting it to either go back to the previous page or act as page up function.
Config name: browser.backspace_action
Default: 2 (does nothing)
Modified value:
  • 0 – go back previous page
  • 1- page up
20) Increase Offline Cache
If you do not have access to Internet most of the time, you might want to increase the offline cache so that you can continue to work offline. By default, Firefox 3 caches 500MB of data from supported offline
To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
. You can change that value to whatever amount of your choice.
Config name: browser.cache.offline.capacity
Default: 512000 (in KB)
Modified value: any value higher than 512000 will increase the cache value
21) Auto Export Firefox 3 bookmarks to bookmarks.html
Unlike the previous version, Firefox 3 backup the bookmarks file in places.sqlite rather than the usual bookmarks.html. Since bookmarks.html allows us to export and sync our bookmarks with other browser, it will be very useful if Firefox 3 can backup the bookmark to the bookmarks.html as well.
Config name: browser.bookmarks.autoExportHTML
Default: False
Modified value: True (auto export bookmarks file to bookmarks.html)
22) Disable Extension Compatibility Checks
This is useful if you want to use an extension that is not supported by your version of Firefox badly. It is not recommended, but you can still do it at your own risk.
Right click and select New->Boolean. Enter extensions.checkCompatibility in the field. Enter False in the next field.
Right click again and select New->Boolean. Enter extensions.checkUpdateSecurity into the field and enter False into the next field.
23) Disable Delay Time When Installing Add-on
Everytime you wanted to install a Firefox add-on, you will have to wait for several secs before the actual installation starts. If you are tired of waiting, you can turn the function security.dialog_enable_delay off so that the installation will start immediately upon clicking.

To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
Config name: security.dialog_enable_delay
Default: 2000 (in msec)
Modified value:
  • 0 – start installation immediately
  • any other value (in msec)
24) View Source in Your Favorite Editor
This is very useful for developers who are always using the ‘view source‘ function. This tweak allows you to view the
To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
in an external editor.
There are two configuration need to be made:
Config name: view_source.editor.external
Default: False
Modified value: True ( enable view source using external text editor)
Config name: view_source.editor.path
Default: blank
Modified value: insert the file path to your editor here.
25) Increasing ‘Save Link As‘ timeout value
When you right click and select the ‘Save Link As…‘, the browser will request the content disposition header from the URL so as to determine the filename. If the URL did not deliver the header within 1 sec, Firefox will issue a timeout value. This could happen very frequently in a slow network connection environment. To prevent this issue from happening frequently, you can increase the timeout value so as to reduce the possibility of a timeout.
Config name: Browser.download.saveLinkAsFilenameTimeout
Default: 1000 (1 sec)
Modified value: any value higher than 1000 (value is in msec)
26) Animate Fullscreen Toolbar Collapse mode
In Firefox’s fullscreen mode, toolbars and the tab strip are hidden at the top of the screen and only shown on mouseover. To draw attention to this, there is an animation of the toolbar sliding upwards and off-screen when fullscreen mode is toggled on. For performance issue, the animation of the collapse of the toolbar only appear for the first time. For some reason that you may love/hate the animation, you can adjust Browser.fullscreen.animateUp to switch it on/off for every collapse.
Config name: Browser.fullscreen.animateUp
Default: 1 (animate the toolbar collapse only the first time)
Modified value:
  • 0 -disable the animation
  • 2- enable the animation for every collapse
27) Autohide Toolbar in Fullscreen mode
In fullscreen mode, the toolbar is set to autohide and appear upon mouseover. If you have a need to view the toolbar at all time, you can toggle the value of browser.fullscreen.autohide to False to always show the toolbar.
Config name: browser.fullscreen.autohide
Default: True (always autohide)
Modified value: False (always show the toolbar)
28) Increase Add-On search result
If you go to Tools->Add-ons->Get Add-ons and perform a search there, Firefox will only fetch and display 5 matching results. If you want Firefox to show more than 5 results (say 10), you can adjust extensions.getAddons.maxResults to get it to display more results.
Config name: extensions.getAddons.maxResults
Default: 5
Modified value: any value more than 5
kylepsp is offline   Reply With Quote
Old 10-04-2008, 01:49 PM   #2
Pro Loophole Contributer
Points: 91,065, Level: 100 Points: 91,065, Level: 100 Points: 91,065, Level: 100
Activity: 99% Activity: 99% Activity: 99%
 
Gwerzal's Avatar
 
Status: Administrator
Join Date: Oct 2007
Posts: 8,855
Thanks: 44
Thanked 142 Times in 104 Posts
Gwerzal has a reputation beyond reputeGwerzal has a reputation beyond reputeGwerzal has a reputation beyond reputeGwerzal has a reputation beyond reputeGwerzal has a reputation beyond reputeGwerzal has a reputation beyond reputeGwerzal has a reputation beyond reputeGwerzal has a reputation beyond reputeGwerzal has a reputation beyond reputeGwerzal has a reputation beyond reputeGwerzal has a reputation beyond repute
Send a message via MSN to Gwerzal
Default Re: How to Get The Most Out of Firefox

good post.

Thank you very much
__________________
UK Betting Tips - FREE Professional Betting Tips
Fast Payday Loans - US and UK Payday Loans Info

Gwerzal is offline   Reply With Quote
Old 10-04-2008, 05:39 PM   #3
Points: 4,621, Level: 43 Points: 4,621, Level: 43 Points: 4,621, Level: 43
Activity: 0% Activity: 0% Activity: 0%
 
mental104's Avatar
 
Status: Pro Loophole Member
Join Date: Jun 2008
Location: England, Reading
Posts: 363
Thanks: 0
Thanked 1 Time in 1 Post
mental104 has a spectacular aura aboutmental104 has a spectacular aura aboutmental104 has a spectacular aura about
Send a message via ICQ to mental104 Send a message via AIM to mental104 Send a message via MSN to mental104 Send a message via Yahoo to mental104 Send a message via Skype™ to mental104
Default Re: How to Get The Most Out of Firefox

nice post
it took me years to read though
To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
__________________
Mental Boy
mental104 is offline   Reply With Quote
Old 10-27-2008, 06:25 AM   #4
Points: 390, Level: 7 Points: 390, Level: 7 Points: 390, Level: 7
Activity: 0% Activity: 0% Activity: 0%
 
Status: Junior Member
Join Date: Oct 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
ashkar Well done! Keep up the good posts
Default Re: How to Get The Most Out of Firefox

hi friend thnax for the valuable information
ashkar is offline   Reply With Quote
Old 10-27-2008, 06:30 AM   #5
Pro Loophole Contributer
Points: 11,611, Level: 70 Points: 11,611, Level: 70 Points: 11,611, Level: 70
Activity: 30% Activity: 30% Activity: 30%
 
Status: Banned
Join Date: Jun 2008
Posts: 1,198
Thanks: 0
Thanked 26 Times in 24 Posts
bevjones has a reputation beyond reputebevjones has a reputation beyond reputebevjones has a reputation beyond reputebevjones has a reputation beyond reputebevjones has a reputation beyond reputebevjones has a reputation beyond reputebevjones has a reputation beyond reputebevjones has a reputation beyond reputebevjones has a reputation beyond reputebevjones has a reputation beyond reputebevjones has a reputation beyond repute
Default Re: How to Get The Most Out of Firefox

Some great tips thanks mate
bevjones is offline   Reply With Quote
Old 06-06-2009, 07:31 PM   #6
Points: 118, Level: 2 Points: 118, Level: 2 Points: 118, Level: 2
Activity: 34% Activity: 34% Activity: 34%
 
Status: Pro Loophole Member
Join Date: Jun 2009
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
willo2810 Well done! Keep up the good posts
Default Re: How to Get The Most Out of Firefox

a long read, but good info though many thanks
To view links or images in this forum your post count must be 5 or greater. You currently have 0 posts.
willo2810 is offline   Reply With Quote
Old 06-14-2009, 11:06 AM   #7
Points: 117, Level: 2 Points: 117, Level: 2 Points: 117, Level: 2
Activity: 1% Activity: 1% Activity: 1%
 
Status: Junior Member
Join Date: Jun 2009
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Elite_Teabag Well done! Keep up the good posts
Default Re: How to Get The Most Out of Firefox

quality work mate(Y)
Elite_Teabag is offline   Reply With Quote
Old 06-15-2009, 03:55 PM   #8
Points: 20, Level: 1 Points: 20, Level: 1 Points: 20, Level: 1
Activity: 5% Activity: 5% Activity: 5%
 
Status: Junior Member
Join Date: Jun 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
aardvark5 Well done! Keep up the good posts
Default Re: How to Get The Most Out of Firefox

Nice one, and explained well
aardvark5 is offline   Reply With Quote
Old 09-01-2009, 10:41 AM   #9
Points: 156, Level: 3 Points: 156, Level: 3 Points: 156, Level: 3
Activity: 1% Activity: 1% Activity: 1%
 
Status: Junior Member
Join Date: Aug 2009
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
kjk37 Well done! Keep up the good posts
Default Re: How to Get The Most Out of Firefox

Thanx man the info was very helpful, it made my day
kjk37 is offline   Reply With Quote
Old 09-01-2009, 03:00 PM   #10
Points: 181, Level: 3 Points: 181, Level: 3 Points: 181, Level: 3
Activity: 37% Activity: 37% Activity: 37%
 
Status: Banned
Join Date: Jul 2009
Posts: 50
Thanks: 3
Thanked 0 Times in 0 Posts
ksp123 Well done! Keep up the good posts
Default Re: How to Get The Most Out of Firefox

great post thanks
ksp123 is offline   Reply With Quote
Reply

Tags
firefox

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox Extensions Gwerzal Internet Browser Hacks And Secrets 2 09-01-2009 03:12 PM
How to Fix the Firefox Memory Leak (Firefox Hack) BigBud Internet Browser Hacks And Secrets 0 09-29-2008 11:21 PM
FireFox Section Tripleeagle Suggestions And Feedback 0 08-30-2008 03:38 PM
FireFox RS Hack Gwerzal Internet Browser Hacks And Secrets 2 07-23-2008 10:24 AM
Firefox - The history of Firefox Gwerzal Internet Browser Hacks And Secrets 0 07-23-2008 12:04 AM

» Random Video's
Crack wep with backt...
Crack wep with backtrack 3
WoW Gold Farm-Be Ric...
WoW Gold Farm-Be Rich in WoW
FOREX Making Money f...
FOREX Making Money from Home
How to Get YouTube V...
How to Get YouTube Videos Onto Your PSP
How To Record Xbox 3...
How To Record Xbox 360 PS3 Wii PSP Etc To Comp Using Easycap
» Log in
User Name:

Password:

Not a member yet?
Register Now!
Competitions
All these competitions can be entered FREE!

Poster Of The Week

Top 3 Posters Of The Week Win $5 Each

Click Here For Info!


CLH Lottery

The Lottery Will Be Drawn On The 31st Nov.

Prize - $50

Click Here For Info


Last To Post

The Last Person To Post Wins $100

Powered by vBadvanced CMPS v3.1.0

All times are GMT. The time now is 02:22 PM.


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