9 lines of code to remove all link redirection on Google Search Results. Prevents tracking and helps load times!
< Opiniones de Remove Google Results Redirect
I found use this include like
// @include http://www.google.*/search*
the script doesn't run at https://www.google.com.tw/search?q=w in tampermonkey(but it run in greasymonkey )
so, use Firefox...... or you may change include like // @include https://www.google.*
Does anybody know, if this is still working? (no difference when turning this script on or off)
I see no difference when turning this script on or off.
Does anybody know, if this is still working?
btw, I had to adapt the settings first,
from:
// @include http://google.*/search*
// @include https://google.*/search*
// @include http://www.google.*/search*
// @include https://www.google.*/search*
// @include http://www.google.*/webhp*
// @include https://www.google.*/webhp*
to:
// @include http://google.*/*
// @include https://google.*/*
// @include http://www.google.*/*
// @include https://www.google.*/*
so it shows up on i.e. http://google.com
but the URLs of the links are the same, so I guess, this script is out of date, because google does not use this kind of redirect anymore?