Is there a way to remove the Favorites button from the menu bar?
Is there a way to remove the Bookmarks button from the menu bar? I use the Google Toolbar to organize my bookmarks because Google bookmarks can be accessed from any computer and my phone. By habit, I keep going to click the Bookmarks button on the menu bar in Firefox, but there is nothing there. Can I remove it? I'm referring to the actual "Bookmarks" option in the menu bar across the very top of the Window: File | Edit | View |History | BOOKMARKS |Tools | Help
Обране рішення
See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files
Add code to userChrome.css below the @namespace line.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #bookmarksMenu {display:none!important;}Читати цю відповідь у контексті 👍 0
Усі відповіді (2)
Вибране рішення
See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files
Add code to userChrome.css below the @namespace line.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #bookmarksMenu {display:none!important;}
Worked fine! Thanks!
Змінено