/*
* @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])+']]');