2024-05-29 08:04:11 +02: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 14:03:03 +02: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 08:04:11 +02:00
|
|
|
|
2024-07-18 06:02:34 +02:00
|
|
|
! I mainly see this with beacondb.net which has fallbacks to system-ui
|
2024-07-18 06:04:36 +02:00
|
|
|
||cdn.joel.net.au/fonts/$font,third-party
|
2024-05-31 09:29:42 +02:00
|
|
|
|
2024-06-11 19:58:27 +02:00
|
|
|
! HINT: Add `,badfilter` to end of any rule to override it.
|