Skip to main content

Questions tagged [firefox]

Mozilla Firefox is a free, open-source cross-platform web browser. Use this tag if your question is related to the inner workings of Firefox or if it relates to code that is not working on Firefox which does work in other browsers. Questions about Firefox add-on development should be tagged [firefox-addon]. If your question is about using Firefox for browsing (i.e. as an end user) you should ask your question on Super User instead.

0 votes
0 answers
13 views

HTMLMediaElement.currentTime - Reduced time precision

How to enable privacy.resistFingerprinting in Firefox?
AlexBor's user avatar
  • 195
1 vote
0 answers
29 views

JavaScript: openpgp is not defined error in Firefox extension content script

Original Question: Problem Description I am developing a browser extension that uses OpenPGP.js to encrypt and decrypt selected text on a webpage. The extension works perfectly in Chrome, but I ...
Sukhmeet Singh's user avatar
0 votes
0 answers
12 views

useSWR isnot working in Firefox and Safari. NextJS App

I use useSWR to get data from my backend and I noticed that in Safari and Firefox my request is not even sent, but when I use google chrome everything works perfect. What could be the problem? [fetch ...
mack1ch's user avatar
1 vote
1 answer
32 views

Firefox | HTMLVideoElement currentTime 0 after executing play()

In Firefox web browser when I check HTMLVideoElement currentTime I got 0 even after executing play() method on it: private async playVideo(): Promise<void> { this.htmlVideoElement.muted = true;...
AlexBor's user avatar
  • 195
0 votes
0 answers
11 views

Firefox only- Fetch GET (JSON) shows "NS_BINDING_ABORTED" with Service-Worker

I am using a Service Worker to serve cached data (1st time loading from server, then loading from Cache if same request). A GET Fetch request to my server returns valid JSON data. On second Page load, ...
DavidDunham's user avatar
  • 1,320
0 votes
0 answers
15 views

How to clean all expired cookies from Firefox?

I want to ask how can I clean all expired cookies from Firefox browser while keeping all working/unexpired cookies untouched? Can this be done by Firefox equivalent of "Expired Cookies Cleaner&...
Alexandra0056's user avatar
0 votes
0 answers
12 views

Firefox: play video will not start [duplicate]

Video play will not start on mouseenter unless I mouseleave and mouseenter again. This only happens in Firefox, it works in Chrome and Opera. This is my code for playing the video: private async ...
AlexBor's user avatar
  • 195
2 votes
0 answers
29 views

Open a url in Firefox private tab using intents in Android

I want to open a url (that keeps changing based on some logic) in Firefox android app in private mode (incognito equivalent of chrome). I am able to open a url in normal mode by doing - private void ...
aquaman's user avatar
  • 1,628
0 votes
0 answers
41 views

How to get backgound-color working on a row - html and CSS

I get get the background color to work on a <td> but not a <tr>. I am using Firefox, version: 128.0+linuxmint1+virginia on Linux Mint (Mate) body { margins: 2mm; } h3 { font-...
user26412536's user avatar
0 votes
0 answers
17 views

Chromium headless on latest puppeteer

I'm experimenting with using Puppeteer to run the latest Chromium install on an ARM64 docker image with headless: true set. Do you know if there is anything in particular I should be aware of here? ...
Trevor Tiernan's user avatar
0 votes
0 answers
42 views

EventTarget doesn't work in Firefox content script, does work in Chrome

In Chrome extension content scripts it is fine to do: const myTarget = new EventTarget() myTarget.addEventListener('test', () => console.log('test1')) myTarget.dispatchEvent(new Event('test')) but ...
shadryck's user avatar
  • 191
-1 votes
0 answers
15 views

CORS errors on Firefox under corporate VPN

I'm using Firefox on a work Macbook. Occasionally, I encounter sites that won't load properly on Firefox, but everything works OK on Chrome. The latest example is https://miro.com The system is ...
nologin's user avatar
  • 39
-1 votes
0 answers
32 views

Cisco Secure Client navigation to Sign-On-URL fails with firefox

EDIT: Uninstalled and reinstalled firefox. Now it works! I want to connect to my universitys VPN via the Cisco Secure Client. When I change my default webbrowser to Chrome it works without any ...
choXer's user avatar
  • 107
0 votes
0 answers
27 views

WebRTC localhost demo failed

I need help debugging why this WebRTC demo is failing on my machine (demo is linked below). I'm receiving a WebRTC: ICE failed, add a STUN server. STUN is not required for this demo, there's something ...
David Bell's user avatar
0 votes
0 answers
13 views

Navigator permission - `getCurrentPosition` or permissions.query` or both?

There's currently two ways to get a user's geolocation in the browsers for now: https://caniuse.com/mdn-api_geolocation_getcurrentposition https://caniuse.com/?search=navigator.permissions I'm ...
Daryll Santos's user avatar

15 30 50 per page
1
2 3 4 5
2597