Skip to content

Instantly share code, notes, and snippets.

@christianchristensen
Created September 27, 2011 04:02
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 christianchristensen/1244312 to your computer and use it in GitHub Desktop.
Save christianchristensen/1244312 to your computer and use it in GitHub Desktop.
Wikipedia menu bar collapse bookmarklet
javascript:void(function(){document.getElementById("mw-panel").style.display="none"; document.getElementById("content").style.marginLeft=0;}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment