.
word-wrap: break-word;
max-width: 200px;
}
+
+ .fileinput-button {
+ position: relative;
+ overflow: hidden;
+ display: inline-block;
+ }
+
+ .fileinput-button input {
+ position: absolute;
+ top: 0;
+ right: 0;
+ margin: 0;
+ opacity: 0;
+ -ms-filter: 'alpha(opacity=0)';
+ direction: ltr;
+ cursor: pointer;
+ }
@@ -60,6 +77,19 @@ along with this program. If not, see
@@ -80,9 +110,14 @@ along with this program. If not, see .
@@ -53,12 +53,10 @@ along with this program. If not, see
-
This site or element was blocked by ClearURLs Add-on
+
+
- This site or element was blocked by ClearURLs Add-on, because we identify this site as an
- advertising and/or tracking service.
-
- To visit this site, you must temporarily deactivate the Add-on.
+
@@ -66,13 +64,16 @@ along with this program. If not, see
.
+
+
+
diff --git a/manifest.json b/manifest.json
index 4e1b492..85b7df6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
- "version": "1.8.5",
+ "version": "1.9.0",
"author": "Kevin Röbert",
"description": "Remove tracking elements from URLs.",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
@@ -52,7 +52,8 @@
"contextMenus",
"clipboardWrite",
"webNavigation",
- "tabs"
+ "tabs",
+ "downloads"
],
"background": {
"scripts": [
@@ -60,13 +61,14 @@
"external_js/jquery-3.2.1.min.js",
"external_js/sha256.jquery.js",
"core_js/message_handler.js",
+ "external_js/ip-range-check.js",
"core_js/tools.js",
- "core_js/storage.js",
- "clearurls.js",
"core_js/pureCleaning.js",
"core_js/context_menu.js",
"core_js/historyListener.js",
- "external_js/ip-range-check.js"
+ "clearurls.js",
+ "core_js/storage.js",
+ "core_js/watchdog.js"
]
},
"content_scripts": [