Cloudflare-Blocker/blocked.html
2025-09-28 06:09:19 +00:00

40 lines
880 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cloudflare page blocked</title>
<style>
body {
font-family: Arial, sans-serif;
padding: 20px;
text-align: center;
}
h1 {
color: red;
}
a {
color: blue;
text-decoration: none;
}
</style>
</head>
<body>
<h1>This page has been blocked by the Cloudflare Blocker extension due to a Cloudflare header.</h1>
<p>
<strong>Blocked Header:</strong>
<pre id="header_info">Loading...</pre>
</p>
<p>
<strong>Blocked response URL:</strong>
<pre id="url">Loading...</pre>
</p>
<br>
<p>You can probably view the page on the <a href="https://web.archive.org" target="_blank">Wayback Machine</a>.</p>
<script src="blocked.js"></script>
</body>
</html>