Showing questions tagged: Show all questions

Bookmarks from PC

Hello I have a small problem. When I click MENU and Bookmarks, I can't access my synced bookmarks from my PC computer. But when I edit one bookmark, I see all folders fr… (read more)

Hello

I have a small problem. When I click MENU and Bookmarks, I can't access my synced bookmarks from my PC computer. But when I edit one bookmark, I see all folders from my PC to put in. Normally I can't see all my folders with bookmarks from my PC.

Please help ;-) Phone = Huawei P20 Pro Android EMUI 12

Mateusz from Poland

Asked by Mati 38 minutes ago

Is there any Adblocker Compatible with Firefox Android?

Hey folks! Is there a magical adblocker for Firefox that can help me enjoy content on this website website without drowning in a sea of annoying ads? Every time I visit,… (read more)

Hey folks!

Is there a magical adblocker for Firefox that can help me enjoy content on this website website without drowning in a sea of annoying ads? Every time I visit, it’s like playing dodgeball with pop-ups and flashy banners! Any suggestions for taming this ad invasion would be awesome—bonus points if it comes with a shield and sword! 😄

Asked by Yest 48 minutes ago

Last reply by Yest 38 minutes ago

Devnagari font issue

Hi, I am facing an issue whenever I visit any website with Marathi or Devnagari font on one particular device, e.g. www.loksatta.com. The app is updated to the latest ve… (read more)

Hi,

I am facing an issue whenever I visit any website with Marathi or Devnagari font on one particular device, e.g. www.loksatta.com. The app is updated to the latest version. I am using Samsung Galaxy M51.

I have reset the data, reinstalled the app but it didn't help. This is happening on only one device, on my other devices, phone/ tablet/ iPhone, I don't have any issues with the same website.

With best regards, Abhinay

Asked by abhinaybuiss 20 hours ago

Android use of Firefox on Samsung phone recovering closed/lost tabs

using a Samsung s20ultra with Android operating system if that matters anyway accidentally closed/lost all my tabs by trying to just clean up my phone with to much stuf… (read more)

using a Samsung s20ultra with Android operating system if that matters anyway accidentally closed/lost all my tabs by trying to just clean up my phone with to much stuff being ran on it anyway is there a way at at to recover these closed or deleted tabs as i have important information and reminders that i had on here and im very upset i cant retrieve them

Asked by irocz89nick 21 hours ago

Issue with Navigation Menu on Android Browser

Hi everyone, I'm facing a strange issue with my website, GTA Andreas Pro, when accessing it through Firefox on Android. The navigation menu doesn’t seem to work as expec… (read more)

Hi everyone,

I'm facing a strange issue with my website, GTA Andreas Pro, when accessing it through Firefox on Android. The navigation menu doesn’t seem to work as expected—it either overlaps with the content or doesn’t expand properly when tapped.

I’m using the Kadence theme on WordPress, and the site works fine on other browsers. I’ve cleared the cache and even disabled a few plugins to test, but the problem persists specifically on Firefox for Android.

Has anyone experienced something similar or knows how to resolve this? Any tips or troubleshooting steps would be a big help.

Thanks!

Asked by GTA San Andreas MOD APK 22 hours ago

Always getting logout from websites

It's incredibly frustrating to get logged out of Saver Credentials every time I visit, even though I have 'Clear cookies' turned off. What's the point of having this opti… (read more)

It's incredibly frustrating to get logged out of Saver Credentials every time I visit, even though I have 'Clear cookies' turned off. What's the point of having this option if it doesn’t work? Please look into this issue and provide a solution. I have not installed any add ons .

Asked by The Ansar Mughal 23 hours ago

Saved login Gets logout automatically

My login websites automatically gets logout after one or two days. I have not enabled any cookies or cache cleared extension or any setting. I have to again login multip… (read more)

My login websites automatically gets logout after one or two days. I have not enabled any cookies or cache cleared extension or any setting. I have to again login multiple websites everytime to use which make browsing experience bad. I have enabled enchane protection to standard. Still i have to face this issue

Asked by The Ansar Mughal 1 day ago

Develop android firefox addon to query all tabs issue

I developed an Android Firefox addon and tried to print out all the tabs information in Firefox on the PC. As a result, I could only get the information of the current ta… (read more)

I developed an Android Firefox addon and tried to print out all the tabs information in Firefox on the PC. As a result, I could only get the information of the current tab. Is there a way for me to get the information of all tabs? Here is my code:

background.js browser.browserAction.onClicked.addListener(() => {

 browser.tabs.query({}).then((tabs) => {
   tabs.forEach((tab) => {
     console.log(`Tab ID: ${tab.id}, Title: ${tab.title}, Index: ${tab.index}`);
   });
 });

});

manifest.json {

 "manifest_version": 2,
 "name": "Close Tabs ",
 "version": "1.0",
 "description": "Clsoe Tabs ",
 "permissions": ["tabs"],
 "background": {
   "scripts": ["background.js"],
   "persistent": false
 },
 "browser_action": {
   "default_icon": {
     "16": "icons/icon-16.png",
     "48": "icons/icon-48.png",
     "128": "icons/icon-128.png"
   },
   "default_title": "Close Tabs "
 }

}

My pc firefox version is 134.0.1, With firefox nightly for android version 134.0a1

Asked by zhihaushiu 1 day ago