Copy listlink
by
xtetsuji
2022-02-25 [2022/02/25 22:46:18]
URLとタイトルを「URL タイトル」としてクリップボードにコピーする
@@ -5,4 +5,4 @@
* @license MIT License
* @require
*/
-javascript:(function(w,d,l){var b=d.createElement("input"),bs=b.style;b.size=120;bs.zIndex=99999;bs.left=bs.top=0;bs.position="fixed";b.value=l.href+" "+d.title;d.body.appendChild(b);w,scroll(0,0);b.select();})(window,document,location);
+(function(w,d,l){var b=d.createElement("input"),bs=b.style;b.size=120;bs.zIndex=99999;bs.left=bs.top=0;bs.position="fixed";b.value=l.href+" "+d.title;d.body.appendChild(b);w,scroll(0,0);b.select();})(window,document,location);
/*
* @title Copy "URL Title"
* @description URLとタイトルのコピペ支援
* @include http://*
* @license MIT License
* @require
*/
(function(w,d,l){var b=d.createElement("input"),bs=b.style;b.size=120;bs.zIndex=99999;bs.left=bs.top=0;bs.position="fixed";b.value=l.href+" "+d.title;d.body.appendChild(b);w,scroll(0,0);b.select();})(window,document,location);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。