mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-19 15:45:35 +07:00
Add Tabcounter (de)activation switch
Thanks to https://addons.mozilla.org/de/firefox/user/HardKoreG/ for the idea
This commit is contained in:
12
popup.html
12
popup.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user