Created
August 25, 2018 04:50
-
-
Save jordanmack/2bb8840537db4448ba563ab460b0322b to your computer and use it in GitHub Desktop.
Peepeth: 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
const reveal = function() | |
{ | |
jQuery("a.nsfwShow").click(); | |
jQuery("a.politicsShow").click(); | |
}; | |
reveal(); | |
setInterval(reveal, 500); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment