google 搜索结果高亮关键字

针对特定网站的规则分享、讨论

Moderator: phoenix

Post Reply
Ray4
Moderator
Posts: 65
Joined: Dec 30 2007, 09:37

google 搜索结果高亮关键字

Post by Ray4 »

有时候google的结果只是加粗,没有高亮,修改一下即可高亮显示(代码是从userstyles.org上“借”用来的,感谢原作者,这里我加了一点,字体显示为红色)

匹配:

Code: Select all

$TYPE(htm)$URL(http://www.google.[^/]+/search*)(^(^</style>))$STOP()
替换为

Code: Select all

div.g > table {margin: 0px 6px !important;}.g > table > tbody > tr > td > font[size="-1"] > b { background: #fff8c1 !important; color: red;}

修改前
Image

修改后
Image

修改之后文字的位置略微有一些变化,我不知道原因,好在影响不大,将就着用吧
imsheng
Posts: 37
Joined: Jan 08 2008, 13:24

Re: google 搜索结果高亮关键字

Post by imsheng »

不错。用上了。谢谢分享。:)
Post Reply