diff --git a/Conversions of AdGuard Services lists/4chan.txt b/Conversions of AdGuard Services lists/4chan.txt index 0cf883d56..839748116 100644 --- a/Conversions of AdGuard Services lists/4chan.txt +++ b/Conversions of AdGuard Services lists/4chan.txt @@ -1,7 +1,8 @@ - + ! Title: Conversion of AdGuard Services Lists — 4chan ||4chan.org^$all ||4channel.org^$all ||4cdn.org^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/500px.txt b/Conversions of AdGuard Services lists/500px.txt index 1519b41ec..4d9f3928a 100644 --- a/Conversions of AdGuard Services lists/500px.txt +++ b/Conversions of AdGuard Services lists/500px.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — 500px ||500px.com^$all ||500px.org^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/9gag.txt b/Conversions of AdGuard Services lists/9gag.txt index 5760a2b7d..7d837f776 100644 --- a/Conversions of AdGuard Services lists/9gag.txt +++ b/Conversions of AdGuard Services lists/9gag.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — 9gag ||9cache.com^$all ||9gag.com^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/ServicesConvAlpha2.py b/Conversions of AdGuard Services lists/ServicesConvAlpha2.py index 76d7d74d4..f25c8a5f2 100644 --- a/Conversions of AdGuard Services lists/ServicesConvAlpha2.py +++ b/Conversions of AdGuard Services lists/ServicesConvAlpha2.py @@ -1,4 +1,4 @@ -import requests +import requests import re SOURCES = ['https://raw.githubusercontent.com/AdguardTeam/HostlistsRegistry/main/services/4chan.yml'] @@ -66,7 +66,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The 4chan AdGuard Services conversion has been generated.') @@ -141,7 +141,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The 500px AdGuard Services conversion has been generated.') @@ -216,7 +216,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The 9gag AdGuard Services conversion has been generated.') @@ -291,7 +291,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The AliExpress AdGuard Services conversion has been generated.') @@ -366,7 +366,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Amazon AdGuard Services conversion has been generated.') @@ -441,7 +441,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Amazon streaming AdGuard Services conversion has been generated.') @@ -516,7 +516,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Amino AdGuard Services conversion has been generated.') @@ -591,7 +591,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Apple streaming AdGuard Services conversion has been generated.') @@ -666,7 +666,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Bigo live AdGuard Services conversion has been generated.') @@ -741,7 +741,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Bilibili AdGuard Services conversion has been generated.') @@ -816,7 +816,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Blaze AdGuard Services conversion has been generated.') @@ -891,7 +891,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Bluesky AdGuard Services conversion has been generated.') @@ -966,7 +966,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Canaisglobo AdGuard Services conversion has been generated.') @@ -1041,7 +1041,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Claro AdGuard Services conversion has been generated.') @@ -1116,7 +1116,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Cloudflare AdGuard Services conversion has been generated.') @@ -1191,7 +1191,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Clubhouse AdGuard Services conversion has been generated.') @@ -1266,7 +1266,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Coolapk AdGuard Services conversion has been generated.') @@ -1341,7 +1341,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Crunchyroll AdGuard Services conversion has been generated.') @@ -1416,7 +1416,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Douban AdGuard Services conversion has been generated.') @@ -1491,7 +1491,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The eBay AdGuard Services conversion has been generated.') @@ -1566,7 +1566,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The ESPN AdGuard Services conversion has been generated.') @@ -1641,7 +1641,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Facebook AdGuard Services conversion has been generated.') @@ -1716,7 +1716,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The FIFA AdGuard Services conversion has been generated.') @@ -1791,7 +1791,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Flickr AdGuard Services conversion has been generated.') @@ -1866,7 +1866,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Globoplay AdGuard Services conversion has been generated.') @@ -1941,7 +1941,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The iCloud Private Relay AdGuard Services conversion has been generated.') @@ -2016,7 +2016,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The iHeartRadio AdGuard Services conversion has been generated.') @@ -2091,7 +2091,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Imgur AdGuard Services conversion has been generated.') @@ -2166,7 +2166,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Instagram AdGuard Services conversion has been generated.') @@ -2241,7 +2241,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Iqiyi AdGuard Services conversion has been generated.') @@ -2316,7 +2316,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The KakaoTalk AdGuard Services conversion has been generated.') @@ -2391,7 +2391,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Kik AdGuard Services conversion has been generated.') @@ -2466,7 +2466,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Lazada AdGuard Services conversion has been generated.') @@ -2541,7 +2541,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Line AdGuard Services conversion has been generated.') @@ -2616,7 +2616,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The LinkedIn AdGuard Services conversion has been generated.') @@ -2691,7 +2691,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Looke AdGuard Services conversion has been generated.') @@ -2766,7 +2766,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The MailRU AdGuard Services conversion has been generated.') @@ -2841,7 +2841,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Mastodon AdGuard Services conversion has been generated.') @@ -2916,7 +2916,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The mercado libre AdGuard Services conversion has been generated.') @@ -2991,7 +2991,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Nebula AdGuard Services conversion has been generated.') @@ -3066,7 +3066,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Odnoklassniki AdGuard Services conversion has been generated.') @@ -3141,7 +3141,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Olvid AdGuard Services conversion has been generated.') @@ -3216,7 +3216,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The OnlyFans AdGuard Services conversion has been generated.') @@ -3291,7 +3291,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Pinterest AdGuard Services conversion has been generated.') @@ -3366,7 +3366,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Plenty of fish AdGuard Services conversion has been generated.') @@ -3441,7 +3441,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Plex AdGuard Services conversion has been generated.') @@ -3516,7 +3516,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The PrivacyBrasil AdGuard Services conversion has been generated.') @@ -3639,7 +3639,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The QQ AdGuard Services conversion has been generated.') @@ -3714,7 +3714,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Rakuten Viki AdGuard Services conversion has been generated.') @@ -3789,7 +3789,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Reddit AdGuard Services conversion has been generated.') @@ -3864,7 +3864,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Shein AdGuard Services conversion has been generated.') @@ -3939,7 +3939,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Shopee AdGuard Services conversion has been generated.') @@ -4014,7 +4014,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Signal AdGuard Services conversion has been generated.') @@ -4089,7 +4089,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Skype AdGuard Services conversion has been generated.') @@ -4164,7 +4164,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Snapchat AdGuard Services conversion has been generated.') @@ -4239,7 +4239,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Spotify AdGuard Services conversion has been generated.') @@ -4314,7 +4314,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Telegram AdGuard Services conversion has been generated.') @@ -4389,7 +4389,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Temu AdGuard Services conversion has been generated.') @@ -4464,7 +4464,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Tidal AdGuard Services conversion has been generated.') @@ -4539,7 +4539,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The TikTok AdGuard Services conversion has been generated.') @@ -4614,7 +4614,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Tinder AdGuard Services conversion has been generated.') @@ -4689,7 +4689,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Tumblr AdGuard Services conversion has been generated.') @@ -4764,7 +4764,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Twitch AdGuard Services conversion has been generated.') @@ -4839,7 +4839,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Twitter AdGuard Services conversion has been generated.') @@ -4914,7 +4914,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Viber AdGuard Services conversion has been generated.') @@ -4989,7 +4989,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The VK AdGuard Services conversion has been generated.') @@ -5064,7 +5064,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Voot AdGuard Services conversion has been generated.') @@ -5139,7 +5139,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The WeChat AdGuard Services conversion has been generated.') @@ -5214,7 +5214,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Weibo AdGuard Services conversion has been generated.') @@ -5289,7 +5289,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The WhatsApp AdGuard Services conversion has been generated.') @@ -5364,7 +5364,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Wizz AdGuard Services conversion has been generated.') @@ -5439,7 +5439,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Xiaohongshu AdGuard Services conversion has been generated.') @@ -5514,7 +5514,7 @@ if __name__ == "__main__": conversion_filter = prepare_conversion(lines) - with open(OUTPUT_CONV, "w", encoding="utf-8", newline='\n') as text_file: + with open(OUTPUT_CONV, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(conversion_filter) print('The Zhihu AdGuard Services conversion has been generated.') diff --git a/Conversions of AdGuard Services lists/aliexpress.txt b/Conversions of AdGuard Services lists/aliexpress.txt index ed954fe58..cdbda9374 100644 --- a/Conversions of AdGuard Services lists/aliexpress.txt +++ b/Conversions of AdGuard Services lists/aliexpress.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — AliExpress ||ae-rus.net^$all @@ -6,3 +6,4 @@ ||aliexpress.com^$all ||aliexpress.ru^$all +group: shopping diff --git a/Conversions of AdGuard Services lists/amazon.txt b/Conversions of AdGuard Services lists/amazon.txt index c555bf81e..24805576a 100644 --- a/Conversions of AdGuard Services lists/amazon.txt +++ b/Conversions of AdGuard Services lists/amazon.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Amazon ||a2z.com^$all @@ -203,3 +203,4 @@ ||awsdns-cn-*.cn^$all ||awsdns-cn-*.top^$all +group: shopping diff --git a/Conversions of AdGuard Services lists/amazon_streaming.txt b/Conversions of AdGuard Services lists/amazon_streaming.txt index 684eb4563..75f493052 100644 --- a/Conversions of AdGuard Services lists/amazon_streaming.txt +++ b/Conversions of AdGuard Services lists/amazon_streaming.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Amazon streaming ||amazonprimevideo.cn^$all @@ -31,3 +31,4 @@ ||av-na.amazon.com^$all ||video.a2z.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/amino.txt b/Conversions of AdGuard Services lists/amino.txt index 80f08fbdd..0fa3bdb43 100644 --- a/Conversions of AdGuard Services lists/amino.txt +++ b/Conversions of AdGuard Services lists/amino.txt @@ -1,5 +1,6 @@ - + ! Title: Conversion of AdGuard Services Lists — Amino ||aminoapps.com^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/apple_streaming.txt b/Conversions of AdGuard Services lists/apple_streaming.txt index 5233030a2..92157880b 100644 --- a/Conversions of AdGuard Services lists/apple_streaming.txt +++ b/Conversions of AdGuard Services lists/apple_streaming.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Apple streaming ||applemusic.apple^$all @@ -20,3 +20,4 @@ ||tv.g.apple.com^$all ||tv.v.aaplimg.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/bigo_live.txt b/Conversions of AdGuard Services lists/bigo_live.txt index 2075da163..e99e58395 100644 --- a/Conversions of AdGuard Services lists/bigo_live.txt +++ b/Conversions of AdGuard Services lists/bigo_live.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Bigo live ||bigolive.tv^$all @@ -6,3 +6,4 @@ ||bigovideo.tv^$all ||bigo.sg^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/bilibili.txt b/Conversions of AdGuard Services lists/bilibili.txt index d10d9ee2a..7abf6ba53 100644 --- a/Conversions of AdGuard Services lists/bilibili.txt +++ b/Conversions of AdGuard Services lists/bilibili.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Bilibili ||acg.tv^$all @@ -48,3 +48,4 @@ ||yo9.com^$all |upos-hz-mirrorakam.akamaized.net^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/blaze.txt b/Conversions of AdGuard Services lists/blaze.txt index 937672926..0aa15ad7b 100644 --- a/Conversions of AdGuard Services lists/blaze.txt +++ b/Conversions of AdGuard Services lists/blaze.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Blaze ||blaze.com^$all @@ -6,3 +6,4 @@ ||blazecareers.com^$all ||blaze.com.br^$all +group: gambling diff --git a/Conversions of AdGuard Services lists/bluesky.txt b/Conversions of AdGuard Services lists/bluesky.txt index 8c8bff9eb..8f5d72b44 100644 --- a/Conversions of AdGuard Services lists/bluesky.txt +++ b/Conversions of AdGuard Services lists/bluesky.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — Bluesky ||bsky.app^$all ||bsky.social^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/canaisglobo.txt b/Conversions of AdGuard Services lists/canaisglobo.txt index 387009481..001426b6f 100644 --- a/Conversions of AdGuard Services lists/canaisglobo.txt +++ b/Conversions of AdGuard Services lists/canaisglobo.txt @@ -1,7 +1,8 @@ - + ! Title: Conversion of AdGuard Services Lists — Canaisglobo ||canaisglobo.globo.com^$all ||globosat.globo.com^$all ||gsatmulti.globo.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/claro.txt b/Conversions of AdGuard Services lists/claro.txt index 1eab3c566..b993dd936 100644 --- a/Conversions of AdGuard Services lists/claro.txt +++ b/Conversions of AdGuard Services lists/claro.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Claro ||claro.com^$all @@ -24,3 +24,4 @@ ||claromusica.com^$all ||clarovideo.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/cloudflare.txt b/Conversions of AdGuard Services lists/cloudflare.txt index e35ce0781..d1610f91c 100644 --- a/Conversions of AdGuard Services lists/cloudflare.txt +++ b/Conversions of AdGuard Services lists/cloudflare.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Cloudflare ||argotunnel.com^$all @@ -32,3 +32,4 @@ ||warp.plus^$all ||workers.dev^$all +group: cdn diff --git a/Conversions of AdGuard Services lists/clubhouse.txt b/Conversions of AdGuard Services lists/clubhouse.txt index 8474746f2..05f471d66 100644 --- a/Conversions of AdGuard Services lists/clubhouse.txt +++ b/Conversions of AdGuard Services lists/clubhouse.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — Clubhouse ||clubhouse.com^$all ||clubhouseapi.com^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/coolapk.txt b/Conversions of AdGuard Services lists/coolapk.txt index d43f050b7..7dc9ec4e7 100644 --- a/Conversions of AdGuard Services lists/coolapk.txt +++ b/Conversions of AdGuard Services lists/coolapk.txt @@ -1,7 +1,8 @@ - + ! Title: Conversion of AdGuard Services Lists — Coolapk ||coolapk.com^$all ||coolapkmarket.com^$all ||coolapkmarket.net^$all +group: shopping diff --git a/Conversions of AdGuard Services lists/crunchyroll.txt b/Conversions of AdGuard Services lists/crunchyroll.txt index 017e55cf8..a47d7b405 100644 --- a/Conversions of AdGuard Services lists/crunchyroll.txt +++ b/Conversions of AdGuard Services lists/crunchyroll.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — Crunchyroll ||gccrunchyroll.com^$all ||crunchyroll.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/douban.txt b/Conversions of AdGuard Services lists/douban.txt index f43bb5395..574c0f78f 100644 --- a/Conversions of AdGuard Services lists/douban.txt +++ b/Conversions of AdGuard Services lists/douban.txt @@ -1,7 +1,8 @@ - + ! Title: Conversion of AdGuard Services Lists — Douban ||douban.com^$all ||douban.fm^$all ||doubanio.com^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/ebay.txt b/Conversions of AdGuard Services lists/ebay.txt index 7d72f7bdc..0114d5e98 100644 --- a/Conversions of AdGuard Services lists/ebay.txt +++ b/Conversions of AdGuard Services lists/ebay.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — eBay ||21centuryaccess.com^$all @@ -322,3 +322,4 @@ ||yibei.org^$all |ebay-*.s3-us-west-1.amazonaws.com^$all +group: shopping diff --git a/Conversions of AdGuard Services lists/espn.txt b/Conversions of AdGuard Services lists/espn.txt index a31c4ed8f..7546446c8 100644 --- a/Conversions of AdGuard Services lists/espn.txt +++ b/Conversions of AdGuard Services lists/espn.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — ESPN ||es.pn^$all @@ -19,3 +19,4 @@ ||espn.co.uk^$all ||espn.com.uy^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/facebook.txt b/Conversions of AdGuard Services lists/facebook.txt index c0da78249..bf8d5f8ac 100644 --- a/Conversions of AdGuard Services lists/facebook.txt +++ b/Conversions of AdGuard Services lists/facebook.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Facebook ||aboutfacebook.com^$all @@ -445,3 +445,4 @@ ||zuckerberg.net^$all |fbcdn-a.akamaihd.net^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/fifa.txt b/Conversions of AdGuard Services lists/fifa.txt index 269f78749..1a3895b6d 100644 --- a/Conversions of AdGuard Services lists/fifa.txt +++ b/Conversions of AdGuard Services lists/fifa.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — FIFA ||fifa.com^$all ||fifaplus.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/flickr.txt b/Conversions of AdGuard Services lists/flickr.txt index ff7455b58..c6b90a4cf 100644 --- a/Conversions of AdGuard Services lists/flickr.txt +++ b/Conversions of AdGuard Services lists/flickr.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Flickr ||flic.kr^$all @@ -8,3 +8,4 @@ ||flickrpro.com^$all ||staticflickr.com^$all +group: hosting diff --git a/Conversions of AdGuard Services lists/globoplay.txt b/Conversions of AdGuard Services lists/globoplay.txt index aa8d31252..b40b27ef0 100644 --- a/Conversions of AdGuard Services lists/globoplay.txt +++ b/Conversions of AdGuard Services lists/globoplay.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Globoplay ||globoplay.globo.com^$all @@ -6,3 +6,4 @@ ||globoplay.com.br^$all ||cloud-jarvis.globo.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/icloud_private_relay.txt b/Conversions of AdGuard Services lists/icloud_private_relay.txt index db0593f67..4916d2978 100644 --- a/Conversions of AdGuard Services lists/icloud_private_relay.txt +++ b/Conversions of AdGuard Services lists/icloud_private_relay.txt @@ -1,7 +1,8 @@ - + ! Title: Conversion of AdGuard Services Lists — iCloud Private Relay ||mask.icloud.com^$dnsrewrite=NXDOMAIN;; ||mask-h2.icloud.com^$dnsrewrite=NXDOMAIN;; ||mask-canary.icloud.com^$dnsrewrite=NXDOMAIN;; +group: privacy diff --git a/Conversions of AdGuard Services lists/iheartradio.txt b/Conversions of AdGuard Services lists/iheartradio.txt index 7821e64d1..a4b091a88 100644 --- a/Conversions of AdGuard Services lists/iheartradio.txt +++ b/Conversions of AdGuard Services lists/iheartradio.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — iHeartRadio ||937theriver.com^$all @@ -13,3 +13,4 @@ ||ihrint.com^$all ||ihrstage.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/imgur.txt b/Conversions of AdGuard Services lists/imgur.txt index 6d059d562..ed9844f7c 100644 --- a/Conversions of AdGuard Services lists/imgur.txt +++ b/Conversions of AdGuard Services lists/imgur.txt @@ -1,5 +1,6 @@ - + ! Title: Conversion of AdGuard Services Lists — Imgur ||imgur.com^$all +group: hosting diff --git a/Conversions of AdGuard Services lists/instagram.txt b/Conversions of AdGuard Services lists/instagram.txt index 103ea8d24..fff08df5b 100644 --- a/Conversions of AdGuard Services lists/instagram.txt +++ b/Conversions of AdGuard Services lists/instagram.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Instagram ||achat-followers-instagram.com^$all @@ -74,3 +74,4 @@ ||web-instagram.net^$all ||wwwinstagram.com^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/iqiyi.txt b/Conversions of AdGuard Services lists/iqiyi.txt index c05c9155c..e9eebf5fa 100644 --- a/Conversions of AdGuard Services lists/iqiyi.txt +++ b/Conversions of AdGuard Services lists/iqiyi.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Iqiyi ||iq.com^$all @@ -10,3 +10,4 @@ ||qiyipic.com^$all ||qy.net^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/kakaotalk.txt b/Conversions of AdGuard Services lists/kakaotalk.txt index caefd2dae..b9acf7c5a 100644 --- a/Conversions of AdGuard Services lists/kakaotalk.txt +++ b/Conversions of AdGuard Services lists/kakaotalk.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — KakaoTalk ||kakao.com^$all ||kgslb.com^$all +group: messenger diff --git a/Conversions of AdGuard Services lists/kik.txt b/Conversions of AdGuard Services lists/kik.txt index 87bbc127e..73d941d57 100644 --- a/Conversions of AdGuard Services lists/kik.txt +++ b/Conversions of AdGuard Services lists/kik.txt @@ -1,5 +1,6 @@ - + ! Title: Conversion of AdGuard Services Lists — Kik ||kik.com^$all +group: messenger diff --git a/Conversions of AdGuard Services lists/lazada.txt b/Conversions of AdGuard Services lists/lazada.txt index 87c371aac..9721825c3 100644 --- a/Conversions of AdGuard Services lists/lazada.txt +++ b/Conversions of AdGuard Services lists/lazada.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Lazada ||k1-lazadasg-oversea.gslb.ksyuncdn.com^$all @@ -11,3 +11,4 @@ ||lazada.vn^$all ||slatic.net^$all +group: shopping diff --git a/Conversions of AdGuard Services lists/line.txt b/Conversions of AdGuard Services lists/line.txt index ca9edebe1..8fb493dab 100644 --- a/Conversions of AdGuard Services lists/line.txt +++ b/Conversions of AdGuard Services lists/line.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — LINE (social app) ||gcld-line.com^$all @@ -20,3 +20,4 @@ ||lineshoppingseller.com^$all ||linetv.tw^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/linkedin.txt b/Conversions of AdGuard Services lists/linkedin.txt index ad680c307..21e52b111 100644 --- a/Conversions of AdGuard Services lists/linkedin.txt +++ b/Conversions of AdGuard Services lists/linkedin.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — LinkedIn ||bizographics.com^$all @@ -18,3 +18,4 @@ ||linkedin.qtlcdn.com^$all ||lnkd.in^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/looke.txt b/Conversions of AdGuard Services lists/looke.txt index 12aba1a28..41da4a353 100644 --- a/Conversions of AdGuard Services lists/looke.txt +++ b/Conversions of AdGuard Services lists/looke.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — Looke ||looke.com.br^$all ||ottvs.com.br^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/mail_ru.txt b/Conversions of AdGuard Services lists/mail_ru.txt index 7c66cb590..5e9fb8f93 100644 --- a/Conversions of AdGuard Services lists/mail_ru.txt +++ b/Conversions of AdGuard Services lists/mail_ru.txt @@ -1,7 +1,8 @@ - + ! Title: Conversion of AdGuard Services Lists — MailRU ||imgsmail.ru^$all ||mail.ru^$all ||mycdn.me^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/mastodon.txt b/Conversions of AdGuard Services lists/mastodon.txt index 4d3b3d017..ae62a270c 100644 --- a/Conversions of AdGuard Services lists/mastodon.txt +++ b/Conversions of AdGuard Services lists/mastodon.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Mastodon ||mastodon.social^$all @@ -101,3 +101,4 @@ ||mastodon.zaclys.com^$all ||cupoftea.social^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/mercado_libre.txt b/Conversions of AdGuard Services lists/mercado_libre.txt index 381c9a8de..704e01188 100644 --- a/Conversions of AdGuard Services lists/mercado_libre.txt +++ b/Conversions of AdGuard Services lists/mercado_libre.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — mercado libre ||mercadolibre.com^$all @@ -22,3 +22,4 @@ ||mercadolibre.com.uy^$all ||mercadolibre.com.ve^$all +group: shopping diff --git a/Conversions of AdGuard Services lists/nebula.txt b/Conversions of AdGuard Services lists/nebula.txt index a5ab23603..04cea0448 100644 --- a/Conversions of AdGuard Services lists/nebula.txt +++ b/Conversions of AdGuard Services lists/nebula.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — Nebula ||nebula.tv^$all ||nebula.app^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/odnoklassniki.txt b/Conversions of AdGuard Services lists/odnoklassniki.txt index 5c8514595..a0002549e 100644 --- a/Conversions of AdGuard Services lists/odnoklassniki.txt +++ b/Conversions of AdGuard Services lists/odnoklassniki.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Odnoklassniki ||ok.ru^$all @@ -8,3 +8,4 @@ ||oktech.ru^$all ||st.mycdn.me^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/olvid.txt b/Conversions of AdGuard Services lists/olvid.txt index e21bfe8d7..4b3e38051 100644 --- a/Conversions of AdGuard Services lists/olvid.txt +++ b/Conversions of AdGuard Services lists/olvid.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — Olvid ||olvid.io^$all ||olvid-attachment-chunks.s3.eu-west-3.amazonaws.com^$all +group: messenger diff --git a/Conversions of AdGuard Services lists/onlyfans.txt b/Conversions of AdGuard Services lists/onlyfans.txt index 274a0a876..c072181d4 100644 --- a/Conversions of AdGuard Services lists/onlyfans.txt +++ b/Conversions of AdGuard Services lists/onlyfans.txt @@ -1,5 +1,6 @@ - + ! Title: Conversion of AdGuard Services Lists — OnlyFans ||onlyfans.com^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/pinterest.txt b/Conversions of AdGuard Services lists/pinterest.txt index b5dcb4e2c..b16f27ddc 100644 --- a/Conversions of AdGuard Services lists/pinterest.txt +++ b/Conversions of AdGuard Services lists/pinterest.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Pinterest ||pin.it^$all @@ -51,3 +51,4 @@ ||pinterest.vn^$all ||pinterestmail.com^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/plenty_of_fish.txt b/Conversions of AdGuard Services lists/plenty_of_fish.txt index fe62d61a7..2a42d4156 100644 --- a/Conversions of AdGuard Services lists/plenty_of_fish.txt +++ b/Conversions of AdGuard Services lists/plenty_of_fish.txt @@ -1,5 +1,6 @@ - + ! Title: Conversion of AdGuard Services Lists — Plenty of Fish ||pof.com^$all +group: dating diff --git a/Conversions of AdGuard Services lists/plex.txt b/Conversions of AdGuard Services lists/plex.txt index 553f998ad..5b92c3938 100644 --- a/Conversions of AdGuard Services lists/plex.txt +++ b/Conversions of AdGuard Services lists/plex.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Plex ||plexapp.com^$all @@ -6,3 +6,4 @@ ||plex.direct^$all ||plex.tv^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/privacyBrasil.txt b/Conversions of AdGuard Services lists/privacyBrasil.txt index 44f1e1b18..c482882bf 100644 --- a/Conversions of AdGuard Services lists/privacyBrasil.txt +++ b/Conversions of AdGuard Services lists/privacyBrasil.txt @@ -1,5 +1,6 @@ - + ! Title: Conversion of AdGuard Services Lists — PrivacyBrasil ||privacy.com.br^$all +group: privacy diff --git a/Conversions of AdGuard Services lists/qq.txt b/Conversions of AdGuard Services lists/qq.txt index 03c4b9396..5e7786d17 100644 --- a/Conversions of AdGuard Services lists/qq.txt +++ b/Conversions of AdGuard Services lists/qq.txt @@ -1,7 +1,8 @@ - + ! Title: Conversion of AdGuard Services Lists — QQ ||qq.com^$all,domain=~wx.qq.com|~weixin.qq.com ||qq-video.cdn-go.cn^$all ||url.cn^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/rakuten_viki.txt b/Conversions of AdGuard Services lists/rakuten_viki.txt index 7e766bf32..b72e06172 100644 --- a/Conversions of AdGuard Services lists/rakuten_viki.txt +++ b/Conversions of AdGuard Services lists/rakuten_viki.txt @@ -1,7 +1,8 @@ - + ! Title: Conversion of AdGuard Services Lists — Rakuten Viki ||viki.com^$all ||viki.io^$all ||m-content-viki.s.llnwi.net^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/reddit.txt b/Conversions of AdGuard Services lists/reddit.txt index 4770e5615..49dfb5c11 100644 --- a/Conversions of AdGuard Services lists/reddit.txt +++ b/Conversions of AdGuard Services lists/reddit.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Reddit ||reddit.com^$all @@ -7,3 +7,4 @@ ||redditmedia.com^$all ||redd.it^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/shein.txt b/Conversions of AdGuard Services lists/shein.txt index 25119ae68..90f07e158 100644 --- a/Conversions of AdGuard Services lists/shein.txt +++ b/Conversions of AdGuard Services lists/shein.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Shein ||shein.com^$all @@ -6,3 +6,4 @@ ||shein.se^$all ||sheinsz.ltwebstatic.com^$all +group: shopping diff --git a/Conversions of AdGuard Services lists/shopee.txt b/Conversions of AdGuard Services lists/shopee.txt index eb2dc6d38..14e04b51d 100644 --- a/Conversions of AdGuard Services lists/shopee.txt +++ b/Conversions of AdGuard Services lists/shopee.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Shopee ||shopee.cl^$all @@ -22,3 +22,4 @@ ||shopeemobile.com^$all ||shp.ee^$all +group: shopping diff --git a/Conversions of AdGuard Services lists/signal.txt b/Conversions of AdGuard Services lists/signal.txt index e7b121ddf..d33ca6d7e 100644 --- a/Conversions of AdGuard Services lists/signal.txt +++ b/Conversions of AdGuard Services lists/signal.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — Signal ||signal.org^$all ||whispersystems.org^$all +group: messenger diff --git a/Conversions of AdGuard Services lists/skype.txt b/Conversions of AdGuard Services lists/skype.txt index 1908a1340..47dc9148b 100644 --- a/Conversions of AdGuard Services lists/skype.txt +++ b/Conversions of AdGuard Services lists/skype.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Skype ||skype^$all @@ -10,3 +10,4 @@ ||skype-edf.akadns.net^$all ||skypedata.akadns.net^$all +group: messenger diff --git a/Conversions of AdGuard Services lists/snapchat.txt b/Conversions of AdGuard Services lists/snapchat.txt index fd1a18731..8e6207aa7 100644 --- a/Conversions of AdGuard Services lists/snapchat.txt +++ b/Conversions of AdGuard Services lists/snapchat.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Snapchat ||snapchat.com^$all @@ -8,3 +8,4 @@ ||snapads.com^$all ||impala-media-production.s3.amazonaws.com^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/spotify.txt b/Conversions of AdGuard Services lists/spotify.txt index 43d936515..1821e4d82 100644 --- a/Conversions of AdGuard Services lists/spotify.txt +++ b/Conversions of AdGuard Services lists/spotify.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Spotify - /_spotify-connect._tcp.local/ @@ -23,3 +23,4 @@ ||spotifyforbrands.com^$all ||spotifyjobs.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/telegram.txt b/Conversions of AdGuard Services lists/telegram.txt index 158ce7b47..ee83fc46a 100644 --- a/Conversions of AdGuard Services lists/telegram.txt +++ b/Conversions of AdGuard Services lists/telegram.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Telegram ||comments.app^$all @@ -19,3 +19,4 @@ ||tx.me^$all ||usercontent.dev^$all +group: messenger diff --git a/Conversions of AdGuard Services lists/temu.txt b/Conversions of AdGuard Services lists/temu.txt index ba96d7fa2..93412aa83 100644 --- a/Conversions of AdGuard Services lists/temu.txt +++ b/Conversions of AdGuard Services lists/temu.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — Temu ||temu.com^$all ||kwcdn.com^$all +group: shopping diff --git a/Conversions of AdGuard Services lists/tidal.txt b/Conversions of AdGuard Services lists/tidal.txt index 586f541fa..bc92faec6 100644 --- a/Conversions of AdGuard Services lists/tidal.txt +++ b/Conversions of AdGuard Services lists/tidal.txt @@ -1,5 +1,6 @@ - + ! Title: Conversion of AdGuard Services Lists — Tidal ||tidal.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/tiktok.txt b/Conversions of AdGuard Services lists/tiktok.txt index c58d0e523..c833e3fe3 100644 --- a/Conversions of AdGuard Services lists/tiktok.txt +++ b/Conversions of AdGuard Services lists/tiktok.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — TikTok ||p16-tiktokcdn-com.akamaized.net^$all @@ -35,3 +35,4 @@ ||zijieapi.com^$all ||tiktokrow-cdn.com^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/tinder.txt b/Conversions of AdGuard Services lists/tinder.txt index 73f4f9c47..8339b19a7 100644 --- a/Conversions of AdGuard Services lists/tinder.txt +++ b/Conversions of AdGuard Services lists/tinder.txt @@ -1,7 +1,8 @@ - + ! Title: Conversion of AdGuard Services Lists — Tinder ||gotinder.com^$all ||tinder.com^$all ||tindersparks.com^$all +group: dating diff --git a/Conversions of AdGuard Services lists/tumblr.txt b/Conversions of AdGuard Services lists/tumblr.txt index d5403a15b..34236ea69 100644 --- a/Conversions of AdGuard Services lists/tumblr.txt +++ b/Conversions of AdGuard Services lists/tumblr.txt @@ -1,5 +1,6 @@ - + ! Title: Conversion of AdGuard Services Lists — Tumblr ||tumblr.com^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/twitch.txt b/Conversions of AdGuard Services lists/twitch.txt index cf531a33d..0068ded1f 100644 --- a/Conversions of AdGuard Services lists/twitch.txt +++ b/Conversions of AdGuard Services lists/twitch.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Twitch ||ext-twitch.tv^$all @@ -8,3 +8,4 @@ ||twitchcdn.net^$all ||twitchsvc.net^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/twitter.txt b/Conversions of AdGuard Services lists/twitter.txt index 77eb50814..7c5e3de35 100644 --- a/Conversions of AdGuard Services lists/twitter.txt +++ b/Conversions of AdGuard Services lists/twitter.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Twitter ||ads-twitter.com^$all @@ -25,3 +25,4 @@ ||vine.co^$all ||x.com^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/viber.txt b/Conversions of AdGuard Services lists/viber.txt index 240063c8d..eeef29611 100644 --- a/Conversions of AdGuard Services lists/viber.txt +++ b/Conversions of AdGuard Services lists/viber.txt @@ -1,5 +1,6 @@ - + ! Title: Conversion of AdGuard Services Lists — Viber ||viber.com^$all +group: messenger diff --git a/Conversions of AdGuard Services lists/vk.txt b/Conversions of AdGuard Services lists/vk.txt index db386d8f9..b2dcd933a 100644 --- a/Conversions of AdGuard Services lists/vk.txt +++ b/Conversions of AdGuard Services lists/vk.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — VK ||mvk.com^$all @@ -22,3 +22,4 @@ ||vkuservideo.com^$all ||vkuservideo.net^$all +group: social_network diff --git a/Conversions of AdGuard Services lists/voot.txt b/Conversions of AdGuard Services lists/voot.txt index b7adddc8b..3f10d5eca 100644 --- a/Conversions of AdGuard Services lists/voot.txt +++ b/Conversions of AdGuard Services lists/voot.txt @@ -1,5 +1,6 @@ - + ! Title: Conversion of AdGuard Services Lists — Voot ||voot.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/wechat.txt b/Conversions of AdGuard Services lists/wechat.txt index 0d56b0dbf..30436f3d0 100644 --- a/Conversions of AdGuard Services lists/wechat.txt +++ b/Conversions of AdGuard Services lists/wechat.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — WeChat ||wechat.com^$all @@ -7,3 +7,4 @@ ||weixinbridge.com^$all ||wx.qq.com^$all +group: messenger diff --git a/Conversions of AdGuard Services lists/weibo.txt b/Conversions of AdGuard Services lists/weibo.txt index 800ecfe66..f61638f6e 100644 --- a/Conversions of AdGuard Services lists/weibo.txt +++ b/Conversions of AdGuard Services lists/weibo.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Weibo ||wbimg.com^$all @@ -9,3 +9,4 @@ ||weibo.com.cn^$all ||weibocdn.com^$all +group: streaming diff --git a/Conversions of AdGuard Services lists/whatsapp.txt b/Conversions of AdGuard Services lists/whatsapp.txt index d48003287..83cbd9442 100644 --- a/Conversions of AdGuard Services lists/whatsapp.txt +++ b/Conversions of AdGuard Services lists/whatsapp.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — WhatsApp ||wa.me^$all @@ -13,3 +13,4 @@ ||whatsapp.tv^$all ||whatsappbrand.com^$all +group: messenger diff --git a/Conversions of AdGuard Services lists/wizz.txt b/Conversions of AdGuard Services lists/wizz.txt index 06519d8ec..68f4bca30 100644 --- a/Conversions of AdGuard Services lists/wizz.txt +++ b/Conversions of AdGuard Services lists/wizz.txt @@ -1,7 +1,8 @@ - + ! Title: Conversion of AdGuard Services Lists — Wizz ||wizzapp.com^$all ||getwizz.io^$all ||wizz.chat^$all +group: dating diff --git a/Conversions of AdGuard Services lists/xiaohongshu.txt b/Conversions of AdGuard Services lists/xiaohongshu.txt index 464fee0f7..6d64ecf73 100644 --- a/Conversions of AdGuard Services lists/xiaohongshu.txt +++ b/Conversions of AdGuard Services lists/xiaohongshu.txt @@ -1,4 +1,4 @@ - + ! Title: Conversion of AdGuard Services Lists — Xiaohongshu ||xiaohongshu.com^$all @@ -7,3 +7,4 @@ ||xiaohongshu.net^$all ||xiaohongshu.com.my^$all +group: shopping diff --git a/Conversions of AdGuard Services lists/zhihu.txt b/Conversions of AdGuard Services lists/zhihu.txt index 341c90496..369edc4f0 100644 --- a/Conversions of AdGuard Services lists/zhihu.txt +++ b/Conversions of AdGuard Services lists/zhihu.txt @@ -1,6 +1,7 @@ - + ! Title: Conversion of AdGuard Services Lists — Zhihu ||zhihu.com^$all ||zhimg.com^$all +group: social_network