mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
This extends coverage of strict-blocking to pattern-based filters with `doc` filter option. When proceeding with a URL-skip URL present, no temporary bypass will be created when the "Don't warn me again about this site" is left unchecked. The idea is to avoid the intermediate redirects if we navigate again on the same strict-blocked site, while a temporary bypass would prevent this. uBO's "Badware risks" list has been spinned off as its own list. The idea is that should a site be strict-blocked from that list, we would want to know the strict-block is due to the "Badware risks" list.
49 lines
1.9 KiB
HTML
49 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=yes">
|
|
<title data-i18n="strictblockTitle"></title>
|
|
<link rel="stylesheet" href="css/default.css">
|
|
<link rel="stylesheet" href="css/common.css">
|
|
<link rel="stylesheet" href="css/fa-icons.css">
|
|
<link rel="stylesheet" href="css/strictblock.css">
|
|
<link rel="shortcut icon" type="image/png" href="img/icon_64.png"/>
|
|
</head>
|
|
<body class="loading">
|
|
<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="strictblockSentence1"></p>
|
|
<div id="theURL" class="collapsed">
|
|
<p class="code"><span> </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 id="reason" hidden>
|
|
</div>
|
|
|
|
<div id="urlskip" hidden>
|
|
</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="strictblockDontWarn">_</span></label>
|
|
</div>
|
|
|
|
<div id="actionContainer">
|
|
<button id="back" data-i18n="strictblockBack" type="button">_<span class="hover"></span></button>
|
|
<button id="bye" data-i18n="strictblockClose" type="button">_<span class="hover"></span></button>
|
|
<button id="proceed" class="preferred" data-i18n="strictblockProceed" type="button"><span class="hover"></span></button>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="js/theme.js" type="module"></script>
|
|
<script src="js/fa-icons.js" type="module"></script>
|
|
<script src="js/i18n.js" type="module"></script>
|
|
<script src="js/strictblock.js" type="module"></script>
|
|
</body>
|
|
</html>
|