Greasy Fork is available in English.

Remove Google Results Redirect

9 lines of code to remove all link redirection on Google Search Results. Prevents tracking and helps load times!

< Feedback on Remove Google Results Redirect

Question/comment

§
Posted: 2016.01.31.

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?

§
Posted: 2016.02.01.

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.*

Post reply

Sign in to post a reply.