Removed option item in Chromium to block "Google Fonts"

This commit is contained in:
nobody 2020-07-12 15:49:37 +02:00
parent 3bfa7e7463
commit 11b9271493
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 3 additions and 1 deletions

View File

@ -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';
}
};

View File

@ -34,6 +34,7 @@
<li>Added: Vanilla-Lazyload v17.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/56">#56</a>)</li>
<li>Fixed: Blocking handling of "Google Fonts" improved</li>
<li>Removed: Support for "Google Material Icons" in Chromium (known Chromium bug, same with "Font Awesome")</li>
<li>Removed: Option item in Chromium to block "Google Fonts" (known Chromium bug, same with "Font Awesome")</li>
</ul>
<div class="topic-label">
Generate rule sets for uBlock or uMatrix