mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
17 lines
622 B
Plaintext
17 lines
622 B
Plaintext
! 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
|
|
! 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.
|
|
! Breaks {Google,Bing} webmaster tools
|
|
!*$font,third-party
|
|
|
|
!It fallbacks to system fonts
|
|
beacondb.net$font
|
|
*.beacondb.net$font
|
|
|
|
! HINT: Add `,badfilter` to end of any rule to override it.
|