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

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

    You do a Ctrl+A, right click and "view selection source", that doesn't re-request the page.

提交回复
热议问题