NISHIO Hirokazu[Translate]
to🔒
Scrapboxのページで実行するとタイトルに鍵をつけたページをprivateプロジェクトに作るUserScript。地球マークが元のページへのリンクになっている。

script.js
const privateProject = "..." scrapbox.PageMenu.addItem({ title: 'to🔒', onClick: () => { const title = document.location.pathname.split("/")[2]; window.open(`https://scrapbox.io/${privateProject}/🔒${title}`, "_blank") } }) scrapbox.PageMenu.addItem({ title: 'make🔒', onClick: () => { const title = document.location.pathname.split("/")[2]; const body = `[https://scrapbox.io/nishio/${title} 🌏] [${title}]` window.open(`https://scrapbox.io/${privateProject}/🔒${title}?body=${body}`, "_blank") } })

"Engineer's way of creating knowledge" the English version of my book is now available on [Engineer's way of creating knowledge]

(C)NISHIO Hirokazu / Converted from [Scrapbox] at [Edit]