Y -dis

    
      
  • /*
     * @title Y -dis
     * @description hidden *dis*cussion on Youtube
     * @include http://www.youtube.com/watch*
     * @include https://www.youtube.com/watch*
     * @license MIT http://opensource.org/licenses/MIT
     * @javascript_url
     */
    
    (function () {
        if (!/^www\.youtube\.com$/.test(location.hostname) ||
            window.top !== window.self) { // @noframes
                return;
        }
    
        (document.body.querySelector('#watch-discussion') || {}).hidden = true;
    })();
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/12/08 09:09:33 - 2014-12-08