Created
August 25, 2018 04:51
-
-
Save jordanmack/9373f9b922e906eeffb0cbff0cefe57e to your computer and use it in GitHub Desktop.
Peepeth: Bookmarklet code to unhide all content without having to click.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was created using the code from https://gist.github.com/jordanmack/2bb8840537db4448ba563ab460b0322b and Peter Coles' bookmarklet creation tool https://mrcoles.com/bookmarklet/.