Scrapboxページをランダム表示
Scrapboxページにランダムボタンが標準搭載されたので以下は不要になった (2018/8)
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.pages[i].title.replace(/\//g,"%"+"2f")})})()