Removed option item in Chromium to block "Google Fonts"
This commit is contained in:
parent
3bfa7e7463
commit
11b9271493
|
@ -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';
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue