- 掃描 ID:
- 4a35f4c2-debf-442e-8e92-fe8c3c46ac23已完成
- 已提交的 URL:
- https://href.li/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 0 條
記錄到 Web 主控台的訊息
HTML
頁面的原始 HTML 主體
<!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>