Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜尋 Mozilla 技術支援網站

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

了解更多

How do I disable all HTML5 functionality? If there's no way to do this in-browser, could you direct me to the relevant part of the source code?

  • 2 回覆
  • 2 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

How do I disable all HTML5 functionality? I don't mean just YouTube players or add-ons, I mean wiping out all HTML5 functionality from the browser. (disable, wipe out, annihilate, scorched earth . . . you get the picture)

If there's no way to do this in-browser or with about:config, could you direct me to the relevant part of the source code so I can just re-program it?

Running Firefox 39.0 on Win7 x64

How do I disable all HTML5 functionality? I don't mean just YouTube players or add-ons, I mean wiping out all HTML5 functionality from the browser. (disable, wipe out, annihilate, scorched earth . . . you get the picture) If there's no way to do this in-browser or with about:config, could you direct me to the relevant part of the source code so I can just re-program it? Running Firefox 39.0 on Win7 x64

所有回覆 (2)

more options

First, why do you want to disable HTML5? It is used by MANY websites for MANY different features, from better form support, to audio, to webgl graphics, etc.

You can see all HTML5 features your browser supports at http://html5test.com/

Finally, no, it's not possible to turn HTML5 support off, and the amount of work it would take to rip it out of the source code would be nearly impossible. Plus that browser would barely work on the web.

more options

You can set these media prefs to false on the about:config page:

  • media.windows-media-foundation.enabled
  • media.directshow.enabled
  • media.mediasource.enabled

由 cor-el 於 修改