TYJ HTML5

    @@ -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 です。

History

  1. 2015/03/27 05:20:53 - 2015-03-27
  2. 2015/03/27 04:58:03 - 2015-03-27
  3. 2015/03/27 04:52:20 - 2015-03-27