From 6da5e5e5b2dbcae4175cef4c10a86bbe7712187a Mon Sep 17 00:00:00 2001 From: Pulsera <20760853+Pulsera@users.noreply.github.com> Date: Thu, 20 Jul 2017 09:32:30 -0400 Subject: [PATCH 1/3] Commented unused code --- src/js/contentscript-end.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/contentscript-end.js b/src/js/contentscript-end.js index ab4ac06..d6c6773 100644 --- a/src/js/contentscript-end.js +++ b/src/js/contentscript-end.js @@ -102,11 +102,11 @@ vAPI.shutdown.add(function() { //} // TODO: Web SQL - if ( window.openDatabase ) { + // if ( window.openDatabase ) { // Sad: // "There is no way to enumerate or delete the databases available for an origin from this API." // Ref.: http://www.w3.org/TR/webdatabase/#databases - } + // } } catch (e) { } From 9672465292a23f805e4759dcc517ecae4f88d7f0 Mon Sep 17 00:00:00 2001 From: Neui Date: Thu, 12 Oct 2017 23:43:51 +0200 Subject: [PATCH 2/3] Use native textarea when editing user rules Use native textarea (no color set) when editing temporary user rules. Improves visibility significantly when eg. using Firefox with a dark GTK theme. --- src/css/user-rules.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/css/user-rules.css b/src/css/user-rules.css index 51c07e7..8142edb 100644 --- a/src/css/user-rules.css +++ b/src/css/user-rules.css @@ -139,7 +139,6 @@ body[dir="rtl"] #commitButton:before { text-decoration: line-through; } #diff textarea { - background-color: #f8f8ff; border: 0; border-top: 1px solid #eee; direction: ltr; From 6de0f2b9b947cc4c7f9793fea1150c29a1aa0c34 Mon Sep 17 00:00:00 2001 From: StoyanDimitrov Date: Mon, 16 Oct 2017 17:57:14 +0300 Subject: [PATCH 3/3] Remove unused l10n string --- src/popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup.html b/src/popup.html index 1a905d3..1734681 100644 --- a/src/popup.html +++ b/src/popup.html @@ -18,7 +18,7 @@