tweet-card-upload-2
https://gyazo.com/9e3b3da3dc55a480a62c9569ebdcce60
tweet-card-uploadのCSP関係なしバージョン
code:usage.js
import 'https://scrapbox.io/api/code/ci7lus/tweet-card-upload-2/script.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;
},
});
#ScrapboxUserScript