Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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!