搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

update to version 74 gives me blank screens and shortcuts in wrong place

more options

Instead of having my bookmarks under the toolbar, it's along the left side. I have many things in chrome.css, like one that gives me 4 rows of bookmarks, but on the side, it's only one. If I click on one of the ones I can see, it does go to the website, as I can see the correct url in the address bar. However, everything is blank. Even about:config is blank. Safe mode works, but of course doesn't give me my bookmarks or anything else. The extensions that Safe Mode says are disabled are: Amazon Assistant for Firefox, Dashlane, and New Tab Override. Do you need the things from chrome.css to help me troubleshoot? I can't keep using Safe Mode, don't care for Chrome, and refuse to use IE.

Instead of having my bookmarks under the toolbar, it's along the left side. I have many things in chrome.css, like one that gives me 4 rows of bookmarks, but on the side, it's only one. If I click on one of the ones I can see, it does go to the website, as I can see the correct url in the address bar. However, everything is blank. Even about:config is blank. Safe mode works, but of course doesn't give me my bookmarks or anything else. The extensions that Safe Mode says are disabled are: Amazon Assistant for Firefox, Dashlane, and New Tab Override. Do you need the things from chrome.css to help me troubleshoot? I can't keep using Safe Mode, don't care for Chrome, and refuse to use IE.

被選擇的解決方法

Thanks, jscher2000

I hadn't thought that https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/multi-row_bookmarks.css would work as I didn't think it was complete. It's only half the size of the previous one I had. But it worked. I modified the number of rows, and the size of margins, and it now works the way I wanted.

Kathryn

從原來的回覆中察看解決方案 👍 0

所有回覆 (4)

more options

Hi KathrynBassett, could you turn off the Bookmarks Toolbar temporarily until you can fix your userChrome.css code? Here's how:

  • tap the Alt key or F10 key to activate the Menu Bar at the top
  • View > Toolbars > Bookmarks Toolbar

Setting aside the issue of not having quick access to your Bookmarks Toolbar, is browsing normal again?

For updated multi-line bookmarks toolbar code for your userChrome.css file, please see the following thread on Reddit:

https://www.reddit.com/r/firefox/comments/fgozre/multiple_bookmark_toolbar_rows_in_ff_74/

more options
Setting aside the issue of not having quick access to your Bookmarks Toolbar, is browsing normal again?

Yes, should have thought of that for first thing to do for troubleshooting. No more blank screen.

For updated multi-line bookmarks toolbar code for your userChrome.css file, please see the following thread on Reddit:

Problem: Near as I can tell on that thread is that you have to strip the "title" and only leave the icons. That won't work for me as I need my titles. Am I missing something? Here are copies of my userChrome and the bookmarks css it calls.

https://www.dropbox.com/s/tpr1wil3g8nrppn/userChrome.css?dl=0

https://www.dropbox.com/s/mkxbf3q7qaf29r6/bookmarks_toolbar_multiple_lines.css?dl=0

more options

KathrynBassett said

Problem: Near as I can tell on that thread is that you have to strip the "title" and only leave the icons.

I don't see that. The first link in the discussion ("This appears to work still") leads to these rules:

https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/multi-row_bookmarks.css

more options

選擇的解決方法

Thanks, jscher2000

I hadn't thought that https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/multi-row_bookmarks.css would work as I didn't think it was complete. It's only half the size of the previous one I had. But it worked. I modified the number of rows, and the size of margins, and it now works the way I wanted.

Kathryn