GyazoのURLからScrapboxのページを探すブックマークレット
プロジェクト名は適宜変更して使う
$ javascript:(function(){var m = location.href.match(/0-9a-f{32}/);if(m){location.href=https://scrapbox.io/10cho/search/page?q=${m[0]};}})() code:gyazo2scrapbox.js
javascript:(function(){
var m = location.href.match(/0-9a-f{32}/); if(m){
location.href = https://scrapbox.io/10cho/search/page?q=${m[0]};
}
})()