टैग किए गए सवाल दिखा रहा है: सभी प्रश्न दिखाएँ
  • हल कर लिया गया
  • अभिलेखित

Sync doesn`t sync my tabs

Sync is a nightmare. It is so unintuitive! What exactly would be wrong with having separate Export and Import buttons for each of Settings, Addons, Tabs, History, Bookm… (और पढ़ें)

Sync is a nightmare. It is so unintuitive! What exactly would be wrong with having separate Export and Import buttons for each of Settings, Addons, Tabs, History, Bookmarks, etc? I have a desktop box and a newer laptop I wanted to get up to date. I pressed the Sync button on the desktop ... By the way, there`s a link below that reads "Connect another device" ... Connect where? Someone is designing these interfaces who has absolutely zero imagination. Anyways, I signed off, moved the ethernet cable to my laptop, signed in, pressed Sync, and voila!, I got my Bookmarks, at least. But I have no idea how to get my tabs and windows. I tried with a "download link" something or other, but it seemed to assume I was sync-ing to a phone, and didn`t work. Any way to get my tabs?

Asked by Dan_W 1 साल पहले

Answered by cor-el 1 साल पहले

Accessing Firefox profile name via add-on

Hi! I've been browsing the web looking for a way to access the browser's current profile name programmatically. I'm writing a little browser extension that should run co… (और पढ़ें)

Hi!

I've been browsing the web looking for a way to access the browser's current profile name programmatically. I'm writing a little browser extension that should run code conditionally depending on what the current profile is. I'm wondering if there's any way to do this? The closest thing I found was runtime.getBrowserInfo() runtime.getBrowserInfo().

Asked by franconbiasin 3 महीने पहले

Last reply by Paul 3 महीने पहले

User.js file does not apply

I've installed firefox with pacman on Linux, and I installed arkenfox. It did not work, I tried other user.js', none worked. I've also tried wiping my entire firefox root… (और पढ़ें)

I've installed firefox with pacman on Linux, and I installed arkenfox. It did not work, I tried other user.js', none worked. I've also tried wiping my entire firefox root folder, then using arkenfox, but did not work.

Asked by deateaterOG 3 महीने पहले

Last reply by cor-el 3 महीने पहले

Why is firefox adding empty lines to the css file in web developer?

Firefox is adding empty lines to the css file in web developer like so: videoFiles { left: 0; z-index: 3; width: 250px; height: 40px; opacity: 0; cursor: point… (और पढ़ें)

Firefox is adding empty lines to the css file in web developer like so:

  1. videoFiles {
 left: 0;
 z-index: 3;
 width: 250px;
 height: 40px;
 opacity: 0;
 cursor: pointer;

}

  1. image_files {
 height: 40px;
 width: 250px;
 z-index: 3;
 opacity: 0;
 cursor: pointer;

}

.previewVid {

 width: 50%;
 padding: 10px;

}

Those empty lines are not in the css file and so it is reporting the wrong line numbers. So hard to find the correct line in the actual file.

Asked by SnowCrest Digital 3 महीने पहले

Last reply by Waqas Khan 3 महीने पहले

Mobile Bookmarks Hidden on Desktop

Up until a few weeks ago, I could see and access Mobile Bookmarks (I sync these to my Firefox Desktop) using the Firefox Desktop browser from the Bookmarks drop-down menu… (और पढ़ें)

Up until a few weeks ago, I could see and access Mobile Bookmarks (I sync these to my Firefox Desktop) using the Firefox Desktop browser from the Bookmarks drop-down menu in the topmost toolbar.

Now, I can no longer find Mobile Bookmarks in the Bookmarks drop-down menu.

I can still find it by choosing Manage Bookmarks and, in the resulting pop-up, I can see it in its regular location there. However, this is significantly less convenient as it requires me to juggle another window and perform more clicks.

Is it missing due to a bug? Does Mozilla intend to fix/address this?

Thank you in advance for any help.

Asked by Mobius 3 महीने पहले

Last reply by Standard8 3 महीने पहले

Paste works, but Copy does not

When I copy something to my clipboard I can paste it into Firefox. Into web pages and also into the URL bar. But when I copy something in Firefox, it does not go to the … (और पढ़ें)

When I copy something to my clipboard I can paste it into Firefox. Into web pages and also into the URL bar.

But when I copy something in Firefox, it does not go to the clipboard. The clipboard still hast the content which was already there.

Also strange: When I cut text in a textarea, input element or the URL bar, the text is removed. But it is not sent to the clipboard. When I cut and paste, the text I get is what was previously in the clipboard.

What could be the cause? How can I debug this problem?

Asked by witek 3 महीने पहले

Last reply by cor-el 3 महीने पहले

My spellchecker add-on doesn't work on this site. That is not okay.

As I said in the title, the spellchecker add-on I use, LanguageTool, does not work on this site. I am not fine with that. What's the best way to get it working here? Any … (और पढ़ें)

As I said in the title, the spellchecker add-on I use, LanguageTool, does not work on this site. I am not fine with that. What's the best way to get it working here? Any answers that amount to "you don't" are not acceptable.

Asked by Sterrence 3 महीने पहले

Last reply by cor-el 3 महीने पहले

  • हल कर लिया गया
  • अभिलेखित

How do I override CSS in Reader View as of Firefox version 105?

Any advice returned by Google seems to be obsolete or only worked perhaps in older versions of Firefox. The main idea of using userChrome.css to override the default styl… (और पढ़ें)

Any advice returned by Google seems to be obsolete or only worked perhaps in older versions of Firefox. The main idea of using userChrome.css to override the default styles for Reader View does not seem to work. My userChrome.css file does work on other items though (like removing the sidebar width restriction).

Whatever advice I find via Google perhaps cites outdated CSS selectors, but current selectors do not seem to be documented anywhere by Mozilla. Moreover, I cannot find any file on my local drive named aboutReader.css when using find or grep commands in bash, those this file name is alluded to when viewing a page in Reader View and then in turn viewing source on that transformed page.

Moreover, addons that would allow me to change the colors seem to be restricted in Reader View.

It does seem like something has changed in recent Firefox updates but I can't remember when I last saw, for instance, links in dark mode Reader View that were still pink (whereas now they are blue, and impossibly dark to see, especially when you are disabling as much blue light as possible through your operating system). I need a higher contrast color for links in dark mode Reader View so I can actually see them.

I can alternatively use the Tranquility Reader addon and have custom colors, but A) that addon does not work with the Automatic Reader View addon, whereby I can always have various sites appear in some sort of "reader view" whether the native one or Tranquility Reader, and B) hitting refresh when in Reader View will defeat some soft paywalls but this does not work with, e.g., Tranquility Reader, so I still would prefer to be able to custom colors in the native Reader View feature, rather than rely on an addon.

1. Where are the current styles for Reader View even documented? 2. Is overriding them now restricted? 3. Why did the link color change from pink to blue in newer versions of Firefox (this is a terrible accessibility bug)? 4 .Where is the alluded to aboutReader.css stylesheet actually stored on my computer (it doesn't seem to be a file on the filesystem in the Firefox profiles folder, it seems more like it is embedded in the Firefox binary/executable)? 5. Will Firefox settings ever allow us to set colors specifically for Reader View (I don't mean the override settings for all web pages, particularly web pages not being rendered in Reader View ... that setting does not help in Reader View, nor would it be the desired preference for pages not in Reader View)?

Thank you.

Asked by ddfox 2 साल पहले

Answered by jscher2000 - Support Volunteer 2 साल पहले

  • हल कर लिया गया
  • अभिलेखित

Firefox browser force search

I created a few virtual hosts and sites on my local machine and this is working perfectly. Problem is with Firefox, when I enter non-existant url in address bar, Firefox… (और पढ़ें)

I created a few virtual hosts and sites on my local machine and this is working perfectly.

Problem is with Firefox, when I enter non-existant url in address bar, Firefox force me to search and don't let me to open the url, but I need to go to this url for testing, developing, etc...

Any solution?

Asked by Aleksandar 2 साल पहले

Answered by Aleksandar 2 साल पहले

  • हल कर लिया गया

Issue with Firefox Search Bar Redirecting Input to Address Bar

Hello, I'm experiencing an issue with the search bar on the Firefox homepage. When I click into the search field and begin typing, the cursor jumps to the address bar, a… (और पढ़ें)

Hello,

I'm experiencing an issue with the search bar on the Firefox homepage. When I click into the search field and begin typing, the cursor jumps to the address bar, and the text I’m entering gets redirected there instead of staying in the search bar.

I've checked my search settings, and everything seems to be in order. I’ve also tried disabling add-ons, but the issue persists. Could you please assist me in resolving this problem?

Thank you for your help.

Best regards, Tivadar Tot

Asked by Tot Tivadar 3 महीने पहले

Answered by TyDraniu 3 महीने पहले

Crashes when using Youtube on Firefox

Hi. I got a new laptop some weeks ago (Linux Fedora) and I've been using Firefox without any problems until last week. When watching Youtube videos my system shell crashe… (और पढ़ें)

Hi. I got a new laptop some weeks ago (Linux Fedora) and I've been using Firefox without any problems until last week. When watching Youtube videos my system shell crashes completely. This problem ONLY happens with Youtube videos and Firefox. Other browsers work fine and I don't have this problem in other websites.

Recent crashes ID: bp-f6b555b9-0fbb-447d-a3b3-9f7ee0240818 bp-1fad31a3-0735-49dd-92ac-44e2d0240818 bp-19ae85a5-8bd3-4d3b-b366-f65a10240818 bp-7ca6ded3-871e-45ad-8351-f21c40240818 bp-88f4aca2-437b-45d1-8d7a-11a7c0240818 bp-ebb8ed44-af42-44c1-89f9-54b1f0240818 bp-3aa6e40e-467c-4c72-8373-b23e30240818

Asked by fjcorfel 3 महीने पहले

Last reply by jonzn4SUSE 3 महीने पहले

  • हल कर लिया गया

Firefox will not play video on Linux

Firefox 129.0.2 (64-bit) Mozilla Firefox Snap for Ubuntu canonical-002 - 1.0 Running on kubuntu Linux 24.04, kernel version 6.8.0-41-generic (64-bit) KDE Plasma Versio… (और पढ़ें)

Firefox 129.0.2 (64-bit) Mozilla Firefox Snap for Ubuntu canonical-002 - 1.0

Running on kubuntu Linux 24.04, kernel version 6.8.0-41-generic (64-bit) KDE Plasma Version 5.27.11 Qt Version 5.15.13

I've posted a description of my problem on the kubuntu forums: https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/681835-firefox-eating-up-a-lot-of-cpu

Here is a synopsis of my posts on that thread to distill the most noteworthy symptoms:

I have snap Firefox installed.

$ snap list Name Version Rev Tracking Publisher Notes bare 1.0 5 latest/stable canonical✓ base core22 20240731 1564 latest/stable canonical✓ base firefox 129.0.2-1 4793 latest/stable mozilla✓ - firmware-updater 0+git.5007558 127 latest/stable/… canonical✓ - gnome-42-2204 0+git.510a601 176 latest/stable/… canonical✓ - gtk-common-themes 0.1-81-g442e511 1535 latest/stable/… canonical✓ - snapd 2.63 21759 latest/stable canonical✓ snapd thunderbird 128.1.0esr-1 507 latest/stable/… canonical✓ - $

If I start firefox from the shell command line, it runs fine. It runs the shell script in /usr/bin/firefox, which ultimately executes /snap/bin/firefox. Clearly that shell script is doing some configuration that I don't understand.

If I​ hit Alt-space I see the menu in the referenced screen grab (see attached).

If I select the first entry, to run firefox from the command line, it has the same effect as starting /usr/bin/firefox from a bash shell; it works fine. However, if I select the third entry, firefox does not play any video; I've mostly tested with YouTube videos that have actual video and audio.

I'm not sure what gets executed when I select the third option from the Alt-space menu. It appears from doing a "ps -ef" that it's the same /snap/firefox/... executable. But I'm wondering why is this entry in the Alt-space menu and how does it get initialized or 'configured' to run.

Additionally, if I do start firefox from the entry with the firefox browser icon, and it fails to play video, I must then uninstall firefox using snap and then reinstall in order to get video playback to work. That is, after a failed start, simply exiting firefox and restarting it from the shell command line will not work; firefox will not play video correctly at all.

I also noticed that on my PC desktop, "snap list" lists firefox as "firefox 129.0.2-1 4793 latest/stable mozilla✓ -"

But on my old Lenova laptop running the same kubuntu version, "snap list" lists firefox as "firefox 129.0.2-1 4757 latest/stable mozilla✓ -"

​I'm up to date on both systems via "sudo apt update"' and "sudo apt upgrade"

Even more frustrating, today, for the first time, despite starting firefox from the command line, video still didn't play. I had to uninstall firefox and reinstall it.

Asked by rhimb0h 3 महीने पहले

Answered by cor-el 3 महीने पहले

  • हल कर लिया गया
  • अभिलेखित

Keyboard navigation on search results

I want to navigate on search results using the keyboard. I could use tab but it suggests all interactive elements such as news, images, books, videos, search settings and… (और पढ़ें)

I want to navigate on search results using the keyboard. I could use tab but it suggests all interactive elements such as news, images, books, videos, search settings and etc one by one. I want to press something and make active first result, then second. If such hotkeys are not provided, maybe there are any extensions with similar functionality?

Asked by LuchnikKek 1 साल पहले

Answered by LuchnikKek 1 साल पहले

2 factor auth not working

I am trying to submit a new Add-on, Firefox requires to add 2 factor authentication, and when I am trying to do that and enter code it tells me that is wrong even I am su… (और पढ़ें)

I am trying to submit a new Add-on, Firefox requires to add 2 factor authentication, and when I am trying to do that and enter code it tells me that is wrong even I am sure it is right. I tried many times with many auth app on my phone Hope to solve that to submit my Add-on

Asked by mina_daoud 3 महीने पहले

Last reply by jens82 3 महीने पहले

  • हल कर लिया गया

Correlation between Background and Firefox Data Collection and Use

I recently explored the backgrounds on Firefox. I choose one of the, because they look really nice. But after I changed my Firefox Data Collection and Use settings the ba… (और पढ़ें)

I recently explored the backgrounds on Firefox. I choose one of the, because they look really nice. But after I changed my Firefox Data Collection and Use settings the background disappeared.

Why do you have to keep "Allow Firefox to send technical and interaction data to Mozilla" and "Allow Firefox to install and run studies" enabled?

Asked by lama.customs 3 महीने पहले

Answered by TyDraniu 3 महीने पहले