Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Why doesn't Find show the number of results?

  • 3 replies
  • 1 has this problem
  • 138 views
  • Last reply by zell_1388

more options

Hello,

When I try to find results on a page, or within View Source, using Control+F, I don't see how many results have been returned. Sometimes, I'm looking at a dense page of code and I have to scan around just to make absolutely sure that there is or isn't a match for what I'm looking for.

I had a plugin in Firefox 56 that provided this feature, but it hasn't been updated since Quantum was released. However, this is something that I wouldn't expect to need a plugin for in the first place. Chrome and Internet Explorer both provide this detail when searching.

Am I missing a setting to enable this?

Hello, When I try to find results on a page, or within View Source, using Control+F, I don't see how many results have been returned. Sometimes, I'm looking at a dense page of code and I have to scan around just to make absolutely sure that there is or isn't a match for what I'm looking for. I had a plugin in Firefox 56 that provided this feature, but it hasn't been updated since Quantum was released. However, this is something that I wouldn't expect to need a plugin for in the first place. Chrome and Internet Explorer both provide this detail when searching. Am I missing a setting to enable this?

Chosen solution

That should still work.

Start Firefox in Safe Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration is causing the problem.

  • switch to the DEFAULT theme: "3-bar" menu button or Tools -> Add-ons -> Appearance
  • do NOT click the "Refresh Firefox" button on the Safe Mode start window
Read this answer in context 👍 1

All Replies (3)

more options

Actually no idea. Firefox has always displayed source code in full when choose View Source Page. If you are looking for a section on the web page itself and want to inspect that part of the code right click and choose Inspect Element.

If trying to find errors in code run the address through https://validator.w3.org/ for HTML and for CSS https://jigsaw.w3.org/css-validator/ as they make the rules, standards,and practices for web page code.

Please let us know if this solved your issue or if need further assistance.

more options

Chosen Solution

That should still work.

Start Firefox in Safe Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration is causing the problem.

  • switch to the DEFAULT theme: "3-bar" menu button or Tools -> Add-ons -> Appearance
  • do NOT click the "Refresh Firefox" button on the Safe Mode start window
more options

I restarted in Safe Mode, but had the same problem. Strangely, removing legacy add-ons that were no longer compatible resolved the problem. Everything is working again. Thank you, cor-el!