Skip to content

Instantly share code, notes, and snippets.

@thepeopleseason
Last active August 29, 2015 13:58
Show Gist options
  • Save thepeopleseason/9975435 to your computer and use it in GitHub Desktop.
Save thepeopleseason/9975435 to your computer and use it in GitHub Desktop.
HabitRPG UUID authenticator
javascript:$('#userId,#input_uuid')[0].value="<your UUID>";$(':password,#input_apiKey')[0].value="<your API Token>";if(window.location.host=='oldgods.net' || window.location.host==''){$(':submit').submit();}else if(window.location.pathname=='/static/api'){$('#input_uuid,#input_apiKey').change()}else{false;}
@thepeopleseason
Copy link
Author

Showing Drops is now: $('#dropsTodayDashboard').show();

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