Miiverseのネタバレをすべてひらく
by
mino90
2015-01-01 [2015/01/01 17:34:26]
Miiverseのネタバレをすべてひらく
@@ -8,8 +8,5 @@
(function(){
document.body.innerHTML=document.body.innerHTML.replace(/class="(other|my|post) (hidden|trigger) (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);
+document.body.innerHTML=document.body.innerHTML.replace(/<div class="hidden-content">.+<\/div>"/g,'');
})();
/*
* @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) (hidden|trigger)"/g,'class="$1 trigger"');
document.body.innerHTML=document.body.innerHTML.replace(/<div class="hidden-content">.+<\/div>"/g,'');
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。