搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Text in search results doesn't appear in bold

  • 5 回覆
  • 2 有這個問題
  • 23 次檢視
  • 最近回覆由 fillin

more options

The keywords from my queries on Google appear bold only in the URL part of the results but not in the text. I have this problem with Mozilla Firefox, other browsers work fine.

I use Firefox 47.0 on Windows 10.

The keywords from my queries on Google appear bold only in the URL part of the results but not in the text. I have this problem with Mozilla Firefox, other browsers work fine. I use Firefox 47.0 on Windows 10.

被選擇的解決方法

Hmm, that got me, too. This is just browsing anonymously, not logged in. To revert to the standard behavior, this is what I did:

(1) Clear google.com cookies as follows:

right-click a blank area of the page and choose View Page Info > Security > "View Cookies"

google.com is pre-filled in the search box at the top of the dialog. I selected the first one which actually was on google.com itself and pressed Alt+r repeatedly to remove those and the other Google cookies, leaving the ones from other sites, although I guess those could have been removed as well.

(2) Run a fresh search from the search bar

Back to normal for the time being. Probably one of Google's various experiments on millions of unsuspecting guinea pigs, I mean, users.

從原來的回覆中察看解決方案 👍 2

所有回覆 (5)

more options

You can right-click and select "Inspect Element" to open the Inspector ("3-bar" menu button or Tools > Web Developer) with this element selected.

You can check the font used for selected text in the Font tab in the right pane of the Inspector. Set devtools.fontinspector.enabled to true on the about:config page to make the Font tab visible.

more options

Here's what I see in the font tab. Bold is crossed out, that can't be good, right?

more options

When a rule is crossed out, a more "specific" and/or "important" rule is overriding it. In this case, the one above it which says that if the em is in an element with the class name st, then it should not be bold.

more options

選擇的解決方法

Hmm, that got me, too. This is just browsing anonymously, not logged in. To revert to the standard behavior, this is what I did:

(1) Clear google.com cookies as follows:

right-click a blank area of the page and choose View Page Info > Security > "View Cookies"

google.com is pre-filled in the search box at the top of the dialog. I selected the first one which actually was on google.com itself and pressed Alt+r repeatedly to remove those and the other Google cookies, leaving the ones from other sites, although I guess those could have been removed as well.

(2) Run a fresh search from the search bar

Back to normal for the time being. Probably one of Google's various experiments on millions of unsuspecting guinea pigs, I mean, users.

more options

Thank you very much, jscher2000!