Last active
January 6, 2016 14:51
-
-
Save beacrea/ce28832a8e26ab16652e to your computer and use it in GitHub Desktop.
A console command to continually update a character
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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