본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

View source of webpage in plain text (without formatting or links)

  • 2 답장
  • 1 이 문제를 만남
  • 9 보기
  • 최종 답변자: cor-el

more options

I love the view source option integrated into firefox, but often times I also like to view the source as a plain text. Up until Version 43, I could always just "view source" twice, and be in plain text mode. Granted, it cheesed the URL by adding view-source:view-source:http://webpage.com Now that Version 43 is out, this menu option is grayed out, and I am no longer able to view as a plain text without manually typing view-source: into the url.

I have downgraded back to 42 for the meantime, but I am curious as to how to choose in the options or about:config the option or choice to view source of html pages in plain text instead of the rich text with hyperlinks in a tab. Or how I can re-enable the view source twice option.

Best reguards

I love the view source option integrated into firefox, but often times I also like to view the source as a plain text. Up until Version 43, I could always just "view source" twice, and be in plain text mode. Granted, it cheesed the URL by adding view-source:view-source:http://webpage.com Now that Version 43 is out, this menu option is grayed out, and I am no longer able to view as a plain text without manually typing view-source: into the url. I have downgraded back to 42 for the meantime, but I am curious as to how to choose in the options or about:config the option or choice to view source of html pages in plain text instead of the rich text with hyperlinks in a tab. Or how I can re-enable the view source twice option. Best reguards

모든 댓글 (2)

more options

There is a pref in about:config named view_source.tab that you can double-click to toggle to false to have the old Page Source window back.

That option probably won't be around too long; I suspect it is only a temporary pref.

https://support.mozilla.org/en-US/kb/about-config-editor-firefox

more options

You can disable highlighting and formatting via the right-click context menu if view_source.tab is true to view the source in a tab.

If you want to disable formatting links then you would have to set viewing the page source in a standalone window by setting view_source.tab to false on the about:config page and use the view-source: protocol to view the page source in a tab. Then you can right-click this page to view the source in a standalone window. View Page Source is only enabled in the right-click context menu when view_source.tab = false and toggling this pref is sufficient, so you could consider to use an extension like PrefBar to toggle the view_source.tab to pref to false to be able to view the not formatted page source and leave it normally at true.