Zobrazenie otázok označených: Zobraziť všetky otázky
  • Vyriešené

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'… (ďalšie informácie)

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.

Otázku položil(a) stephensemail55 Pred 2 mesiacmi

Na otázku odpovedal(a) Paul Pred 2 mesiacmi

  • Vyriešené

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… (ďalšie informácie)

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?

Otázku položil(a) rehakes001 Pred 4 mesiacmi

Na otázku odpovedal(a) Denys Pred 4 mesiacmi

  • Vyriešené

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 … (ďalšie informácie)

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.

Otázku položil(a) niahmt20 Pred 4 mesiacmi

Na otázku odpovedal(a) Paul Pred 4 mesiacmi

  • Vyriešené
  • Archivované

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… (ďalšie informácie)

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.

Otázku položil(a) kkkevsta Pred 12 mesiacmi

Na otázku odpovedal(a) TyDraniu Pred 12 mesiacmi

  • Vyriešené
  • Archivované

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… (ďalšie informácie)

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!

Otázku položil(a) Theodore Pred 1 rokom

Na otázku odpovedal(a) Theodore Pred 1 rokom