Add site blocked alert page
Inform the user about the full url blocking
This commit is contained in:
@@ -37,14 +37,14 @@
|
||||
<input type="checkbox" id="tabcounter">
|
||||
<span class="slider round"></span>
|
||||
<label>Toolbar counter</label>
|
||||
</label>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div class="row">
|
||||
<div class="col-sm-1">
|
||||
<h5>Statistics</h5>
|
||||
|
||||
|
||||
<div class="progress">
|
||||
<div class="progress-bar progress-bar-danger progress-bar-striped" role="progressbar" style="width: 0%" id="progress_blocked"></div>
|
||||
<div class="progress-bar progress-bar-info progress-bar-striped" role="progressbar" style="width: 100%" id="progress_non_blocked"></div>
|
||||
@@ -55,24 +55,24 @@
|
||||
|
||||
<h6>Total blocked elements</h6>
|
||||
<p class="text-danger text-right" id="statistics_value"></p>
|
||||
|
||||
|
||||
<h6>Percentage of total traffic</h6>
|
||||
<p class="text-right" id="statistics_value_global_percentage"></p>
|
||||
|
||||
<p class="text-center">
|
||||
<button type="button" id="reset_counter_btn" class="btn btn-danger" title="Reset the global statistics">Reset counter</button>
|
||||
</p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="row">
|
||||
<div class="col-sm-1 navbar-inverse text-center">
|
||||
<small class="text-muted">Version 1.1.2.1</small>
|
||||
<small class="text-muted">Version 1.1.2.2</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
@@ -80,4 +80,4 @@
|
||||
<script src="bootstrap.min.js"></script>
|
||||
<script src="popup_new.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user