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
- Host: GitHub
- URL: https://github.com/noraworld/no-more-referrer
- Owner: noraworld
- License: mit
- Created: 2017-01-02T12:54:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T11:42:49.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T21:27:46.905Z (9 months ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/no-more-referrer/pnieocdcmbkplilpaihcajgeglmggego
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.