Installing every* Firefox extension
61–70 of 86 posts
Re: Installing every* Firefox extension
#62Re: Installing every* Firefox extension
#63I won the "Middle Finger Emoji Sticker" Award! ( https://jack.cab/blog/every-firefox-extension#the-middle-fin... ) I quickly wrote up how: https://www.arnevogel.com/firefox-permissions/
why dont you use your own extension?
Re: Installing every* Firefox extension
#64> I did some research to find why this took so long. 13 years ago, extensions.json used to be extensions.sqlite. Nowadays, extensions.json is serialized and rewritten in full on every write debounced to 20 ms, which works fine for 15 extensions but not 84,194. I'm slightly worried how they arrived at that debounce value. Which extensions need to write to extensions.json continuously, several times a second?
When Firefox finds new extensions, it updates the in-memory set for each of them.
In the typical case that series of updates will be small, and the denounce makes it likely the file gets written only once.
Re: Installing every* Firefox extension
#65Re: Installing every* Firefox extension
#66Re: Installing every* Firefox extension
#67Re: Installing every* Firefox extension
#68Not at all; all good developers succeed by finding ways to make their past work look unnecessarily complicated.
Re: Installing every* Firefox extension
#69Re: Installing every* Firefox extension
#70Earlier quoted context omitted.
Firefox is absolutely abysmal at not corrupting its JSON stores, too. I've had it crash and lose tabs so many times. Perhaps moving back to SQLite wouldn't be a bad idea. I had to recover somebody's bookmarks for them recently after it decided to destroy the main copy.
> I had to recover somebody's bookmarks for them recently after it decided to destroy the main copy. @Chaosvex curious how you did that.
It does the same for session tabs (minus the import options) but that never seems to actually work.