Skip to content

Instantly share code, notes, and snippets.

@pongstr
Created November 15, 2013 00:13
Show Gist options
  • Save pongstr/7476813 to your computer and use it in GitHub Desktop.
Save pongstr/7476813 to your computer and use it in GitHub Desktop.
Bookmarklet
javascript:(function(){
var test = document.getElementById('readme');
test.style.display = 'none';
// console.log(test)
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment