Have you ever wanted to hide content while looking pretentious at the same time? Well, now you can with my code-hiding script. This is useful for hiding spoilers, NSFW content or large blocks of text such as Flux files.
<div style="border:1px dashed maroon;color:silver;text-align:center;" onClick="UNIQUE_ID.style.display = 'block'">click to reveal hidden content<div id="UNIQUE_ID" style="color:black;text-align:left;display:none;">
PLACE HIDDEN CONTENT HERE
</div></div>
To use this code, firstly, copy and paste it into the comment box. When doing this, be careful to not add any extra line-breaks. Next, replace the UNIQUE_ID text with a unique word or number. Something like "asdf123" would be fine. Make sure both of the UNIQUE_IDs match when you're done. Next, replace the "PLACE HIDDEN CONTENT HERE" with the content you wish to hide. It is okay to add line breaks at this point.
Finally, and for the love of all that is Holy, make sure you still have the the </div></div> at the end. If you leave it out, it'll totally rape the page you are posting to.