Skip to main content
1 vote
1 answer
142 views

Trying to create a webextension, following the example from firefox bookmark-it!. I'm developing on 132.0.2 (64-bit). I think I have copied it almost word by word, but i get on my background.js script:...
gcb's user avatar
  • 14k
1 vote
1 answer
72 views

We want to verify that only our devices can use our extension, therefore devices need to give an ID and be put on our allowed list. Similar questions have been asked before, and the answer boils down ...
Thomas's user avatar
  • 383
2 votes
1 answer
62 views

I have made a Firefox add on with the following code in background.js browser.menus.create({ id: "q-menu-item", title: "'%s' redirect", contexts: ["selection"]...
user3425506's user avatar
  • 1,487
1 vote
1 answer
145 views

I want to make a userscript/extension that creates a post for you on twitter or reddit. Unfortunately the browser does not have access to the "choose files" popup, or to the users clipboard, ...
stackers's user avatar
  • 3,454
1 vote
1 answer
418 views

I would like to use Selenium to install an add-on to my Firefox browser. Specifically, I have an add-on called "nopecha" that I would like to install. Could you kindly guide me on how to ...
GoKu xD's user avatar
  • 21
1 vote
0 answers
494 views

I need to be able to create and write to a text file inside of the Firefox profile folder repeatedly (a couple times a minute). It is being done through the background script of an extension and it ...
MD3934's user avatar
  • 11
1 vote
1 answer
222 views

help!! this is what i have in my javascript file and i am not sure why it is not working. i am trying to set a background image on refresh and tab change. the changing of the background seems to work ...
grady2smart's user avatar
6 votes
2 answers
3k views

In Chrome extension, I have a javascript function that I need to reuse both from content script and from background worker JS files. How can I organize scripts for that? So far I only managed to ...
wass rubleff's user avatar
0 votes
1 answer
790 views

I am trying to create a Firefox extension to block search terms on school computers. I'd like to prohibit a list of keywords, but the blocking doesn't seem to be working. I found an example through a ...
foo_bar_zing's user avatar
1 vote
1 answer
255 views

I'm learning add-ons (browser extensions) development for Mozilla Firefox. I want to create an add-on that lets the user open a new Firefox window containing multiple tabs when he/she presses a ...
Pine Code's user avatar
  • 2,895
0 votes
1 answer
350 views

i'm trying to call an async function defined in my extension from a webpage and print the returned value of this function, but i get "Error: Permission denied to access property "then"&...
Rémi Baldy's user avatar
1 vote
1 answer
210 views

I am trying to create an extension so that I can display the number of hidden input tags (<input type="hidden">) as a badge text in Firefox (like the image ==> ) But I have two ...
Mohammad Nikouei's user avatar
0 votes
1 answer
162 views

To simplify the scenario, lets say I'm working on an extension that just contains: alert("Hello") whenever you load a page in example.com. Relevant manifest.json part: "content_scripts&...
Cyber Shadow's user avatar
0 votes
1 answer
153 views

I tried let { setTimeout } = require('sdk/timers'); browser.webNavigation.onCompleted.addListener(setTimeout(resetSpeed, 3000)); browser.webNavigation.onHistoryStateUpdated.addListener(setTimeout(...
user96769's user avatar
0 votes
0 answers
49 views

I created a simple Firefox extension to show an external page in a popup. I was now wondering if it's possible to use the content from the external page to fill a field in the current tab or if this ...
vespino's user avatar
  • 2,016

15 30 50 per page
1
2 3 4 5
139