mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 22:25:36 +07:00
Add interface features
+ statistics for totally blocked elements + statistics for percentage of total traffic
This commit is contained in:
10
popup.html
10
popup.html
@@ -17,6 +17,16 @@
|
||||
Enable globally:<br>
|
||||
<button id="globalStatus" class="status statusEnabled"></button>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="statistics">
|
||||
Totally blocked elements:<br>
|
||||
<span id="statistics_value" class="statistics_value"></span><br>
|
||||
Percentage of total traffic:<br>
|
||||
<span id="statistics_value_global_percentage" class="statistics_value"></span><br>
|
||||
<div class="center">
|
||||
<button class="reset_counter_btn">Reset counter</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user