https://href.li/

Submitted URL:
https://href.li/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>href.li: hide your referrer</title>
<meta name="description" content="Make a short link with an expiry date.">
<link rel="stylesheet" type="text/css" media="screen" href="https://href.li/href.css?v=3">
<script type="text/javascript">
window.addEventListener( 'load', function() {
	var fields = document.querySelectorAll( '.fselect' );
	Array.prototype.forEach.call( fields, function( element ) {
		element.addEventListener( 'click', function() {
			element.select();
		} );
	} );
} );
</script>
</head>
<body>

<div id="wrap">

<h1>href.li: hide your referrer</h1>
<p>Create an anonymous link that will <em>hide the HTTP Referer</em> header.</p>
<form id="form" method="post" title="Make a short URL" action="https://href.li/">
<label for="url">Hide the referrer to your URL:</label><br> 
<input type="text" name="url" id="url" class="fselect" size="80" value="http://example.com/"><br>

<input type="submit" name="make" value="Hide your referrer" title="Click here to make a link that hides your referrer.">
</form>


<p id="foot"><a href="javascript:Q='';if(document.selection)%20{Q=document.selection.createRange().text;}%20else%20if%20(window.getSelection)%20{Q=window.getSelection();}%20else%20if%20(document.getSelection)%20{Q=window.getSelection();}if%20(Q=='')%20{l=location.href;%20location.href='https://href.li/?url='+encodeURIComponent(l);}%20else%20{window.open('https://href.li/?url='+encodeURIComponent(Q)+'');}void(0)">href.li</a> bookmarklet - drag this link to your Browser toolbar.</p>



</div></body></html>