Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. 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!