summaryrefslogtreecommitdiffstats
path: root/src/document-blocked.html
blob: 80a45461afd7f0b78999f4ff3d982036753ed999 (plain)
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
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=yes">
<title data-i18n="docblockedTitle"></title>
<link rel="stylesheet" href="css/themes/default.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/fa-icons.css">
<link rel="stylesheet" href="css/document-blocked.css">
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
</head>
<body>
<div id="rootContainer">
    <div id="warningSign">
        <a class="fa-icon" href="https://github.com/gorhill/uBlock/wiki/Strict-blocking" target="_blank" rel="noopener noreferrer">exclamation-triangle</a>
    </div>

    <div>
        <p data-i18n="docblockedPrompt1">_</p>
        <div id="theURL" class="collapsed">
            <p class="code"><span>&nbsp;</span><span id="toggleParse" class="hidden"><span class="fa-icon">zoom-in</span><span class="fa-icon">zoom-out</span></span></p>
            <ul id="parsed"></ul>
        </div>
    </div>

    <div>
        <p data-i18n="docblockedPrompt2">_</p>
        <p id="why" class="code">&nbsp;</p>
        <div id="whyex" style="visibility: hidden;">
            <span data-i18n="docblockedFoundIn">_</span>
            <ul><li class="filterList">&nbsp;</ul>
        </div>
    </div>

    <div class="li">
        <label><span class="input checkbox"><input type="checkbox" id="disableWarning"><svg viewBox="0 0 24 24"><path d="M1.73,12.91 8.1,19.28 22.79,4.59"/></svg></span><span data-i18n="docblockedDontWarn">_</span></label>
    </div>

    <div id="actionContainer">
        <button id="back" data-i18n="docblockedBack" type="button">_<span class="hover"></span></button>
        <button id="bye" data-i18n="docblockedClose" type="button">_<span class="hover"></span></button>
        <button id="proceed" class="preferred" data-i18n="docblockedDisable" type="button"><span class="hover"></span></button>
    </div>

    <div id="templates" style="display: none;">
        <li class="filterList">
            <a class="filterListSource" href="asset-viewer.html?url=" target="_blank"></a>&nbsp;<!--
         --><a class="fa-icon filterListSupport hidden" href="#" target="_blank" rel="noopener noreferrer">home</a>
        </span>
    </div>
</div>

<script src="lib/hsluv/hsluv-0.1.0.min.js"></script>

<script src="js/fa-icons.js" type="module"></script>
<script src="js/vapi.js"></script>
<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>
<script src="js/theme.js" type="module"></script>
<script src="js/i18n.js" type="module"></script>
<script src="js/document-blocked.js" type="module"></script>
</body>
</html>