2019-03-13 12:20:24 +00:00
|
|
|
<!--
|
|
|
|
ClearURLs
|
|
|
|
Copyright (c) 2017-2019 Kevin Röbert
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU Lesser General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU Lesser General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Lesser General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
2017-12-16 22:50:50 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>ClearURLs</title>
|
|
|
|
<!-- Required meta tags -->
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
|
|
|
|
<!-- Bootstrap CSS -->
|
|
|
|
<link rel="stylesheet" href="../css/bootstrap.min.css">
|
2018-08-31 22:27:02 +00:00
|
|
|
<link rel="stylesheet" href="../css/bootstrap-dialog.min.css">
|
2017-12-16 22:50:50 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="../css/switchButtons.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="../css/core.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2018-09-02 18:17:54 +00:00
|
|
|
<div id="body-popup">
|
|
|
|
<div class="container-fluid"
|
|
|
|
style="background: url('../img/img-noise-361x370.png');background-size: auto;">
|
|
|
|
<div class="row">
|
|
|
|
<nav class="col-sm-1 navbar navbar-inverse">
|
|
|
|
<div class="container">
|
|
|
|
<div class="navbar-header">
|
|
|
|
<span class="navbar-brand">
|
|
|
|
<span class="pull-left"><img src="../img/clearurls.svg"
|
|
|
|
width="30" height="30" alt=""></span>
|
|
|
|
<span style="color: #FF7800;" class="pull-right">
|
|
|
|
ClearURLs
|
|
|
|
</span><br />
|
|
|
|
<span class="label label-warning pull-left small-version"
|
|
|
|
id="version"></span>
|
2018-09-26 15:35:50 +00:00
|
|
|
<a id="donate" target="_blank" href="https://www.paypal.me/KevinRoebert">
|
|
|
|
<span class="pull-right glyphicon glyphicon-heart"></span>
|
|
|
|
</a>
|
2018-09-02 18:17:54 +00:00
|
|
|
</span>
|
|
|
|
</div>
|
2017-12-16 22:50:50 +00:00
|
|
|
</div>
|
2018-09-02 18:17:54 +00:00
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
<div id="dialog"></div>
|
|
|
|
<div class="row" id="config_section">
|
2019-04-11 14:40:48 +00:00
|
|
|
<div class="col-sm-1 text-center">
|
|
|
|
<a id="cleaning_tools" target="_blank"><span class="glyphicon glyphicon-wrench" style="font-size: 1.5em; margin-right: 1em;"></span></a>
|
|
|
|
<a id="settings" target="_blank"><span class="glyphicon glyphicon-cog" style="font-size: 1.5em"></span></a>
|
|
|
|
</div>
|
2018-09-02 18:17:54 +00:00
|
|
|
<div class="col-sm-1">
|
|
|
|
<h5><b id="configs_head"></b></h5>
|
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" id="globalStatus">
|
|
|
|
<span class="slider round"></span>
|
|
|
|
<label id="configs_switch_filter"></label>
|
|
|
|
</label>
|
|
|
|
<br>
|
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" id="logging">
|
|
|
|
<span class="slider round"></span>
|
|
|
|
<label id="configs_switch_log"></label>
|
|
|
|
</label>
|
|
|
|
<br>
|
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" id="tabcounter">
|
|
|
|
<span class="slider round"></span>
|
|
|
|
<label id="configs_switch_badges"></label>
|
|
|
|
</label>
|
|
|
|
<br>
|
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" id="statistics">
|
|
|
|
<span class="slider round"></span>
|
|
|
|
<label id="configs_switch_statistics"></label>
|
|
|
|
</label>
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
<br />
|
|
|
|
</div>
|
2018-05-21 21:25:20 +00:00
|
|
|
</div>
|
2017-12-16 22:50:50 +00:00
|
|
|
|
2018-09-02 18:17:54 +00:00
|
|
|
<div class="row" id="statistic_section">
|
|
|
|
<div class="col-sm-1">
|
|
|
|
<h5><b id="statistics_head"></b></h5>
|
2017-12-16 22:50:50 +00:00
|
|
|
|
2018-09-02 18:17:54 +00:00
|
|
|
<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>
|
|
|
|
</div>
|
2017-12-16 22:50:50 +00:00
|
|
|
|
2018-09-02 18:17:54 +00:00
|
|
|
<div>
|
|
|
|
<span class="pull-left" id="statistics_elements"></span>
|
|
|
|
<span class="pull-right text-info"
|
|
|
|
id="statistics_total_elements"></span>
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
</div>
|
2017-12-16 22:50:50 +00:00
|
|
|
|
2018-09-02 18:17:54 +00:00
|
|
|
<div>
|
|
|
|
<span class="pull-left" id="statistics_blocked"></span>
|
|
|
|
<span class="pull-right text-danger"
|
|
|
|
id="statistics_value"></span>
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
</div>
|
2017-12-16 22:50:50 +00:00
|
|
|
|
2018-09-02 18:17:54 +00:00
|
|
|
<div>
|
|
|
|
<span class="pull-left" id="statistics_percentage"></span>
|
|
|
|
<span class="pull-right text-success"
|
|
|
|
id="statistics_value_global_percentage"></span>
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div class="text-center">
|
|
|
|
<button type="button" id="reset_counter_btn"
|
|
|
|
class="btn btn-danger btn-xs">
|
|
|
|
</button>
|
2018-05-21 21:25:20 +00:00
|
|
|
<div class="clearfix"></div>
|
2018-09-02 18:17:54 +00:00
|
|
|
<br />
|
2018-05-21 21:25:20 +00:00
|
|
|
</div>
|
2018-09-02 18:17:54 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row" id="status_section">
|
|
|
|
<div class="col-sm-1">
|
|
|
|
<h5><b id="rules_status_head"></b></h5>
|
2018-05-21 21:25:20 +00:00
|
|
|
<div class="text-center">
|
2019-07-30 18:29:41 +00:00
|
|
|
<a href="https://gitlab.com/KevinRoebert/ClearUrls/commits/master/data/data.min.json"
|
2018-09-02 18:17:54 +00:00
|
|
|
id="hashStatus" class="btn btn-primary btn-xs" target="_blank"></a>
|
|
|
|
</div>
|
2017-12-16 22:50:50 +00:00
|
|
|
<div class="clearfix"></div>
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-09-02 18:17:54 +00:00
|
|
|
<br />
|
|
|
|
<div class="row" id="log_section">
|
|
|
|
<div class="col-sm-1">
|
|
|
|
<div class="text-center">
|
|
|
|
<a type="button" id="loggingPage" target="_blank"
|
|
|
|
class="btn btn-default btn-sm btn-block"></a>
|
|
|
|
</div>
|
2018-01-09 12:20:33 +00:00
|
|
|
</div>
|
2017-12-16 22:50:50 +00:00
|
|
|
</div>
|
2018-09-02 18:17:54 +00:00
|
|
|
<br />
|
2017-12-16 22:50:50 +00:00
|
|
|
</div>
|
|
|
|
|
2019-03-12 17:13:23 +00:00
|
|
|
<!-- Optional JavaScript -->
|
|
|
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
|
|
|
<script type="application/javascript" src="../browser-polyfill.js"></script>
|
|
|
|
<script src="../external_js/jquery-3.2.1.min.js"></script>
|
|
|
|
<script src="../external_js/bootstrap.min.js"></script>
|
|
|
|
<script src="../external_js/bootstrap-dialog.min.js"></script>
|
|
|
|
<script src="../core_js/popup.js"></script>
|
|
|
|
<script src="../core_js/write_version.js"></script>
|
2017-12-16 22:50:50 +00:00
|
|
|
</body>
|
|
|
|
</html>
|