exside / devtools-redirect

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

Home Page:http://boris.kevenbouchard.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://boris.kevenbouchard.com


Languages

Language:JavaScript 97.3%Language:EJS 1.4%Language:HTML 0.7%Language:CSS 0.5%