This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Etsi tuesta

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.

Lue lisää

Show more most-used bookmark folders

  • 3 vastausta
  • 1 henkilöllä on sama ongelma
  • 1 näyttö
  • Viimeisin kirjoittaja Anahuj

more options

Here is old post about this - it does not help at all because the feature is hard coded to source code. https://support.mozilla.org/en-US/questions/1080380

When I bookmark a page, I select the folder from Other Bookmarks. It offers 5 most used folders. Too few. I need 10 so that all my most used folders are visible, so that I don't have to browse-select folders as frequently as now, too slow, too painful because folders are not sorted alphabetically.

Here, source code. Change "= 5" to "= 10", please. Later, make this user-settable option.

File: firefox-43.0b7\browser\components\places\content\editBookmarkOverlay.js

Line 10: const MAX_FOLDER_ITEM_IN_MENU_LIST = 5;

Here is old post about this - it does not help at all because the feature is hard coded to source code. https://support.mozilla.org/en-US/questions/1080380 When I bookmark a page, I select the folder from Other Bookmarks. It offers 5 most used folders. Too few. I need 10 so that all my most used folders are visible, so that I don't have to browse-select folders as frequently as now, too slow, too painful because folders are not sorted alphabetically. Here, source code. Change "= 5" to "= 10", please. Later, make this user-settable option. File: firefox-43.0b7\browser\components\places\content\editBookmarkOverlay.js Line 10: const MAX_FOLDER_ITEM_IN_MENU_LIST = 5;

Kaikki vastaukset (3)

more options

Would you please change the line above so that Firefox offers more recently-used-folders when bookmarking? The change only helps; it does not make harm to anyone,

Five recently used bookmark folders is not enough. Picking up the folder from full list is tedious, specially when the folders are unsorted alphabetically.

more options

On the page you want to bookmark, do a right-click in an empty area of the page. At the top of the menu, press the Star. Hot key; <Control> (Mac=<Command>) D.

Or, Press the bookmarks Star on the toolbar.

This will place a bookmark in the Unsorted or Other Bookmarks Folder. To edit or move that bookmark, press the Star again.

A window will come up with the name of the page and its web address. You can edit these entries.

Next, select what bookmarks folder you want this bookmark in. If you do not see that folder, go to the far right of the Folder line, and press the down arrow. You can also create a new folder.

more options

FredMcD, please delete your "answer". We perfectly know how to make a bookmark. However, the number of recently-used-folders still stays in 5 which is not enough for practical use. Re-read the request and you will notice I asked to change 5 to 10 (for example).

I made the change most easy by digging out the relevant source code. I cannot edit the source code, compile and test.