搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Text in search results doesn't appear in bold

  • 5 个回答
  • 2 人有此问题
  • 21 次查看
  • 最后回复者为 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!