Catch and redirect resources loaded from a specific domain to any file hosted on a local or remote server.
You can either install it from the Chrome Webstore https://chrome.google.com/webstore/detail/devtools-redirect/jmhdebkkippcccflcoddckhjjfgnfhnp or fork it from Github http://github.com/kbouchard/devtools-redirect and load it unpacked.
http://www.youtube.com/watch?v=5J2-9lFaESI
- Right now, you can only redirect .js .css .less resources.
- You can NOT redirect resources to a local file using the file:// protocol. In order to redirect locally, you need to be running a local server (e.g Apache) and redirect the file to the right path using it (e.g http://localhost/my-project/css/style.css).
- Make the file:// protocol work.
- Integrate a status check when setting a file in the redirection inputs.