Berlin Wall came down

    
      
  • /*
     * @title FC2 GC
     * @description hidden strange wall on FC2 blog
     * @include http://*.fc2.com/*
     * @license MIT http://opensource.org/licenses/MIT
     * @javascript_url
     */
    
    [].forEach.call(document.querySelectorAll([
        /*
        '.box:first-of-type',
        '#fc2_ad_box',
        //*/
        '#fc2_bottom_bnr'
    ]), function (banner) { banner.style.display = 'none'; });
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2015/01/22 01:54:26 - 2015-01-22
  2. 2015/01/22 01:03:01 - 2015-01-22
  3. 2015/01/21 02:30:38 - 2015-01-21
  4. 2015/01/20 04:20:55 - 2015-01-20
  5. 2015/01/20 04:03:52 - 2015-01-20
  6. 2015/01/20 03:41:44 - 2015-01-20