Google Adsense invisible ad under mouse
<html>
<body><div style="position:absolute;left:200px;top:0px;opacity:0.0" id="ads">
'Insert Here Adsense Code! (Best 250x250)'
</body>
<script>
document.onmousemove = function(e) {
var x = e.pageX;
var y = e.pageY;
document.getElementById('ads').style.top = y + 'px';
document.getElementById('ads').style.left = x + 'px';
}
</script>
</html>
{ 0 comments... Skip to Comments }
Please comment here