Post Reply 
Hackin' Fire-Fox Browser
Apr. 11, 2005, 07:34 AM
Post: #1
 
Hi "Guyz",
I ran across this site that had some really nice Browser Tweaks for "Fire-Fox" Users. I realize that not everyone like the FF browser, but for those that do, You'll really like this site. And even for those that don't like the FF browser, You might find the way the tweaks are made real interesting, , , ,I did! Smile!
"Click Here"
Safe-Surfin'
"JaK" [smoke]
Add Thank You Quote this message in a reply
Apr. 11, 2005, 10:24 AM
Post: #2
 
Yeah, there are lots of cool things you can do with both the Sweet Suite and the Fabulous Furry Fox o' Fire. A lot of that stuff, like the speed tweaks, works with the Suite, too, though I've found third-party builds are much faster, even without tweaks. With tweaks ... wow! What got me hooked when I first started using it was the userChrome stuff. Yesterday I played around with making Mozilla look like the default Proxo interface by using some of the textures as background images on the toolbox, tabbrowser-strip and tabs ... "sorta psychedelic!" [lol] [wacko]

Here are some things I set in user.js to enhance security:
Code:
// Prevent sites from disabling features of new windows:
user_pref("dom.disable_open_during_load", true);
user_pref("dom.disable_window_flip", true);
user_pref("dom.disable_window_move_resize", true);
user_pref("dom.disable_window_open_feature.close", true);
user_pref("dom.disable_window_open_feature.directories", true);
user_pref("dom.disable_window_open_feature.location", true);
user_pref("dom.disable_window_open_feature.menubar", true);
user_pref("dom.disable_window_open_feature.minimizable", true);
user_pref("dom.disable_window_open_feature.personalbar", true);
user_pref("dom.disable_window_open_feature.resizable", true);
user_pref("dom.disable_window_open_feature.scrollbars", true);
user_pref("dom.disable_window_open_feature.status", true);
user_pref("dom.disable_window_open_feature.titlebar", true);
user_pref("dom.disable_window_open_feature.toolbar", true);
user_pref("dom.disable_window_status_change", true);
user_pref("dom.event.contextmenu.enabled", false);
user_pref("capability.policy.default.Window.onunload", "noAccess");

I like to bump the connections a bit too ... this is what I typically use, though I'm trying some other (probably excessive) settings at the moment:
Code:
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);

And if you wanna play with the configs much, you can change your throbber url (that sounds kinda Pervert ) so clicking the throbber takes you to about:config:
Code:
user_pref("browser.throbber.url", "about:config");
(Not responsible if any of this stuff makes your browser grow a purple tail! Optimal speed settings vary depending on your connection, computer, and browser build.)

Surfing with Proxo on wine in Debian GNU/Linux ... can ya dig it?
Add Thank You Quote this message in a reply
Apr. 11, 2005, 09:27 PM
Post: #3
 
nxIsle;
Quote:(Not responsible if any of this stuff makes your browser grow a purple tail! .....)

We hired to ProxRocks to come in and spray for that!


Oddysey

I'm no longer in the rat race - the rats won't have me!
Add Thank You Quote this message in a reply
Apr. 11, 2005, 11:47 PM
Post: #4
 
Oddysey Wrote:We hired to ProxRocks to come in and spray for that!

Oddysey
Yeah, kinda like sprayin' for dead foxes and reincarnated birds...
Add Thank You Quote this message in a reply
Apr. 12, 2005, 06:34 AM
Post: #5
 
I have a few tweaks as well, for security.

user_pref("browser.helperApps.alwaysAsk.force", true);
user_pref("capability.policy.default.Window.status", "noAccess");
user_pref("dom.disable_open_click_delay", 3000);
user_pref("network.http.sendRefererHeader", 1);
Add Thank You Quote this message in a reply
Apr. 12, 2005, 07:21 AM
Post: #6
 
Quote:
Oddysey Wrote:We hired to ProxRocks to come in and spray for that!

Oddysey
Yeah, kinda like sprayin' for dead foxes and reincarnated birds...
The good part is, he doesn't even charge us any extra!! How cool is that, eh?!


Oddysey

I'm no longer in the rat race - the rats won't have me!
Add Thank You Quote this message in a reply
Apr. 18, 2005, 04:50 AM
Post: #7
 
After seeing ProxRocks' posts over on the Browser Security Pack thread, I hope you don't fumigate for endangered aquatic primates [lol] ! I used to love Fx, until 0.9 came out Cry Mad with Teeth , but after that it's not the same: I really can't stand any version they've made since [Image: dead.gif]. Switched to the Suite, which I now really like, though I miss one or two little features in the old Fb/Fx (wish I understood enough js to write an extension to incorporate 'em ... I've got the xul and css down, but I've been banging my head against the wall for over a month to get the js fully functional). I hear you about the fx marketing ...

Surfing with Proxo on wine in Debian GNU/Linux ... can ya dig it?
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: