Redirector is a safari extension which allow redirect and block any http request by custom rules. Powered by Safari Extension generator
For chrome, check out Switcheroo Redirector
from_url,to_url
fonts.googleapis.com,fonts.useso.com
ajax.googleapis.com,ajax.useso.com
block_url
fonts.googleapis.com
googleapis.*\/.js
if you want disable any rule, just add comma in end of rule, rule will disable when it contain more than one comma.
from_url,to_url,
block_url,,
For develop you need Git and Node.js:
$ git clone git://github.com/lanceli/redirector.git
$ cd redirector
$ npm install
$ grunt debug
For release:
$ grunt
See the CHANGELOG.
Author: Lance Li