Skip to content

Instantly share code, notes, and snippets.

@dolpen
Created November 17, 2010 07:27
Show Gist options
  • Save dolpen/703104 to your computer and use it in GitHub Desktop.
Save dolpen/703104 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name goodbye jimmy
// @namespace www.dolpen.net
// @include http://ja.wikipedia.org/wiki/*
// @include http://en.wikipedia.org/wiki/*
// ==/UserScript==
(function(){
var el=document.getElementById('siteNotice');
if(el!=null)el.style.display='none';
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment