代替テキストを何度も書き直すのに疲れたのでブックマークレット書いた
以下ブクマして、Mastodon WebUI上でALTコピーしたい画像がある投稿を選択して(左上に「閉じる」がある状態)にしてから実行
javascript:(()=>{const e=document.querySelector('.detailed-status__wrapper img').alt,t=document.createElement("textarea");t.textContent=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),console.log(e)})();