Skip to content

Instantly share code, notes, and snippets.

@chadlavi
Last active April 2, 2017 03: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 chadlavi/4a3a1deaf3532beba9fd007a77fd63b7 to your computer and use it in GitHub Desktop.
Save chadlavi/4a3a1deaf3532beba9fd007a77fd63b7 to your computer and use it in GitHub Desktop.
js bookmarklet to updoot all posts on a page
javascript:(function(){$('div#siteTable%20.thing%20.up').trigger('click');}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment