diff --git a/ChromeVersion/css/core.css b/ChromeVersion/css/core.css index 35a54fd..b15cf2c 100644 --- a/ChromeVersion/css/core.css +++ b/ChromeVersion/css/core.css @@ -1,6 +1,5 @@ body { font-size: 13px; - width: 200px; } .small-version { @@ -15,3 +14,7 @@ body { .col-sm-1 { margin-top: -10px; } + +#body-popup { + width: 200px; +} diff --git a/ChromeVersion/manifest.json b/ChromeVersion/manifest.json index 8f2a218..7490d3d 100644 --- a/ChromeVersion/manifest.json +++ b/ChromeVersion/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.3.3.13", + "version": "1.3.3.14", "author": "Kevin R.", "description": "Remove tracking elements form URLs.", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls", diff --git a/bin/Chrome/clearurls-1.3.3.14.crx b/bin/Chrome/clearurls-1.3.3.14.crx new file mode 100644 index 0000000..e60b97b Binary files /dev/null and b/bin/Chrome/clearurls-1.3.3.14.crx differ diff --git a/html/log.html b/html/log.html index 1305293..0497b77 100644 --- a/html/log.html +++ b/html/log.html @@ -61,6 +61,7 @@ + diff --git a/html/popup.html b/html/popup.html index 74e67b7..88a9ccf 100644 --- a/html/popup.html +++ b/html/popup.html @@ -13,143 +13,144 @@
-