Script Summary: Allows for spoiler tags on GameFAQs message boards
Really basic spoiler tags for hiding information you don't want people to accidentally read. Blacks out any line that contains a string of the case-insensitive regex form "*.\*spoil.\**" which basically means you need a star (*) followed by some stuff that contains "spoil" then ends with another star. For example, *spoilers* or *omg ff7 spoilz* or *my milk has spoiled*. If you mouse-over the line, it displays the text.



