Skip to content

Instantly share code, notes, and snippets.

@abcang
Last active August 29, 2015 14:10
Show Gist options
  • Save abcang/88001d53eb0c6417107c to your computer and use it in GitHub Desktop.
Save abcang/88001d53eb0c6417107c to your computer and use it in GitHub Desktop.
cps表示用
$('.love-count').after('<div><span class="cps"></span>CPS</div>');mikumo.isShowLog=false;mikumo.start();setInterval(function(){var cps = mikumo.getCurrentCPS();$('.conoha .cps').text(cps[0]);$('.anzu .cps').text(cps[1]); }, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment