How to disable CSS in Browser for testing purposes

后端 未结 16 1565
自闭症患者
自闭症患者 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:27

    Another way to achieve @David Baucum's solution in fewer steps:

    1. Right click -> inspect element
    2. Click on the stylesheet's name that affect your element (just on the right side of the declaration)
    3. Highlight all of the text and hit delete.

    It could be handier in some cases.

提交回复
热议问题