nicodic URL
by
noromanba
2013-11-25 [2013/11/25 01:48:34]
prompt permanent URL on Nicodic
/*
* @title nicodic URL
* @description prompt permanent URL on Nicodic
* @include http://dic.nicovideo.jp/*
* @contributor noromanba
* @license MIT License
* @require
*/
(function () {
var id = document.head.querySelector('meta[property="og:url"][content^="http://dic.nicovideo.jp/id/"]');
if (!id || !id.content) return;
prompt('nicodic URL', id.content);
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。