Skip to content

Instantly share code, notes, and snippets.

@jordanmack
Created August 25, 2018 04:50
Show Gist options
  • Save jordanmack/2bb8840537db4448ba563ab460b0322b to your computer and use it in GitHub Desktop.
Save jordanmack/2bb8840537db4448ba563ab460b0322b to your computer and use it in GitHub Desktop.
Peepeth: Unhide all content without having to click.
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