2024-05-29 09:04:11 +03:00
|
|
|
! https://github.com/gorhill/uBlock/wiki/Static-filter-syntax
|
|
|
|
|
|
|
|
! This suggests disabling only third party fonts
|
|
|
|
! https://github.com/gorhill/uBlock/wiki/Per-site-switches#no-remote-fonts
|
|
|
|
! NOTE that this doesn't seem to affect LocalCDN (which would mind first party
|
2024-05-29 15:03:03 +03:00
|
|
|
! fonts being blocked though as it only cares about CDNs). Without the
|
|
|
|
! third-party it would block all fonts and random things like Mastodon's
|
|
|
|
! buttons would break.
|
2024-05-31 09:29:42 +02:00
|
|
|
! Breaks {Google,Bing} webmaster tools
|
|
|
|
!*$font,third-party
|
2024-05-29 09:04:11 +03:00
|
|
|
|
2024-07-18 06:36:20 +03:00
|
|
|
!It fallbacks to system fonts
|
|
|
|
beacondb.net$font
|
|
|
|
*.beacondb.net$font
|
2024-05-31 09:29:42 +02:00
|
|
|
|
2024-06-11 20:58:27 +03:00
|
|
|
! HINT: Add `,badfilter` to end of any rule to override it.
|