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.*/*
登入以回復
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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.