[URL:title=escaped]
by
noromanba
2018-06-05 [2018/06/05 22:01:36]
prompt escaped title with Hatena Syntax
@@ -1,6 +1,6 @@
/*
- * @title URLTitle2HatSyntax
- * @description URLとタイトルをはてなhttp記法としてAlertする。
+ * @title [URL:title=TITLE]
+ * @description ページのURLとタイトルをはてなhttp記法でAlertする。
* @include http://*
* @license MIT License
* @require
var hs ='[' + location.href + ':title=' + document.title + ']';
alert(hs);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。