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

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Firefox source code length

  • 1 ответ
  • 0 имеют эту проблему
  • 54 просмотра
  • Последний ответ от Jan_de_Jan

дополнительные действия

Hi,

just for understanding:

Why can the Firefox source code (view-source) of a website be nearly three times the size compared with Chrome/Opera or when I save the Firefox source code marked and copied and then pasted and saved via an editor?

Example: Firefox 546,6 KiB Chrome/Opera 204,3 KiB via Editor 204,3 KiB (marked and copied Firefox source code)

Best

Peter

Hi, just for understanding: Why can the Firefox source code (view-source) of a website be nearly three times the size compared with Chrome/Opera or when I save the Firefox source code marked and copied and then pasted and saved via an editor? Example: Firefox 546,6 KiB Chrome/Opera 204,3 KiB via Editor 204,3 KiB (marked and copied Firefox source code) Best Peter

Все ответы (1)

дополнительные действия

Oops, just found the reason after I looked into the source code, which is no source code but the source code to display the source code in the browser. It's filled with endless span tags, and right mouse menu item "display source code" is disabled. Is this source code for displaying the source code in the browser a bug or a feature?