Thatโs amazing! Do you have the source anywhere? Iโve always wanted to dabble in simple Firefox plugins
Extension: https://addons.mozilla.org/en-US/firefox/addon/ssure/
Source: https://github.com/7w0/ssure
Be warned, the UI is just a textarea that takes JSON and involves escaping characters for both JS strings and regular expressions in the same string. regex requires backslashes to escape things like โ.โ and JS requires backslashes to be doubled to output a single backslash ๐ฌ The example escaped JSON at the bottom of the options screen should be enough to figure out how to add your own domains to the list. The only reason itโs a public plugin is because itโs literally impossible to just run a plugin from a local source without having to do a ton of extra steps every time you start the browser. Also, youโll occasionally get confused why things donโt seem right on the internet, like when I tried to talk about this plugin and mentioned twitter.com, causing my own comment to look messed up after I posted it, because the plugin was doing exactly what I told it to do :)