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

Tabs.onupdated.addlistener's Changeinfo.status Goes From Undefined To Complete Without Ever Going To Loading

I see this behavior only when google SERP page is loading (when searched from the search box on goo… Read more Tabs.onupdated.addlistener's Changeinfo.status Goes From Undefined To Complete Without Ever Going To Loading

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

Firefox Extension - Onpopupclose Event?

I have popup in which I need to update the data inside it in reactively. What function or event is … Read more Firefox Extension - Onpopupclose Event?

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

Firefox Web Extension "selectionchange"

I'm trying to write cross browser Web Extension. Based on selected value on web page I want to… Read more Firefox Web Extension "selectionchange"

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?