I’m amused

Add webforensics.co.uk

They offer a JS tracking script for webmasters to add.

E.g. on http://www.ppsgroup.co.uk/home/ it's

<script type="text/javascript" language="javascript" src="http://webforensics.co.uk/js/381.js" ></script>
<script type="text/javascript">
$(document).ready(function(){
$('a').click(function(){
$.ajax({
url: '/home/tracking/',
dataType: "script"
});
});

});
</script>

which loads https://secure.leadforensics.com/imag... which is already known (webforensics.co.uk links to their client tracking portal on http://portal.leadforensics.com/ so presumably they're the same entity)

PS: Loading their JS via HTTPS will trigger an error (their certificate expired 7 months ago) and get them a well deserved place on Ghostery's list :p
1 person likes
this idea
+1
Reply