顯示下列標籤的問題: 顯示所有問題
  • 已解決

When I play a YouTube video on a web page, the playback box has a big white colour.

I'm not very good at English, so I use a translator. After updating to the latest version of Firefox, the problem I'm having is that when I play a YouTube video on the we… (閱讀更多)

I'm not very good at English, so I use a translator. After updating to the latest version of Firefox, the problem I'm having is that when I play a YouTube video on the web side, the playback box will have a large white colour, as shown in the red box below. I would like to know what is causing this, my current version is 123.0

feifang feng 於 2 個月前 詢問

zeroknight 於 2 個月前 解答

  • 被鎖定

Roboform toolbar not working after the 123.0 Firefox Release 2-2024

duplicate of /questions/1440427 thread. Roboform does not load. I have reinstalled it and the toolbar does not load or does the roboform small icon. … (閱讀更多)

duplicate of /questions/1440427 thread.

Roboform does not load. I have reinstalled it and the toolbar does not load or does the roboform small icon.

dachkc19 於 2 個月前 詢問

  • 已解決

Removing Tabs Bar in Firefox Browser on Windows

Hi, I'm trying to remove the bar at the top of firefox browser with tabs in them. I read another article (https://support.mozilla.org/es/questions/1417387#answer-1588947… (閱讀更多)

Hi,

I'm trying to remove the bar at the top of firefox browser with tabs in them. I read another article (https://support.mozilla.org/es/questions/1417387#answer-1588947) under spain link, i think, and the solution said to write "TabsToolbar-customization-target { visibility: collapse !important; }" somewhere. Where do I go to write that?

I tried the console by pressing f12, but that doesn't seem like that's it. In that article it also mentions to go to about:config and change the status of "browser.tabs.drawInTitlebar" to false, or delete it, but didn't work either.

Rohan Kapur 於 2 個月前 詢問

Rohan Kapur 於 2 個月前 解答

  • 已解決

Sudden lack of access to university gmail account

Hi folks, So my university uses gmail and accesses with Duo Mobile. I usually use Firefox on a Win11 PC, no problem. This morning for some reason firefox will not let m… (閱讀更多)

Hi folks, So my university uses gmail and accesses with Duo Mobile. I usually use Firefox on a Win11 PC, no problem. This morning for some reason firefox will not let me even begin the login process. Chrome works fine. I have disabled four extensions (DuckDuckGoprivacy, Unpaywall, YoutubeNonstop, Boomerang) and restarted, no change.

Screenshot shows errormessage on Firefox, with functional Chrome screen in background.

This has to be a firefox issue? help please!

SLG 於 2 個月前 詢問

SLG 於 2 個月前 解答

  • 已解決

Twitter's Login page doesn't load in Firefox

Twitter's login page won't load when I try to open it in Firefox. https://twitter.com/ https://twitter.com/ loads just fine, account pages like https://twitter.com/firefo… (閱讀更多)

Twitter's login page won't load when I try to open it in Firefox. https://twitter.com/ https://twitter.com/ loads just fine, account pages like https://twitter.com/firefox load just fine, and individual tweets individual tweets load just fine. But when I click the login button on any working page, or go directly to the login page at https://twitter.com/i/flow/login, all I get is a white rectangle in the middle of the screen that flashes a loading-spinner for a few frames every two seconds but never actually loads any page content.

I can log in just fine in Chrome, so the problem is specific to Firefox. The problem started at least a week ago, but I don't log in on my desktop regularly enough to know exactly when the problem started.

I turned my Browser Privacy setting to "Standard" and cleared all site data from Twitter, with no effect. I use uBlock Origin, but the problem persists when I disable it. The problem also occurs in Private windows.

Z Lawton 於 2 個月前 詢問

cor-el 於 2 個月前 解答

  • 已解決

Unable to paste screenshot into Google Translate

When I try to screenshot (Windows+Shift+S) and paste the screenshot into Google Translate, I get the error message: Unable to paste from clipboard right now. Try copying… (閱讀更多)

When I try to screenshot (Windows+Shift+S) and paste the screenshot into Google Translate, I get the error message:

Unable to paste from clipboard right now. Try copying the image again.

This functionality works in every other browser I've tried (Chrome, Edge, Brave, Opera GX), so it's not a Google problem, I don't think.

Patrick R. 於 2 個月前 詢問

zeroknight 於 2 個月前 解答

  • 已解決

Bookmarks Tool Bar

Hi, my bookmarks toolbar doesn’t show when I launch Firefox. They always use to. When I click on View>Toolbar>Bookmarks Toolbar>Always Show - the Bar shows. When… (閱讀更多)

Hi, my bookmarks toolbar doesn’t show when I launch Firefox. They always use to. When I click on View>Toolbar>Bookmarks Toolbar>Always Show - the Bar shows. When I click on any bookmark the bar disappears. If (in new window) I click on View>Toolbar>Bookmarks Toolbar>Always Show - the bar appears, when I then open new tab it does not show on new tab and when I click back to previous tab bookmarks are gone.

I have restarted W10 PC, no change.

Hope you can help, many thanks, David

davidmedcalf1 於 2 個月前 詢問

zeroknight 於 2 個月前 解答

  • 已解決

Sync Problem

Yesterday, I ran a format on my computer with Firefox in installed on it. When I tried to recover my settings, history and bookmarks later using sync after logging in to … (閱讀更多)

Yesterday, I ran a format on my computer with Firefox in installed on it. When I tried to recover my settings, history and bookmarks later using sync after logging in to my account nothing happened. Can you please help me recover my data? Thanks in advance.

spider.adeeb 於 2 個月前 詢問

jonzn4SUSE 於 2 個月前 解答

  • 已解決

JavaScript in firefox.cfg can't access `document`

As I understand, `autoconfig.js` (with `firefox.cfg`) can be used to have JavaScript run during startup to control Firefox's UI elements. I have set up `autoconfig.js` i… (閱讀更多)

As I understand, `autoconfig.js` (with `firefox.cfg`) can be used to have JavaScript run during startup to control Firefox's UI elements.

I have set up `autoconfig.js` in my `/usr/lib/firefox-developer-edition/defaults/pref` folder (I'm on EndeavourOS Linux). As instructed here, I've already put the two required files, `autoconfig.js` and `firefox.cfg` in their correct folders (`/usr/lib/firefox-developer-edition/defaults/pref` and `/usr/lib/firefox-developer-edition` in my machine).

The file `firefox.cfg` contains the following code:

 //
 (() => {
   var tabbar = document.getElementById("TabsToolbar");
 })();


However, every time I run Firefox, this message will appear:

 "Failed to read the configuration file. Please contact your system administrator."


If I empty out the `firefox.cfg` file, Firefox will run normally without showing the error message. It will also run normally if I just have something like this in the file:

 //
 (() => {
   var testVar = "";
 })();


I don't understand why the JavaScript code can't access the Firefox UI elements through `document` or `window.document`. If `autoconfig.js` isn't build for that, what should I use to change my browser's UI elements through JavaScript?

Thank you.

jazali 於 2 個月前 詢問

cor-el 於 2 個月前 解答

  • 已解決

When I press ctrl the page zooms in, there is no other button being pressed and I use ctrl often to delete one word instead of just a letter

When typing if I make a mistake I'll usually just delete the entire word and retype it rather than fix the spelling but to do that I need to use CTRL. Now when I press CT… (閱讀更多)

When typing if I make a mistake I'll usually just delete the entire word and retype it rather than fix the spelling but to do that I need to use CTRL. Now when I press CTRL it zooms in the page even though there are no other buttons being pressed.

Jacob 於 2 個月前 詢問

zeroknight 於 2 個月前 解答

  • 已解決

I can't turn off SafeSearch, set on Strict by default

Bing says my browser is the one to set my SafeSearch on strict by default, but I can't find the option to turn it off. Is there even an option or is this a Bing issue? … (閱讀更多)

Bing says my browser is the one to set my SafeSearch on strict by default, but I can't find the option to turn it off. Is there even an option or is this a Bing issue?

lu 於 2 個月前 詢問

lu 於 2 個月前 解答

  • 已解決

Firefox very buggy!!!

My Firefox has gotten so buggy lately I can't use it. I'm writing from Edge. THere are numerous issues. The sign in process got messed up a couple months ago. IT asks… (閱讀更多)

My Firefox has gotten so buggy lately I can't use it. I'm writing from Edge. THere are numerous issues. The sign in process got messed up a couple months ago. IT asks for email address, then doesn't provide password screen option, takes forever to send email, and then sometimes repeats itself. Tabs crash and clicks fail to work randomly. Out of desperation I reset my Firefox password and that seemed to help temporarily, but not enough. So what's happened and how to fix??? Thanks.

dbissett 於 2 個月前 詢問

cor-el 於 2 個月前 解答

  • 已解決

Firefox Bookmarks toolbar disappears as soon as any website selected

This issue has arisen on Firefox for Linux Mint (my current version is 123.0 (64bit)). I like Firefox, and I like its bookmarks toolbar, and have used it for many years,… (閱讀更多)

This issue has arisen on Firefox for Linux Mint (my current version is 123.0 (64bit)). I like Firefox, and I like its bookmarks toolbar, and have used it for many years, but there seems to be a new bug introduced today:- The bookmarks toolbar is present and correct when I start Firefox, but now it disappears as soon as I select any bookmark, or if I enter any web address or if I open a new tab. The [View >Toolbars > Bookmarks Toolbar > Alway Show] option is already selected, but the toolbar is no longer visible. If I click on it again, the bookmarks toolbar reappears (or I can restart Firefox, and this will also restore the toolbar). But the toolbar now disappears as soon as I use the browser in any way, and so is currently not really of practical use, as it needs constant restoring. Hope you can help resolve this. Many thanks in advance

pxr1377 於 2 個月前 詢問

cor-el 於 2 個月前 解答

  • 已解決

bookmark bar not appearing

hello! hope you are doing well, I recently got this problem where the bookmark bar does not appear on my browser even though it is on the "always show" option, it appears… (閱讀更多)

hello! hope you are doing well, I recently got this problem where the bookmark bar does not appear on my browser even though it is on the "always show" option, it appears when I first open the browser, but once I enter any site, it disappears again, even on new tabs, and when I try different options for the BM, it makes it appear for one use only. I tried looking for solutions on the internet but to no avail. can you help me fix it? thank you in advance!

dina-3330 於 2 個月前 詢問

zeroknight 於 2 個月前 解答

  • 已解決

Firefox Web Notifications are interrupting typing

I just recently had Firefox updated, and I'm already having problems regarding notifications. When a notification starts up while I'm typing, it takes me out of it and I … (閱讀更多)

I just recently had Firefox updated, and I'm already having problems regarding notifications. When a notification starts up while I'm typing, it takes me out of it and I have to click back in. I had to turn them off temporarily to avoid flow breaking. This never ever happened before the update as the notifs worked perfectly fine w/ no interrupting. I also noticed in the taskbar, each notification is treated like a new browser window for some reason. This may be related to my current issue.

DNanton98 於 2 個月前 詢問

jscher2000 - Support Volunteer 於 2 個月前 解答