※ 引述《dfudfut5 (快樂龍)》之銘言:
: 這個問題困擾我很久
: 就是google搜尋的結果
: 加上自動翻頁的功能
: 原本第二頁以後會這樣
: http://ppt.cc/QVhu
: 也就是關鍵字都紅色標示
: 但是經過某次AutoPager改版後
: 第二頁以後變這樣
: http://ppt.cc/8GRa
: 紅色的關鍵字都不見了,只剩粗體
: 無論搜尋何種關鍵字結果都是如此
: 變成搜尋體驗很差
我也碰到一樣的問題,我目前是用 Stylish 新增樣式來解決
新增樣式內容如下:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.google.com"), domain("www.google.com.tw") {
#ires b {
color: #DD4B39 !important;
font-style: normal;
font-weight: normal;
}
}