/ Published in: CSS
                    
                                        
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!
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
#gnotes-statusbar-lbl {
display: none !important;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                