Skip to content

Instantly share code, notes, and snippets.

@kurema
Last active June 18, 2021 06:50
Show Gist options
  • Save kurema/642e00fe69d4c8d8c026bd5dff5ef413 to your computer and use it in GitHub Desktop.
Save kurema/642e00fe69d4c8d8c026bd5dff5ef413 to your computer and use it in GitHub Desktop.
ニコニ貢献で感謝しまくるスニペット
// 現時点でバグってるっぽい。要修正。
(async ()=>{let ps=document.querySelectorAll(".pleasure-button");for(let i=0;i<ps.length;i++){for(let j=0;j<100;j++){ps[i].click();await (msec => new Promise(resolve => setTimeout(resolve, msec)))(10);}}}).call();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment