- 제출된 URL:
- https://href.li/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
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>