Skip to content

Instantly share code, notes, and snippets.

@tpkahlon
Last active December 10, 2020 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tpkahlon/f8a21c47ff42de5e62b14452a06aad10 to your computer and use it in GitHub Desktop.
Save tpkahlon/f8a21c47ff42de5e62b14452a06aad10 to your computer and use it in GitHub Desktop.
Imgur Next Please...
setInterval(() => {
const b = document.querySelector('.Navigation-next');
b.click();
}, 10000);
@tpkahlon
Copy link
Author

Follow these steps, sit back and enjoy Imgur:

Step 1: Copy the code above
Step 2: Open any MEME on the Imgur website
Step 3: Open Developer tools by clicking Inspect element
Step 4: Go to Console tab, paste the code and Hit enter.

Get some pop corns and enjoy the ride...

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