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

前端 未结 11 1949
心在旅途
心在旅途 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条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-07 05:23

    Disclaimer: I'm the author of the software :-)

    A different approach that might suit your usecase better is to use a RoboHydra-based development proxy. The idea here would be that you want to keep ALL Javascript files in your machine, and use another server simply as a backend. It's great for eg. front-end developers that don't want to have the whole backend installed in their machines.

    You can see the documentation, tutorials and such at http://robohydra.org/, and have an article describing exactly that usecase at http://dev.opera.com/articles/view/robohydra-a-new-testing-tool-for-client-server-interactions/.

    However, as of now it can't proxy to HTTPS URLs, but that should be a trivial change that I intend to do soon anyway.

提交回复
热议问题