Skip to content

Chrome extension that catches and redirect resources loaded from a specific domain / path.

Notifications You must be signed in to change notification settings

patsch/devtools-redirect

 
 

Repository files navigation

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

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

About

Chrome extension that catches and redirect resources loaded from a specific domain / path.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • Other 1.2%