IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2022/10/03
eyedeekay I have figured out how to fix a 5 year old Mozilla bug from extension space
RN Oh?
eyedeekay Minor one but yes, the extension system doesn't define behavior for theme.reset which means that anything that changes the color of your browser window breaks all your themes
eyedeekay I2PIPB changes the color of your browser window when you're browsing I2P so until about 20 minutes ago it broke every third-party theme
eyedeekay But I managed to figure out a way to define a sane behavior using only the stuff available to me via the WebExtensions API
eyedeekay It's slower than if they just fixed it but it works and it finally gives me a way to address the thing everybody hates
eyedeekay This has been my least-favorite extension bug for like a year and a half
RN That's prety cool! Glad you banged a hammer on it till it works. ;)