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!

< Remove Google Results Redirect 피드백

질문/댓글

§
작성: 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?

§
작성: 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.*

댓글 남기기

댓글을 남기려면 로그인하세요.