Remove Google Notebook text


/ Published in: CSS
Save to your folder(s)

I don't like having the "Open Notebook" text next to the status bar icon of Google Notebook's extension for Firefox. Add this snip to userChrome.css to make it go away!


Copy this code and paste it in your HTML
  1. #gnotes-statusbar-lbl {
  2. display: none !important;
  3. }

Report this snippet


Comments


You need to login to view comments.