Skip to content

Instantly share code, notes, and snippets.

@nicolashohm
Created January 18, 2015 14:03
Show Gist options
  • Save nicolashohm/948c70312e6c7a4e1c8f to your computer and use it in GitHub Desktop.
Save nicolashohm/948c70312e6c7a4e1c8f to your computer and use it in GitHub Desktop.
StackExchange (stackoverflow) vote up question and best answer
var a=document.getElementsByClassName('answer')[0];a.getElementsByClassName('vote-up-off')[0].click();
var b=document.getElementsByClassName('question')[0];b.getElementsByClassName('vote-up-off')[0].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment