tweet-card-upload-2
https://gyazo.com/9e3b3da3dc55a480a62c9569ebdcce60
code:usage.js
code:script.js
scrapbox.PopupMenu.addButton({
title: "tweet2image (newtab)",
onClick: (text) => {
const m = text.match(/twitter.com\/(.+)\/status\/(\d+)/);
if (!m) return text;
window.open(https://tweet2image.vercel.app/#url=${text}&lang=ja&tz=9, "_blank")
return text;
},
});