Removing Firefox 3's Star Button (Bookmark Button)

Sick of that little star to the right of the URL in Firefox 3?  Here's how to hide it.  edit your userChrome.css file to add the following:

/* Remove the Bookmark star */
#star-button {
display: none !important; }

If you don't have a userChrome.css, locate the userChrome-example.css that comes with firefox, make a copy of it, and add the above text to the bottom.  I suggest replacing it with the addthis extension which allows bookmarking to your browser as well as dozens of other sites such as digg, instapaper, facebook, twitter, evernote, and blogger.

Source

No comments

Post a Comment