Jump to content

Mozilla Firefox 5.0


toyo

Recommended Posts

Replacing the ftp with http does not work (for me). The original link should work though.

I'll upload the exe to Mediafire, just wait for 2 minutes. Uploaded.

FF 5.0 Final

Link to comment
Share on other sites


  • Replies 49
  • Views 4.9k
  • Created
  • Last Reply

Replacing the ftp with http does not work (for me). The original link should work though.

I'll upload the exe to Mediafire, just wait for 2 minutes. Uploaded.

FF 5.0 Final

Thanks anyway.

post-9881-0-60462200-1308359800_thumb.pn

Link to comment
Share on other sites


all those people complaining about addons not working, you can just extract the addon (it's only a .ZIP file renamed), edit the .RDF file within (that's a plain text file) changing the values for supported versions, then .ZIP it up again (not .RAR) and rename it back to the name of the original extension. guaranteed to work.

(for example, the compatibility addon linked above has a maxversion value of 7.0a1!!!)

Link to comment
Share on other sites


all those people complaining about addons not working, you can just extract the addon (it's only a .ZIP file renamed), edit the .RDF file within (that's a plain text file) changing the values for supported versions, then .ZIP it up again (not .RAR) and rename it back to the name of the original extension. guaranteed to work.

(for example, the compatibility addon linked above has a maxversion value of 7.0a1!!!)

tried this several times but extensions became corrupt.

Link to comment
Share on other sites


all those people complaining about addons not working, you can just extract the addon (it's only a .ZIP file renamed), edit the .RDF file within (that's a plain text file) changing the values for supported versions, then .ZIP it up again (not .RAR) and rename it back to the name of the original extension. guaranteed to work.

(for example, the compatibility addon linked above has a maxversion value of 7.0a1!!!)

tried this several times but extensions became corrupt.

let me try. which extension did u try with?

Link to comment
Share on other sites


  • Administrator

Ofc. If you are trying 3.6 addons on 4.0 then there are chances to get corrupt. But 4.0 to 5.0 wont have many problems. :)

Link to comment
Share on other sites


freeforever03

I just installed Firefox 5.0 and it works well. Colorful Tabs and Cool Iris add-ons don't work.

Link to comment
Share on other sites


I just installed Firefox 5.0 and it works well. Colorful Tabs and Cool Iris add-ons don't work.

try these two

colorful tabs extension/addon

http://www.mediafire.com/?uj4b4wwl2kg1wfk

cooliris extension/addon

http://www.mediafire.com/?r8u7873ialc85rx

Link to comment
Share on other sites


madeinheaven

I just installed Firefox 5.0 and it works well. Colorful Tabs and Cool Iris add-ons don't work.

try these two

colorful tabs extension/addon

http://www.mediafire.com/?uj4b4wwl2kg1wfk

cooliris extension/addon

http://www.mediafire.com/?r8u7873ialc85rx

Link to comment
Share on other sites


Hi,

Just add these 2 lines in your prefs.js. You will never worry again about extension!

user_pref("extensions.checkCompatibility.5.0", false);

user_pref("extensions.checkUpdateSecurity", false);

%Appdata%\\Mozilla\Firefox\Profiles\xxxxxxx.default

----------------------------------------------------

Here is my settings (prefs.js) for optimal performance

# Mozilla User Preferences

user_pref("browser.bookmarks.restore_default_bookmarks", false);

user_pref("browser.download.manager.alertOnEXEOpen", false);

user_pref("browser.download.manager.scanWhenDone", false);

user_pref("browser.download.saveLinkAsFilenameTimeout", 0);

user_pref("browser.places.smartBookmarksVersion", 2);

user_pref("browser.preferences.advanced.selectedTabIndex", 3);

user_pref("browser.rights.3.shown", true);

user_pref("browser.safebrowsing.enabled", false);

user_pref("browser.safebrowsing.malware.enabled", false);

user_pref("browser.search.openintab", true);

user_pref("browser.shell.checkDefaultBrowser", false);

user_pref("browser.startup.homepage", "http://www.google.com/webhp");

user_pref("browser.startup.homepage_override.mstone", "ignore");

user_pref("browser.startup.page", 3);

user_pref("browser.tabs.autoHide", true);

user_pref("browser.tabs.warnOnClose", false);

user_pref("browser.tabs.warnOnOpen", false);

user_pref("network.cookie.cookieBehavior", 1);

user_pref("network.cookie.prefsMigrated", true);

user_pref("dom.disable_window_move_resize", true);

user_pref("font.name.serif.x-western", "Segoe UI");

user_pref("general.smoothScroll", true);

user_pref("general.warnOnAboutConfig", false);

user_pref("security.warn_viewing_mixed", false);

user_pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=");

user_pref("plugin.expose_full_path", true);

user_pref("privacy.donottrackheader.enabled", true);

// network performance

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", 16);

user_pref("network.http.pipelining", true);

user_pref("network.http.pipelining.maxrequests", 8);

user_pref("network.http.pipelining.ssl", true);

user_pref("network.http.proxy.pipelining", true);

user_pref("network.http.sendRefererHeader", 0);

// extension security and check

user_pref("extensions.checkCompatibility.5.0", false);

user_pref("extensions.checkUpdateSecurity", false);

user_pref("security.dialog_enable_delay", 0);

user_pref("extensions.update.notifyUser", false);

// betterprivacy config

user_pref("extensions.bprivacy.DefaultFlashCookieDeletion", true);

user_pref("extensions.bprivacy.donotaskforfolder", true);

user_pref("extensions.bprivacy.donotaskonexit", true);

user_pref("extensions.bprivacy.initiated", true);

// adblock plus config

user_pref("extensions.adblockplus.showintoolbar", false);

// skipscreen

user_pref("extensions.skipscreen.showfirstruns", false);

user_pref("extensions.skipscreen.firstrun", false);

user_pref("extensions.skipscreen.errordisplay", false);

user_pref("extensions.skipscreen.sharescreenactive", false);

// disable adobe plugins

user_pref("plugin.scan.Acrobat", "11");

Link to comment
Share on other sites


Suggestion:

Add-on Compatiblility Reporter extension should be placed on Frontpage for download.

This would be useful for users still get problems with their extensions.

Download: Add-On Compatibility Reporter

Link to comment
Share on other sites


all those people complaining about addons not working, you can just extract the addon (it's only a .ZIP file renamed), edit the .RDF file within (that's a plain text file) changing the values for supported versions, then .ZIP it up again (not .RAR) and rename it back to the name of the original extension. guaranteed to work.

(for example, the compatibility addon linked above has a maxversion value of 7.0a1!!!)

tried this several times but extensions became corrupt.

let me try. which extension did u try with?

Tried with IDMCC 7.3.1

Internet Download Manager is not working correctly with ff5.0 final.

Link to comment
Share on other sites


So many incompatibility with addons, I think I'll keep using v4 until next fix. :frusty:

Link to comment
Share on other sites


Tried with IDMCC 7.3.1

Internet Download Manager is not working correctly with ff5.0 final.

i tried to modify the IDM extension, didn't install after modification, sorry. You now have three options, (1) you could try some of the other firefox mods other members have shared or (2) you could continue to use ff4 for a few more days with your existing setup with IDM or (3) use ff5 and do without IDM for a few days as I'm pretty sure the IDM developers will soon be releasing an updated version with an addon that is FF5 compatible

Link to comment
Share on other sites


Hey guys, it's time to remove the 4.0.1 version from the frontpage; version 5.0 officially released and Mozilla index has been updated.

Checked the setup file, last modified date + MD5 is exactly the same as setup file released on 15 June ;).

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...