Add Tabcounter (de)activation switch

Thanks to https://addons.mozilla.org/de/firefox/user/HardKoreG/ for the
idea
This commit is contained in:
Kevin Röbert
2017-08-30 17:18:10 +02:00
parent 3a4d2a7460
commit 942e0950a4
4 changed files with 78 additions and 8 deletions

View File

@@ -10,13 +10,13 @@
</head>
<body>
<div id="main">
<div class="header">ClearURLs 1.1.1.3</div>
<div class="header">ClearURLs 1.1.1.4</div>
<div id="content">
<div id="default">
<div id="global">
Enable globally:<br>
<button id="globalStatus" class="status statusEnabled"></button>
</div>
</div><br>
<hr>
<div id="statistics">
Totally blocked elements:<br>
@@ -25,7 +25,13 @@
<span id="statistics_value_global_percentage" class="statistics_value"></span><br>
<div class="center">
<button class="reset_counter_btn">Reset counter</button>
</div>
</div><br>
<hr><br>
<label class="switch">
<input type="checkbox" id="tabcounter">
<span class="slider round"></span>
<label>Tabcounter</label>
</label>
</div>
</div>
</div>