[Looking for] 100% working blank referrer or fake referrer script

Hunwarrior

Senior Member
Joined
May 12, 2010
Messages
1,035
Reaction score
876
Hi,

Which blank referrer or fake referrer solution would you recommend? Free or paid solution both good.
NO LEAKING allowed.Only tested methods, please!

Thanks
 
Also looking for a solution. These are the only ones I have found;

blankrefer.com
refer.us (now changed to gimmie rank with broken secure cert)
nullrefer.com
anonym.to

Would pre fer something premium & reliable...
 
<!DOCTYPE html>
<html>
<head>
<script>
function do_redir()
{
window.frames[0].document.body.innerHTML=\'<form target="_parent" method="post" action="YOUR_WEB"></form>\';
window.frames[0].document.forms[0].submit()
}
</script>
</head>
<body>
<iframe onload="window.setTimeout(do_redir,99);" src="about:blank" style="visibility:hidden"></iframe>
</body>
</html>
 
<!DOCTYPE html>
<html>
<head>
<script>
function do_redir()
{
window.frames[0].document.body.innerHTML=\'<form target="_parent" method="post" action="YOUR_WEB"></form>\';
window.frames[0].document.forms[0].submit()
}
</script>
</head>
<body>
<iframe onload="window.setTimeout(do_redir,99);" src="about:blank" style="visibility:hidden"></iframe>
</body>
</html>

great script. thanks for the code! for those who need dynamic redirects.. blankrefer is the way to go
 
<!DOCTYPE html>
<html>
<head>
<script>
function do_redir()
{
window.frames[0].document.body.innerHTML=\'<form target="_parent" method="post" action="YOUR_WEB"></form>\';
window.frames[0].document.forms[0].submit()
}
</script>
</head>
<body>
<iframe onload="window.setTimeout(do_redir,99);" src="about:blank" style="visibility:hidden"></iframe>
</body>
</html>
this really works 100% of the time?
 
Back
Top