saitamanodoruji (5)

Cookie Clicker( http://orteil.dashnet.org/cookieclicker/ )にてクッキーを自動でクリックし続ける

(function(){setInterval((function(){document.querySelector('#bigCookie').click()}),1e3/16);var is...
saitamanodoruji bakusan2012-12-22

ウェブページをクリックで爆散する #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...
saitamanodoruji cd ..2012-03-27

up dir

a=location.pathname.split('/');if(a.pop()=='')a.pop();location.pathname=a.join('/');
saitamanodoruji cd ..2012-03-26

up dir

a=location.pathname.split('/');a.pop();location.pathname=a.join('/');