mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 11:40:25 +01:00
46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
[Adblock Plus 3.6]
|
|
! Title: ⛺ Anti-Favicon List
|
|
! Version: 2March2026v2-Beta
|
|
! Description: The article at https://www.ghacks.net/2021/01/22/favicons-may-be-used-to-track-users/ probably explains this list better than anything I could've written myself.
|
|
! Homepage: https://github.com/DandelionSprout/adfilt/blob/master/Wiki/General-info.md#-english
|
|
!#if !env_mv3
|
|
/favicon.ico|
|
|
/favicon.png|
|
|
/favicon.svg|
|
|
/assets/favicon^
|
|
/cropped-favicon-*.png|
|
|
/favico.ico|
|
|
/favico.png|
|
|
/favicon-*.png|
|
|
/favicon-32.gif|
|
|
/favicon.*.ico|
|
|
/favicon.ico?
|
|
/favicon_black.ico|
|
|
/favicon_desktop_*.png|
|
|
/favicon_round.ico|
|
|
/favicon_v*.ico|
|
|
/favicons/*.png|
|
|
/img/favicon^
|
|
/media/favicon/*
|
|
/web/favicons/*
|
|
_favicon_*.ico|
|
|
.php/*.ico|$domain=cdninstagram.com|fbcdn.net
|
|
|
|
! ——— Entries below this line require uBlock Origin or AdGuard ———
|
|
! e.g. ShopDisney.com, viaplaygroup.com, SteamDB.info
|
|
!#if cap_html_filtering
|
|
*,~deepfakesweb.com,~stablediffusionweb.com##^link[rel~=icon]
|
|
!#endif
|
|
|
|
! It is pretty unlikely if these have the desired effect, but it was the best I could do for Chromium as of October 2023
|
|
!#if !env_firefox
|
|
~deepfakesweb.com,~stablediffusionweb.com#?#link[rel=icon]:remove()
|
|
*,~deepfakesweb.com,~stablediffusionweb.com#?#link[rel=icon]:remove()
|
|
#?#link[rel=mask-icon]:remove()
|
|
*#?#link[rel=mask-icon]:remove()
|
|
!#endif
|
|
|
|
! For users of Dandelion Sprout's Annoyances List
|
|
@@/favicon.ico|$badfilter
|
|
!#endif
|