Page 1 of 1
Worthwhile alternatives ?
Posted: Thu Feb 16, 2012 7:08 am
by vinny86
Re: Worthwhile alternatives ?
Posted: Wed Feb 22, 2012 5:22 pm
by Wladimir Palant
Yes, probably.
https://userscripts.org/scripts/review/121923 in particular seems to be very thorough and probably does a better job protecting your privacy than Search Link Fix - with Search Link Fix I am only preventing Google from suddenly changing the links, this user script looks like it will fix the links even if they are mangled from the start. All these scripts have in common that they fail to recognize Google pages reliably - as I also learned, it isn't always "google.com", which is why Search Link Fix now looks at the JavaScript variables defined on the page.
Search Link Fix also started out as a user script (of the Add-on SDK kind but nevertheless).
Re: Worthwhile alternatives ?
Posted: Thu Feb 23, 2012 12:36 am
by Hubird
Any plans to update Search Link Fix so the users privacy is better protected ?
Re: Worthwhile alternatives ?
Posted: Fri Feb 24, 2012 11:06 am
by Wladimir Palant
@Hubird: In what respect? Trying to guess a direct link from a given link to a Google redirector can break site functionality. Also, this redirector isn't there only for tracking purposes, it has security-relevant functionality as well. So I better stay with the 100%-safe approach that Search Link Fix is currently taking - if there is a direct link on the page initially, make sure it stays there. If the site only offers a link through a redirector - well, bad luck, I better leave the risky stuff to other extensions.
Re: Worthwhile alternatives ?
Posted: Sat Feb 25, 2012 10:25 am
by Ares2
FYI: If you disable Javascript on Google, the tracking links will be there from the start, that's probably why the mentioned script includes that function.
Re: Worthwhile alternatives ?
Posted: Sat Feb 25, 2012 2:34 pm
by Wladimir Palant
Yes, I know that. Guess not disabling JavaScript is better for your privacy then...