dereferer.me Open in urlscan Pro
2a05:91c0:1506:146::  Public Scan

Submitted URL: https://dereferer.me/?oh4RJG5OpDB9Ry-NyKGR5wVK7o75rzzprxArg-p/detail/1xvd41Q
Effective URL: https://dereferer.me/
Submission: On November 25 via manual from BE — Scanned from DE

Form analysis 1 forms found in the DOM

Name: anonymform #

<form id="anonymform" name="anonymform" action="#" role="form" class="validate" validate=""> <input class="email" id="url" name="url" type="url" maxlength="255" placeholder="Enter the URL you want to anonymize" required="">
  <!-- <div class="clear"> --><input type="submit" value="Anonymize" name="subscribe" id="mc-embedded-subscribe" class="button"><!-- </div> --> </form>

Text Content

Got it!

This website uses cookies to ensure you get the best experience on our website

Cookie Consent plugin for the EU cookie law
Menu
 * Generate
 * Why to use?
 * How to use?


HIDE YOUR REFERRER!

Anonymize your links

GENERATE URL



THE ANONYMOUS URL




THE OBFUSCATED URL





WHY TO USE?


WHY USE THIS WEBSITE?

A blank referrer increases privacy. Webmasters can use this dereferer tool to
prevent their site from appearing in the server logs of referred pages as
referrer. The operators of the referred pages cannot see where their visitors
come from any more.


WHAT IS A DEREFERER?

A dereferer is a webpage that is used to redirect users to different websites.
Usually, web browsers send small pieces of information when following a link,
including a so-called "referer". The referer is the URL of the page the user
came from, giving webmasters the option to track back the origin of users
visiting their sites. The dereferer's part is to suppress this information; when
analysing their transfer logs, webmasters will track back to the dereferer's URL
instead of the original URL.


HOW DOES IT WORK?

Technically, a dereferer page is just a normal webpage with some scripting
additions. The link to the dereferer page supplies information about the target
page. This information is evaluated by the dereferer page, and using meta tags,
the browser is told to visit the target page. For there is no direct linkage
between the linking page and the target page, trackbacks to the linking page are
not possible.


HOW TO USE?

If you frequently need to hide referer, feel free to integrate the service into
your website. Here are some code examples for common environments:


PHP



<?php
function hideref($strUrl){
 return "https://dereferer.me/?".urlencode($strUrl);
}
?>
<a href="<?= hideref("http://www.example.com") ?>">Link</a>





JAVASCRIPT



<script language="JavaScript">
function hideref(strUrl){
return "https://dereferer.me/?"+escape(strUrl);
}
</script>

<a href="http://www.example.com" onclick="window.location.href=hideref(this.href); return false;">Link</a>




 * © Copyright 2021 Dereferer.me
 * All Rights Reserved.
 * Contact
 * V:72