Authentication Firefox Addon Webextensions Google Chrome Extension Javascript Proxy Force Proxy Re-authentication In Chrome Extension June 17, 2024 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
Android Firefox Addon Webextensions Google Chrome Extension Javascript Tabs Get Tab Url From Page Action (webextensions, Android) May 24, 2024 Post a Comment I would like to get the URL of the current tab within a page action popup. At first it seems obviou… Read more Get Tab Url From Page Action (webextensions, Android)
Firefox Firefox Addon Firefox Addon Webextensions Javascript Firefox Webextension Importing Services March 23, 2024 Post a Comment I am feeling overwhelmed by so many different approaches, guides, and yet none I tried work for me.… Read more Firefox Webextension Importing Services
Canvas Firefox Addon Webextensions Google Chrome Extension Javascript Overriding Canvasrenderingcontext2d.getimagedata() February 26, 2024 Post a Comment I am trying to override the built in method CanvasRenderingContext2D.getImageData(). I would like t… Read more Overriding Canvasrenderingcontext2d.getimagedata()
Firefox Firefox Addon Firefox Addon Webextensions Javascript How To Open A Firefox Webextension Options Page As A Tab, Separate From About:addons February 10, 2024 Post a Comment So, I've looked through the WebExtensions API, but I haven't been able to figure out how to… Read more How To Open A Firefox Webextension Options Page As A Tab, Separate From About:addons
Firefox Firefox Addon Firefox Addon Webextensions Javascript Firefox Webextension: How Do I Run Code Prior To Disable/uninstall? January 21, 2024 Post a Comment I have recently converted a GreaseMonkey script of mine into a WebExtension, just to get a first im… Read more Firefox Webextension: How Do I Run Code Prior To Disable/uninstall?