Have you ever wanted to have full control over the HTTP Referer? Look no further than the Referer Control Chrome extension. With this powerful tool, you can forge any referrer you want, whether it's globally or on a per-site basis. Additionally, you have the option to disable the Referer completely. Say goodbye to unwanted referrer information leaking out.
With a rating of 4.15 out of 5 based on user reviews, Referer Control is a popular choice among Chrome users who want to take control of their browsing experience. Let's delve into some of the user experiences with this extension.
Enhance Your Browsing Experience
Eduard Mrazek shared his experience, stating that the extension provides great control over various aspects such as geolocation and measurements. However, he did mention an issue with "tl.ytlogs.ru," which could be related to the specific use case.
Aero Windwalker pointed out that the extension works flawlessly with fetch and xhr requests, but it may not function as expected when loading target URLs in a video tag. This limitation may not affect all users, but it's worth noting.
Owain Baber highlighted that the default action of blocking referrers on unconfigured pages can render some websites completely unusable. For example, logging into the Synology Photos web app may not be possible with this extension enabled. Similarly, the Nextdoor app may experience issues. It's essential to configure the extension properly to avoid such inconveniences.
Benedikt Buchert expressed disappointment that the extension does not work for changes to the JavaScript document.referrer. This limitation may affect some users who rely on altering the document.referrer for their specific needs. However, it's important to note that the developer may not have plans to address this issue.
Mike Robinson praised the extension for its functionality in Chrome but mentioned that it does not work in Opera. For Opera users, it may be necessary to explore alternative solutions to achieve similar control over the HTTP Referer.
Ease of Use and Additional Tips
Andrew Ronding expressed gratitude for the extension, emphasizing its effectiveness. Trung Quân Võ, however, stated that the extension did not work for them, even as a developer attempting to remove the referer in various scenarios. They suggested modifying the source code and building a custom browser to achieve the desired result.
Keithen Hamilton noted that there were no instructions available for using the extension. While the interface may be intuitive for some, it would be beneficial to provide clear instructions for users who may be new to this type of tool.
Cake Cake simply described the tool as "very nice." Although brief, this feedback suggests a positive user experience.
In conclusion, Referer Control offers a powerful solution for taking control over the HTTP Referer. While it may have some limitations and varying experiences, it remains a popular choice among Chrome users. With its ability to forge referrers, disable the Referer, and even work on the JavaScript document.referrer, it empowers users to customize their browsing experience to their liking. Give it a try and enhance your control over your online privacy and browsing habits.
12 Reviews For This Extension
I've tried to implement this but failed. In V3 API declarativeNetRequest we aren't allowed to modify referer info like this extension does before. Long live `Referer Control` and welcome to an internet with less privacy. I feel really sad.
Works well. Please update for newer Chrome manifest v3. I don't want to find another extension that does the same but not as well. Maybe open source it?
It does not work if I were to load the target url in a video tag. It works for fetch and xhr.
The < default action > blocks referrers on pages you haven't configured which renders some completely unusable. It's impossible to login to Synology Photos web app with this extension active and sites like the Nextdoor app are completely broken with this active.
Does not work for Javascript document.referrer changes. No intent from the developer to fix. So useless for me.
This extension works in Chrome, but unfortunately not in Opera. Also, keep in mind that in order to get this extension to work on search engine results pages, you need to manually tick the "Allow access to search page results" in the extension details. This is turned off by default. Note to the dev, to get it to work in Opera, you need to do the following near the beginning of refererControl.js: (isChrome || isOpera) && 72 <= chromeVersion && optExtraInfoSpec.push("extraHeaders");
Works great, many thanks.
Doesn't work! I'm a developer and I tried removing the referer both in onBeforeSendHeaders() and onSendHeaders. Google chrome still adds it in the final request anyway. If you want to remove it you have to change the source code and build your own browser.
There are no instructions!
Very nice tool
Doesn't work
Worthless. Only changes HTTP referrer. You can still get the referrer through javascript.