Showing questions tagged: Show all questions
  • Archived

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?

Asked by noel_envode 1 year ago

Last reply by NoahSUMO 1 year ago

  • Solved

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.

Asked by niahmt20 4 months ago

Answered by Paul 4 months ago

  • Archived

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.

Asked by mthrsdva 11 months ago

Last reply by Kiki 11 months ago

  • Solved
  • Archived

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.

Asked by kkkevsta 11 months ago

Answered by TyDraniu 11 months ago

  • Archived

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

Asked by sssthegreatdream 6 months ago

Last reply by jscher2000 - Support Volunteer 6 months ago

  • Archived

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

Asked by BIG-DIK-IRISH 8 months ago

Last reply by SunVoyage 3 months ago

  • Solved

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?

Asked by rehakes001 3 months ago

Answered by Denys 3 months ago

  • Solved
  • Archived

PWAs don't have add-ons installed

I have some add-ons installed on Firefox,like Adguard and another one for Twitter improvement, but when I use Twitter(X) pwa for example, the extras that the addons provi… (read more)

I have some add-ons installed on Firefox,like Adguard and another one for Twitter improvement, but when I use Twitter(X) pwa for example, the extras that the addons provide don't seem to work! Please if possible make the addons work with PWAs!

Asked by Theodore 1 year ago

Answered by Theodore 1 year ago

  • Archived

How do I enable java script on the android phone? some websites won't work without it. thanks.

Hi, I do t know how to enable java script on the android phone. I am using the ad blocker extension offerings for privacy goals, so maybe I need to skip one of theses ext… (read more)

Hi, I do t know how to enable java script on the android phone. I am using the ad blocker extension offerings for privacy goals, so maybe I need to skip one of theses extensions. Please let me know how how to enable java script so certain websites will work. Thanks.

Asked by marcotteem 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Solved

tampermonkey

How do I use tampermonkey for Torn? I have the tampermonkey file but I get a message saying I don't have an app that enables me to use tampermonkey. Please, help if you'… (read more)

How do I use tampermonkey for Torn? I have the tampermonkey file but I get a message saying I don't have an app that enables me to use tampermonkey.

Please, help if you're able :) thanks.

Asked by stephensemail55 2 months ago

Answered by Paul 2 months ago