diff --git a/NorwegianExperimentalList alternate versions/XYZPrepareFilters.py b/NorwegianExperimentalList alternate versions/XYZPrepareFilters.py index 204855ccd..a228ae89b 100644 --- a/NorwegianExperimentalList alternate versions/XYZPrepareFilters.py +++ b/NorwegianExperimentalList alternate versions/XYZPrepareFilters.py @@ -4826,10 +4826,10 @@ SOURCES = ['https://raw.githubusercontent.com/DandelionSprout/adfilt/refs/heads/ UNSUPPORTED_ABP = ['$important', ',important' '$redirect=', ',redirect=', ':style', '##+js', '.*#' , ':xpath', ':matches-css', 'dk,no##', 'version.bind', 'pizzaseo.com', 'gamecopyworld', '$app', '$dnstype'] -UNSUPPORTED_TPL = ['##', '#@#', '#?#', r'\.no\.$', '/^', 'version.bind', 'pizzaseo.com', 'gamecopyworld', ': ', 'duckdns.org', '$dnstype'] +UNSUPPORTED_TPL = ['##', '#@#', '#?#', r'\.no\.$', '/^', 'version.bind', 'pizzaseo.com', 'gamecopyworld', ': ', 'duckdns.org', '$dnstype', "gyrovague.com"] UNSUPPORTED_PRIVOXY = ['##', '#@#', '#?#', '@@', '!#', '/^', 'gamecopyworld', '://', '$dnstype'] -UNSUPPORTED_HOSTS = ['##', '#@#', '#?#', '@@', '[Adblock Plus 3.', '*', '/^', 'duckdns.org'] -UNSUPPORTED_AGH = ['$redirect='] +UNSUPPORTED_HOSTS = ['##', '#@#', '#?#', '@@', '[Adblock Plus 3.', '*', '/^', 'duckdns.org', "gyrovague.com"] +UNSUPPORTED_AGH = ['$redirect=', "gyrovague.com"] OUTPUT = 'Anti-Malware List\\xyzzyx.txt' OUTPUT_AG = 'Anti-Malware List\\AntiMalwareAdGuard.txt' @@ -8398,4 +8398,5 @@ if __name__ == "__main__": with open(OUTPUT_DOMAINS, "w", encoding="utf-8-sig", newline='\n') as text_file: text_file.write(domains_filter) - print('The Fanboy Notifications uBO version has been generated.') \ No newline at end of file + + print('The Fanboy Notifications uBO version has been generated.')