mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
Version 1.26.0
+ The popup window is now responsive
This commit is contained in:
@@ -15,6 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Require Firefox >= 55
|
- Require Firefox >= 55
|
||||||
- Require Chrome >= 37
|
- Require Chrome >= 37
|
||||||
|
|
||||||
|
## [1.26.0] - 2022-11-18
|
||||||
|
|
||||||
|
### Compatibility note
|
||||||
|
- Require Firefox >= 55
|
||||||
|
- Require Chrome >= 37
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- The popup window is now responsive
|
||||||
|
|
||||||
## [1.25.0] - 2022-07-27
|
## [1.25.0] - 2022-07-27
|
||||||
|
|
||||||
|
|||||||
@@ -32,9 +32,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container-fluid"
|
<div class="container-fluid"
|
||||||
style="min-width: 200px;">
|
style="min-width: 200px">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<nav class="col-sm-1 navbar-margin navbar navbar-dark bg-dark">
|
<nav class="col-sm-12 navbar-margin navbar navbar-dark bg-dark">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<span class="navbar-brand">
|
<span class="navbar-brand">
|
||||||
<span class="float-left"><img src="../img/clearurls.svg"
|
<span class="float-left"><img src="../img/clearurls.svg"
|
||||||
@@ -53,14 +53,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row" id="references_section">
|
<div class="row" id="references_section">
|
||||||
<div class="col-sm-1 text-center">
|
<div class="col-sm-4 offset-sm-4 text-center">
|
||||||
<a id="cleaning_tools" target="_blank"><span class="fas fa-tools" style="font-size: 1.5em; margin-right: 1em;"></span></a>
|
<a id="cleaning_tools" target="_blank"><span class="fas fa-tools" style="font-size: 1.5em; margin-right: 1em;"></span></a>
|
||||||
<a id="settings" target="_blank"><span class="fas fa-cog" style="font-size: 1.5em"></span></a>
|
<a id="settings" target="_blank"><span class="fas fa-cog" style="font-size: 1.5em"></span></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row" id="config_section">
|
<div class="row" id="config_section">
|
||||||
<div class="col-sm-1">
|
<div class="col-sm-4 offset-sm-4">
|
||||||
<h5><b id="configs_head"></b></h5>
|
<h5><b id="configs_head"></b></h5>
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
<input type="checkbox" id="globalStatus">
|
<input type="checkbox" id="globalStatus">
|
||||||
@@ -91,7 +91,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row" id="statistic_section">
|
<div class="row" id="statistic_section">
|
||||||
<div class="col-sm-1">
|
<div class="col-sm-4 offset-sm-4">
|
||||||
<h5><b id="statistics_head"></b></h5>
|
<h5><b id="statistics_head"></b></h5>
|
||||||
|
|
||||||
<div class="progress">
|
<div class="progress">
|
||||||
@@ -133,7 +133,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row" id="status_section">
|
<div class="row" id="status_section">
|
||||||
<div class="col-sm-1">
|
<div class="col-sm-4 offset-sm-4">
|
||||||
<h5><b id="rules_status_head"></b></h5>
|
<h5><b id="rules_status_head"></b></h5>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<a href="https://gitlab.com/ClearURLs/rules/-/commits/master/data.min.json"
|
<a href="https://gitlab.com/ClearURLs/rules/-/commits/master/data.min.json"
|
||||||
@@ -145,7 +145,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div class="row" id="log_section">
|
<div class="row" id="log_section">
|
||||||
<div class="col-sm-1">
|
<div class="col-sm-4 offset-sm-4">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<a id="loggingPage" target="_blank"
|
<a id="loggingPage" target="_blank"
|
||||||
class="btn btn-default btn-sm btn-block text-wrap"></a>
|
class="btn btn-default btn-sm btn-block text-wrap"></a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "ClearURLs",
|
"name": "ClearURLs",
|
||||||
"version": "1.25.0",
|
"version": "1.26.0",
|
||||||
"author": "Kevin Roebert",
|
"author": "Kevin Roebert",
|
||||||
"description": "__MSG_extension_description__",
|
"description": "__MSG_extension_description__",
|
||||||
"homepage_url": "https://docs.clearurls.xyz",
|
"homepage_url": "https://docs.clearurls.xyz",
|
||||||
|
|||||||
Reference in New Issue
Block a user