-
Notifications
You must be signed in to change notification settings - Fork 66
/
delayed.html
55 lines (44 loc) · 1.88 KB
/
delayed.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html id="lbDelayingPage" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.75, shrink-to-fit=no">
<title>Site Blocked</title>
<link rel="shortcut icon" href="/icons/leechblock32.ico" type="image/x-icon">
<link rel="icon" href="/icons/leechblock32.ico" type="image/x-icon">
<link rel="stylesheet" href="/fonts.css" type="text/css">
<link rel="stylesheet" href="/style.css" type="text/css">
<link id="themeLink" rel="stylesheet">
</head>
<body>
<!-- logo -->
<div>
<img src="/images/leechblock_logo.svg" class="logo" alt="LeechBlock logo" title="LeechBlock">
</div>
<!-- warning message -->
<div>
<h1>The page you're trying to access has been temporarily blocked by <a href="https://www.proginosko.com/leechblock/">LeechBlock</a>.</h1>
</div>
<!-- blocked site info -->
<div>
<a id="lbBlockedURLLink" target="_self"><span id="lbBlockedURL"></span></a>
(<span id="lbBlockedSet">Block Set</span>)
<p id="lbKeywordMatched">Keyword matched: <strong><span id="lbKeywordMatch"></span></strong></p>
<p id="lbCountdownText">The page will be unblocked in <strong><span id="lbDelaySeconds">0</span></strong> second(s).</p>
</div>
<!-- custom message (optional) -->
<div id="lbCustomMsgDiv">
<p>A message from yourself:</p>
<strong><blockquote id="lbCustomMsg"></blockquote></strong>
</div>
<!-- support info -->
<div class="support">
LeechBlock will always be free to use, but if it has improved your life,<br>
please consider supporting its continued development by<br>
<a href="https://www.paypal.me/JamesNAnderson">making a contribution</a> or
<a href="https://addons.mozilla.org/firefox/addon/leechblock-ng/">writing a review</a>.
</div>
<script src="/blocked.js"></script>
</body>
</html>