Disable HTTP referer by adding rel="noreferrer". This prevents the destination site from receiving what URL the user came from. Press Command + Shift + F to toggle Referrer Policy.
This userscript adds rel="nofollow noopener noreferrer"
to every page link.
"Links with rel="noreferrer"
set do not send the request's "referrer" header. This prevents the destination site from seeing what URL the user came from."
"Links with rel="noopener"
set ____."
"Links with rel="nofollow"
set ____."
Remove needless parameters from a given URL and correct it to a cleaner one.
Browser addon. Control referer to protect privacy and not break web. The addon (maybe the only one?) that deals with browser's document.referrer
bug.
Referer Modifier is a Web Extension for Firefox to modify the Referer header in HTTP requests, and the Javascript document.referrer
property to match.
Automatically hide HTTP and JavaScript Referer for cross-domain requests.
Adds a context menu option to open a link in a new tab without sending the HTTP referer information. A bare-bones replacement for the legacy addon "No-Referer" by Dor. Simply copies the selected link and opens a new tab to the destination.
Control the HTTP Referer on a per-site basis.
Add Referer headers when requesting i.pximg.net in order to get some pximg images displayed correctly.
location.origin
, if at all possible. It might be useful;origin
for element <link/>
;