Skip to content

Instantly share code, notes, and snippets.

@cancer
Created September 30, 2014 09:03
Show Gist options
  • Save cancer/24dc850c1710d0f5f727 to your computer and use it in GitHub Desktop.
Save cancer/24dc850c1710d0f5f727 to your computer and use it in GitHub Desktop.
kintai
setInterval(function(){if((new Date()).toString().indexOf("09:27") !== -1){$("#btnStInput").click()}}, 1000 * 60);
// Use as bookmarklet: javascript:setInterval(function(){if((new Date()).toString().indexOf("09:27") !== -1){$("#btnStInput").click()}}, 1000 * 60);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment