デライトで『yyyy年MM月dd日』で検索するブックマークレット
2024/7/1 14:27:00
javascript: document.location.href="https://dlt.kitetu.com/?kw="+(new Date()).toLocaleDateString("ja-JP", {year:"numeric", month: "long", day: "numeric"})
javascript: document.location.href="https://dlt.kitetu.com/?kw="+(new Date()).toLocaleDateString("ja-JP", {year:"numeric", month: "long", day: "numeric"})