- 掃描 ID:
- 568baa9a-b3db-4646-b499-020040f013cc已完成
- 已提交的 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 條
記錄到 Web 主控台的訊息
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>