TYJ HTML5
by
noromanba
2015-03-27 [2015/03/27 05:20:53]
goto flash-free interface on tonarinoyj
@@ -6,13 +6,11 @@
* @javascript_url
*/
+// ready to use @run-at document-start
+// c.f. http://let.hatelabo.jp/noromanba/let/hLHXivn50ZRk
(function () {
if (/tonarinoyj\.jp$/.test(location.hostname) &&
/manga\/\w+\/[\w-]+/.test(location.pathname) &&
- //* TBD remove
- location.pathname.split('/').slice(-2).shift() !== 'HTML5' &&
- //*/
- // http://let.hatelabo.jp/noromanba/let/hLHXivn50ZRk
document.head.querySelector('script[src$="swfobject.js"]')) {
location.pathname = location.pathname + 'HTML5';
}
/*
* @title TYJ HTML5
* @description goto flash-free interface on tonarinoyj
* @include http://tonarinoyj.jp/*
* @license MIT http://opensource.org/licenses/MIT
* @javascript_url
*/
// ready to use @run-at document-start
// c.f. http://let.hatelabo.jp/noromanba/let/hLHXivn50ZRk
(function () {
if (/tonarinoyj\.jp$/.test(location.hostname) &&
/manga\/\w+\/[\w-]+/.test(location.pathname) &&
document.head.querySelector('script[src$="swfobject.js"]')) {
location.pathname = location.pathname + 'HTML5';
}
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。