Hey, In a new tutorial i'll show you how to remove the fakes visitors from your website,.. and get a real visitors only.
Soo place the Js script into your website, it redirect visitors come with.. ['addmefast.com', 'alexaboostup.com', 'HITLEAP.net','siteweb.com'].. To google or any target you want,
The js is:
<script type='text/javascript'>
var block = ['addmefast.com', 'alexaboostup.com', 'HITLEAP.net','siteweb.com'];
for (var b = block.length; b--;) {
if (document.referrer.match(block[b]))
window.location = "
https://www.google.com/";
}
</script>
Comments