ツイートを見ながらワンクリックでリプライを生成
下のボタンをブックマークバーにドラッグしてください:
memorai で開くドラッグ&ドロップできない場合は、以下のコードを新しいブックマークのURL欄に貼り付けてください:
javascript:(function(){ const url = window.location.href; if (!url.match(/twitter\.com|x\.com/)) { alert('X/Twitter のツイートページで実行してください'); return; } const tweetText = document.querySelector('[data-testid="tweetText"]')?.innerText || ''; const memoraiUrl = 'http://localhost:3000/dashboard?url=' + encodeURIComponent(url) + '&text=' + encodeURIComponent(tweetText); window.open(memoraiUrl, '_blank'); })();