PukiWikiLinker
by
phithon
2010-06-29 [2010/06/29 21:20:17]
Alert the link expression for the pages or anchors on PukiWIki. / PukiWikiで現在のページやアンカーへのリンク表記をアラート表示します。
@@ -1,6 +1,6 @@
/*
* @title PukiWikiLinker
- * @description Alert the link expression the pages/anchors on PukiWIki. / PukiWikiで現在のページ/アンカーへのリンク表記をアラート表示します。
+ * @description Alert the link expression for the pages or anchors on PukiWIki. / PukiWikiで現在のページやアンカーへのリンク表記をアラート表示します。
* @include http://*
* @license MIT License
* @require
/*
* @title PukiWikiLinker
* @description Alert the link expression for the pages or anchors on PukiWIki. / PukiWikiで現在のページやアンカーへのリンク表記をアラート表示します。
* @include http://*
* @license MIT License
* @require
*/
alert('[[>'+decodeURIComponent(location.href.split('?')[1])+']]');
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。