haketilo / html / default_blocking_policy.html @ 6247f163
1 |
<!--
|
---|---|
2 |
Copyright (C) 2021 Wojtek Kosior
|
3 |
Redistribution terms are gathered in the `copyright' file.
|
4 |
|
5 |
This is not a standalone page. This file is meant to be imported into other
|
6 |
HTML code.
|
7 |
-->
|
8 |
<style>
|
9 |
#blocking_policy_div { |
10 |
line-height: 2em; |
11 |
}
|
12 |
</style>
|
13 |
<span id="blocking_policy_span"> |
14 |
Default policy for unmatched pages is to |
15 |
<span id="current_policy_span" class="bold"></span> |
16 |
their own scripts. |
17 |
<button id="toggle_policy_but">Toggle policy</button> |
18 |
</span>
|