librehashMy name is James. Black dude here. Referred someone to the principles that you guys had on your site when they asked me the question "why don't you just join tech"
librehashYes. But then Google Domains sold their entire business to Squarespace and my domain got lost in the vortex during renewal time (which I'm still kind of pissed about)
[aciccarello]I've never created a browser extension before so that seems like the complicated part to me. But the refactor will probably take as much work.
librehashI don't think creating a browser extension is too difficult to be honest. Seems like you create a normal code repo, then add a manifest file to it before its ultimately 'compressed' into the proper format for the browser itself (if I remember correctly). The repo for your extension is ultimately composed of javascript, html & css files before ultimately being compressed into zip (Chrome) or XPI (firefox).