Is it possible to load in a local version of a JavaScript file instead of the server version?

前端 未结 5 857
醉梦人生
醉梦人生 2021-02-08 04:59

Just had a quick question to throw out and see if there was a solution for this...

Let\'s pretend I have no access to the server. I load up a webpage and find out that t

5条回答
  •  孤城傲影
    2021-02-08 05:07

    While your solution with proxy is somewhat more permanent, I found that with Fiddler you can do it with almost no configuration:

    How to replace Javascript of production website with local Javascript?

提交回复
热议问题