mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Removed option item in Chromium to block "Google Fonts"
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user