browser extension to replace JavaScript file on a live site for testing

前端 未结 11 2138
心在旅途
心在旅途 2021-02-07 04:57

I\'m looking for a browser extension (Firefox, Chrome) allowing to replace a Javascript file on a live Web site to do some testing/hacking.

Basically, it should take a U

11条回答
  •  Happy的楠姐
    2021-02-07 05:17

    There is https everywhere which lets you define rules for url rewrites. This should work on all request, including script requests.

    Tamper data might do the job, but I don't know how automated/permanent you can set it up.

    And there is also an extension called redirector. I didn't test that one. Potentially it only works on the address bar.

    Update:

    That is unfortunate. In that case probably a proxy is you only way. What about a firefox extension that is a proxy, like Foxyproxy

提交回复
热议问题