Chrome extension to modify page's script includes and JS

前端 未结 5 1778
名媛妹妹
名媛妹妹 2020-12-13 13:51

I work on a javascript library that customers include on their site to embed a UI widget. I want a way to test dev versions of the library live on the customer\'s site with

5条回答
  •  被撕碎了的回忆
    2020-12-13 14:27

    It's not a Chrome extension, but Fiddler can change the script to point to your development server (see this answer for setup instructions from the author of Fiddler). Also, with Fiddler you can setup a search and replace to add that extra parameter that you need.

提交回复
热议问题