Skip to content

Instantly share code, notes, and snippets.

@rohieb
Created December 12, 2015 15:53
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 rohieb/5141083220bfaab9764a to your computer and use it in GitHub Desktop.
Save rohieb/5141083220bfaab9764a to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name block wikimedia fundraising notice
// @namespace wmfb
// @include *wikipedia.org*
// @include *wikimedia.org*
// @include *wiktionary.org*
// @include *wikisource.org*
// @include *wikibooks.org*
// @include *wikiquote.org*
// @include *wikidata.org*
// @include *wikivoyage.org*
// @include *wikinews.org*
// @version 1
// @grant none
// ==/UserScript==
document.getElementById("centralNotice").style.display = "none";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment