Cookie Clicker( http://orteil.dashnet.org/cookieclicker/ )にてクッキーを自動でクリックし続ける
(function(){setInterval((function(){document.querySelector('#bigCookie').click()}),1e3/16);var is...
ウェブページをクリックで爆散する #RAC7889
const delta_t=50;document.title+=' #クリックお願いします';var treeWalker=document.createTreeWalke...
いったん j で通り過ぎたアイテムに k で戻ってから「すべて表示」すると、「すべて表示」したアイテム...
Array.prototype.slice.call(document.querySelectorAll('.entry-comment .toggle-show')).forEach((fun...
up dir
a=location.pathname.split('/');if(a.pop()=='')a.pop();location.pathname=a.join('/');
up dir
a=location.pathname.split('/');a.pop();location.pathname=a.join('/');