Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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!