How to disable CSS in Browser for testing purposes

后端 未结 16 1563
自闭症患者
自闭症患者 2020-11-28 23:05

Is there any way I can disable all external CSS in a browser (Firefox, Chrome...)?

When using slower internet connection, sometimes only the bare HTML is loaded by t

16条回答
  •  暖寄归人
    2020-11-28 23:31

    The Web Developer plugin for Firefox and Chrome is able to do this

    Once you have installed the plugin the option is available in the CSS menu. For example, CSS > Disable Styles > Disable All Styles

    Alternatively with the developer toolbar enabled you can press Alt+Shift+A.

提交回复
热议问题