Scrapboxページをランダム表示
Scrapboxページにランダムボタンが標準搭載されたので以下は不要になった (2018/8) /icons/-.icon
code:randompage.js
javascript:(function(){p=location.href.match(/scrapbox.io\/(^\/.*)/)1;$.getJSON("/api/pages/"+p+"?limit=10000",function(d){i=Math.floor(Math.random()*d.count);location.href="/"+p+"/"+d.pagesi.title.replace(/\//g,"%"+"2f")})})()