Skip to content

Instantly share code, notes, and snippets.

@ghillairet
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghillairet/88a863ca467ba84f8984 to your computer and use it in GitHub Desktop.
Save ghillairet/88a863ca467ba84f8984 to your computer and use it in GitHub Desktop.
[Firefox] Hide search box in newTab page
@-moz-document url(about:newtab)
{
#newtab-search-container,
#newtab-search-logo,
#newtab-margin-top { display:none !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment