Okay, I have a question..
Anybody have a suggestion on how to filter for example "crap", but not "scrap" with this hack? I know I could check for " crap", "crap ", and " crap ".. But, then if "crap" was the only word on a line it wouldn't get filtered. I can only figure out how to get it to filter the word if there's other text on the line with it.
Another idea would be to be able to add a list of words that would be ignored as well as words to be filtered. If this could be done, it would be less work and probably give better performance as there would only be the 2 lines vs. the 4+ lines.
I'm not quite sure how to do it with this hack. Any ideas?!?