プロジェクト

全般

プロフィール

バグ #49

nesotech Admin さんが1年以上前に更新

javascript: (function (e, f, d) { 
     let note = e.getSelection().toString(); 
     if (note) { note = "%5Cn> " + note.split("%5Cn").join("%5Cn> ") } open("https://mstdn.home.neso.tech/share?text=" + d(f.title + "%5Cn" + f.location + note + "%5Cn")) ``` 
 })(window, document, encodeURIComponent); javascript:(function(e,f,d){let note=e.getSelection().toString();if(note){note="%5Cn> "+note.split("%5Cn").join("%5Cn> ")}open("https://mstdn.home.neso.tech/share?text=%22+d(f.title+%22%5Cn%22+f.location+note+%22%5Cn%22))})(window,document,encodeURIComponent); 
 ```

戻る