1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +02:00

Improve whitelist button

For #535
This commit is contained in:
kkapsner 2021-06-13 21:08:28 +02:00
parent 87646a152a
commit bce494e744
5 changed files with 259 additions and 180 deletions

View file

@ -7,8 +7,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<button id="addonStatus" class="undefined"></button>
<span id="reload" class="hidden"></span>
<div id="headerActions">
<button id="addonStatus" class="undefined"></button>
<div id="reload" class="hidden"></div>
</div>
<div id="actions" class="stackedInputs"></div>
<script src="../lib/require.js"></script>
<script src="../lib/logging.js"></script>