Hey Amykhar, thanks for doing this add-on. I really liked the former version and this one helps me out a bunch as well. I did notice that the previous version we were using for vb3.0.x was a bit more sensitive, in that it blocked anything with a .com or .net mentioned in the post, in addition to http etc. Now, I'm getting URL spam that isn't actual links.
So, I added
Code:
or stristr($pagetext,'.net') or stristr($pagetext,'.com')
to the xml and it seems to work great.
Just wanted to add my suggestion, take care.