Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firefox Addon Webextensions

Best Way To Purge Innerhtml From A Firefox Extension

I'm running web-ext lint and getting back a few errors like this: UNSAFE_VAR_ASSIGNMENT Unsafe… Read more Best Way To Purge Innerhtml From A Firefox Extension

Add Context Menu In Bookmark Menu

I am trying to add a context menu item in the bookmark menu of Firefox (with a WebExtension). I rea… Read more Add Context Menu In Bookmark Menu

Open A Tab And Make A Post Request To It In A Firefox Webextension

I try to migrate my firefox addon wich use low level SDK API to WebExtension and at some point I wa… Read more Open A Tab And Make A Post Request To It In A Firefox Webextension

Unable To Use Components In Webextensions: Get "referenceerror: Cu Is Not Defined"

I have a simple extension where I use Cu.import to import a JavaScript code module. But, when I loa… Read more Unable To Use Components In Webextensions: Get "referenceerror: Cu Is Not Defined"

How To Use Cloneinto In A Firefox Web Extension?

I am trying to write a web extension where I need to pass an object from the content script to the … Read more How To Use Cloneinto In A Firefox Web Extension?

Javascript Does Not Run On Local Page

I have a very simple webextension that is supposed to open a local page in a new window when a butt… Read more Javascript Does Not Run On Local Page