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… (lexoni më tepër)

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

Pyetur nga zhihaushiu 5 ditë më parë

how do I stop Firefox on Samsung Galaxy s24 to open the downloaded pdf files directly and force it to ask what app I want to use to open the pdf with?

Previously, when I downloaded a pdf file and I clicked open, I used to get small pop up window asking what app I want to use to open the pdf file with. Now, it just opens… (lexoni më tepër)

Previously, when I downloaded a pdf file and I clicked open, I used to get small pop up window asking what app I want to use to open the pdf file with. Now, it just opens in Firefox. I don't want to view the pdf in Firefox. I can go to the files folder, find the file that j downloaded, select the three dots options menu and select open with. But thats too convoluted. I would like the previous functionality back of whenever I click open on a download pdf file, it asks me how I want to open it instead of directly opening it in Firefox.

Thanks for your help!

Pyetur nga mollik8 5 ditë më parë

audio distortion youtube

Starting today, YouTube on Android Firefox using below version of Firefox, the audio distorts and has a continual popping clicking on each word of an audio podcast when y… (lexoni më tepër)

Starting today, YouTube on Android Firefox using below version of Firefox, the audio distorts and has a continual popping clicking on each word of an audio podcast when you speed up the YouTube video to 1.5 or 1.75 prior to today it was fine ... The audio is still understandable but distorted when using one of these speed up settings

Using the Chrome browser, everything is fine on the speed up settings on YouTube.com

Android 15

136.0a1 (Build #2016067423), hg-abc92a419107+ GV: 136.0a1-20250112090142 AS: 136.20250110050330

Pyetur nga EventHorizon 6 ditë më parë

There is a robot on the same network (IP 24.126.194.0) as you.

Something about the behaviour of the browser has caught our attention. There are various possible explanations for this: You are browsing and clicking at a speed much f… (lexoni më tepër)

Something about the behaviour of the browser has caught our attention.

There are various possible explanations for this:

You are browsing and clicking at a speed much faster than expected of a human being.
Something is preventing JavaScript from working on your computer.
There is a robot on the same network (IP 24.126.194.0) as you.

Any suggestions?

Pyetur nga Aron Pilcher 6 ditë më parë

Autorefesh Pages

I now have the problem that I am on a large payment page and switch back and forth between FF and another app (to copy payment-relevant data). Unfortunately, FF does a pa… (lexoni më tepër)

I now have the problem that I am on a large payment page and switch back and forth between FF and another app (to copy payment-relevant data). Unfortunately, FF does a page refresh every time it is brought back to the foreground from the background. And all the data already entered is lost! This is a fairly well-known problem with FF on Android! Chromium manages this better and leaves the memory management to Android. Why can't FF do that? Why can't I switch off this feature? I can't edit any relevant websites with the FF. I have to use Chrome for that! Hooray!

Pyetur nga me267 4 muaj më parë

Përgjigja e fundit nga Carlos 4 ditë më parë

Online working my dreams For the huawei devices

Resetting my phone to get it done in the networks with all servers settings updating and more new updates and Recovery system etc to do it on the app and also have a good… (lexoni më tepër)

Resetting my phone to get it done in the networks with all servers settings updating and more new updates and Recovery system etc to do it on the app and also have a good time to make sure you have a good day for the future of your business and your experience of using a Google support system to help me with the process of using my account and I will be able to help with the company and the customer service and support the customer to confirm if you have any queries please let me know and I can confirm you are speaking to me directly via email and I will be there including my phone. HUWAIE Id's. thank you for the information you sent to me and my Network Connection my account security my phone huawei device returned to me a new condition and recovery system

Pyetur nga OfficialARyan276 6 ditë më parë

Firefox Android 134 crashing when closing

Since version 134 of Firefox Android has been out, it crashes EVERY TIME when I try ot use the "back" gesture on my Xiaomi 14(i.e. swiping from right or left side of the … (lexoni më tepër)

Since version 134 of Firefox Android has been out, it crashes EVERY TIME when I try ot use the "back" gesture on my Xiaomi 14(i.e. swiping from right or left side of the screen) I tried Firefox 134, Iceraven 2.27 (also based on the same Gecko) - they act the same. In the same time I also have Waterfox, based in the previous version of Firefox 133, and it responds properly. I guess it is related to the latest version only. Here's the crash log:


f5e34211-feda-4d80-b244-c2e4db76c44d java.lang.NullPointerException: Attempt to invoke virtual method 'float android.window.BackMotionEvent.getTouchX()' on a null object reference


java.lang.NullPointerException: Attempt to invoke virtual method 'float android.window.BackMotionEvent.getTouchX()' on a null object reference at android.window.WindowOnBackInvokedDispatcher$OnBackInvokedCallbackWrapper.lambda$onBackStarted$1(WindowOnBackInvokedDispatcher.java:353) at android.window.WindowOnBackInvokedDispatcher$OnBackInvokedCallbackWrapper.$r8$lambda$jWVwe-YeLRxW3tAMLuWZynG6e1k(Unknown Source:0) at android.window.WindowOnBackInvokedDispatcher$OnBackInvokedCallbackWrapper$$ExternalSyntheticLambda4.run(Unknown Source:4) at android.os.Handler.handleCallback(Handler.java:958) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:224) at android.os.Looper.loop(Looper.java:318) at android.app.ActivityThread.main(ActivityThread.java:8759) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)

Pyetur nga martin347 6 ditë më parë

Përgjigja e fundit nga martin347 6 ditë më parë

  • I kyçur

My gmail account recovery

duplicate of /questions/1485829 thread My old phone his lost , and My new phone gmail account recovery [edited] @gmail.com my two factory number problem, how two gmail … (lexoni më tepër)

duplicate of /questions/1485829 thread

My old phone his lost , and My new phone gmail account recovery [edited] @gmail.com my two factory number problem, how two gmail account access

Pyetur nga Atanu Mondal 6 ditë më parë

remove all traces from old laptop

I gave my laptop away. Absolutely cannot get my Firefox info off. She can't get logged on to anything because it thinks she should be me. Grrr. How to get a clean insta… (lexoni më tepër)

I gave my laptop away. Absolutely cannot get my Firefox info off. She can't get logged on to anything because it thinks she should be me. Grrr.

How to get a clean install without Mozilla finding hidden info and putting it back in?

Pyetur nga Jim Troyer 6 ditë më parë