Disabling JavaScript Listener with Greasemonkey
- by RHPT
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?