Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã giải quyết
  • Đã lưu trữ

Firefox not following application settings

I have Firefox set to "view PDF files in Firefox", but this is not happening with sites like Capital One and Consumer's Energy. these sites are just saving directly to m… (xem thêm)

I have Firefox set to "view PDF files in Firefox", but this is not happening with sites like Capital One and Consumer's Energy. these sites are just saving directly to my downloads folder even though I 1) Want to view the file first and 2) if it is going to save a flle, it is set up to ask where the file should be saved.

Neither of these things are happening even though I have them set up correctly in Settings.

Được hỏi bởi rjwerth 2 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Get multirow bookmarks toolbar working again with Firefox 109 and Windows 11

Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (tha… (xem thêm)

Hi @all,

I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Makes bookmarks toolbar span multiple rows */

#PersonalToolbar{
  --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
  --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
  max-height: none !important;
}

#PlacesToolbar > hbox{ 
  display: block;
  width: 100vw;
}

#PlacesToolbarItems{
  display: flex;
  flex-wrap: wrap;
  /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */
  max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important;
  overflow-y:auto;
  scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ;
  scrollbar-width: thin;
}

/* Hide the all-bookmarks button */
#PlacesChevron{ display: none }

/* Add some spacing between rows */
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important;  }


I already tried some other codes that I found in the internet but none of them worked. I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder. Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?

Best regards heusmich

Được hỏi bởi heusmich 2 năm trước

Được trả lời bởi heusmich 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

cannot print web page from Firefox

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson … (xem thêm)

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson inkjet printer. if i use the print using system dialogue option fire fox shows a printer screen which has a simple entry of line prntr. If that is selected nothing at all happens. Clearly Firefox cannot detect my printers. If I save the web pages to a PDF file then open that file I can then get the normal system printing options and print the page. But all that does is clutter up my file system with files I will only ever use once. This proves the problem is clearly in Firefox and in its inability to detect system printers. I have tried all the suggestions from the help screens to no avail. Is there any other means of sorting this print problem.

Được hỏi bởi austinjames 2 năm trước

Được trả lời bởi austinjames 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

How can I control the confirmation sound in FireFox's "save image" & "file update" (download) panels

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occ… (xem thêm)

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occurs when saving an image from a right-click menu and when downloading a file. Formerly Firefox used the system default sound for this, and that sound is still working in other programs for similar operations.

How can I fix this? Or alternatively how can I disable the sound during such operations in Firefox (or alternatively system-wide)?

Được hỏi bởi SE-Tundra 2 năm trước

Được trả lời bởi SE-Tundra 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Google Fi Microphone Permissions

Hi, I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from t… (xem thêm)

Hi,

I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from the Firefox dropdown prompt and I cannot find how to get it back.

When I click the dropdown menu, I see no options to enable or disable permissions. I also do not see anything listed in the Security settings of the browser. When I check the google fi settings, I see it complaining about denied permissions though.

I've attached screenshots. Does anyone know where I can revoke the blocked permissions?

Thanks,

Được hỏi bởi seankdavis24 2 năm trước

Được trả lời bởi cor-el 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Redefine mouse keys in browser

Good day, has anybody an idea if and what addon could manage for me redefinition of mouse behaviour. Particularly in my case I want to use middle (wheel) button single cl… (xem thêm)

Good day, has anybody an idea if and what addon could manage for me redefinition of mouse behaviour. Particularly in my case I want to use middle (wheel) button single click over any text input to perform clipboard paste (but everywhere else the button behaves normally). I had this feature integrated into mouse gestures add on which is no more compatible.

Được hỏi bởi Bunny Hop 2 năm trước

Được trả lời bởi cor-el 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Do CSS "widows/orphans" work in Firefox?

Firefox v109.0.1 opensuse tumbleweed linux 6.1.12-1-default x86_64 I have been trying to get a "media print" to format as I wish it to do so by using the widows and orp… (xem thêm)

Firefox v109.0.1 opensuse tumbleweed linux 6.1.12-1-default x86_64

I have been trying to get a "media print" to format as I wish it to do so by using the widows and orphans CSS rules (among others). So far, regardless of the values assigned, the resulting print output still has widows and orphans.

Are those rules actually implemented in Firefox?

Được hỏi bởi jimoe 2 năm trước

Được trả lời bởi TyDraniu 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Firefox PDF reader pdfjs.viewerCssTheme option has no effect

So I wanted to read PDFs trough firefox with a dark theme, looked up how to do so online, and people say to change the "about:config" option "pdfjs.viewerCssTheme" to "2"… (xem thêm)

So I wanted to read PDFs trough firefox with a dark theme, looked up how to do so online, and people say to change the "about:config" option "pdfjs.viewerCssTheme" to "2" instead of "0", I did that, tried opening a PDF, nothing happend, it was still black text on white backgrounds. Tried closing firefox, reopened the pdf, nothing happened, still white backgrounds. Tried to check if it might have to do with that specific pdf file's config, created my own PDF file from a word document, tried to open it, still white backgrounds. Tried disabling extensions, (which I use four of, UBlock Origin, SponsporBlock, Return Youtube Dislike and Translate this page), didn't work. Tried enabling the option on my laptop, didn't work. Tried a bunch of other stuff and it still won't work. My Firefox version is 109 and I'm using Windows 10 I also don't want to use the console/file edit thing with grayscale(1) invertcolor(1) or whatever it was since it also reverses the colors of images instead of just the backgrounda nd text color.

Được hỏi bởi oliveira.frederic1 2 năm trước

Được trả lời bởi cor-el 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Router address autocompletes with old URL

My router address with extensions is xx.xx.xx.xx/#/login. My previous router was xx.xx.xx.xx/cgi-bin/MANGA/index.cgi. When I type the IP address without anything after it… (xem thêm)

My router address with extensions is xx.xx.xx.xx/#/login. My previous router was xx.xx.xx.xx/cgi-bin/MANGA/index.cgi. When I type the IP address without anything after it, the URL entry changes from the new address to the old one every couple of seconds. I can't log into the router because it keeps changing. I disabled URL autocomplete, but it doesn't change it. Whenever I enter the address, it still completes with first the correct and then the incorrect URL.

How do I stop this? Thanks in advance.

Được hỏi bởi New New Spectre 2 năm trước

Được trả lời bởi cor-el 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Google Apps UI Absent

Hi, I've been trying to transfer from Chrome to Firefox but have been experiencing a graphical error with primarily the toolbar in Google Docs. The places where icons sho… (xem thêm)

Hi, I've been trying to transfer from Chrome to Firefox but have been experiencing a graphical error with primarily the toolbar in Google Docs. The places where icons should be denoting what each button does are empty - I do not have any extensions, plugins, or themes installed that would be causing this. I did install the Dark Reader extension to see if it would show icons when using it, which it did not. It actually is not exclusive to the toolbar, as drop-down menus that would normally have icons do not either. I tested in both Microsoft Edge and Chrome and this issue does not arise on either.

While Docs has been the primary issue, it persists across all Google Drive apps (Sheets, Slides, Drawings, and more). My version of Firefox is up to date and I am on an HP laptop running Windows 10. If anyone is able to help diagnose the issue at hand or direct me to another support thread where this issue has been resolved, it would be highly appreciated. Thank you so much!

Được hỏi bởi Anya Elise 2 năm trước

Được trả lời bởi TyDraniu 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Can't setup Dropbox in Firefox

I tried to Connect Dropbox to my desktop, but the page would not load. Chrome has no problem loading the page. Could someone please let me know if they have the same … (xem thêm)

I tried to Connect Dropbox to my desktop, but the page would not load.

Chrome has no problem loading the page.

Could someone please let me know if they have the same problem

Được hỏi bởi noel_envode 2 năm trước

Được trả lời bởi noel_envode 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

On playing online videos screen flashes, goes blank until site / video is closed

So, for awhile now when I go to some sites, the screen suddenly starts flashing, then it jitters and turns some light color (like a light green; not blue screen, not blac… (xem thêm)

So, for awhile now when I go to some sites, the screen suddenly starts flashing, then it jitters and turns some light color (like a light green; not blue screen, not black). If I guess where the "X" is to shut down the tab that has the video, I can end this. Often, like on youtube, I find the problem is some ad video that was playing. The rest of the site is ok. But not always.

One site I wrote down a few days where it happened: https://www.nbcsports.com/philadelphia/eagles/eagles-face-giants-2022-playoff-opener?cid=sm_npd_rsn_phi_fb_mn&fbclid=IwAR3rGUEa0W8fElrzCWANSIUpti9VKlbn0iHyvcFsviajYExo5tcRSyWBJXA

scroll down to video and everything blinks, becomes unuseable

It happens in lots of places, though. It is not per se a YouTube problem or just a problem at NBCSports. I shell out to MS Edge, and it seems to handle everything fine, so I'm assuming at this point it is a browser issue.

One last point: after this happen the screen display is degraded even after I manage to shut down the offending tab or video. It takes a Log off/log back in or reboot to fix everything. The degradation takes the form of making the screen look a bit like a pointilist painting, although that's an exaggeration.

FF 109.0.1 64 bit Windows 11 NVidia GeFORCE RTX 3060 running studio driver 526.98 (I have switched periodically from / to their gaming driver, which doesn't seem to matter)

Any help, appreciated.

Được hỏi bởi monsieurms 2 năm trước

Được trả lời bởi cor-el 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Removing sync info

I have a question regarding syncing. Is there a way to remotely remove all synced information from Firefox on a particular PC without actually accessing it? For example, … (xem thêm)

I have a question regarding syncing. Is there a way to remotely remove all synced information from Firefox on a particular PC without actually accessing it? For example, if I sync my home PC Firefox with my laptop or my work PC. Then, one day, for some reason I no longer have access to my work PC, and all of my sensitive information is there. Or if I lose my laptop, or if it is stolen... Is it possible to remove all sensitive information from a remote synced PC? Alternatively, is there a way to remove all synced information every time I close the browser? This way I can remove a particular PC in my Firefox account and once the browser is restarted at the remote location, the data will no longer be pulled and synced. Can this be done? Thanks in advance!

Được hỏi bởi golosrazuma 2 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Middle mouse button click, new tab opened AND switched to that tab.

Hi, Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It… (xem thêm)

Hi,

Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It is very frustrating. I want open multiple tabs and then view those tabs. Now I have to, suppose I have 5 links listed in webpage:

I middle mouse 1st link Then I have to return to my previous page I middle mouse 2nd link Then I have to return to my previous page I middle mouse 3rd link Then I have to return to my previous page I middle mouse 4th link Then I have to return to my previous page I middle mouse 5th link Then I have to return to my previous page

If it is new DEFAULT, then please make ant option to switch back in about:config, thanks!

Được hỏi bởi kirsciukas 2 năm trước

Được trả lời bởi Terry 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Installation aborted because the add-on appears to be corrupt.

https://addons.mozilla.org/en-US/firefox/addon/lightorange-on-black/ there seems to be a problem with this theme, cant install, cant upload or anything it says its corrup… (xem thêm)

https://addons.mozilla.org/en-US/firefox/addon/lightorange-on-black/ there seems to be a problem with this theme, cant install, cant upload or anything it says its corrupted can someone help? please contact me under my email [email removed from public]

Được hỏi bởi Farzam Maghouli 2 năm trước

Được trả lời bởi Farzam Maghouli 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

New Comment Popup

How can I turn off the new Facebook Comment popup? I want to use the old version where the comments are listed under the original pots not in a seperate narrow popup win… (xem thêm)

How can I turn off the new Facebook Comment popup? I want to use the old version where the comments are listed under the original pots not in a seperate narrow popup window.

Được hỏi bởi 1artworkz 2 năm trước

Được trả lời bởi 1artworkz 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

FireFox font is unreadable and thin

Certain fonts are displayed not as what I set them to in Firefox's settings. At first, I thought it was a windows OS font related issue- it's not. I've followed everyth… (xem thêm)

Certain fonts are displayed not as what I set them to in Firefox's settings.

At first, I thought it was a windows OS font related issue- it's not.

I've followed everything here: https://support.mozilla.org/en-US/questions/1323130 (The answer support link is inaccessible. But following the answer did not fix my issue.)

Also looked to see if any of my add-ons are affecting it. I've disabled them on the sites (in the screenshot) but the fonts are still displayed as attached. Checked to see if the add-on uBLOCK is disabling remote fonts, that feature is not checked so that's not the issue.

Please help, thank you.

Được hỏi bởi beasther 2 năm trước

Được trả lời bởi beasther 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

OS authentication enable via registry?

Hi, I know how to turn on OS authentication to reveal passwords in about:config (signon.management.page.os-auth.enabled = true) But is there any way to turn this on in r… (xem thêm)

Hi,

I know how to turn on OS authentication to reveal passwords in about:config (signon.management.page.os-auth.enabled = true) But is there any way to turn this on in registry?

Được hỏi bởi jewmo159 2 năm trước

Được trả lời bởi TyDraniu 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Lost tabs

I lost my tabs. Firefox has been opened and closed several times after losing tabs. I went here https://www.jeffersonscher.com/ffu/scrounger.html. I was able to find the … (xem thêm)

I lost my tabs. Firefox has been opened and closed several times after losing tabs. I went here https://www.jeffersonscher.com/ffu/scrounger.html. I was able to find the file containing my lost tabs, it is sessionstore(1706800631216_9931f324-5558-4488-a36c-a5b3cb9e8c54_event_jsonlz4).json What do I do with this file now? Thank you.

Được hỏi bởi WW13 1 năm trước

Được trả lời bởi cor-el 1 năm trước