Firefox Addon Webextensions Javascript Jquery Best Way To Purge Innerhtml From A Firefox Extension November 15, 2024 Post a Comment 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
Firefox Firefox Addon Webextensions Javascript Add Context Menu In Bookmark Menu February 17, 2024 Post a Comment 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
Firefox Addon Webextensions Javascript Open A Tab And Make A Post Request To It In A Firefox Webextension February 04, 2024 Post a Comment 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
Firefox Addon Firefox Addon Webextensions Javascript Unable To Use Components In Webextensions: Get "referenceerror: Cu Is Not Defined" February 01, 2024 Post a Comment 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"
Firefox Addon Webextensions Javascript How To Use Cloneinto In A Firefox Web Extension? January 28, 2024 Post a Comment 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?
Firefox Firefox Addon Firefox Addon Webextensions Javascript Javascript Does Not Run On Local Page January 03, 2024 Post a Comment 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
Authentication Firefox Addon Webextensions Google Chrome Extension Javascript Proxy Force Proxy Re-authentication In Chrome Extension December 11, 2023 Post a Comment I'm making an extension which allows users to store proxy servers with auth credentials (user/p… Read more Force Proxy Re-authentication In Chrome Extension
Firefox Addon Webextensions Google Chrome Extension Javascript Catch If Runtime.sendmessage Doesn't Receive Response November 25, 2023 Post a Comment Let's say we have a background script which communicates with the browser action popup. Under c… Read more Catch If Runtime.sendmessage Doesn't Receive Response
Clipboard Firefox Firefox Addon Webextensions Javascript Firefox Webextension Not Copying To Clipboard August 31, 2023 Post a Comment I have a Firefox web extension which is supposed to generate buttons which copy a link to the clipb… Read more Firefox Webextension Not Copying To Clipboard
Firefox Addon Firefox Addon Webextensions Javascript WebNavigation.onDOMContentLoaded URL Filter Does Not Match DNS Error URL June 14, 2022 Post a Comment Reference to the answer for my previous question here. Briefly: When an error occurs in a navigatio… Read more WebNavigation.onDOMContentLoaded URL Filter Does Not Match DNS Error URL
Firefox Addon Webextensions Javascript How To Get OpenerTabId In Firefox WebExtensions? June 07, 2022 Post a Comment I've developed a Chrome extension, and trying to port it to Firefox using Firefox WebExtensions… Read more How To Get OpenerTabId In Firefox WebExtensions?