Skip to content

Instantly share code, notes, and snippets.

@jordanmack
Created August 25, 2018 04:51
Show Gist options
  • Save jordanmack/9373f9b922e906eeffb0cbff0cefe57e to your computer and use it in GitHub Desktop.
Save jordanmack/9373f9b922e906eeffb0cbff0cefe57e to your computer and use it in GitHub Desktop.
Peepeth: Bookmarklet code to unhide all content without having to click.
javascript:(function()%7Bconst%20reveal%20%3D%20function()%7BjQuery(%22a.nsfwShow%22).click()%3BjQuery(%22a.politicsShow%22).click()%3B%7D%3Breveal()%3BsetInterval(reveal%2C%20500)%7D)()
@jordanmack
Copy link
Author

This was created using the code from https://gist.github.com/jordanmack/2bb8840537db4448ba563ab460b0322b and Peter Coles' bookmarklet creation tool https://mrcoles.com/bookmarklet/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment