/*
* @title Miiverseのネタバレをすべてひらく
* @description Miiverseのネタバレをすべてひらく
* @include https://miiverse.nintendo.net/*
* @license MIT License
* @javascript_url
*/
(function(){
var a = document.getElementsByClassName('hidden-content-button');
var b = a.length;
for (var i=0;i<b;i++) {
a[0].click();
}
})();