ringo-no-UTA
by
noromanba
2014-11-20 [2014/11/20 08:49:24]
get back memories on Ringo Sheena 15th memoirs page
Array.prototype.slice.call(document.querySelectorAll('a[href*="PC_HTTP_RELATIVE"]')).forEach(function (link) {
link.pathname = link.pathname.split('/').map(function (path, idx, ary) {
return path === 'PC_HTTP_RELATIVE' ? (ary.splice(idx, 1), '') : path;
}).filter(function (path) { return !!path; } ).join('/');
});
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。