Can Firefox's “view source” be set to not make a new GET request?

前端 未结 12 1536
你的背包
你的背包 2020-12-13 05:50

This is sort of tangential to coding, but programmers often do \"view source\" on their own pages and on others\' pages. I learned that when you do the normal View Source in

12条回答
  •  遥遥无期
    2020-12-13 06:27

    You can just set Firefox into Offline mode before issuing View Source command. It will not (be able to ) get a fresh page source.

提交回复
热议问题