RakugakiHB Reader
by
Nikola
2011-08-07 [2011/08/07 13:54:04]
Fix links on RakugakiHB
/*
* @title RakugakiHB Reader
* @description Fix links on RakugakiHB
* @include http://rakgakihb.x.fc2.com/ts/*
* @include http://rakgakihb.x.fc2.com/jidou/*
* @license MIT License
* @require
*/
var target = document.querySelector('.box3 a:nth-child(3)');
if (target.href.match(/(ts|jidou)x\.html?(\d\d)/)) {
target.href = RegExp.$1 + RegExp.$2 + '.html';
}
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。