Firefox 3 – Bookmarks Menu

June 18, 2008 · 2,017 Views · Filed Under Software 

In order to help set a world record, I downloaded and installed Firefox 3 today. Once it was installed, I immediately started customizing options and tweaking things. I never use the bookmarks toolbar in Firefox, so I normally just rename the folder and treat it like a normal folder on the bookmarks menu. With Firefox 3, this didn’t look like an option. Things like this drive me nuts!

Here’s the fix:
1. Locate your userChrome.css or userChrome-example.css file
(Finding the profile folder on Windows)
2. If your’s is named “userChrome-example.css” then rename it to “userChrome.css”
3. Open it in a text editor
4. Paste the code below to the bottom of the page
5. Save the file and restart Firefox

#bookmarksToolbarFolderMenu, #bookmarksToolbarFolderMenu+menuseparator {display: none !important;}

You should no longer see the Bookmarks Toolbar in your Bookmarks menu! If you want, you can delete the “Recently Bookmarked” and “Recent Tags” folders by going to “Organize Bookmarks…” and then right-click > delete.

This got me to thinking though… Can I remove the “Subscribe To This Page…” and “Bookmark All Tabs…” menu options? The answer is no… I can’t, but that’s not to say it can’t be done. While I was searching for the answer, I found this add-on: Menu Editor. It allows you to customize every menu EXCEPT the Bookmarks menu. I posted a thread in the forum about this, so we’ll see what happens.

Comments

6 Responses to “Firefox 3 – Bookmarks Menu”

  1. Tony on June 30th, 2008 7:06 pm

    Thanks thanks thanks very much

  2. balage on July 5th, 2008 11:54 am

    Wow, thanks man! That was something I didn’t like about FF3, either, but I didn’t think it’d bother anyone else. :)

  3. vietnamese interpreter on August 22nd, 2008 5:08 pm

    Yeah, very helpful info!

  4. Devil Dog on August 22nd, 2008 9:25 pm

    #subscribeToPageMenuitem,
    #subscribeToPageMenupopup,
    menuitem[command="Browser:BookmarkAllTabs"],
    menuitem[label="Open All in Tabs"], menuseparator[builder="end"],
    #bookmarksToolbarFolderMenu,
    #bookmarksToolbarFolderMenu+menuseparator {
    display: none !important;
    }

  5. admin on August 22nd, 2008 10:01 pm

    Is that to remove the “Subscribe To This Page…” and “Bookmark All Tabs…” menu options?

    I just tried it and it works perfectly! Thanks!

  6. Selvan Poothamby on December 19th, 2008 2:20 pm

    Hi and thanks for the info.

    Can you tell me the UserChrome.css entry to only remove the “Bookmark All Tabs…” from the drop down menu of “Bookmarks” in the main toolbar where “File Edit History etc etc etc” is?

    I tried inputting “menuitem[command="Browser:BookmarkAllTabs"],” but that also removed it from the context menu of any tab.

    Thanks.

    Selvan

Leave a Reply