- 제출된 URL:
- https://hsepeople.cmail19.com/t/d-u-sxdldt-ddkjitkjjt-b/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 6개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
clean | function |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<title>Unsubscribe from this list</title>
<link href="https://css.createsend1.com/css/landing-pages.min.css?h=D7647EC220240529" media="screen,projection" rel="stylesheet" type="text/css">
<link href="https://css.createsend1.com/css/completeunsubscribe.min.css?h=D2905A6C20240529" media="screen,projection" rel="stylesheet" type="text/css">
</head>
<body class="c-subscribe-unsubscribe-layout">
<div class="container">
<div class="title">
<div class="completed" style="display: none">
<h2 class="c-completeunsubscribe__title">Thank you</h2>
<p class="c-completeunsubscribe__description">You have been successfully removed from this subscriber list and won't receive any further emails from us.</p>
</div>
<noscript>
<h2 class="c-completeunsubscribe__title">Do you want to unsubscribe?</h2>
<p class="c-completeunsubscribe__description">To unsubscribe, please click on the link below</p>
</noscript>
<div class="complex-unsubscribe" style="">
<h2 class="c-completeunsubscribe__title">Do you want to unsubscribe?</h2>
<p class="c-completeunsubscribe__description">To unsubscribe, please click on the link below</p>
</div>
</div>
<div id="pending" style="display: none"></div>
<div class="cta">
<div id="completed" class="completed" style="display: none">
<p class="c-completeunsubscribe__description">
Did you unsubscribe by accident?
<a href="/t/Resubscribe/d/8044c393afe7422fe29717340d76bc8e/sxdldt/t/b">
Resubscribe
</a>
</p>
</div>
<noscript>
<form method="post" action="/t/completenoscript/d/sxdldt/ddkjitkjjt/c/b">
<input type="submit" value="Unsubscribe me" />
</form>
</noscript>
<div class="complex-unsubscribe" style="">
<form method="post" action="/t/completenoscript/d/sxdldt/ddkjitkjjt/c/b">
<input type="submit" value="Unsubscribe me">
</form>
</div>
</div>
</div>
<script type="text/javascript" src="https://js.createsend1.com/js/jquery-1.7.2.min.js?h=C99A465920240529"></script>
<script type="text/javascript">
function clean(input) {
return input.replace('http://blackholemyemail.com/', '');
}
$(document).ready(function () {
var unsubUrl = 'http://blackholemyemail.com//t/complete/d/sxdldt/ddkjitkjjt/c/b?ajax=t';
var useComplexUnsubscribe = true;
if (useComplexUnsubscribe) {
$(".complex-unsubscribe").show();
} else {
$.ajax({
url: clean(unsubUrl),
dataType: 'json',
cache: false,
type: 'POST',
success: function (json) {
if (json.redirect) {
window.location = json.redirect;
} else {
$('.completed,#pending').toggle();
}
}
});
}
});
</script>
</body></html>