|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
rockin tha trailerpark
Industry Role:
Join Date: May 2001
Location: ~Coastal~
Posts: 23,088
|
Advanced Firefox Questions
Ok first of all, there is an address you can type into your firefox browser to access all settings like max tcp connections, pipe flow etc. what is that address & what are the optimal settings for a power user using a 6mb/1mbit connection.
#2, i have yet to find out how to turn off flash banner sounds...i love the banners, but "OHHH ME SO HORNY!" at 3am when my little nephew visits on weekends & is in the guest room next door is not cool, i gotta figure out how to turn that off, that would totally be doing me a solid. Thanks guys! Tech Guru's show your shit!
__________________
__________ Loadedca$h - get sum! - Revengebucks - mmm rebills! - webair (gotz sErVrz)
|
|
|
|
|
|
#2 |
|
rockin tha trailerpark
Industry Role:
Join Date: May 2001
Location: ~Coastal~
Posts: 23,088
|
Ok i found the command you put in the browser
about:config |
|
|
|
|
|
#3 |
|
rockin tha trailerpark
Industry Role:
Join Date: May 2001
Location: ~Coastal~
Posts: 23,088
|
Heres the first usefull one i've found so far
Enter browser.blink in the Filter bar. This process filters out everything except browser.blink_allowed. You know that gosh-awful blink tag from the early Internet days (and unfortunately still present on truly ugly sites)? That's what this item controls. If you look at the about:config resource under Browser.*, it states the following about browser.blink_allowed: * True: Use of the blink tag or CSS's text-decoration: blink will result in blinking elements. * False: Blinking is disabled. |
|
|
|
|
|
#4 |
|
rockin tha trailerpark
Industry Role:
Join Date: May 2001
Location: ~Coastal~
Posts: 23,088
|
To create a new entry, such as browser.cache.memory.capacity, right-click the about:config content space and click New. In this case, select Integer. Enter the preference name and then enter 16000 for the value. These actions address a problem with the memory leak in Firefox.
The browser is supposed to use as much RAM as you have available and then let go of it when another application needs it. The Fox is not a nice animal when it comes to leaks, and this should fix the problem (remember to close and reopen Firefox to have the new configuration take effect). The value 16000 provides 16MB of memory cache; anything needed beyond that is cached to disk. WOW! |
|
|
|
|
|
#5 |
|
Confirmed User
Industry Role:
Join Date: Jun 2004
Location: Australia.
Posts: 2,151
|
nice find, thanx alot will come in handy.
__________________
You Dun Goofed! |
|
|
|
|
|
#6 |
|
rockin tha trailerpark
Industry Role:
Join Date: May 2001
Location: ~Coastal~
Posts: 23,088
|
Enter about:plugins to get a list of the installed plug-ins, version numbers, mime types, and information about whether or not it's enabled. Enter about:cache to get a summary of your memory and file cache, along with links to your cache entries.
^ FUCKING SWEET So for those of you not following so far....simply goto your http:// bar up top...erase http:// & simply type in about:config, like you would type in about:blank |
|
|
|
|
|
#7 |
|
rockin tha trailerpark
Industry Role:
Join Date: May 2001
Location: ~Coastal~
Posts: 23,088
|
Another tip
You can simply type /firefox into the address bar & it will take you direct to firefox or /gofuckyourself try it out! |
|
|
|
|
|
#8 |
|
Confirmed User
Industry Role:
Join Date: Jan 2002
Posts: 7,981
|
http://www.tweakguides.com/Firefox_8.html
http://www.tweakfactor.com/articles/...oxtweak/4.html Look under "Fast Computer Fast Connection" |
|
|
|
|
|
#9 |
|
Confirmed User
Join Date: Jan 2005
Posts: 1,648
|
user_pref("browser.turbo.enabled", true);
user_pref("browser.xul.error_pages.enabled", true); user_pref("network.http.max-connections", 36); user_pref("network.prefetch-next", false); user_pref("nglayout.initialpaint.delay", 200); user_pref("dom.disable_window_flip", true); user_pref("dom.disable_window_move_resize", true); user_pref("security.warn_entering_secure", false); user_pref("security.warn_entering_weak", false); user_pref("security.warn_leaving_secure", false); user_pref("security.warn_submit_insecure", false); user_pref("security.warn_viewing_mixed", false); user_pref("browser.chrome.favicons", true); |
|
|
|
|
|
#10 |
|
rockin tha trailerpark
Industry Role:
Join Date: May 2001
Location: ~Coastal~
Posts: 23,088
|
very sweet guys, i'll be adding these guides to my site later today
__________________
__________ Loadedca$h - get sum! - Revengebucks - mmm rebills! - webair (gotz sErVrz)
|
|
|
|