搜尋 Mozilla 技術支援網站

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

了解更多

suggestion: add a folder from bookmarks as thumbnail in newtab

  • 4 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 arioch31

more options

i usually use firefox in fullscreen, so i overuse the 12 slots from newtab and the address bar history.

i'd like to be able to set bookmarks folders in newtab thumbnails, maybe by expanding content above first thumbnails (with a <- back button). that'd allow more organization/efficiency to my browsing.

like what you've done so far, good job!

edit: probably the wrong place for a suggestion, sorry :)

i usually use firefox in fullscreen, so i overuse the 12 slots from newtab and the address bar history. i'd like to be able to set bookmarks folders in newtab thumbnails, maybe by expanding content above first thumbnails (with a <- back button). that'd allow more organization/efficiency to my browsing. like what you've done so far, good job! edit: probably the wrong place for a suggestion, sorry :)

由 arioch31 於 修改

被選擇的解決方法

Hi, folders on the New Tab is not currently available, but you can increase the number of thumbnails; type about:config into the address bar, press Enter, accept the warning, scroll down the alphabetical list to browser.newtabpage.activity-stream.topSiteCount then right click > Modify to change the number to e.g. 18. Now restart Firefox.

Also have a look at https://addons.mozilla.org/en-US/firefox/addon/quick-dial/

You can leave feedback for Firefox developers: go to the Firefox Help menu and select Submit Feedback... or use this link. Your feedback gets collected by a team of people who read it and gather data about the most common issues.

If your question is resolved by this or another answer, please take a minute to let us know. Thank you!

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

所有回覆 (4)

more options

選擇的解決方法

Hi, folders on the New Tab is not currently available, but you can increase the number of thumbnails; type about:config into the address bar, press Enter, accept the warning, scroll down the alphabetical list to browser.newtabpage.activity-stream.topSiteCount then right click > Modify to change the number to e.g. 18. Now restart Firefox.

Also have a look at https://addons.mozilla.org/en-US/firefox/addon/quick-dial/

You can leave feedback for Firefox developers: go to the Firefox Help menu and select Submit Feedback... or use this link. Your feedback gets collected by a team of people who read it and gather data about the most common issues.

If your question is resolved by this or another answer, please take a minute to let us know. Thank you!

more options

Separate Security Issue: Update your Flash Player or remove it using these links; http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Uninstall Flash Player | Windows http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Uninstall Flash Player | Mac

Note: Windows users should download the ActiveX for Internet Explorer. and the plugin for Plugin-based browsers (like Firefox).

Note: Windows 8 and Windows 10 have built-in flash players and Adobe will cause a conflict. Install the plugin only. Not the ActiveX.

Flash Player Version: Version 29.0.0.140

https://get.adobe.com/flashplayer/ Direct link scans current system and browser Note: Other software is offered in the download. <Windows Only>

https://get.adobe.com/flashplayer/otherversions/ Step 1: Select Operating System Step 2: Select A Version (Firefox, Win IE . . . .) Note: Other software is offered in the download. <Windows Only> +++++++++++++++++++ See if there are updates for your graphics drivers https://support.mozilla.org/en-US/kb/upgrade-graphics-drivers-use-hardware-acceleration

more options

Note that you can use the bookmarks sidebar for easier access to the bookmarks in full screen mode.

You can add this code to userChrome.css to have the Bookmarks Toolbar visible in Full Screen mode.

Add code to the userChrome.css file below the default @namespace line.


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

#main-window[inFullscreen] #PersonalToolbar[collapsed="false"]{visibility: visible !important; max-height: unset !important;}


You need to create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist.

  • use a plain text editor to create/edit a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • paste the code in the userChrome.css file in the editor window
more options

thank you guys for the tips!