Skip to content

lanceli/redirector

Repository files navigation

Redirector

Redirector is a safari extension which allow redirect and block any http request by custom rules. Powered by Safari Extension generator

Download extension package

For chrome, check out Switcheroo Redirector

Rules Examples

Redirect request

from_url,to_url
fonts.googleapis.com,fonts.useso.com
ajax.googleapis.com,ajax.useso.com

Block Request

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

Usage for developer

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

Release History

See the CHANGELOG.

Contributors

Author: Lance Li

License

MIT

About

Redirector is a safari extension which allow redirect and block any http request by custom rules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published