Skip to content

Instantly share code, notes, and snippets.

@podgorniy
Last active January 9, 2017 22:10
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 podgorniy/ada083eb9ab21699992412b5177dc521 to your computer and use it in GitHub Desktop.
Save podgorniy/ada083eb9ab21699992412b5177dc521 to your computer and use it in GitHub Desktop.

Create bookmarklet out of code below and click it on reddits gifs

javascript:(function%20()%20{'use%20strict';%20var%20links%20=%20document.querySelectorAll('.expando-button');%20for%20(var%20i%20=%200;%20i%20<%20links.length;%20i%20+=%201)%20{links[i].click();%20}%20}());void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment