Better Google

Add 'quick search' input and 'go to top' button for Google. Also highlight search terms.

< 脚本Better Google的反馈

提问/评论

§
发表于:2018-02-12

Broken

The main thing this script is supposed to do is highlight and it's flat out broken. These lines do NOT properly set the foreground color leaving the "highlighting" to be unreadable white text with light highlight colors:

style.color = '#000000' + '!important';

I think you need to rework the way you're attempting to override the foreground color because the above simply does not work.

§
发表于:2018-02-12

Update:

Line 52 and 110 to this:

em.style.setProperty ("color", "#000000", "important");

And the script highlighting will now work properly.

If you use this change please credit me in the script comments since I had to go through the work of debugging this to come up with the resolution.

发表回复

登录(不可用)以发表回复。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址