When you mouseover the green url below google search results, the url is linkified
< Părere la script-ul Linkify Google Search Results
Don't work for google.de
... to fix this: Replace the line // @include http://www.google.co*/*
// @include http://www.google.co*/*
with
// @match *://*.google.com/* // @match *://*.google.de/*
google.fr or google.nl...
Well unfortunately simplifying it by the line
// @match *://*.google.*/* doesn't work.
// @match *://*.google.*/*
Autentifică-te pentru a posta un răspuns.
Don't work for google.de
... to fix this: Replace the line
// @include http://www.google.co*/*
with
// @match *://*.google.com/* // @match *://*.google.de/*
google.fr or google.nl...
Well unfortunately simplifying it by the line
// @match *://*.google.*/*
doesn't work.