An open API service indexing awesome lists of open source software.

https://github.com/noraworld/no-more-referrer

No longer send referrer to any server
https://github.com/noraworld/no-more-referrer

Last synced: 8 months ago
JSON representation

No longer send referrer to any server

Awesome Lists containing this project

README

          

# No More Referrer
No More Referrer is a Chrome Extension that disable referrer.

## Download
[No More Referrer - Chrome Web Store](https://chrome.google.com/webstore/detail/no-more-referrer/pnieocdcmbkplilpaihcajgeglmggego)

## Change Log
See [CHANGELOG.md](https://github.com/noraworld/no-more-referrer/blob/master/CHANGELOG.md).

## Notice
Some sites check referrer, and you may not see these sites correctly, e.g. [github.com/new](https://github.com/new). Add these sites as excluded URLs at options page to bypass any trouble.

## Usage for developers

```bash
# if you have not installed gulp on global environment yet
$ npm install gulp -g
```

```bash
$ npm install
$ gulp
```

Then, load this extension from **chrome://extensions**.

## License
All codes of this repository except library file are available under the MIT license. See the [LICENSE](https://github.com/noraworld/no-more-referrer/blob/master/LICENSE) for more information.