Hide Http Referer - Hidehref.com

Status
Not open for further replies.

John

Active Member
652
2009
43
35
I made this simple and usefull website that everybody can use. It will redirect (Javascript redirection - We use Javasript redirect so our service will not work for some bots, web crawlers, spiders...) all traffic and remove Http Referer so all traffic will looks like direct traffic. This is very usefull for websites like traffic exchanges, buying traffic. Even if you want to buy traffic for your adsense website and you want to remove referer you can use this website. I was buying traffic on popcash.net ad then I used href.li so after a while I just told myself why should I use href.li when I can make my own website. I have dedicate server that can handle about 4000 visits per minute

Just tell me what do you think. It is a simple project and simple website
Hide Referer and Redirect - Hidehref.com
 
4 comments
There is not API for now. You just put https://hidehref.com/? in front of your links.
Well I will developed WP plugin for all external links, ATM I am working on Javascript code that will edit all external hrefs and then add my URL,
This will be good for now.

I will develop google chrome addon so all links will be edited and every click on the internet will go on my website first. Then referrer will be always removed :)
 
Even if you want to buy traffic for your adsense website and you want to remove referer you can use this website.

As far as I know you might have problems with Adsense account if you will have a lot of traffic without referer. But service is good. By the way, how do you plan to earn on this project? )
 
I will put ads on first page. I don't want to earn. I just want to have website in top 1000 alexa

EDIT

I tested about 15.000 visits from popcash network. There was no users that had my website as referrer according to Google Analytics . Also referrer was deleted on all devices and OSs (Mobile, Tablet, Linux...).
I just made API and testing it. API will be Javascript that will put https://hidehref.com/? in front of all external links.

EDIT AGAIN

I just coded.
Just add this code to your <HEAD> section and all external links will be without referrer
Code:
<script type="text/javascript">
    var exclude_domains = ['domain.com', 'yourwebsite.com'];
</script>
<script src="https://hidehref.com/hidehref.js"></script>
Ofcourse change yourwebsite.com with your domain to avoid internal links to have our link or add more domains to the list if you want them to have referrer
 
Last edited:
Status
Not open for further replies.
Back
Top