How to disable CSS in Browser for testing purposes

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

    you can block any request (even for a single css file) from inspector with the following:
        Right click > block request URL
    without disabling other css files > https://umaar.com/dev-tips/68-block-requests/ It's a standard inspector feature, no plugins or tricks needed

提交回复
热议问题