LCR snip

    @@ -2,7 +2,8 @@ * @title LCR snip * @description snip Live CD Room * @include http://simosnet.com/livecdroom/* - * @contributor noromanba http://flavors.me/noromanba + * @exclude http://simosnet.com/livecdroom/pastnews.html + * @contributor noromanba http://let.hatelabo.jp/noromanba/let/hJmc2-704dcs * @license MIT License http://opensource.org/licenses/MIT * @require */
  • /*
     * @title LCR snip
     * @description snip Live CD Room
     * @include http://simosnet.com/livecdroom/*
     * @exclude http://simosnet.com/livecdroom/pastnews.html
     * @contributor noromanba http://let.hatelabo.jp/noromanba/let/hJmc2-704dcs
     * @license MIT License http://opensource.org/licenses/MIT
     * @require 
     */
    
    (function () {
        if (!/^simosnet.com\/livecdroom\//.test(location.hostname + location.pathname)) return;
    
        var flakes = [
            'table tbody tr:first-child',
            'table tbody tr:nth-child(2) a:last-child'
        ];
        Array.prototype.slice.call(document.querySelectorAll(flakes)).forEach(function (flake) {
            flake.hidden = true;
        });
    }());
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/12/11 09:09:49 - 2013-12-11
  2. 2013/12/11 08:54:07 - 2013-12-11