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

前端 未结 12 1530
你的背包
你的背包 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:28

    Use the FireBug extension. It displays (and allows you to navigate) only the rendered source, so there is no need for another request (and it shows Javascript changes).

提交回复
热议问题