Definitely a much-needed area for development. However, having gone down the browser extension rabbit hole, I've largely shifted my focus to user scripts. Granted, there will always be a need for specialized browser extensions like ad blockers (uBlock[1]), keyboard shortcuts (Vimium-C[2]), and password managers (Bitwarden[3]).<p>That said, I find user scripts superior for most tasks, despite some lacking UI niceties. They are easier to share, use, and crucially, audit—be it in terms of scope, permissions, or code updates. Plus if Manifest V3 is any indicator, the future for browser extensions looks bleak. While I don't agree with this direction, it's probably for the best for the majority of users, like my mom.<p>Your effort is commendable; however, should you find yourself looking for a viable pivot in the future, I believe the user script space is primed for innovation and could offer a good alternative.<p>[1] <a href="https://github.com/gorhill/uBlock">https://github.com/gorhill/uBlock</a>
[2] <a href="https://github.com/gdh1995/vimium-c">https://github.com/gdh1995/vimium-c</a>
[3] <a href="https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/" rel="nofollow noreferrer">https://addons.mozilla.org/en-US/firefox/addon/bitwarden-pas...</a>