Disabling JavaScript Listener with Greasemonkey

Posted by RHPT on Stack Overflow See other posts from Stack Overflow or by RHPT
Published on 2009-08-20T02:22:44Z Indexed on 2010/05/02 11:37 UTC
Read the original article Hit count: 234

Filed under:
|

There is a Greasemonkey script that removes the tracking identifiers from Yahoo! News stories (http://userscripts.org/scripts/show/3642). However, Yahoo! implemented listeners that adds the tracking link back when you click on a news story link.

How could I disable the onclick listener so that the link tracking is not added back?

© Stack Overflow or respective owner

Related posts about greasemonkey

Related posts about JavaScript