Skip to content

Instantly share code, notes, and snippets.

@scruffyfox
Created July 17, 2017 14:39
Show Gist options
  • Save scruffyfox/6015af8cd82a4b4518cb13eefd389f2a to your computer and use it in GitHub Desktop.
Save scruffyfox/6015af8cd82a4b4518cb13eefd389f2a to your computer and use it in GitHub Desktop.
mass downvote anything on the current page
javascript:$('.arrow.down').each(function(i,v){setTimeout(function(){v.click()}, 100)});
@scruffyfox
Copy link
Author

add new bookmark and set "url" to above script

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