Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
132 views

I am building a Firefox “New Tab” WebExtension that shows a full-screen looping video wallpaper (cat + fireplace). For perf reasons I try to show a static preview instantly and then fade into the live ...
Muhammad Rokonuzzaman's user avatar
0 votes
1 answer
85 views

I’m trying to run a simple script that extracts the length of a YouTube video inside of a tab from an extension in Firefox. I have code that looks like this: try { duration = await browser....
schuelermine's user avatar
  • 2,390
1 vote
1 answer
252 views

I'm trying to incorporate React Router into my Firefox browser extension to be able to display different pages in the extension's popup window. However, I keep getting the warning, You should call ...
Fluffy the Togekiss's user avatar
0 votes
1 answer
61 views

I keep toggling the preference full-screen-api.ignore-widgets via the Configuration Editor (i.e. about:config) and I'm wondering if Firefox would allow an extension to perform that change ...
Niki Herl's user avatar
  • 538
0 votes
0 answers
84 views

To implement browser bookmark integration I’m trying to use Firefox native messaging on macOS. Even a trivial shell script that just writes to /tmp/test.log is never executed. Firefox just fails ...
ManuelSchneid3r's user avatar
0 votes
1 answer
251 views

I am currently contributing on an extension, and the main problem is that on Firefox, the CSP is being triggered, which causes quite a few issues. Mainly it seems to block the injection of dynamic CSS,...
System_Error06's user avatar
0 votes
1 answer
179 views

I want to download an XPI extension, and then add a console.log('hello, XPI world'); to one of its JS files. My browser is Fennec installed from F-Droid on Android. I am looking for an equivalent to ...
sashoalm's user avatar
  • 80.6k
0 votes
1 answer
121 views

I have an iframe loading inside an extension page but unfortunately the document inside the iframe embeds its own iframes whose Content-Security-Policy I still can't circumvent with ...
3rdTim's user avatar
  • 1
1 vote
1 answer
131 views

With plasmo 0.90.5, I faced this issue when trying to run my Firefox extension that I built with manifest v3. This issue happens when I try to pass a message to the content script. Uncaught (in ...
Adib Zaini's user avatar
3 votes
1 answer
136 views

I am making a Firefox add-on and I need it to have the ability to modify the bodies of certain outgoing HTTP requests. The instructions for modifying headers are readily available on Mozilla's own ...
user31184281's user avatar
0 votes
1 answer
104 views

Environment: OS: macOS (e.g., Sonoma or Ventura) Browsers tested: Firefox (latest), Chrome (latest) Vue Devtools version: [7.7.7] Vue version: [e.g., Vue 3.4.21] Devtools installation method: Browser ...
Yasin Dehfuli's user avatar
2 votes
1 answer
68 views

I am working on an extension for Firefox for Android, but I am running into issues with permissions. I have this piece of code that checks what permissions the extension has. const bookmarks = await ...
Michael Oberpriller's user avatar
0 votes
0 answers
46 views

I’m developing a browser extension that changes the favicon on a Single Page Application (SPA).. specifically Roblox.com. The extension injects code to replace the existing favicon with a custom SVG ...
BuddyWinte's user avatar
2 votes
1 answer
121 views

I want to pass a single number from Firefox extension to external world, so that another application can get it. The only solution I can think of is to write it to a file in some known location, but I ...
Dekakaruk's user avatar
  • 767
0 votes
1 answer
53 views

So the thing is I have an extension that tracks users to check the time they spend in each site. I have a particular code to stop all kinds of tracking when the user switches away from chrome onto ...
Abel Abraham's user avatar

15 30 50 per page
1
2 3 4 5
497