Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.13 KB

Devtools Redirect - Google Chrome extension

Catch and redirect resources loaded from a specific domain to any file hosted on a local or remote server.

Installation

You can either go to the chrome webstore http://chrome.google.com/webstore and install it from there or fork it from github http://github.com/kbouchard/devtools-redirect and load it unpacked.

Demo

http://www.youtube.com/watch?v=5J2-9lFaESI

Important

  • 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).

Upcoming features

  • Make the file:// protocol work.
  • Integrate a status check when setting a file in the redirection inputs.

githalytics.com alpha