Thanks for the info!
I had removed that part of my post after I thought, wait a second, why don't I just look at the code... Derp.
If you think about it, there could be a bunch of front-end enhancements that could be done to the forums.
My crappy bookmarklet to unhide spoilers could be one of them, except the script would add a button on the page itself.
Bookmarklet to unhide all spoilers on the page
Create a new bookmark on your browser's bookmark toolbar, and put this as the URL of the bookmark:
javascript:(function(){$('.spoilers').removeClass('spoilers').css('background','lightgray');})();
This removes the black highlighting and replaces it with light gray highlighting.
Alternatively:
javascript:(function(){$('.spoilers').removeClass('spoilers');})();
This only removes the black highlighting. (You won't be able to tell what used to be marked as spoilers.)
Now, you essentially have a 'button' on the bookmark toolbar
such that when you click on it, it will unhide the spoilers on the current page.
Originally from this post. (Warning, Fluttering Feelings spoilers.)
Quickly wrote it up, because we used to get ridiculous pages covered with black bars, like this.
last edited at Aug 22, 2015 10:21PM