Skip to content

Instantly share code, notes, and snippets.

@beacrea
Last active January 6, 2016 14:51
Show Gist options
  • Save beacrea/ce28832a8e26ab16652e to your computer and use it in GitHub Desktop.
Save beacrea/ce28832a8e26ab16652e to your computer and use it in GitHub Desktop.
A console command to continually update a character
// For http://www.destinylfg.com
// Execute to trigger update button every 3 seconds
// Refresh page to stop
setInterval(function(){ $('#updateMeForm').click(); }, 3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment