ongaeshi
https://gyazo.com/5aee6f77852f97313d5154c23bf770c0
感想やコメントはTwitterなどにどうぞ。
Twitter
Github
Blog
http://ongaeshi.me
UserScript
/shokai/Tweet_Menu
code:script.js
scrapbox.PageMenu.addItem({
title: 'Tweet',
image: 'https://twitter.com/favicon.ico',
onClick: () => window.open(https://twitter.com/intent/tweet?url=${encodeURIComponent(location.href)}&text=${encodeURIComponent(window.scrapbox.Page.title)})
})