Search Support

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 இந்த பிரச்சனை உள்ளது
  • 13 views
  • Last reply by arioch31

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!

Read this answer in context 👍 1

All Replies (4)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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!

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

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