python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Firefox add-on not working if the main js file imports stuff from other js files
My firefox add-on currently has the main file organizer.js and just does not run when I import stuff from other js files (footer.js and header.js).
manifest.json
{
"manifest_version": 2,
...

Dat Le
Votes: 0
Answers: 1
How to display things on toolbar icon (Firefox)
I want to display text of the current video playback speed (playbackRate) on top of my toolbar icon.
Preferably, on any click anywhere on the page, I want the extension to get the current playback spe...
James Grey
Votes: 0
Answers: 1
Firefox Extension - Database access
I want to make a Firefox extension that can store and retrieve data from a database. However I've only been finding solutions that would work locally for each user. I'd like every user to have access ...

alex
Votes: 0
Answers: 2
Overriding script src tag
I want to disable "adblock" detector script on shinden.pl using extension, not existing one.
The file that I need to somehow change is https://shinden.pl/f/js/main-obfuscated.js?p
To make it...
StackO more like delete my q
Votes: 0
Answers: 0