https://github.com/strazzere/noref
No Referrer Chrome Extension
https://github.com/strazzere/noref
Last synced: 9 months ago
JSON representation
No Referrer Chrome Extension
- Host: GitHub
- URL: https://github.com/strazzere/noref
- Owner: strazzere
- Created: 2014-05-16T20:57:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-30T15:54:29.000Z (over 12 years ago)
- Last Synced: 2025-02-09T22:41:14.648Z (11 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google Chrome Extension to disable all referrer information.
-------------
This Extension will set add the `rel="noreferrer"` Attribute to every ``-Tag.
If there `rel` Attribute is already in use, it will add the `noreferrer` Value to the Attribute.
Read more about the `rel="noreferrer"` Attribute [here](https://www.webkit.org/blog/907/webkit-nightlies-support-html5-noreferrer-link-relation/) or [here](http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#link-type-noreferrer)
Installation
-------------
Open [chrome://extensions/](chrome://extensions/) in your Browser and simply Drag & Drop the `noref.crx` into the window.
License
-------------
This Software is licensed under the [WTFPL](http://www.wtfpl.net/about/). Just do what the fuck you want.