From 11b92714934f49ec08c82dbf726c2cb93fa2b8ce Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 12 Jul 2020 15:49:37 +0200 Subject: [PATCH] Removed option item in Chromium to block "Google Fonts" --- pages/options/options.js | 3 ++- pages/updates/updates.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/options/options.js b/pages/options/options.js index c7c57232..48b820d3 100644 --- a/pages/options/options.js +++ b/pages/options/options.js @@ -43,7 +43,8 @@ options._renderContents = function () { } if(BrowserType.CHROMIUM) { - document.getElementById('html-filter-div').hidden = true; + document.getElementById('html-filter-div').style.display = 'none'; + document.getElementById('block-google-fonts').style.display = 'none'; } }; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 4976f991..19f3881d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -34,6 +34,7 @@
  • Added: Vanilla-Lazyload v17.1.0 (#56)
  • Fixed: Blocking handling of "Google Fonts" improved
  • Removed: Support for "Google Material Icons" in Chromium (known Chromium bug, same with "Font Awesome")
  • +
  • Removed: Option item in Chromium to block "Google Fonts" (known Chromium bug, same with "Font Awesome")
  • Generate rule sets for uBlock or uMatrix