Skip to content

Instantly share code, notes, and snippets.

@coleww
Created July 28, 2014 03:36
Show Gist options
  • Save coleww/bba339511ee1ad484e79 to your computer and use it in GitHub Desktop.
Save coleww/bba339511ee1ad484e79 to your computer and use it in GitHub Desktop.
Infinite endorsements
window.setInterval(function(){
document.getElementsByClassName('action-endorse')[~~(Math.random() * 4)].click()
}, 5000);
//paste this into javascript console when the 4 tile DOES __ KNOW ABOUT __? ENDORSE! dialog appears on linked in.
//they don't seem to be grepping for robots so no need to randomize the interval
//will run until they run out of recent recommendations. click around a bit and it will come up again.
@coleww
Copy link
Author

coleww commented Aug 7, 2014

sometimes i let this run and just sit and laugh so hard that I cry at some of the things that this script endorses people for in my name.

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