mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 18:31:21 +01:00
Applied UTF-8-sig.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — 4chan
|
||||
|
||||
||4chan.org^$all
|
||||
||4channel.org^$all
|
||||
||4cdn.org^$all
|
||||
|
||||
group: social_network
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — 500px
|
||||
|
||||
||500px.com^$all
|
||||
||500px.org^$all
|
||||
|
||||
group: social_network
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — 9gag
|
||||
|
||||
||9cache.com^$all
|
||||
||9gag.com^$all
|
||||
|
||||
group: social_network
|
||||
|
||||
@@ -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.')
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Amino
|
||||
|
||||
||aminoapps.com^$all
|
||||
|
||||
group: social_network
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Bluesky
|
||||
|
||||
||bsky.app^$all
|
||||
||bsky.social^$all
|
||||
|
||||
group: social_network
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Clubhouse
|
||||
|
||||
||clubhouse.com^$all
|
||||
||clubhouseapi.com^$all
|
||||
|
||||
group: social_network
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Coolapk
|
||||
|
||||
||coolapk.com^$all
|
||||
||coolapkmarket.com^$all
|
||||
||coolapkmarket.net^$all
|
||||
|
||||
group: shopping
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Crunchyroll
|
||||
|
||||
||gccrunchyroll.com^$all
|
||||
||crunchyroll.com^$all
|
||||
|
||||
group: streaming
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Douban
|
||||
|
||||
||douban.com^$all
|
||||
||douban.fm^$all
|
||||
||doubanio.com^$all
|
||||
|
||||
group: social_network
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — FIFA
|
||||
|
||||
||fifa.com^$all
|
||||
||fifaplus.com^$all
|
||||
|
||||
group: streaming
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Imgur
|
||||
|
||||
||imgur.com^$all
|
||||
|
||||
group: hosting
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — KakaoTalk
|
||||
|
||||
||kakao.com^$all
|
||||
||kgslb.com^$all
|
||||
|
||||
group: messenger
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Kik
|
||||
|
||||
||kik.com^$all
|
||||
|
||||
group: messenger
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Looke
|
||||
|
||||
||looke.com.br^$all
|
||||
||ottvs.com.br^$all
|
||||
|
||||
group: streaming
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — MailRU
|
||||
|
||||
||imgsmail.ru^$all
|
||||
||mail.ru^$all
|
||||
||mycdn.me^$all
|
||||
|
||||
group: social_network
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Nebula
|
||||
|
||||
||nebula.tv^$all
|
||||
||nebula.app^$all
|
||||
|
||||
group: streaming
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — OnlyFans
|
||||
|
||||
||onlyfans.com^$all
|
||||
|
||||
group: social_network
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Plenty of Fish
|
||||
|
||||
||pof.com^$all
|
||||
|
||||
group: dating
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — PrivacyBrasil
|
||||
|
||||
||privacy.com.br^$all
|
||||
|
||||
group: privacy
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Signal
|
||||
|
||||
||signal.org^$all
|
||||
||whispersystems.org^$all
|
||||
|
||||
group: messenger
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Temu
|
||||
|
||||
||temu.com^$all
|
||||
||kwcdn.com^$all
|
||||
|
||||
group: shopping
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Tidal
|
||||
|
||||
||tidal.com^$all
|
||||
|
||||
group: streaming
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Tinder
|
||||
|
||||
||gotinder.com^$all
|
||||
||tinder.com^$all
|
||||
||tindersparks.com^$all
|
||||
|
||||
group: dating
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Tumblr
|
||||
|
||||
||tumblr.com^$all
|
||||
|
||||
group: social_network
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Viber
|
||||
|
||||
||viber.com^$all
|
||||
|
||||
group: messenger
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Voot
|
||||
|
||||
||voot.com^$all
|
||||
|
||||
group: streaming
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Wizz
|
||||
|
||||
||wizzapp.com^$all
|
||||
||getwizz.io^$all
|
||||
||wizz.chat^$all
|
||||
|
||||
group: dating
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
! Title: Conversion of AdGuard Services Lists — Zhihu
|
||||
|
||||
||zhihu.com^$all
|
||||
||zhimg.com^$all
|
||||
|
||||
group: social_network
|
||||
|
||||
Reference in New Issue
Block a user