Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Created June 13, 2014 19:00
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 stefanschmidt/2fdac3c4830316f5b0bf to your computer and use it in GitHub Desktop.
Save stefanschmidt/2fdac3c4830316f5b0bf to your computer and use it in GitHub Desktop.
Hide annoying notification indicator on Wikipedia et al
/*
for use with e.g. http://code.grid.in.th
url patterns to include:
https://*.wikipedia.org/*
https://*.wiktionary.org/*
https://*.wikiquote.org/*
https://*.wikibooks.org/*
https://commons.wikimedia.org/*
*/
li#pt-notifications {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment