Many thanks to AmateurFlix for posting this code in a previous thread:
Quote:
<SCRIPT LANGUAGE="JavaScript">
if (navigator.appName == 'Netscape')
var language = navigator.language;
else
var language = navigator.browserLanguage;
if (language.indexOf('zh') > -1 || language.indexOf('zh-cn') > -1 || language.indexOf('zh-hk') > -1 || language.indexOf('zh-mo') > -1 || language.indexOf('zh-tw') > -1 || language.indexOf('zh-sg') > -1)
document.location.href = 'http://www.redtube.com';
</script>
|
I've taken the liberty of editing the code slightly.
In short, what the above code does is it redirects all your Chinese language traffic to a URL of your choice. We all know Chinese traffic is nothing but a drain on your budget, so simply put it to the best use you can think of: drain someone else's budget! And who else is better suited to have their budget drained than the tube sites who profit from content stolen from this industry. Since the profit margins for tube sites are fairly slim, if enough people do this, you'll see them high up on Alexa based on Chinese traffic only. And once they start blocking, redirecting it, I'm sure you can find enough traffic from unbillable countries on your sites to redirect it to them, as a gift.
