A
A
abrwalk2013-11-25 14:02:04
Google
abrwalk, 2013-11-25 14:02:04

How to clear Google SERP from redirects when clicking on links?

So instead:
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCsQFjAA&url=http%3A%2F%2Fhabrahabr.ru%2F&ei=LCyTUtH-LoOM5ATX14DgAg&usg=AFQjCNEO_mZ2 -DUDJSIX1QEmBDGyEtQKqQ&bvm=bv.56988011,d.bGE
link (when clicked or copied to clipboard) led to:
http://habrahabr.ru/ The
old script stopped working a month ago, now I tried 10 pieces from userscripts.org (chrome, I tried and directly and tampermonkey), I never found a worker :(

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
abrwalk, 2013-11-26
@abrwalk

found http://userscripts.org/scripts/show/121261

T
truthatenvy, 2013-11-25
@truthatenvy

In fact, the extension needs to have access to browser requests and apply the following conditional action to Google requests (a request is substituted in advance, checks for the correctness of the regular expression are intentionally omitted):
decodeURIComponent(' https://www.google.com/url?sa=t&rct =j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCsQFjAA&url=http%3A%2F%2Fhabrahabr.ru%2F&ei=LCyTUtH-LoOM5ATX14DgAg&usg=AFQjCNEO_mZ2-DUDJSIX1QEmBDGyEtQKqQ&bvm=bv.56988011 'url.d. [^&]*).*$/)[1]);
Or even easier - to remove all h3.r onmousedown property.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question