Bookmark folders recently used list in "Edit bookmarks" How can I increase the number?
I would like to increase the number of recently visited folders in the dropdown folder list of the "Edit bookmark" function. Is there a way to do this?
Thank you -Jim
All Replies (2)
You can make the depth of that "window" larger with specific userChrome.css code quite easily, per this article: https://www.reddit.com/r/FirefoxCSS/comments/dvooi6/bookmark_window_how_to_enlarge_the_folder_area/
Further information about userChrome.css can be found here: https://www.userchrome.org/ https://www.userchrome.org/what-is-userchrome-css.html
The size of the list is hard coded at 5, so I doubt that you can make the list longer.
- const MAX_FOLDER_ITEM_IN_MENU_LIST = 5;
- https://dxr.mozilla.org/mozilla-release/source/browser/components/places/content/editBookmark.js