Let Older Add-Ons Work With Firefox 3.0
mask.of.sanity informs us of a hack that allows old add-ons to work with Firefox 3.0. Short form: in about:config, create a new boolean and set extensions.checkCompatibility to false. "The fix, which requires a little boolean creativity, great for anyone not afraid of taking risks. The idea is to stop Firefox checking its version history, allowing defunct extensions to work... [Those who do] get the fix working will have to remove the code from the prefs.js file once the stable Firefox comes out, but will enjoy their [favorite extensions] in the meantime."
If FF3 is being used before a v1 release, it ought to be used in order to find bugs so that the development team can fix them for the release version. By breaking a specific part of the product in order to install unsupported addons, users are adding unecessary unknowns to the equation and negating their contributions to the product test cycle.
I'd say hold off on FF3 until it is released if you can't live without your plugins.
I always wondered why some extensions got disabled from one minor bugfix release to the next. Has the underlying API been changed so much, that the extension really isn't going to work anymore or is the extension's author just being a bit restrictive with the "max. version allowed" setting?
Not afraid of taking risks? It's about:config, not instructions for making a Linux-powered flamethrower, which I think would be a much better article for Slashdot.
"A week in the lab saves an hour in the library"
It's a loss if old plugins don't work, some plugins are nice but unmaintained. An example was PrefBar which also suddenly didn't work anymore in FireFox 2.0, until much later. It's a shame that no backwards compatibility is provided out of the box. Not saying I'm for the above idea though.
I hope that soon they'll disable the creation of OS dependent add-ons. Man, I really want my browser to match aqua. so what if I don't have osx?
Obviously tips like this take a long time to filter through to Slashdot, for some reason. I saw that tip when first using Firefox 3 betas, and according to the Mozillazine knowledgebase it has been there since Firefox 2! It also covers an extra bit that the summary doesn't that might still stop extensions working in Firefox 3.
And after all that, I originally used the Nightly Tester Tools to check the compatibility of some extensions. Some of the simpler ones worked, but AdBlock Plus couldn't just have the FF2 version enabled (it wouldn't auto-fill the filter address, but they have an update) and neither could the Web Dev toolbar (the edit CSS tab wouldn't close, amongst other things). Both of them have now been updated for the RC.
I think this one is definitely tagged right - "!news". Now all it needs is "badidea".
This addon lets you selectively override addons' compatibility, among other things.
There's a beta version of Foxmarks for Firefox 3 that's now been opened.
Every extention has an install.rdf file which contains the version numbers it works with, if you go to your profie dir and then extentions you can move the extention folders out, edit the rdf files in notepad then restart firefox - it will have no extentions, close it, then move all the extention folders back one at a time restarting firefox everytime, that way you are only adding back extentions that you know work, but just haven't been updated by their developers to install. This can also be done by renaming the .xpi files to .zip then opening editing then returning to .xpi and installing.
If you are comfortable doing this i view this as safer than just allowing all addons as if something was crashing firefox you would have no idea, where as if it did you would know and you would live without one extention rather than one.
Sure you can disable the mechanism that checks whether plugins are compatible.
However, as is to be expected with major version changes, lots of API's will likely have changed, so if the plugins happen not to crash outright, they might fail in subtle ways that you don't discover until it's much too late.
This is pretty much exactly why the mechanism is there in the first place.
So if you do this, don't complain about "bugs" regarding crashes, memory leaks and pretty much any other problems you may experience with Firefox. There likely will be a lot, if you go down this road.
Every expression is true, for a given value of 'true'
Here is another boolean hack but for Vista! Just set that boolean variable
CRASH = TRUE
and
EATALLMYDAMNRESOURCESWITHDRM = TRUE
to FALSE
I wonder if I can set OMGIGOTAGIRLFRIEND = TRUE... THE POSIBILITIES!
Recovery is to delete the plugin, something like this: .mozilla | grep toolbar
..
.mozilla/firefox/zy8uo2wh.default/extensions/\{3112ca9c-de6d-4884-a869-9855de68056c\}
egrep -ri google
.. ( see where it lives )
rm -rf
"It doesn't cost enough, and it makes too much sense."
I'm on OS X and FF3 doesn't allow a parallel installation of two Firefoxes.
Is there a way to test all my installed extension in advance?
Sorry if this is a dumb question but I couldn't find anything with googling.
-- "As a human being I claim the right to be widely inconsistent", John Peel
On that note, is there any -easy- way to check addon compatibility before upgrading to FF3, i.e. other than looking each addon up again? As I understand it they all have a builtin version range, why can't I just go to my addon list and see the compatibility of each addon?
Stuff.
Well, I've been using this pref since the early days of Minefield. I find that most extensions I use work fine under Minefield. Here is a list of them:
One thing to note, though.. I think recently the mozilla addons site has been changed, and the button to install is now disabled if you use a not-officially-compatible browser version.
To overcome this, I first install NoScript (it's compatible with Minefield), and then blacklist the mozilla addons site, so it will not run the javascript that disables the button (yes, it's javascript). Then I can install whatever I want.
Of course, I had a few problems with some extensions. Turned out they really were incompatible, but from my personal experience, most of them work just fine under Minefield.
> [Those who do] get the fix working will have
> to remove the code from the prefs.js file once
> the stable Firefox comes out
Not true. There is highly visible UI in the Firefox 3 AddOns Window which lets you to turn compatability checking on again.
I would recommend Firefox Portable if you want to see if FF3rc1 is right for you. No registry changes and it allows you to add your extensions without issue. I have 10 add-ons that I use with Firefox and last time I tried to do a blind upgrade with forced add on use Firefox would not even start.
Calvin:Do you believe in the devil? Hobbes:I'm not sure man needs the help.
I just installed Firefox 3.0 this week. I'm generally happy with it, but is there a fix for the horrible location bar auto-complete yet? My jaw dropped when I saw it pop up... what an ugly, ugly, feature. It seems like a pet change of the creators, too, so they don't have any option to turn it off in about:config.
To be absolutely safe, back up your profile directory from OUTSIDE Firefox and 'turn on' only a few at a time. If it breaks so badly that Firefox won't even start, just restore the proofile directory from one of your "backup" copies. BTW, there's some out-of-date comments here, NTT does not force you to "make ALL compatible" at the same time anymore.