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

Force Proxy Re-authentication In Chrome Extension

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

Get Tab Url From Page Action (webextensions, Android)

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 Webextension Importing Services

I am feeling overwhelmed by so many different approaches, guides, and yet none I tried work for me.… Read more Firefox Webextension Importing Services

Overriding Canvasrenderingcontext2d.getimagedata()

I am trying to override the built in method CanvasRenderingContext2D.getImageData(). I would like t… Read more Overriding Canvasrenderingcontext2d.getimagedata()

How To Open A Firefox Webextension Options Page As A Tab, Separate From About:addons

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 Webextension: How Do I Run Code Prior To Disable/uninstall?

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?