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

前端 未结 5 859
醉梦人生
醉梦人生 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:16

    Try using noscript or adblock to block the server side script from loading. Then use greasemonkey to load your own script.

提交回复
热议问题