How do I get rid of the tips messages that show up just underneath the search box?
I have google as my home page. I am trying to figure out how to get rid of the tip or brief FYI message that shows up just underneath the search box. Can you help? Thanks
Todas as respostas (2)
Do you mean the snippets that you see on the about:home Home page?
You can hide the box that shows the snippets with code in userContent.css
@-moz-document url(about:home){ /* hide snippet container on the about:home page */ #snippetContainer { display: none !important; } }
You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.
- ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
Sorry but I am not a technowiz and won't be able to use codes etc. Is there any other fix for it. Thanks much. to those who responded.
Alterado por skylighte em