Blocking the IP of the proxy has worked for me in most instances, but I have one tricky one - and wanted to see if anyone had experience or advice.
www.sparkproxy.com takes my source code and replaces every url with thier own. This effectively stops my scripts from working. Surprisingly, statcounter still works - sadly toolator doesn't.
For example - toolator script should be:
<script src='http://www.toolator.com/ban/banned/?member=1angrydaughter' type='
text/javascript'/>
But sparkproxy rewrites it to
<script src="http://www.sparkproxy.com/browse.php?u=Oi8vd3d3LnRvb2xhdG9yLmNvbS9iYW4vYmFubmVkLz9tZW1iZXI9MWFuZ3J5ZGF1Z2h0ZXI%3D&b=29" type="text/javascript"/></script>
Any ideas on how to stop a proxy from replacing and "src" or "a href" tags with their own URL?

");