Showing questions for topic:

Firefox android unfamiliar extensions

I just discovered a bunch of installed extensions in the list I don't recognize, including several I definitely would not be interested in. Is this the way Firefox androi… (read more)

I just discovered a bunch of installed extensions in the list I don't recognize, including several I definitely would not be interested in.

Is this the way Firefox android works?

Archived 5 129

Turning off, swipe down to refresh gesture, via a script

I'm using Fennec Firefox on mobile and I'm having this problem where my the page refreshes on the slightest touch. I'd like to turn this gesture off all together. I have … (read more)

I'm using Fennec Firefox on mobile and I'm having this problem where my the page refreshes on the slightest touch. I'd like to turn this gesture off all together. I have done some research and found this code: document.addEventListener('touchstart', function(event) {

   // Check for a swipe down gesture to prevent refresh action
   if (event.touches.length > 0) {
       // Prevent default action
       event.preventDefault();
   }

}, { passive: false });

document.addEventListener('touchmove', function(event) {

   // Prevent default action to avoid refresh
   event.preventDefault();

}, { passive: false }); I put it into a java script extension and it worked, but then I wasn't able to scroll up or down. I don't know anything about java or python, so if someone could give me a hint or point me in the right direction that would be helpful. I am also looking through the source code of Firefox looking for answers.

Solved Archived 4 168

ads are still playing even when I have multiple ad blocker extensions on.

When I'm watching videos on twitch, ads are still playing even though I have ad blockers on. The blockers will work for about a day, but then the next it just doesn't blo… (read more)

When I'm watching videos on twitch, ads are still playing even though I have ad blockers on. The blockers will work for about a day, but then the next it just doesn't block any ads anymore.

Open 4 129

Recommended extension one click download+install. Allow bulk install

Recommended extensions are already verifed and safe. So after every downlowd had to wait before prompt appears to confirm install is annoying Look at chrome extension sto… (read more)

Recommended extensions are already verifed and safe. So after every downlowd had to wait before prompt appears to confirm install is annoying

Look at chrome extension store, it prompt confirmation in beginning and after allowing downloads and installs silently in background

That way we can rapidly bulk install extension on startup/first time set up. Instead of waiting for download then confirm then hop to next

Open 3 30

crashing, also add ons

Firefox keeps crashing when I am trying to write comments on fb. The comment 'box' (I guess) lays itself over text, getting in the way if my ability to see text, or acces… (read more)

Firefox keeps crashing when I am trying to write comments on fb. The comment 'box' (I guess) lays itself over text, getting in the way if my ability to see text, or access the comnent, react , reply options.

Also, Add ons are mysteriously disabled. I removed the adblockers, and tried to relaod them The downloads failed. My remaining add ons are disabled I am not able to enable them.

I am unsure what the problem is, or how to fix it Please advise. Thank you.

Archived 3 110

Unable to load uBlock Origin add-on

I have been using uBlock Origin for years to block ads in youtube. Recently I started getting ads again and when I checked I found uBlock was disable snd couldn't be enab… (read more)

I have been using uBlock Origin for years to block ads in youtube. Recently I started getting ads again and when I checked I found uBlock was disable snd couldn't be enabled. I dl the latest version but it gives me an error message when I try to load it. Please help.

Solved Archived 3 712

I can't enable JavaScript

so I'm using two extensions ublock for blocking ads and no script for avoiding anti-block killer so after two days of use I can't use the website bcz of I can't enable th… (read more)

so I'm using two extensions ublock for blocking ads and no script for avoiding anti-block killer so after two days of use I can't use the website bcz of I can't enable the JavaScript and idk how I search but I just can't find way to enable it and avoid ads at same time

Archived 2 138

Extensions

I downloaded a couple extensions to my Account, But how do I Activate them and use then and turn them on and where to go to see that there on and currently working? I'm u… (read more)

I downloaded a couple extensions to my Account, But how do I Activate them and use then and turn them on and where to go to see that there on and currently working? I'm using an Android Phone

Archived 2 365

NordPass Password Manager and Digital Vault

I am using and like NordPass Password Manager and Digital Vault Extension on my Firefox for Windows 11, but it does not seem to be available for the Android version of Fi… (read more)

I am using and like NordPass Password Manager and Digital Vault Extension on my Firefox for Windows 11, but it does not seem to be available for the Android version of Firefox that I have on my smartphone. Is there any plan to make that Extension available for Android Firefox?

Solved Archived 2 224

can I set a time limit for certain sites

Hell support team, I'd like to get a message when having been a certain time online ---respectively on a certain site. Is that possible within Firefox for Android (or on … (read more)

Hell support team,

I'd like to get a message when having been a certain time online ---respectively on a certain site.

Is that possible within Firefox for Android (or on PC)? Or do you have other suggestions for that?

Thanx for your feedback in advance

Helge

Open 2 40