Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Donny, I think yahoo uses a workaround. I installed your script on a dev setup of FF (i.e., minimal plugins, minor config tweaks) and was working with your script. It seems that yahoo still tacks on the rds.yahoo. stuff to the search results even with your script installed. When I tried your script on a version of FF with NoScript installed, your script cleaned up the search results links. So, I'd venture to say that yahoo has some JS listener attached to the 'a hrefs' which hides/tacks on the rds.yahoo.* tracker to the URLs on a user's click. Here's how I was seeing the links were still hitting rds.yahoo.:
- On a profile of FF with LHH, Greasemonkey, and NoScript installed (with your script in GM):
I'd say you this was a good initial try at scrubbing the links, but it looks like something's going to have to be done about the yahoo JS or you're going to have to advise that NoScript be installed (and the permissions for yahoo.com and yimg.com be revoked) for this to work correctly. BTW, after further testing, it appears that if either yahoo.com or yimg.com JS execution is forbidden (or doesn't have temporary permission) in NoScript, the link scrubbing _does_ work. David Snyder |
|
|
Bug: Apparently the links for Yahoo's cached copies of pages you find via Yahoo Search require the codes that this script strips; I should get around to fixing this later. |