Google Notebook Status Bar Hog
November 7th, 2006
If you use the Google Notebook extension for Firefox, you may notice it takes up a lot more space than necessary. I have a number of other extensions that place icons in the status bar so wasting space with useless text bugs me. It would be nice if Google included an option to hide the text and only show the icon, but that seems unlikely. Luckily it is not hard to remove the text yourself by adding this rule to your userChrome.css file:
#gnotes-statusbar-lbl {
display: none !important;
}
See the Mozilla wiki for more info on userChrome if you need help.
Entry Filed under: computer
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed