Skip to content

Instantly share code, notes, and snippets.

@openjck
Last active March 8, 2016 01: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 openjck/663772d89bf6b1fbee84 to your computer and use it in GitHub Desktop.
Save openjck/663772d89bf6b1fbee84 to your computer and use it in GitHub Desktop.
Simple bookmarket to remove pictures in Wikipedia articles
javascript:(function(){$('#mw-content-text .thumb, #mw-content-text img').remove();})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment