>>842
https://github.com/gorhill/uBlock/wiki/Static-filter-syntax
> uBlock Origin ("uBO") supports Adblock Plus ("ABP") filter syntax, so you can refer to existing filter syntax documentation from Adblock Plus web site.
uBOはABPと同じ
https://adblockplus.org/en/filter-cheatsheet
> Example 2: Blocking by domain name
> ||ads.example.com^ ★
> This rule blocks: ★
> http://ads.example.com/foo.gif
> http://server1.ads.example.com/foo.gif ★
> https://ads.example.com:8000/
> This rule doesn't block:
> http://ads.example.com.ua/foo.gif
> http://example.com/redirect/http://ads.example.com/
サブドメインもブロック対象
https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters#basic-rules-special-characters
> || — Matching the beginning of an address. With this character you don't have to specify a particular protocol and subdomain in address mask. It means, || stands for http://*., https://*., ws://*., wss://*. at once.
アトガも同様
> http://ad.com*https://ad.com*
|http://ad.com*、|https://ad.com*という指定だとしてもNG
https://adblockplus.org/en/filters#separators
> Separator character is anything but a letter, a digit, or one of the following: _ - . %. The end of the address is also accepted as separator.
https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters#basic-rules-special-characters
> Separator character mark. Separator character is any character, but a letter, a digit, or one of the following: _ - . %.
separator置かないとhttp://ad.comshttp://ad.com.usも一致してしまう
https://easylist.to/easylist/easylist.txt
> |http*://*?$popup,third-party,domain=avgle.com|camwhorestv.org|extremetube.com|pandaporn.net|pornflip.com|pornhub.com|redtube.com|spankwire.com|streamjav.net|theync.com|tube8.com|vidz7.com|xxxkingtube.com|youporn.com|youporngay.com
http://ad.com/*https://ad.com/*を|を使ってブロックしたいなら|http*://ad.com^
http://ad.https://ad.をブロックしたいなら|http*://ad.