I do the same thing but didn't want to use the standard censorship
instead I made a plugin at bbcode_parse_complete. here's the php
PHP Code:
$text = eregi_replace("thesmokinggun","linkdisabled",$text);
you can block addtional sites by just adding another line to the plugin
doing it this way, you can replace the text instead of just *****
it's sometimes fun to switch it out for a different website.