Setup custom redirect rules for any http request i.e pages, scripts, images etc. Uses a simple string replace to do this.Allows Url redirects / Url rewrites using text replace.
For example
If we set up rule "bbc.co.uk" > "abc.co.uk"
any occourence of bbc.co.uk will be replaced by abc.co.uk as shown below:
http://bbc.co.uk > http://abc.co.uk
http://abbc.co.uk > http://aabc.co.uk
Great for switching in development scripts for live scripts or switching between minified and development versions of frameworks such as jQuery, mootools etc.
Latest: Fixed double scanning bug
Project source can be found and contributed to on github: https://github.com/ranjez/Switcheroo