I want to make a Firefox extension that can store and retrieve data from a database. However I've only been finding solutions that would work locally for each u
I am in the process of developing a web extension (for firefox) and use console.log a lot during the development process. I do not want my extension to be detec
When porting my Chrome extension to a Firefox web-extension, I can't make any network requests because they are blocked by the same origin policy. As an exampl
When using browser.webRequest.onBeforeRequest, I would like to return a redirect to an HTML file packaged in the extension. I have the extension activated as a
I have ported a Chrome/FireFox extension. One of the things that does not work is receiving message from background to a options page (safari-web-extension:///p
Following these instructions, I went to about:debugging -> This Firefox and clicked Inspect on my extension, which shows a console. But no logs show up there