(゚A゚)

    
      
  • /*
     * @title (゚A゚)
     * @description Wikipedia のオーバレイを消す
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    document.getElementById('mw-sopaOverlay').style.display = 'none';
    c = document.getElementsByTagName('body')[0].childNodes;
    for(i=0; i < c.length; i++){
        if('style' in c[i])
            c[i].style.display = 'block';
    }
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2012/01/18 21:00:04 - 2012-01-18
  2. 2012/01/18 18:17:20 - 2012-01-18
  3. 2012/01/18 18:04:11 - 2012-01-18