Miiverseのネタバレをすべてひらく

    
      
  • /*
     * @title Miiverseのネタバレをすべてひらく
     * @description Miiverseのネタバレをすべてひらく
     * @include https://miiverse.nintendo.net/*
     * @license MIT License
     * @javascript_url
     */
    
    (function(){
    document.body.innerHTML=document.body.innerHTML.replace(/class="(other|my|post) hidden trigger"/g,'class="$1 trigger"');
    var s = document.createElement('style');
    s.setAttribute('type', 'text/css');
    s.innerHTML='.hidden-content{display:none;}';
    document.getElementsByTagName('head').item(0).appendChild(s);
    })();
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2015/01/01 17:34:26 - 2015-01-01
  2. 2015/01/01 17:32:51 - 2015-01-01
  3. 2015/01/01 17:32:14 - 2015-01-01
  4. 2015/01/01 17:31:48 - 2015-01-01
  5. 2015/01/01 17:29:00 - 2015-01-01
  6. 2015/01/01 02:24:48 - 2015-01-01
  7. 2015/01/01 02:23:18 - 2015-01-01
  8. 2015/01/01 02:22:44 - 2015-01-01
  9. 2015/01/01 02:21:45 - 2015-01-01
  10. 2015/01/01 02:19:59 - 2015-01-01
  11. 2015/01/01 02:19:35 - 2015-01-01
  12. 2015/01/01 02:16:25 - 2015-01-01
  13. 2015/01/01 02:13:16 - 2015-01-01
  14. 2015/01/01 02:12:27 - 2015-01-01
  15. 2015/01/01 02:11:47 - 2015-01-01
  16. 2015/01/01 02:10:46 - 2015-01-01
  17. 2015/01/01 02:03:34 - 2015-01-01
  18. 2015/01/01 02:01:05 - 2015-01-01