It seems hotscripts still lists some stuff I wrote five years ago that they decided to add without my permission. With some mod_rewrite magic I can send that traffic back to hotscripts where it belongs.
RewriteCond %{HTTP_REFERER} hotscripts.com [NC]
RewriteRule ^(.*)$ http://hotscripts.com/pleaseremoveyourlinktomysite/$1 [R]
Hotscripts, if you’re listening, go away!
(Oops. WP eats my backslashes. Oh well. Where it makes sense those periods are supposed to be literal.)