Everybody knows that the good old school windows.status is not working anymore when mouseover a link. However, I found a site which seems to be blanking out the URL link while the link is always below the mouse.
More details below:
Answered
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Google AdSense uses an
onclickJavaScript event handler to redirect the user in this case, not thehrefattribute of a link. Here is the (approximate) source code of the element (several iframes deep) that traps the user’s mouse click. According to Firebug, the user’s mouse click goes to the outertdelement.The actual text links are irrelevant; they are farther down than the height of the spammer’s mouse-following iframe (which has a set opacity of 0.1, so it remains nearly invisible to the user).
gais just a function that changes the outside window’s URL usingtop.location.href:By the way, there’s no need to worry about the spammer making money when you click on that particular ad because it is a public service ad (PSA). Clicks on PSAs do not earn any money for a publisher, and Google can show PSAs for several reasons including that the AdSense account has not been approved.