ટેગ કરેલા પ્રશનો બતાવી રહ્યાં છે: બધા પ્રશન બતાવો

UBlock grays out Facebook Icons

Very difficult browser to use on Android Note 20. I'm on my third day of trying to block Facebook ads on my Note20 Android phone using Firefox browser and UBlock extensio… (read more)

Very difficult browser to use on Android Note 20. I'm on my third day of trying to block Facebook ads on my Note20 Android phone using Firefox browser and UBlock extension. So far, no matter the UBlock settings, the Facebook page icons are grayed out rectangles and I cannot distinguish what is going on.

Asked by mevina 4 days ago

Last reply by Denys 3 days ago

Disabling A Addon For So Called Security Reason

Violentmonkey beta doesnt have signed builds for beta releases and i had 130 UserScripts in my violentmonkey setup I want to get those UserScripts...its absolutely a sha… (read more)

Violentmonkey beta doesnt have signed builds for beta releases and i had 130 UserScripts in my violentmonkey setup

I want to get those UserScripts...its absolutely a shame not letting a User access or enable a addon just because of this

Asked by Samiul Islam Shawon 1 week ago

translation

Vietnamese automatic translation is not available, so it should be added soon; we hope for its development." Google's extension is available, but I cannot add a Web3 wall… (read more)

Vietnamese automatic translation is not available, so it should be added soon; we hope for its development." Google's extension is available, but I cannot add a Web3 wallet to Firefox like in the Mises and Chrome browsers; we hope for its development."

Asked by ngocminh951984 2 weeks ago

Last reply by Paul 2 weeks ago

Google volume on microphone on Firefox website

When I go to the firefox website and tap on the microphone to ask a question the Google speech services comes up and I cannot adjust the loud volume on your settings or t… (read more)

When I go to the firefox website and tap on the microphone to ask a question the Google speech services comes up and I cannot adjust the loud volume on your settings or the phone Google settings. I have a Samsung Galaxy A25 5g phone and on Android 16. I have tried finelock sound assistant and that does not help. Is there an extension that Firefox has that I can use to adjust the volume when tapping on the microphone on Firefox?

I also have a Lenovo Tab M9 9" HD Tablet that has the Android 13 version on it and have no problem at all adjusting the microphone volume on that through the tablet setting.

Asked by aabesi_777 3 weeks 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 1 month ago

Answered by Paul 1 month ago

F-Secure Passwordmanager on Firefox Android

Hello, I have the F-Secure password manager on my PC. Synchronization with my smartphone is also working fine. But it doesn't work in Firefox Android. I can't set up an e… (read more)

Hello, I have the F-Secure password manager on my PC. Synchronization with my smartphone is also working fine. But it doesn't work in Firefox Android. I can't set up an extension for F-Secure. Thank you very much for your help, Peter

Asked by mup.oberrieder 2 months ago

Would I be notified if an extension update expands its permission scope?

It's possible that I misread the documentation, but I looked for a response to this question for 20 minutes, and I couldn't find a 100% clear answer about my question whe… (read more)

It's possible that I misread the documentation, but I looked for a response to this question for 20 minutes, and I couldn't find a 100% clear answer about my question when it comes to Firefox for Android.

Say I install an extension on Firefox for Android, that requires permission just for a specific website (e.g. let's say, for example, it's an add-on for blocking automated translations on youtube, with permission scope restricted to youtube only). Later, the extension automatically updates itself (as apparently, it's not possible to disable automated updates for extensions on Firefox for Android). The update now includes a larger permission scope, for example permissions for some other websites, or even the permission to "Access your data for all websites".

My questions are:

Is this scenario possible? If so, will I be notified of the changes in permission scope? Would I be able to block the update in this case?

Thank you.

Asked by jeanbaptiste.bertrand@proton.me 2 months ago

Last reply by TyDraniu 2 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 7 months ago

Last reply by SunVoyage 2 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

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 3 months ago

Answered by Paul 3 months ago