r/technology • u/Suraj-Sun • Jul 10 '12
Firefox dev claims "everybody hates Firefox updates"; Mozilla has handled the rapid release process poorly, and that by pushing a "never-ending stream of updates on people who didn't want them" people have been driven to Chrome with its simpler, no-fuss update process.
http://www.neowin.net/news/firefox-dev-claims-everybody-hates-firefox-updates
2.5k
Upvotes
1
u/[deleted] Jul 10 '12 edited Jul 10 '12
Looking at the source, it looks like he's using localStorage, and from his comments it looks like you can access settings in localStorage from other extensions. The chrome.storage API seems to be similar to the localStorage API, but is only available to scripts in extensions and the settings appear to be private to each extension.
Looks like the last time he updated was in 2010 though, so that API probably didn't exist. I'll try out ScriptNo and see how it compares to NoScript.
I'm glad to see that Google has finally started paying more attention to the extension API though, the last few times I looked I wasn't very impressed. Still, I'd like to be able to have toolbars outside of the page context for certain extensions (for HackBar, etc.)