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ữ

Remove Edit book mark button from URL bar FF102.0.1esr

I'm testing FF102 for rollout in September and working through various issues. The latest one I've come across is the edit bookmark "button" on the right of the URL bar.… (xem thêm)

I'm testing FF102 for rollout in September and working through various issues. The latest one I've come across is the edit bookmark "button" on the right of the URL bar. It's a blank space on the URL bar, and when hovered over is a highlighted blank space. After clicking it twice it displays the Edit book mark menu.

How can I remove it completely? I've look at about:config and nothing stands out as obvious to me controlling this and I can't find a setting for it.

The image below shows the highlighted blank icon space.

This code in userChrome.css worked in FF91 but only hides the icon in FF102.

#star-button { display:none !important; }


Thanks

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

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

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

Some (working) search engines are missing from settings/search.json.mozlz4 - where are they?

I've some search engines which was configured a lot of years ago (or maybe was imported from another browser many years ago). They are working in address bar (e.g. I can … (xem thêm)

I've some search engines which was configured a lot of years ago (or maybe was imported from another browser many years ago). They are working in address bar (e.g. I can enter there "cve something", press Enter and get redirected to https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=something), but not listed neither in about:preferences#search nor in my profile's search.json.mozlz4 (I've unpacked and checked it - it contents does match about:preferences#search). I've tried to grep for "cvekey.cgi" in my profile folder but get no results (I suppose these "hidden" search engines are stored in some sqlite file).

I'd like to have these hidden search engines listed in about:preferences#search. I can even manually re-add them, but how can I find complete list of all configured search engines?

Được hỏi bởi powerman-asdf 1 năm trước

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

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

Symbol size too big after update to version 103.0.1

After update of Firefox version 103.0.1 the symbols are too big and the size cannot be reduced (to small size). So too few symbols fit into a symbol line. How can this be… (xem thêm)

After update of Firefox version 103.0.1 the symbols are too big and the size cannot be reduced (to small size). So too few symbols fit into a symbol line. How can this be fixed?

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

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

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

Tab Bar 2022

I woke up this morning and my tab bar on Firefox was out of control. I figured out how to shrink the tabs in about:config. However, there is a huge space at the end of th… (xem thêm)

I woke up this morning and my tab bar on Firefox was out of control. I figured out how to shrink the tabs in about:config. However, there is a huge space at the end of the tabs that is completely unnecessary. I've been googling all morning. I tried to find compact mode--but "density" is gone, even when I go back into about:config and enable it. The only other help I found was to change the CSS code and unfortunately, that is outside my wheelhouse.

Is there ANY way I can get my old tab bar back so that the tabs fill the top of the screen as opposed to having a huge empty space at the end?

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

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

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

Firefox Headers and Menu bar to large Windows 11 but ok Windows 10

Firefox using Windows 11 the Top Menu bar takes up to much real estate. But running same Browser on Windows 10 it works fine. How can I reduce the top Menu Bar so I can s… (xem thêm)

Firefox using Windows 11 the Top Menu bar takes up to much real estate. But running same Browser on Windows 10 it works fine. How can I reduce the top Menu Bar so I can see more of Web page as far to big on Windows 11? Any ideas help appreciated. Does anyone know of a cure.? Check the attached image or Images for proof. Even some web pages its far to wide to fit screen.

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

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

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

not sizing labels correctly to Dymo 4XL

Firefox has suddenly stopped sizing shipping labels when downloading them from Amazon and ebay. They print way too large. Changing the printer setting, size, etc does not… (xem thêm)

Firefox has suddenly stopped sizing shipping labels when downloading them from Amazon and ebay. They print way too large. Changing the printer setting, size, etc does not help. It seems as though Firefox is converting them somehow. I have tried clearing the printer settings in Firefox also.

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

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

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

How to remove the add button from address bar?

Everytime Firefox wants me to add something as search engine. For example I open YouTube and in the address bar it says ADD YOUTUBE. I cannot share screenshot because it … (xem thêm)

Everytime Firefox wants me to add something as search engine. For example I open YouTube and in the address bar it says ADD YOUTUBE. I cannot share screenshot because it just says uploading and not uploading anything from all my devices.

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

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

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

I have Firefox ver 103.0.2 but want rounded tabs

I have Firefox 103.0.2 and have enabled the use of style sheets in about:config. I have a CSS style sheet userChrome.css that is giving me color at the top heading an… (xem thêm)

I have Firefox 103.0.2 and have enabled the use of style sheets in about:config. I have a CSS style sheet userChrome.css that is giving me color at the top heading and in the tabs, except for the active tab (is white)

I'll list the CSS and see if you can give me some guidance in what i need to do to put some roundness in the top corners of the tabs. the UserChrome.css file .titlebar-color{ color: AccentColorText; background-color: AccentColor; } .tab-background{ border-radius: 5px 5px !important; margin-bottom: 0px !important; } .tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{ background-color: color-mix(in srgb, currentColor 5%, transparent); } menupopup > menu, menupopup > menuitem{ padding-block: 2px !important; min-height: 0px !important; }

root{

--arrowpanel-menuitem-padding: 2px !important; }

The whole top is solid color (same as Windows color, which is ok by me. However, it would also be nice if there were a dividing line or separation between the menu on top and the "tabs" below. Any ideas would be great! Thanks!! Vern

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

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

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

Pocket missing from homepage

Hello, I just upgraded to Firefox 98.0.1. And there doesn't seem to be an option to add Pocket suggestions to the homepage, as there used to be. You can add Pocket arti… (xem thêm)

Hello,

I just upgraded to Firefox 98.0.1. And there doesn't seem to be an option to add Pocket suggestions to the homepage, as there used to be.

You can add Pocket articles that you've saved, but not suggestions from Pocket.

It used to be under settings - home - recommended by Pocket.

Has this been removed from the options?

Thanks, Taylor

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

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

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

I have Firefox 101 set to open previous session tabs but it does not.

I have Firefox 101. It is set to open previous session tabs but it does not. Further I am not able to retrieve the ones I used to have available when I open Firefox. I ha… (xem thêm)

I have Firefox 101. It is set to open previous session tabs but it does not. Further I am not able to retrieve the ones I used to have available when I open Firefox. I have not cleared the history.

Được hỏi bởi david.dala 1 năm trước

Được trả lời bởi david.dala 1 năm trước

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

Bookmark suggestions in URL bar: can I get suggestions only for exact URLs?

In Settings, I have configured "When using the address bar, suggest..." to use my Bookmarks, and nothing else. Let's say I have a bookmark for the URL: https://www.mozil… (xem thêm)

In Settings, I have configured "When using the address bar, suggest..." to use my Bookmarks, and nothing else.

Let's say I have a bookmark for the URL: https://www.mozilla.org/en-GB/firefox/products/

If I start typing "moz", that bookmark appears in the suggestions, but the autocomplete also offers me the domain's "home" URL, https://www.mozilla.org.

I don't have that "home" URL bookmarked, so I don't want it to be suggested to me - as I told Firefox when I set "Bookmarks" as the only source of suggestions. Often when trying to navigate quickly to a bookmarked page, I assume that autocomplete will be giving me my bookmarked page, and end up accidentally going to the "home URL" instead.

So is there a setting that lets me keep my bookmark suggestions, but disable this "autocomplete with home URL" behaviour?

This isn't specific to mozilla.org: that URL was just an example.

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

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

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

Mailto missing

Mailto is missing from my applications section in Firefox settings. How do I add it back in? I've done an online search but nothing I found worked. I'm having difficult… (xem thêm)

Mailto is missing from my applications section in Firefox settings. How do I add it back in? I've done an online search but nothing I found worked.

I'm having difficulties adding an image but this is what is listed in my Settings - General - Applications: Under Content Type, I have: Portable Document Format (PDF) Extensible Markup Language (XML) Scalable Vector Graphics (SVG) WebP Image AV1 Image File (AVIF)

I tried searching applications for mailto and gmail but I get no returns.

Does anyone have any suggestions?

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

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

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

New address bar buttons

What about:config option do I have to disable to remove those new buttons from the address bar? Firefox 105.0b2 I suppose the other question is why did you add them? Th… (xem thêm)

What about:config option do I have to disable to remove those new buttons from the address bar?

Firefox 105.0b2

I suppose the other question is why did you add them? There are already three places I can get at that information.

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

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

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

PDFs are opening in browser AND downloading

In my Firefox settings, I have PDF files set to "Open in Firefox". When I click on a PDF file, Firefox DOES open the PDF in a new browser tab, but the PDF ALSO downloads… (xem thêm)

In my Firefox settings, I have PDF files set to "Open in Firefox".

When I click on a PDF file, Firefox DOES open the PDF in a new browser tab, but the PDF ALSO downloads to my desktop (both!). How can I stop it from downloading?

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

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

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

Search Bar in Home Screen

Hello, I am eyesight impaired. I am having trouble when trying to use the search bar on the home screen. When the search is typed in the home screen it automatically swa… (xem thêm)

Hello, I am eyesight impaired. I am having trouble when trying to use the search bar on the home screen. When the search is typed in the home screen it automatically swaps to the ADDRESS BAR SEARCH. The text is so small I cannot see it very well as a result my typos are abundant, very frustrating. Using the home search bar rather than the address bar I can control the size of the text and use it with no problems. At some point this home search bar function changed, I have tried to use the address bar in place of the home search bar but as I said, it is too small to see. It also makes it almost impossible if you want to search a valid link instead of going to the link because the address bar interprets it as a link and just goes to it, also frustrating. I see a lot of talk about this issue but I don't see any final correction. Is there some way someone could put an effort into this issue for us diminished septuagenarian programmers from the days of old? Thanks in advance, Jim

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

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

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

Hotkeys messed up or broken

I've lost the ability to use site-based hotkey shortcuts. For example, if I pull up Google Docs, if I type a statement and try to bolden the text with Ctrl + B, I get the… (xem thêm)

I've lost the ability to use site-based hotkey shortcuts. For example, if I pull up Google Docs, if I type a statement and try to bolden the text with Ctrl + B, I get the Bookmark sidebar instead. Ctrl + I for italics? Instead I get page info. Ctrl + U to underline? Instead I get a wall of coding. This issue is a consistent thing on all websites, for a variety of hotkey commands.

I can't find where I can change, or turn off hotkeys in general, the last three hours of scouring the internet, including the FF forums, have been no help. I can't tell if this is a setting I can't find, I change with an update, but whatever it is, it needs to be reverted. I'd very much prefer not to switch browsers over an issue that should be a changeable setting.

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

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

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

Weird (indirect?) scroll via touch pad

Machine information: OS: Manjaro Linux x86_64 Host: 80TG Lenovo V110-15IAP Kernel: 5.19.1-3-MANJARO DE: Plasma 5.24.6 Xorg WM: KWin CPU: Intel Celeron N3350 (2) @ 2.4… (xem thêm)

Machine information: OS: Manjaro Linux x86_64 Host: 80TG Lenovo V110-15IAP Kernel: 5.19.1-3-MANJARO DE: Plasma 5.24.6 Xorg WM: KWin CPU: Intel Celeron N3350 (2) @ 2.400GHz GPU: Intel HD Graphics 500 Firefox: 103.0.2 (x64)

Problem: Scrolling in firefox is feeling weird: instead of smooth scrolling with 2 fingers (like on smartphone with 1 finger) firefox scrolls only by steps only when I move my fingers enough to trigger scrolling. In other applications I can scroll smoothly and fully control scrolling, I can scroll exactly N pixels if I want. In firefox I can only move by N pixels per M cm fingers movement on touch pad.

It's feeling as indirect input. I can feel same feeling on Windows with simple mouse. Firefox scrolls slower than Opera.

How to reproduce and find difference with other applications:

  1. Download Firefox and another application with direct input (Opera or Telegram for example)
  2. Scroll Firefox
  3. Scroll another application

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

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

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

context menu changes not recognized in userChrome.css

Frequently when I update Firefox something stops working the way I want it to. So after the last update I disabled updates. That was a while ago (version 89) and my brows… (xem thêm)

Frequently when I update Firefox something stops working the way I want it to. So after the last update I disabled updates. That was a while ago (version 89) and my browser was getting pretty stale. So I backed everything up, reenabled updates, and now I have version 104.

And, of course, something is broken now. The context menus when I right click are not functioning as before. The userChrome.css is still there in the chrome folder in my profile and has the same contents. The option toolkit.legacyUserProfileCustomizations.stylesheets is set to true. But it doesn't work anymore. I added a line to change the color of the tab toolbar and that worked. So userChrome.css is being read and acted upon. But the other command (I whittled it down to just one additional command for testing) is ignored.

Here is what my userChrome.css looks like right now:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

  1. context-openlinkintab { display:none!important; }
  2. TabsToolbar{ background-color: #CCCCCC !important }

But the "Open Link in New Tab" still appears in the context menu when I right click a link. It didn't do this before the upgrade to 104. Did something break in between version 89 and 104 or is it some other oddity?

Any ideas?

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

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

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

Keeping colorways theme after moving to new laptop

I have recently bought a new laptop and installed Firefox, which I have been using for a long time. After signing into my Firefox account, everything synced over to my ne… (xem thêm)

I have recently bought a new laptop and installed Firefox, which I have been using for a long time. After signing into my Firefox account, everything synced over to my new Firefox account, apart from the colorways theme that I chose with the Firefox 94 update - mine is "Foto - Soft". Is there any way that I can get this theme on my newly installed version of Firefox? Thanks.

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

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