When you mouseover the green url below google search results, the url is linkified
< 脚本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.*/*
登录以发表回复。
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.