Scrapboxの今日を開くブックマークレット
ごりゅご用
code:today.js
function getDate6(){var d=new Date();function z(i,p){return(('0000'+i).slice(-p))};return(
z(d.getFullYear(),2),z(d.getMonth()+1,2),z(d.getDate(),2)
.join(''));}
document.location.href="
https://scrapbox.io/goryugocom/"
+ getDate6();
自分で使う場合は一番下の行のgoryugocomを自分のプロジェクト名に
以下のURLで簡単に変換できる
https://ytyng.github.io/bookmarklet-script-compress/
#ブックマークレット