Skip to content

Instantly share code, notes, and snippets.

View ryanrushing's full-sized avatar
🏳️‍⚧️
Trans rights, baby

Ryan Rushing ryanrushing

🏳️‍⚧️
Trans rights, baby
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ryanrushing on github.
  • I am ryanrushing (https://keybase.io/ryanrushing) on keybase.
  • I have a public key whose fingerprint is 276D F829 A61C 1916 63A9 FDE7 EF16 4976 4133 E50C

To claim this, I am signing this object:

@ryanrushing
ryanrushing / vote-mania.js
Created November 7, 2013 21:01
Vote all comments on an Imgur page in the same way
// Open console in your browser, paste, hit enter.
// to upvote all comments
$('[title=like]').not('.pushed').click();
// to downvote all comments
$('[title=dislike]').not('.pushed').click();