TYJ HTML5
by
noromanba
2015-03-27 [2015/03/27 05:20:53]
goto flash-free interface on tonarinoyj
@@ -6,6 +6,9 @@
* @javascript_url
*/
+// UserScript
+// https://gist.github.com/noromanba/de83d473b64ca7c695d1
+
// ready to use @run-at document-start
// c.f. http://let.hatelabo.jp/noromanba/let/hLHXivn50ZRk
(function () {
/*
* @title TYJ HTML5
* @description goto flash-free interface on tonarinoyj
* @include http://tonarinoyj.jp/*
* @license MIT http://opensource.org/licenses/MIT
* @javascript_url
*/
// UserScript
// https://gist.github.com/noromanba/de83d473b64ca7c695d1
// 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 です。