diff --git a/services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20201009005106_2030.Designer.cs b/services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20201009005106_2030.Designer.cs new file mode 100644 index 0000000000..2d878cddb6 --- /dev/null +++ b/services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20201009005106_2030.Designer.cs @@ -0,0 +1,82341 @@ +// +using System; +using FilterLists.Directory.Infrastructure.Persistence.Queries.Context; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Storage.ValueConversion; +using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; + +namespace FilterLists.Directory.Infrastructure.Migrations.Migrations +{ + [DbContext(typeof(QueryDbContext))] + [Migration("20201009005106_2030")] + partial class _2030 + { + protected override void BuildTargetModel(ModelBuilder modelBuilder) + { +#pragma warning disable 612, 618 + modelBuilder + .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn) + .HasAnnotation("ProductVersion", "3.1.8") + .HasAnnotation("Relational:MaxIdentifierLength", 63); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Dependent", b => + { + b.Property("DependencyFilterListId") + .HasColumnType("integer"); + + b.Property("DependentFilterListId") + .HasColumnType("integer"); + + b.HasKey("DependencyFilterListId", "DependentFilterListId"); + + b.HasIndex("DependentFilterListId"); + + b.ToTable("Dependents"); + + b.HasData( + new + { + DependencyFilterListId = 60, + DependentFilterListId = 1816 + }, + new + { + DependencyFilterListId = 97, + DependentFilterListId = 819 + }, + new + { + DependencyFilterListId = 97, + DependentFilterListId = 852 + }, + new + { + DependencyFilterListId = 97, + DependentFilterListId = 853 + }, + new + { + DependencyFilterListId = 301, + DependentFilterListId = 344 + }, + new + { + DependencyFilterListId = 347, + DependentFilterListId = 1817 + }, + new + { + DependencyFilterListId = 479, + DependentFilterListId = 344 + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn); + + b.Property("ChatUrl") + .HasColumnType("text"); + + b.Property("Description") + .HasColumnType("text"); + + b.Property("DonateUrl") + .HasColumnType("text"); + + b.Property("EmailAddress") + .HasColumnType("text"); + + b.Property("ForumUrl") + .HasColumnType("text"); + + b.Property("HomeUrl") + .HasColumnType("text"); + + b.Property("IssuesUrl") + .HasColumnType("text"); + + b.Property("LicenseId") + .HasColumnType("integer"); + + b.Property("Name") + .IsRequired() + .HasColumnType("text"); + + b.Property("OnionUrl") + .HasColumnType("text"); + + b.Property("PolicyUrl") + .HasColumnType("text"); + + b.Property("SubmissionUrl") + .HasColumnType("text"); + + b.HasKey("Id"); + + b.HasIndex("LicenseId"); + + b.ToTable("FilterLists"); + + b.HasData( + new + { + Id = 1, + Description = "A filter list that blocks mobile advertisements and trackers on Japanese properties", + HomeUrl = "https://280blocker.net/", + LicenseId = 1, + Name = "280blocker for japanese mobile site", + SubmissionUrl = "https://docs.google.com/forms/d/e/1FAIpQLScNeZhFrFZt9GhIVGdThGz7oyepcNRKuOi5PJDnsC-awxTeOQ/viewform" + }, + new + { + Id = 2, + Description = "Mute is an AdBlock Plus filter for user comments. In the same way that AdBlock hides ads, AdBlock can use this filter to hide user-generated comments, allowing you to browse the Internet with less stupidity clawing at your eyeballs.", + HomeUrl = "https://github.com/B-Con/mute", + IssuesUrl = "https://github.com/B-Con/mute/issues", + LicenseId = 2, + Name = "Mute" + }, + new + { + Id = 3, + Description = "Hosts file to block advertisements and trackers designed for Android", + ForumUrl = "https://forum.xda-developers.com/showthread.php?t=1916098", + HomeUrl = "https://forum.xda-developers.com/showthread.php?t=1916098", + LicenseId = 3, + Name = "MoaAB: Mother of All AD-BLOCKING" + }, + new + { + Id = 4, + Description = "Hosts file blocking known malware, spyware, virus, and shock sites", + HomeUrl = "https://github.com/michaeltrimm/hosts-blocking", + IssuesUrl = "https://github.com/michaeltrimm/hosts-blocking/issues", + LicenseId = 2, + Name = "Hosts Blocking" + }, + new + { + Id = 5, + Description = "A list to keep people from knowing you have read their Facebook message", + DonateUrl = "https://adblockplus.org/en/donate", + ForumUrl = "https://adblockplus.org/forum/index.php", + HomeUrl = "https://adblockplus.org/blog/how-to-keep-people-from-knowing-you-ve-read-their-facebook-message", + LicenseId = 4, + Name = "Message \"Seen\" Remover for Facebook" + }, + new + { + Id = 6, + Description = "A filter list that blocks advertisements and trackers on Japanese properties", + HomeUrl = "https://github.com/mayve/private-adblock-filters", + IssuesUrl = "https://github.com/mayve/private-adblock-filters/issues", + LicenseId = 5, + Name = "Mayve's Private Adblock Filters" + }, + new + { + Id = 10, + Description = "A hosts list of domains serving malware", + ForumUrl = "https://www.malwaredomainlist.com/forums/", + HomeUrl = "https://www.malwaredomainlist.com/", + LicenseId = 7, + Name = "Malware Domain List (Hosts)", + SubmissionUrl = "https://www.malwaredomainlist.com/contact.php" + }, + new + { + Id = 11, + Description = "A merged list of Liste FR and EasyList", + LicenseId = 6, + Name = "Liste FR + EasyList" + }, + new + { + Id = 12, + Description = "Liste FR is an EasyList affiliated filter list that specifically removes adverts on French-language websites.", + EmailAddress = "listefr.adblock@gmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=91", + HomeUrl = "https://forums.lanik.us/viewforum.php?f=91", + LicenseId = 6, + Name = "Liste FR" + }, + new + { + Id = 13, + Description = "A merged list of Liste AR, Liste FR, and EasyList", + LicenseId = 6, + Name = "Liste AR + Liste FR + EasyList" + }, + new + { + Id = 14, + Description = "Liste AR is an EasyList affiliated filter list that specifically removes adverts on Arabic language websites.", + EmailAddress = "liste.ar.adblock@gmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=98", + HomeUrl = "https://code.google.com/archive/p/liste-ar-adblock/", + LicenseId = 6, + Name = "Liste AR" + }, + new + { + Id = 16, + Description = "Filter that enables removing of ads, trackers, and various scripts from websites with Korean content.", + HomeUrl = "https://list-kr.github.io/", + LicenseId = 8, + Name = "List-KR" + }, + new + { + Id = 17, + Description = "Block ads, banners, 3rd party Cookies, 3rd party page counters, web bugs, and even most hijackers and possibly unwanted programs.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UNHL2VY85PB8N", + EmailAddress = "winhelp2002@gmail.com", + HomeUrl = "https://winhelp2002.mvps.org/", + LicenseId = 9, + Name = "MVPS HOSTS" + }, + new + { + Id = 18, + Description = "Remove filler, upsells, click bait and other low or negative-value annoyances.", + HomeUrl = "https://github.com/taylr/linkedinsanity", + IssuesUrl = "https://github.com/taylr/linkedinsanity/issues", + LicenseId = 2, + Name = "Linked Insanity Annoyance Rules" + }, + new + { + Id = 19, + Description = "A list for uBlock/Adblock plus to stop cryptomining in your browser. ", + HomeUrl = "https://github.com/hoshsadiq/adblock-nocoin-list", + IssuesUrl = "https://github.com/hoshsadiq/adblock-nocoin-list/issues", + LicenseId = 2, + Name = "NoCoin" + }, + new + { + Id = 20, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites" + }, + new + { + Id = 27, + Description = "A text file with filters to aid in blocking online trackers, for use in a blocker such as uBlock Origin.", + HomeUrl = "https://github.com/metaphoricgiraffe/tracking-filters", + IssuesUrl = "https://github.com/metaphoricgiraffe/tracking-filters/issues", + LicenseId = 11, + Name = "Privacy Filters" + }, + new + { + Id = 28, + Description = "The Quiet list blocks all other notices regardless of their size or obnoxiousness. Simple two- or three-word links to privacy pages aren't blocked (such as links in a page footer), but a lengthy paragraph mid-page will be.", + EmailAddress = "cookies@prebake.eu", + HomeUrl = "http://prebake.eu/", + IssuesUrl = "https://github.com/liamja/Prebake/issues", + LicenseId = 2, + Name = "Prebake Quiet" + }, + new + { + Id = 29, + Description = "Prebake is an Adblock filter subscription that blocks large, obtrusive cookie notices. These notices either consume a considerable amount of screen real estate or popup and distract the viewers attention, which can be just as annoying as ads.", + EmailAddress = "cookies@prebake.eu", + HomeUrl = "http://prebake.eu/", + IssuesUrl = "https://github.com/liamja/Prebake/issues", + LicenseId = 2, + Name = "Prebake Obtrusive" + }, + new + { + Id = 30, + Description = "Filters that hide and block pop-ups, widgets, newsletters, push notifications, arrows and other irritating elements on Polish websites (include Polish GDPR-Cookies Filters).", + HomeUrl = "https://polishannoyancefilters.netlify.com/", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = 9, + Name = "Polish Annoyance Filters", + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues" + }, + new + { + Id = 31, + Description = "Contains a list of elements of advertising, such as banners or flash animations, the most commonly used on Polish websites.", + HomeUrl = "https://niecko.pl/adblock/", + LicenseId = 5, + Name = "PLgeneral" + }, + new + { + Id = 32, + Description = "Block advertisements.", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 33, + Description = "Adblock filter for obtrusive overlay (pop up) elements and various other annoying elements on websites.", + HomeUrl = "https://github.com/LordBadmintonofYorkshire/Overlay-Blocker", + IssuesUrl = "https://github.com/LordBadmintonofYorkshire/Overlay-Blocker/issues", + LicenseId = 2, + Name = "Overlay Blocker" + }, + new + { + Id = 34, + Description = "OpenPhish uses proprietary Artificial Intelligence algorithms to automatically identify zero-day phishing sites and provide comprehensive, actionable, real-time threat intelligence.", + EmailAddress = "contact@openphish.com", + HomeUrl = "https://openphish.com/", + LicenseId = 5, + Name = "OpenPhish Phishing Intelligence Community Feed" + }, + new + { + Id = 36, + Description = "A personal filter list. Each host is either an ad, phishing, malicious, analytics, or clickbait.", + HomeUrl = "https://github.com/genediazjr/nopelist", + IssuesUrl = "https://github.com/genediazjr/nopelist/issues", + LicenseId = 2, + Name = "Nopelist" + }, + new + { + Id = 38, + Description = "AdBlock list for blocking 'how i can help you?' widgets.", + HomeUrl = "https://github.com/Rpsl/adblock-leadgenerator-list", + IssuesUrl = "https://github.com/Rpsl/adblock-leadgenerator-list/issues", + LicenseId = 5, + Name = "Lead Generator" + }, + new + { + Id = 39, + Description = "Latvian List is an affiliated filter list written by anonymous74100 that specifically removes adverts on Latvian language websites.", + EmailAddress = "latvian-list@googlegroups.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=99", + HomeUrl = "https://notabug.org/latvian-list/adblock-latvian", + LicenseId = 8, + Name = "Latvian List" + }, + new + { + Id = 47, + Description = "This classification is assigned for domains being used for advert or tracking purposes.", + ForumUrl = "https://forum.hosts-file.net/", + LicenseId = 5, + Name = "hpHosts ATS" + }, + new + { + Id = 49, + Description = "Japanese ad servers hosts file.", + ForumUrl = "https://potato.5ch.net/test/read.cgi/android/1450730522/", + HomeUrl = "https://sites.google.com/site/hosts2ch/", + LicenseId = 20, + Name = "Hosts2ch" + }, + new + { + Id = 50, + Description = "We will blacklist domains that fall into any of the following categories: scams/phishing/malware/malvertising/exploits - and other general threats.", + DonateUrl = "https://hexxiumcreations.com/donate/", + EmailAddress = "support@hexxiumcreations.com", + HomeUrl = "https://hexxiumcreations.com/projects/malicious-domain-blocking/", + IssuesUrl = "https://github.com/HexxiumCreations/threat-list/issues", + LicenseId = 5, + Name = "Hexxium Creations Threat List" + }, + new + { + Id = 51, + Description = "Filter for advertisements on Greek sites.", + HomeUrl = "https://www.void.gr/kargig/blog/greek-adblock-plus-filter/", + IssuesUrl = "https://github.com/kargig/greek-adblockplus-filter/issues", + LicenseId = 12, + Name = "Greek AdBlock Filter" + }, + new + { + Id = 52, + Description = "Block all well known privacy trackers.", + EmailAddress = "bug-gnuzilla@gnu.org", + LicenseId = 5, + Name = "GNU Blacklist" + }, + new + { + Id = 53, + Description = "Blocks Japanese regional mobile advertisements and trackers.", + HomeUrl = "https://gmbk0.tumblr.com/", + LicenseId = 20, + Name = "gmbkslist (Hosts)" + }, + new + { + Id = 54, + Description = "Block ads with /etc/hosts.", + LicenseId = 16, + Name = "G&J Hosts" + }, + new + { + Id = 56, + Description = "A list combining Latvian List and EasyList.", + LicenseId = 8, + Name = "Latvian List + EasyList" + }, + new + { + Id = 59, + Description = "A filter list for Adblock which covers filters for Korean websites.", + HomeUrl = "https://github.com/gfmaster/adblock-korea-contrib", + IssuesUrl = "https://github.com/gfmaster/adblock-korea-contrib/issues", + LicenseId = 5, + Name = "Korean Adblock List" + }, + new + { + Id = 60, + Description = "Polish hosts file for blocking scams (Experimental).", + EmailAddress = "polishjarvis@gmail.com", + HomeUrl = "https://kadantiscam.netlify.com/", + IssuesUrl = "https://github.com/PolishFiltersTeam/KADhosts/issues", + LicenseId = 8, + Name = "KADhosts", + SubmissionUrl = "https://kadantiscam.netlify.com/#contact" + }, + new + { + Id = 61, + Description = "A Polish filters that protects against scams such as SMS subscriptions.", + EmailAddress = "polishjarvis@gmail.com", + HomeUrl = "https://kadantiscam.netlify.com/", + IssuesUrl = "https://github.com/PolishFiltersTeam/KAD/issues", + LicenseId = 8, + Name = "KAD - Scams", + SubmissionUrl = "https://kadantiscam.netlify.com/#contact" + }, + new + { + Id = 62, + Description = "This filter will mainly block affiliate advertising, behavioral advertising, tend embedded script will overload, blog parts.", + HomeUrl = "https://qme.mydns.jp/adblock.html", + LicenseId = 5, + Name = "Japanese Site Adblock Filter ver 2" + }, + new + { + Id = 63, + Description = "This filter will mainly block affiliate advertising, behavioral advertising, tend embedded script will overload, blog parts.", + HomeUrl = "https://qme.mydns.jp/adblock.html", + LicenseId = 5, + Name = "Japanese Site Adblock Filter" + }, + new + { + Id = 64, + Description = "A list combining Malware Domain List and Spybot.", + LicenseId = 12, + Name = "Jansal's Hosts Light" + }, + new + { + Id = 65, + Description = "A list combining Malware Domain List, Peter Lowe's List, Spybot, and Spyware Blaster.", + LicenseId = 12, + Name = "Jansal's Hosts" + }, + new + { + Id = 66, + Description = "My Adblock Plus filter subscription will block banner ads, flash ads, text-ads, and even completely block some rogue anti-virus and anti-spyware websites preventing infection.", + HomeUrl = "https://www.jabcreations.com/web/adblock-subscription", + LicenseId = 5, + Name = "JAB Creations' Adblock Plus Filter Subscription" + }, + new + { + Id = 67, + Description = "Filter any site/subsite who's only purpose is to log your IP.", + HomeUrl = "https://github.com/piperun/iploggerfilter", + IssuesUrl = "https://github.com/piperun/iploggerfilter/issues", + LicenseId = 19, + Name = "Piperun's iplogger filter" + }, + new + { + Id = 68, + Description = "This filter list for AdBlock removes popup sections on sites that distracts from the main content.", + HomeUrl = "https://ilyakatz.github.io/adblock_filters/", + IssuesUrl = "https://github.com/ilyakatz/adblock_filters/issues", + LicenseId = 5, + Name = "Ilyakatz's Additional Filters for Adblock" + }, + new + { + Id = 69, + Description = "Adblock Plus list for Icelandic websites.", + EmailAddress = "adblock@gardar.net", + HomeUrl = "https://adblock.gardar.net/", + LicenseId = 5, + Name = "Icelandic ABP List" + }, + new + { + Id = 70, + Description = "List of filters for Adblock Plus that block cookie notices on European websites.", + HomeUrl = "https://github.com/Rudloff/adblock-imokwithcookies", + IssuesUrl = "https://github.com/Rudloff/adblock-imokwithcookies/issues", + LicenseId = 19, + Name = "I'm OK with Cookies" + }, + new + { + Id = 71, + Description = "Get rid of annoying cookie warnings from almost all 'infected' websites!", + EmailAddress = "info@kiboke-studio.hr", + HomeUrl = "https://www.i-dont-care-about-cookies.eu/", + LicenseId = 4, + Name = "I Don't Care about Cookies" + }, + new + { + Id = 72, + Description = "Blocks Hungarian regional advertisements and trackers.", + EmailAddress = "hufilter.adblock@gmail.com", + HomeUrl = "https://github.com/hufilter/hufilter/wiki", + IssuesUrl = "https://github.com/hufilter/hufilter/issues", + LicenseId = 24, + Name = "hufilter" + }, + new + { + Id = 78, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Gambling + Porn" + }, + new + { + Id = 79, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Gambling" + }, + new + { + Id = 80, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts" + }, + new + { + Id = 81, + Description = "Windows installers ads sources sites based on Unchecky content.", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = 2, + Name = "UncheckyAds" + }, + new + { + Id = 82, + Description = "A filterlist with additional filters for uBlock Origin to block third-party, tracking, annoyances and all other unwarranted resources from loading. Contains filters specific to uBlock Origin and some filters that have not yet been added to other filterlists.", + HomeUrl = "https://github.com/uBlock-user/uBO-Personal-Filters", + LicenseId = 2, + Name = "uBO-Personal-Filters" + }, + new + { + Id = 83, + Description = "This project was built based on Anti-Adblock Killer (by Reek), but is now significantly different. Anti-Adblock Killer Script was completely re-implemented. Anti-Adblock Killer Filter was mostly copied and concatenated to uBlock Protector List.", + HomeUrl = "https://jspenguin2017.github.io/uBlockProtector/", + IssuesUrl = "https://github.com/jspenguin2017/uBlockProtector/issues", + LicenseId = 4, + Name = "Nano Defender Integration" + }, + new + { + Id = 84, + Description = "uBlock Origin supplement list for Official Polish Filters for AdBlock, uBlock Origin & AdGuard", + DonateUrl = "https://patronite.pl/polskiefiltry", + EmailAddress = "errors@certyficate.it", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = 9, + Name = "Official Polish Filters for AdBlock, uBlock Origin & AdGuard - Supplement for uBlock", + SubmissionUrl = "https://www.certyficate.it/kontakt/" + }, + new + { + Id = 85, + Description = "A filterlist with additional filters for uBlock Origin. Contains filters specific to uBlock Origin (like popunder filters) and some filters that have not yet been added to other filterlists.", + HomeUrl = "https://github.com/IDKwhattoputhere/uBlock-Filters-Plus", + IssuesUrl = "https://github.com/IDKwhattoputhere/uBlock-Filters-Plus/issues", + LicenseId = 8, + Name = "uBlock Filters Plus" + }, + new + { + Id = 86, + Description = "Block sites with skimming scripts.", + HomeUrl = "https://github.com/byaka/ublock-antiskimming-list", + IssuesUrl = "https://github.com/byaka/ublock-antiskimming-list/issues", + LicenseId = 5, + Name = "uBlock Antiskimming List" + }, + new + { + Id = 87, + Description = "Needed to unbreak web sites, mostly because of hosts file-based filters.", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = 4, + Name = "uAssets Unbreak" + }, + new + { + Id = 88, + Description = "Privacy filters for uBlock Origin.", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = 4, + Name = "uAssets Privacy" + }, + new + { + Id = 89, + Description = "Filters optimized for uBlock.", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = 4, + Name = "uAssets Filters" + }, + new + { + Id = 90, + Description = "These filters are experimental and may cause breakage. They are being evaluated/fine-tuned for inclusion in the default set of filters.", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = 4, + Name = "uAssets Experimental" + }, + new + { + Id = 91, + Description = "To block sites known for delivering adware/crapware. For sites documented to put users at risk of installing adware/crapware etc. The purpose is to at least ensure a user is warned of the risks ahead.", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = 4, + Name = "uAssets Badware" + }, + new + { + Id = 93, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Gambling + Porn + Social" + }, + new + { + Id = 94, + Description = "You can leave AdBlock functioning as normal, but the proper tracking of cashback cookies will be allowed on TopCashback and our affiliate network sites only.", + HomeUrl = "https://www.topcashback.com/Help/164", + LicenseId = 5, + Name = "Top Cash Back Adblock Whitelist" + }, + new + { + Id = 95, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Gambling + Social" + }, + new + { + Id = 96, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Porn + Social" + }, + new + { + Id = 97, + Description = "Block all YouTube annoyances.", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/youtubefilters/", + LicenseId = 5, + Name = "YouTube: Pure Video Experience" + }, + new + { + Id = 98, + Description = "Block only other annoyances.", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/youtubefilters/", + LicenseId = 5, + Name = "YouTube: Other Annoyances" + }, + new + { + Id = 99, + Description = "Blocks Korean regional advertisements and trackers.", + HomeUrl = "https://github.com/yous/YousList", + IssuesUrl = "https://github.com/yous/YousList/issues", + LicenseId = 24, + Name = "YousList" + }, + new + { + Id = 100, + Description = "Finnish supplement list for EasyList.", + HomeUrl = "https://github.com/wiltteri/subscriptions", + LicenseId = 11, + Name = "Wiltteri Reborn" + }, + new + { + Id = 101, + Description = "Finnish supplement list for EasyList.", + HomeUrl = "https://github.com/wiltteri/subscriptions", + LicenseId = 11, + Name = "Wiltteri" + }, + new + { + Id = 102, + ChatUrl = "https://discord.me/yourduskquibbles", + Description = "Block annoying web elements and reclaim lost screen real estate to make the web more user friendly!", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = 8, + Name = "Web Annoyances Ultralist" + }, + new + { + Id = 103, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Fakenews + Gambling + Porn + Social" + }, + new + { + Id = 104, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Fakenews + Porn + Social" + }, + new + { + Id = 105, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Fakenews + Gambling + Social" + }, + new + { + Id = 106, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Fakenews + Gambling + Porn" + }, + new + { + Id = 107, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Fakenews + Social" + }, + new + { + Id = 108, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Fakenews + Porn" + }, + new + { + Id = 109, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Fakenews + Gambling" + }, + new + { + Id = 110, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Fakenews" + }, + new + { + Id = 111, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Social" + }, + new + { + Id = 112, + Description = "Extending and consolidating hosts files from a variety of sources", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = 2, + Name = "Unified Hosts + Porn" + }, + new + { + Id = 113, + Description = "Blocks Japanese regional advertisements and trackers.", + HomeUrl = "https://github.com/tofukko/filter", + LicenseId = 5, + Name = "Tofu Filter" + }, + new + { + Id = 114, + Description = "Blocks advertisements and trackers.", + HomeUrl = "https://github.com/thoughtconverge/abf", + LicenseId = 5, + Name = "Thoughtconverge's Custom AdBlock Filters" + }, + new + { + Id = 115, + Description = "Web adverts can be simply blocked by using a specially formatted text file called a “Hosts” file which is a list myself and numerous others have painstakingly compiled to now over 60000 (verified) known banner advertising companies and providers along with hostile websites that have been discovered (popup providers, spyware, dialers ,scams etc). This file tells your computer to try to and access itself whenever a banner advert is requested from a server that is in its \"black\" list, but instead of contacting the advert server your computer tries to request itself, and as your machine doesn't contain any adverts (if you are not running a web server) nothing will be shown.", + EmailAddress = "wduk10@hotmail.com", + HomeUrl = "https://hostsfile.mine.nu/", + LicenseId = 34, + Name = "The Hosts File Project Hosts" + }, + new + { + Id = 116, + Description = "This is a complementary list for RoList with annoyances that are not necessarly banners.", + DonateUrl = "https://www.patreon.com/zosoro/overview", + EmailAddress = "mail@zoso.ro", + HomeUrl = "https://www.zoso.ro/rolist/", + LicenseId = 5, + Name = "ROList2" + }, + new + { + Id = 117, + Description = "A list combining ROList and EasyList.", + DonateUrl = "https://www.patreon.com/zosoro/overview", + LicenseId = 5, + Name = "ROList + EasyList" + }, + new + { + Id = 118, + Description = "Romanian supplement for EasyList.", + DonateUrl = "https://www.patreon.com/zosoro/overview", + EmailAddress = "mail@zoso.ro", + HomeUrl = "https://www.zoso.ro/rolist/", + LicenseId = 5, + Name = "ROList" + }, + new + { + Id = 119, + Description = "Romanian ad block filtering list.", + EmailAddress = "contact@adblock.ro", + ForumUrl = "https://muut.com/i/adblockro/comments", + HomeUrl = "https://www.adblock.ro/", + IssuesUrl = "https://github.com/tcptomato/ROad-Block/issues", + LicenseId = 2, + Name = "ROad-Block Light" + }, + new + { + Id = 131, + Description = "Russian supplement for EasyList.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = 12, + Name = "RU AdList" + }, + new + { + Id = 132, + Description = "Blocks Russian regional advertisements and trackers.", + EmailAddress = "denis-ovs@yandex.ru", + ForumUrl = "https://forum.mozilla-russia.org/viewtopic.php?id=3679", + HomeUrl = "http://denis-ovs.narod.ru/", + LicenseId = 5, + Name = "RU AdList [Old]" + }, + new + { + Id = 133, + Description = "A list combining RU AdList and EasyList.", + LicenseId = 12, + Name = "RU AdList + EasyList" + }, + new + { + Id = 134, + Description = "Russian-only fork of Fanboy's Annoyance List.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = 16, + Name = "RU AdList: BitBlock" + }, + new + { + Id = 135, + Description = "Blocks advertisements and trackers.", + EmailAddress = "wduk10@hotmail.com", + HomeUrl = "https://hostsfile.mine.nu/", + LicenseId = 34, + Name = "The Hosts File Project Adblock Filters" + }, + new + { + Id = 136, + Description = "Slovenian List is regional list primarily for uBlock Origin or uBlock, which consists mostly of static cosmetic filters and a few tracking filters. Among others, there are 100 most popular Slovenian websites included in this list.", + EmailAddress = "betterweb.leon@outlook.com", + HomeUrl = "https://github.com/betterwebleon/slovenian-list", + IssuesUrl = "https://github.com/betterwebleon/slovenian-list/issues", + LicenseId = 2, + Name = "Slovenian List" + }, + new + { + Id = 137, + Description = "Hosts contributed by Steven Black.", + EmailAddress = "steveb@stevenblack.com", + HomeUrl = "https://github.com/StevenBlack/hosts", + IssuesUrl = "https://github.com/StevenBlack/hosts/issues", + LicenseId = 2, + Name = "Steven Black's Hosts" + }, + new + { + Id = 138, + Description = "Streaming services ads sources", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = 2, + Name = "StreamingAds" + }, + new + { + Id = 139, + Description = "The Spam404 domain blacklist is a regularly updated list of abusive domain names.", + EmailAddress = "admin@spam404.com", + HomeUrl = "https://www.spam404.com/domain-blacklist.html", + IssuesUrl = "https://github.com/Spam404/lists/issues", + LicenseId = 8, + Name = "Spam404 Domain Blacklist" + }, + new + { + Id = 140, + Description = "This filter protects you from online scams. This filter is regularly updated with data collected by Spam404.com.", + EmailAddress = "admin@spam404.com", + HomeUrl = "https://www.spam404.com/blog/block-online-scams-with-spam404-and-adblock", + IssuesUrl = "https://github.com/Spam404/lists/issues", + LicenseId = 8, + Name = "Spam404" + }, + new + { + Id = 141, + Description = "Whitelists the trackers on the United Airlines shopping portal so that rewards can be credited.", + LicenseId = 5, + Name = "Shopping Whitelist United Airlines" + }, + new + { + Id = 142, + Description = "Block ads with AdBlock filter.", + LicenseId = 16, + Name = "G&J AdBlock" + }, + new + { + Id = 143, + Description = "Whitelists the trackers on the Southwest Airlines shopping portal so that rewards can be credited.", + LicenseId = 5, + Name = "Shopping Whitelist Southwest Airlines" + }, + new + { + Id = 144, + Description = "Whitelists the trackers on the American Airlines shopping portal so that rewards can be credited.", + LicenseId = 5, + Name = "Shopping Whitelist American Airlines" + }, + new + { + Id = 145, + Description = "Whitelists the trackers on the Alaska Airlines shopping portal so that rewards can be credited.", + LicenseId = 5, + Name = "Shopping Whitelist Alaska Airlines" + }, + new + { + Id = 146, + Description = "Adblock Plus for Japan domestic and Japanese correspondence Universal Filter.", + HomeUrl = "https://web.archive.org/web/20120419124052/http://www.schuzak.jp/other/abp.html", + LicenseId = 30, + Name = "Schuzak's Universal Filter" + }, + new + { + Id = 147, + Description = "My list removes advertisements from all the leading Danish Websites: Ekstra Bladet, Jyllands Posten, Berlingske, TV/2, Computerworld, Version2, etc.", + DonateUrl = "https://www.paypal.me/schack", + HomeUrl = "https://henrik.schack.dk/adblock/", + LicenseId = 5, + Name = "Schack's Adblock Plus List" + }, + new + { + Id = 150, + Description = "Blocks most popular internet statistics counters on sites serving Russia.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = 12, + Name = "RU AdList: Counters" + }, + new + { + Id = 151, + Description = "Whitelists the trackers on the BarclayCard shopping portal so that rewards can be credited.", + LicenseId = 5, + Name = "Shopping Whitelist BarclayCard" + }, + new + { + Id = 152, + Description = "Removes unnecessary elements from specific file sharing sites.", + HomeUrl = "https://firime.wordpress.com/projects/others/fedlist/", + LicenseId = 5, + Name = "Firime (FED) EasyDownload List" + }, + new + { + Id = 155, + Description = "Filter that unblocks ads that may be useful to users.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Filter unblocking search ads and self-promotion (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 156, + Description = "Filter that enables removing of the ads from websites with Turkish content.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Turkish Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 157, + Description = "The most comprehensive list of various online counters and web analytics tools. If you do not want your actions on the Internet be tracked, use this filter.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Tracking Protection Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 158, + Description = "Filter that enables removing of the ads from websites in Spanish.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Spanish/Portuguese Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 159, + Description = "If you do not like numerous «Like» and «Tweet» buttons on all the popular websites on the Internet, subscribe to this filter, and you will not see them anymore.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Social Media Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 160, + Description = "Filter that blocks ads on iOS mobile devices in Safari browser. Contains all known mobile ad networks.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Safari Filter", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 161, + Description = "Filter that enables removing of the ads from websites in Russian. The filter was created 5 years ago. Initially, the work on creation of this filter was based on RU AdList filter and a set of rules developed by us. Subsequently, the filter was developed completely independently, so at this point there are very little intersections with RU AdList left.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Russian Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 162, + Description = "Filter that blocks ads on mobile devices. Contains all known mobile ad networks.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Mobile Ads Filter (AdGuard for Android)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 163, + Description = "Filter that enables removing of the ads from websites in Japanese.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Japanese Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 164, + Description = "Filter that enables removing of the ads from websites with German content.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard German Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 165, + Description = "Filter designed to test certain hazardous filtering rules before they are added to the basic filters.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Experimental Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 166, + Description = "Filter that enables removing of the ads from websites with English content or content in languages that lack separate AdGuard lists.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Base Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 167, + Description = "Filter that enables removing of the ads from websites with Dutch content.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Dutch Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 168, + Description = "A filter composed from several other filters (English filter, Social media filter, Spyware filter, Mobile ads filter, regional AdGuard lists, EasyList, EasyPrivacy) and simplified specifically to be better compatible with DNS-level ad blocking. This filter is used by AdGuard DNS servers to block ads.", + HomeUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter", + IssuesUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter/issues", + LicenseId = 4, + Name = "AdGuard DNS Filter", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 169, + Description = "Blocks irritating elements on webpages, including cookie notices, third-party widgets and in-page popups (Doesn’t include social media widgets and buttons, to block them you can still use Social media filter separately). It was inspired by Fanboy Annoyances List, but doesn’t duplicate it, so you can use them both together.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Annoyances Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 170, + Description = "Blocks ads injected by adware.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "Adware Filters" + }, + new + { + Id = 171, + Description = "This is a general, mainly a Finnish list for blocking various elements on specific websites such as ads, cookie notifications and cosmetic annoyances.", + HomeUrl = "https://dl.dropboxusercontent.com/s/1ybzw9lb7m1qiyl/AAs.txt", + LicenseId = 11, + Name = "Additional Adblock Rules" + }, + new + { + Id = 173, + Description = "A hosts list blocking miscellaneous annoyances. (Compressed, currently cannot be subscribed to/added.)", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = 31, + Name = "Airelle's Anti-Miscellaneous Hosts" + }, + new + { + Id = 175, + Description = "Adblock / Adblock plus filter list for blocking cookie notifications.", + HomeUrl = "https://github.com/r4vi/block-the-eu-cookie-shit-list", + IssuesUrl = "https://github.com/r4vi/block-the-eu-cookie-shit-list/issues", + LicenseId = 14, + Name = "Block the EU Cookie Shit List" + }, + new + { + Id = 176, + Description = "Adblock filters for both Adblock PLUS and uBlock. It also includes some anti-adblocking rules to make your adblocking extension undetectable. The author manually add the track block rules from https://better.fyi/trackers/ since those rules are only for an iOS app only.", + HomeUrl = "https://github.com/anarki999/Adblock-List-Archive", + IssuesUrl = "https://github.com/anarki999/Adblock-List-Archive/issues", + LicenseId = 5, + Name = "Better.fyi | Trackers (List)" + }, + new + { + Id = 177, + Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.", + HomeUrl = "https://paulgb.github.io/BarbBlock/", + IssuesUrl = "https://github.com/paulgb/BarbBlock/issues", + LicenseId = 2, + Name = "BarbBlock Hosts" + }, + new + { + Id = 178, + Description = "This is a list for blocking advertisements on the banki.ru site that are not blocked by \"conventional\" lists.", + HomeUrl = "https://github.com/rebelion76/bankiru_plus_adblock_list", + IssuesUrl = "https://github.com/rebelion76/bankiru_plus_adblock_list/issues", + LicenseId = 5, + Name = "Banki.ru Plus Adblock List" + }, + new + { + Id = 179, + Description = "A non-comprehensive malware hosts list meant to be used in conjunction with the King of the PAC file.", + HomeUrl = "https://www.hostsfile.org/hosts.html", + LicenseId = 19, + Name = "BadHosts" + }, + new + { + Id = 181, + Description = "A list for Adblock Plus, which is one of the most famous ad blocking softwares.", + HomeUrl = "https://osdn.net/projects/ayucat-list/", + LicenseId = 5, + Name = "Ayucat Powerful List" + }, + new + { + Id = 183, + Description = "Blocks shady, annoying pop-under ads from the infamous PopAds ad network.", + HomeUrl = "https://github.com/Yhonay/antipopads", + IssuesUrl = "https://github.com/Yhonay/antipopads/issues", + LicenseId = 14, + Name = "Anti-PopAds" + }, + new + { + Id = 184, + Description = "Blocks Facebook trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = 16, + Name = "Anti-Facebook List" + }, + new + { + Id = 185, + Description = "A hosts list blocking phishing sites. (Compressed, currently cannot be subscribed to/added.)", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = 31, + Name = "Airelle's Phishing Hosts" + }, + new + { + Id = 186, + Description = "A hosts list blocking malware sites.", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = 31, + Name = "Airelle's Malware Hosts" + }, + new + { + Id = 187, + Description = "A hosts list blocking tracking sites.", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = 31, + Name = "Airelle's Anti-Trackers Hosts" + }, + new + { + Id = 188, + Description = "A hosts list blocking adult/pornographic sites. (Compressed, currently cannot be subscribed to/added.)", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = 31, + Name = "Airelle's Anti-Sex Hosts" + }, + new + { + Id = 189, + Description = "A hosts list blocking advertising sites. (Compressed, currently cannot be subscribed to/added.)", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = 31, + Name = "Airelle's Anti-Advertisements Hosts" + }, + new + { + Id = 190, + Description = "Spam sites based on BadHosts content.", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = 2, + Name = "add.Spam" + }, + new + { + Id = 191, + Description = "Risk content sites based on BadHosts content.", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = 2, + Name = "add.Risk" + }, + new + { + Id = 192, + Description = "Dead sites based on BadHosts content.", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = 2, + Name = "add.Dead" + }, + new + { + Id = 197, + Description = "A list combining ABPindo and EasyList.", + LicenseId = 4, + Name = "ABPindo + EasyList" + }, + new + { + Id = 198, + Description = "ABPindo is an affiliated filter list written by hermawan that specifically removes adverts on Indonesian language websites.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=94", + HomeUrl = "https://abpindo.blogspot.com/", + IssuesUrl = "https://github.com/ABPindo/indonesianadblockrules/issues", + LicenseId = 4, + Name = "ABPindo" + }, + new + { + Id = 199, + Description = "Born from the need to block advertisements on the increasingly popular social network, this module is a great way to complete the protection offered by Adblock Plus and X Files during daily navigation. It may be associated with the main module of the X-Files or third-party lists.", + DonateUrl = "https://www.paypal.me/gioxx/5", + ForumUrl = "https://abpxfiles.uservoice.com/", + HomeUrl = "https://xfiles.noads.it/", + IssuesUrl = "https://github.com/gioxx/xfiles/issues", + LicenseId = 9, + Name = "X Files: NoFacebookAds" + }, + new + { + Id = 200, + Description = "The module that serves to protect the user's navigation, seamlessly integrates to subscriptions already installed on your Adblock Plus.", + DonateUrl = "https://www.paypal.me/gioxx/5", + ForumUrl = "https://abpxfiles.uservoice.com/", + HomeUrl = "https://xfiles.noads.it/", + IssuesUrl = "https://github.com/gioxx/xfiles/issues", + LicenseId = 9, + Name = "X Files: HWS Harmful WebSites" + }, + new + { + Id = 201, + Description = "Specific for Italian websites but with an eye also to the most visited international, is the main form and the list officially recognized (for Italy), perfectly compatible with AdBlock Plus.", + DonateUrl = "https://www.paypal.me/gioxx/5", + ForumUrl = "https://abpxfiles.uservoice.com/", + HomeUrl = "https://xfiles.noads.it/", + IssuesUrl = "https://github.com/gioxx/xfiles/issues", + LicenseId = 9, + Name = "ABP X Files" + }, + new + { + Id = 202, + Description = "Blocks Japanese regional advertisements and trackers.", + HomeUrl = "https://github.com/k2jp/abp-japanese-filters", + IssuesUrl = "https://github.com/k2jp/abp-japanese-filters/issues", + LicenseId = 4, + Name = "ABP Japanese Paranoid Filters" + }, + new + { + Id = 203, + Description = "Blocks Japanese regional advertisements and trackers.", + HomeUrl = "https://github.com/k2jp/abp-japanese-filters", + IssuesUrl = "https://github.com/k2jp/abp-japanese-filters/issues", + LicenseId = 4, + Name = "ABP Japanese Filters" + }, + new + { + Id = 204, + Description = "Blocks irritating elements on Japanese regional webpages.", + HomeUrl = "https://github.com/k2jp/abp-japanese-filters", + IssuesUrl = "https://github.com/k2jp/abp-japanese-filters/issues", + LicenseId = 4, + Name = "ABP Japanese Element-hiding Filters" + }, + new + { + Id = 205, + Description = "Blocks Japanese regional social network advertisements and trackers.", + HomeUrl = "https://github.com/k2jp/abp-japanese-filters", + IssuesUrl = "https://github.com/k2jp/abp-japanese-filters/issues", + LicenseId = 4, + Name = "ABP Japanese 3rd Party SNS Filters" + }, + new + { + Id = 206, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam.", + DonateUrl = "https://abpvn.com/donate/", + EmailAddress = "support@abpvn.com", + HomeUrl = "https://abpvn.com/", + LicenseId = 4, + Name = "ABPVN List" + }, + new + { + Id = 207, + Description = "Helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable. Composed of a user script «AakScript» written in javascript and a filter list «AakList» using the same syntax as lists AdBlock and AdBlock Plus, the two are complementary and unlock different website.", + DonateUrl = "https://github.com/reek/anti-adblock-killer/#donate", + HomeUrl = "https://github.com/reek/anti-adblock-killer/", + IssuesUrl = "https://github.com/reek/anti-adblock-killer/issues", + LicenseId = 8, + Name = "AakList (Anti-Adblock Killer)" + }, + new + { + Id = 212, + Description = "2o7Net tracking sites based on BadHosts content.", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = 2, + Name = "add.2o7Net" + }, + new + { + Id = 213, + Description = "Blocks ads on YouTube.", + HomeUrl = "https://github.com/kbinani/adblock-youtube-ads", + LicenseId = 2, + Name = "Adblock YouTube Ads" + }, + new + { + Id = 214, + Description = "The Adblock Warning Removal List specifically removes obtrusive messages and warnings targeted to users who use an adblocker.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "Adblock Warning Removal List" + }, + new + { + Id = 215, + Description = "Adblock PL is official Poland filter list for AdBlock and Adblock Plus.", + EmailAddress = "adblockpolska@gmail.com", + HomeUrl = "https://www.facebook.com/adblockpl", + IssuesUrl = "https://github.com/adblockpolska/Adblock_PL_List/issues", + LicenseId = 4, + Name = "Adblock Polska" + }, + new + { + Id = 216, + Description = "Filters that hide and block social network elements, i.e. widgets, pop-ups and other social elements on Polish websites. Fanboy's Social Blocking List is required for proper operation.", + DonateUrl = "https://patronite.pl/polskiefiltry", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = 9, + Name = "Polish Social Filters" + }, + new + { + Id = 217, + Description = "Blocks Persian regional advertisements and trackers.", + ForumUrl = "https://adblockplus.org/forum/viewtopic.php?f=2&t=7658", + HomeUrl = "https://ideone.com/K452p", + LicenseId = 5, + Name = "Adblock Persian List" + }, + new + { + Id = 220, + Description = "Blocks Korean regional advertisements and trackers.", + HomeUrl = "https://code.google.com/archive/p/adblock-korea/", + LicenseId = 10, + Name = "Adblock Korea" + }, + new + { + Id = 221, + Description = "Blocks Estonian regional advertisements and trackers.", + EmailAddress = "adblock@gurud.ee", + HomeUrl = "https://gurud.ee/veeb/adblock", + LicenseId = 5, + Name = "Adblock Filters by Gurud.ee" + }, + new + { + Id = 222, + Description = "A set of adblock filters to block advertisement in Persian websites.", + EmailAddress = "slasharash@protonmail.com", + HomeUrl = "https://github.com/SlashArash/adblockfa", + IssuesUrl = "https://github.com/SlashArash/adblockfa/issues", + LicenseId = 29, + Name = "AdBlockFarsi" + }, + new + { + Id = 223, + Description = "Presented here filter set was created for Polish internet users. Contains a list of elements of advertising, such as banners or flash animations, the most commonly used on Polish websites.", + DonateUrl = "https://patronite.pl/polskiefiltry", + EmailAddress = "errors@certyficate.it", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = 9, + Name = "Official Polish Filters for AdBlock, uBlock Origin & AdGuard", + SubmissionUrl = "https://www.certyficate.it/kontakt/" + }, + new + { + Id = 224, + Description = "Filters that hide and block messages about cookies and GDPR/privacy policy on Polish websites.", + DonateUrl = "https://patronite.pl/polskiefiltry", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = 9, + Name = "Polish GDPR-Cookies Filters" + }, + new + { + Id = 225, + Description = "Blocks Japanese regional advertisements and trackers.", + HomeUrl = "https://logroid.blogspot.com/", + LicenseId = 5, + Name = "AdAway Blocking Hosts File for Japan" + }, + new + { + Id = 226, + Description = "Blocking mobile ad providers and some analytics providers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dominik%40sufficientlysecure.org&lc=US&item_name=AdAway Donation&no_note=0&no_shipping=1¤cy_code=EUR", + ForumUrl = "https://forum.xda-developers.com/showthread.php?t=2190753", + HomeUrl = "https://adaway.org/", + IssuesUrl = "https://github.com/AdAway/AdAway/issues", + LicenseId = 16, + Name = "AdAway" + }, + new + { + Id = 227, + Description = "Allow non-intrusive advertising.", + EmailAddress = "info@eyeo.com", + HomeUrl = "https://acceptableads.com/", + LicenseId = 5, + Name = "Acceptable Ads" + }, + new + { + Id = 228, + Description = "Ad blocking rules for Iranian/Persian websites.", + HomeUrl = "https://github.com/farrokhi/adblock-iran", + IssuesUrl = "https://github.com/farrokhi/adblock-iran/issues", + LicenseId = 27, + Name = "Adblock Iran" + }, + new + { + Id = 229, + Description = "Block only comments.", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/youtubefilters/", + LicenseId = 5, + Name = "YouTube: Remove Comments" + }, + new + { + Id = 232, + Description = "Targeting sites with Hoax, propanganda and clickbait (fake sites). Note: List doesn't include harmless spoof/satire sites like theonion.com.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + ForumUrl = "https://forums.lanik.us/viewtopic.php?f=88&t=34971", + HomeUrl = "https://github.com/ryanbr/fanboy-adblock", + IssuesUrl = "https://github.com/ryanbr/fanboy-adblock/issues", + LicenseId = 16, + Name = "Fake-News List" + }, + new + { + Id = 233, + Description = "Block only sidebar annoyances.", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/facebookfilters/", + LicenseId = 5, + Name = "Facebook Sidebar Blocker" + }, + new + { + Id = 234, + Description = "Block Facebook objects on non-Facebook websites", + EmailAddress = "fbprivacylist@squirrelconspiracy.net", + HomeUrl = "http://www.squirrelconspiracy.net/abp/facebook-privacy-list.html", + LicenseId = 12, + Name = "Facebook Privacy List" + }, + new + { + Id = 235, + Description = "Block only news feed annoyances.", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/facebookfilters/", + LicenseId = 5, + Name = "Facebook News Feed Annoyances Blocker" + }, + new + { + Id = 236, + Description = "Block all Facebook annoyances.", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/facebookfilters/", + LicenseId = 5, + Name = "Facebook Annoyances Blocker" + }, + new + { + Id = 237, + Description = "Blocks Estonian regional advertisements and trackers.", + HomeUrl = "https://adblock.ee/", + LicenseId = 28, + Name = "Eesti Custom Sites Filter" + }, + new + { + Id = 238, + Description = "Members with ad blocking software may experience issues receiving Cash Back. If you have AdBlock, Adblock Plus or uBlock, you can add or subscribe to the Ebates Cash Back Shopping filter list.", + HomeUrl = "https://www.ebates.com/", + LicenseId = 5, + Name = "Ebates Cash Back Shopping" + }, + new + { + Id = 239, + Description = "Testing unsafe rules for EasyList that will break certain websites.", + ForumUrl = "https://forums.lanik.us/viewtopic.php?t=8505", + HomeUrl = "https://forums.lanik.us/viewtopic.php?t=8505", + LicenseId = 4, + Name = "EasyTest" + }, + new + { + Id = 240, + Description = "This EasyPrivacy variant does not contain rules for international domains.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyPrivacy Without International Filters" + }, + new + { + Id = 241, + Description = "A list combining EasyPrivacy and EasyList.", + LicenseId = 4, + Name = "EasyPrivacy + EasyList" + }, + new + { + Id = 242, + Description = "EasyPrivacy is an optional supplementary filter list that completely removes all forms of tracking from the internet, including web bugs, tracking scripts and information collectors, thereby protecting your personal data.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyPrivacy" + }, + new + { + Id = 243, + Description = "This EasyList variant does not contain filters for adult domains.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=23", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyList Without Rules for Adult Sites" + }, + new + { + Id = 244, + Description = "This EasyList variant only contains blocking filters to remove adverts, with no element rules whatsoever; it, therefore, has more limited coverage than the full version of the list, although still commands a niche market.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=23", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyList Without Element Hiding Rules" + }, + new + { + Id = 245, + Description = "Help you to block ads in Thailand websites.", + HomeUrl = "https://easylist-thailand.github.io/", + IssuesUrl = "https://github.com/easylist-thailand/easylist-thailand/issues", + LicenseId = 18, + Name = "EasyList Thailand" + }, + new + { + Id = 246, + Description = "Spanish supplement for EasyList.", + EmailAddress = "easylist.spanish@gmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=103", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Spanish" + }, + new + { + Id = 247, + Description = "In page Pop-Ups and other annoyances; thereby substantially decreasing web page loading times and uncluttering them (includes Fanboy's Social Blocking List, Fanboy's Notifications Blocking List, and EasyList Cookie List.)", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 16, + Name = "Fanboy's Annoyance List" + }, + new + { + Id = 248, + Description = "A list combining EasyList Lithuania and EasyList.", + LicenseId = 4, + Name = "EasyList Lithuania + EasyList" + }, + new + { + Id = 249, + Description = "Blocks fonts loaded from third parties.", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's Anti-thirdparty Fonts" + }, + new + { + Id = 250, + Description = "This will remove cookie and privacy warnings.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 16, + Name = "EasyList Cookie List" + }, + new + { + Id = 251, + Description = "Blocks English and Spanish regional advertisements and trackers.", + HomeUrl = "https://nauscopio.wordpress.com/2010/07/05/filtrado-bloqueo-y-ocultacion-de-la-publicidad-en-google-chrome/", + IssuesUrl = "https://github.com/mozillahispano/nauscopio-filtros/issues", + LicenseId = 6, + Name = "Filtros Nauscopicos" + }, + new + { + Id = 252, + Description = "Tentative hosts file for Italian sites created from Easylist Italy and ADB X Files.", + HomeUrl = "https://filtri-dns.ga/", + LicenseId = 4, + Name = "Filtri DNS" + }, + new + { + Id = 253, + Description = "This filter list for uBlock Origin/Adblock Plus is designed to be used with such lists as EasyList, RU AdList etc., so it's substantially free of intersections with them. The list is made for blocking ad (mostly on Russian websites) missed by other filter lists maintainers. It is regularly updated and actively developed for now.", + EmailAddress = "hant0508@gmail.com", + HomeUrl = "https://github.com/hant0508/uBlock-filters", + IssuesUrl = "https://github.com/hant0508/uBlock-filters/issues", + LicenseId = 5, + Name = "Filters by hant0508" + }, + new + { + Id = 254, + Description = "Blocks Vietnamese regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's Vietnamese" + }, + new + { + Id = 255, + Description = "A list combining EasyList, EasyPrivacy, Fanboy's Enhanced Tracking List, and Fanboy's Annoyance List.", + LicenseId = 16, + Name = "Fanboy's Ultimate List" + }, + new + { + Id = 256, + Description = "Blocks Turkish regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's Turkish" + }, + new + { + Id = 257, + Description = "Blocks Swedish regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's Swedish" + }, + new + { + Id = 258, + Description = "Blocks Spanish and Portuguese regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's Spanish/Portuguese" + }, + new + { + Id = 259, + Description = "Hide and block social content, social widgets, social scripts and social icons.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "Fanboy's Social Blocking List" + }, + new + { + Id = 260, + Description = "Blocks Polish regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's Polish" + }, + new + { + Id = 261, + Description = "Blocks Korean regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's Korean" + }, + new + { + Id = 262, + Description = "Blocks Japanese regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's Japanese" + }, + new + { + Id = 263, + Description = "Blocks Hebrew regional advertisements and trackers.", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's IsraelList" + }, + new + { + Id = 264, + Description = "Blocks Indian regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's Indian" + }, + new + { + Id = 265, + Description = "Blocks common tracking scripts such as Omniture, Webtrends, Foresee, Coremetrics, Google-Analytics, Touchclarity, ChannelIntelligence.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + HomeUrl = "https://fanboy.co.nz/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 16, + Name = "Fanboy's Enhanced Tracking List" + }, + new + { + Id = 266, + Description = "A list combining EasyList, EasyPrivacy, and Fanboy's Enhanced Tracking List.", + LicenseId = 16, + Name = "Fanboy's Complete List" + }, + new + { + Id = 267, + Description = "EasyList Lithuania is an affiliated filter list written by gymka that specifically removes adverts on Lithuanian language websites.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=101", + HomeUrl = "https://github.com/EasyList-Lithuania/easylist_lithuania", + IssuesUrl = "https://github.com/EasyList-Lithuania/easylist_lithuania/issues", + LicenseId = 4, + Name = "EasyList Lithuania" + }, + new + { + Id = 268, + Description = "This is a lite version of EasyList. Only for Simplified Chinese language websites.", + EmailAddress = "cjxlist@gmail.com", + ForumUrl = "https://abpchina.org/forum/forum.php", + HomeUrl = "https://abpchina.org/forum/forum.php?mod=viewthread&tid=29667", + IssuesUrl = "https://github.com/cjx82630/cjxlist/issues", + LicenseId = 34, + Name = "CJX's EasyList Lite" + }, + new + { + Id = 269, + Description = "A list combining EasyList Italy and EasyList.", + LicenseId = 4, + Name = "EasyList Italy + EasyList" + }, + new + { + Id = 270, + Description = "This is a list of free/bulk domain registration services, who register 2nd level domains for free or almost free.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = 5, + Name = "DNS-BH Bulk Registrars" + }, + new + { + Id = 271, + Description = "This is a list of malware domains generated from malwaredomains.com data.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = 5, + Name = "DNS-BH Adblock Plus Malware Domains Full" + }, + new + { + Id = 272, + Description = "Blocks trackers.", + EmailAddress = "support@disconnect.me", + HomeUrl = "https://disconnect.me/trackerprotection", + LicenseId = 4, + Name = "Disconnect Tracking Filter List" + }, + new + { + Id = 274, + Description = "Blocks malvertising.", + EmailAddress = "support@disconnect.me", + HomeUrl = "https://disconnect.me/trackerprotection", + LicenseId = 4, + Name = "Disconnect Malvertising Filter List" + }, + new + { + Id = 275, + Description = "Blocks advertisements.", + EmailAddress = "support@disconnect.me", + HomeUrl = "https://disconnect.me/trackerprotection", + LicenseId = 4, + Name = "Disconnect Advertising Filter List" + }, + new + { + Id = 276, + Description = "Use this file to prevent your computer from connecting to selected internet hosts. This is an easy and effective way to protect you from many types of spyware, reduces bandwidth use, blocks certain pop-up traps, prevents user tracking by way of \"web bugs\" embedded in spam, provides partial protection to IE from certain web-based exploits and blocks most advertising you would otherwise be subjected to on the internet.", + EmailAddress = "hosts@someonewhocares.org", + HomeUrl = "https://someonewhocares.org/hosts/", + LicenseId = 32, + Name = "Dan Pollock's Hosts (IPv4)" + }, + new + { + Id = 277, + Description = "Czech filters for Adblock Plus.", + LicenseId = 5, + Name = "Czech Filters for AdBlock" + }, + new + { + Id = 278, + Description = "Corset is a subscription filter to block intruding ads on sites using Korean.", + EmailAddress = "corset@tistory.com", + HomeUrl = "https://github.com/nicedirector/ADBlock", + LicenseId = 12, + Name = "Corset" + }, + new + { + Id = 279, + Description = "EFF maintains a Privacy Badger \"yellowlist\" of domains for which requests are allowed but Privacy Badger restricts access or availability of objectionable cookies and potentially other objectionable identifiers.", + DonateUrl = "https://supporters.eff.org/donate/support-privacy-badger", + HomeUrl = "https://www.eff.org/privacybadger", + IssuesUrl = "https://github.com/EFForg/privacybadger/issues", + LicenseId = 4, + Name = "EFF Cookie Blocklist" + }, + new + { + Id = 280, + Description = "Clickbait Blocklist just blocks the most annoying clickbait ads. I don't mind ads; I just don't want clickbait crap about shocking celebrity photos and \"deep searches\" for local singles.", + HomeUrl = "https://github.com/cpeterso/clickbait-blocklist/", + LicenseId = 28, + Name = "Clickbait Blocklist" + }, + new + { + Id = 281, + Description = "Removes annoyances, self-promotion and privacy protection on Chinese websites.", + EmailAddress = "cjxlist@gmail.com", + ForumUrl = "https://abpchina.org/forum/forum.php", + HomeUrl = "https://abpchina.org/forum/forum.php?mod=viewthread&tid=29667", + IssuesUrl = "https://github.com/cjx82630/cjxlist/issues", + LicenseId = 34, + Name = "CJX's Annoyance List" + }, + new + { + Id = 282, + Description = "CAMELEON is a free system that helps Internet users or administrators to blocks web-adverts.", + EmailAddress = "philippe@sysctl.org", + HomeUrl = "https://sysctl.org/cameleon/", + LicenseId = 5, + Name = "CAMELEON Hosts" + }, + new + { + Id = 283, + Description = "A list combining Bulgarian List and EasyList.", + LicenseId = 4, + Name = "Bulgarian List + EasyList" + }, + new + { + Id = 284, + Description = "On this page you can find updated lists to block unwanted content in your favorite browser. With their help, the pesky ads that some sites terrorizing customers will be hidden.", + EmailAddress = "alex@stanev.org", + HomeUrl = "https://stanev.org/abp/", + LicenseId = 4, + Name = "Bulgarian List" + }, + new + { + Id = 285, + Description = "This is a list of dynamic DNS providers.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = 5, + Name = "DNS-BH Dynamic DNS" + }, + new + { + Id = 286, + Description = "This is a list of free web hosting services.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = 5, + Name = "DNS-BH Free Web Hosts" + }, + new + { + Id = 287, + Description = "This is a list of malware domains.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = 5, + Name = "DNS-BH Malware Domains" + }, + new + { + Id = 288, + Description = "This is a list of long-lived, \"immortal,\" malware domains.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = 5, + Name = "DNS-BH Malware Domains Immortal" + }, + new + { + Id = 289, + Description = "EasyList Italy is a filter list written by the EasyList author Khrin that specifically removes adverts on Italian language websites.", + EmailAddress = "easylistitaly@gmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=96", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Italy" + }, + new + { + Id = 290, + Description = "A list combining EasyList Hebrew and EasyList.", + LicenseId = 7, + Name = "EasyList Hebrew + EasyList" + }, + new + { + Id = 291, + Description = "EasyList Hebrew is an [EasyList] affiliated filter list written by BsT that specifically removes adverts on Hebrew language websites.", + EmailAddress = "easylisthebrew@gmail.com", + HomeUrl = "https://github.com/easylist/EasyListHebrew", + IssuesUrl = "https://github.com/easylist/EasyListHebrew/issues", + LicenseId = 7, + Name = "EasyList Hebrew" + }, + new + { + Id = 292, + Description = "A list combining EasyList Germany and EasyList.", + LicenseId = 4, + Name = "EasyList Germany + EasyList" + }, + new + { + Id = 293, + Description = "EasyList Germany is a filter list written by the EasyList authors MonztA, Famlam, and Khrin that specifically removes adverts on German language websites.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=90", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylistgermany/issues", + LicenseId = 4, + Name = "EasyList Germany" + }, + new + { + Id = 294, + Description = "A list combining EasyList Dutch and EasyList.", + LicenseId = 4, + Name = "EasyList Dutch + EasyList" + }, + new + { + Id = 295, + Description = "EasyList Dutch is an [EasyList] affiliated filter list written by the EasyList author Famlam that specifically removes adverts on Dutch language websites.", + EmailAddress = "fam.lam@live.nl", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=100", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Dutch" + }, + new + { + Id = 297, + Description = "A list combining EasyList Czech and Slovak and EasyList.", + LicenseId = 8, + Name = "EasyList Czech and Slovak + EasyList" + }, + new + { + Id = 298, + Description = "Chinese supplement for the EasyList filters on IT sites.", + HomeUrl = "https://github.com/nfer/easylistchina_it", + IssuesUrl = "https://github.com/nfer/easylistchina_it/issues", + LicenseId = 5, + Name = "EasyList China in IT" + }, + new + { + Id = 299, + Description = "A list combining EasyList China and EasyList.", + LicenseId = 4, + Name = "EasyList China + EasyList" + }, + new + { + Id = 300, + Description = "Chinese supplement for the EasyList filters.", + EmailAddress = "easylist.china@gmail.com", + ForumUrl = "https://abpchina.org/forum/forum.php", + HomeUrl = "https://abpchina.org/forum/forum.php?mod=viewthread&tid=29667", + LicenseId = 4, + Name = "EasyList China" + }, + new + { + Id = 301, + Description = "EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=23", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyList" + }, + new + { + Id = 302, + Description = "This list summarizes the top 20 attacking class C (/24) subnets over the last three days. The number of 'attacks' indicates the number of targets reporting scans from this subnet.", + EmailAddress = "info@dshield.org", + HomeUrl = "https://dshield.org/suspicious_domains.html", + LicenseId = 25, + Name = "DShield.org Recommended Block List" + }, + new + { + Id = 303, + Description = "This is a list of URL shorteners.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = 5, + Name = "DNS-BH URL Shorteners" + }, + new + { + Id = 304, + Description = "A list of Skype resolvers.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = 5, + Name = "DNS-BH Skype Resolvers" + }, + new + { + Id = 305, + Description = "Official filter list file used for blocking ads on Czech and Slovak websites.", + EmailAddress = "tomastaro@adblock.sk", + ForumUrl = "https://easylist-czech-and-slovak.tenderapp.com/", + HomeUrl = "https://adblock.sk/", + IssuesUrl = "https://github.com/tomasko126/easylistczechandslovak/issues", + LicenseId = 8, + Name = "EasyList Czech and Slovak" + }, + new + { + Id = 306, + Description = "Block only suggestions.", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/youtubefilters/", + LicenseId = 5, + Name = "YouTube: Remove Youtube Suggestions" + }, + new + { + Id = 307, + Description = "Blocks various trackers", + HomeUrl = "https://github.com/taylr/linkedinsanity", + IssuesUrl = "https://github.com/taylr/linkedinsanity/issues", + LicenseId = 2, + Name = "Spies Dislike Us Having Privacy" + }, + new + { + Id = 308, + Description = "A hosts list to stop cryptomining in your browser.", + HomeUrl = "https://github.com/hoshsadiq/adblock-nocoin-list", + IssuesUrl = "https://github.com/hoshsadiq/adblock-nocoin-list/issues", + LicenseId = 2, + Name = "NoCoin Hosts" + }, + new + { + Id = 309, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Complete" + }, + new + { + Id = 311, + Description = "A generic filter for adblockers that keeps annoying header and footer bars from filling up your screen.", + HomeUrl = "https://github.com/elypter/generic_annoying_stickybar_filter", + IssuesUrl = "https://github.com/elypter/generic_annoying_stickybar_filter/issues", + LicenseId = 4, + Name = "Generic Annoying Stickybar Filter" + }, + new + { + Id = 312, + Description = "A generic list that makes annoying sticky headers unsticky.", + HomeUrl = "https://github.com/elypter/filter_processor", + IssuesUrl = "https://github.com/elypter/filter_processor/issues", + LicenseId = 4, + Name = "Blockhead (Generic Extraction Based)" + }, + new + { + Id = 313, + Description = "A generic list that makes annoying sticky headers unsticky.", + HomeUrl = "https://github.com/elypter/filter_processor", + IssuesUrl = "https://github.com/elypter/filter_processor/issues", + LicenseId = 4, + Name = "Generic Annoying Stickybar Filter v2" + }, + new + { + Id = 315, + Description = "Filters, which makes easer to use of the largest Polish trading platforms like Allegro, Ceneo, eBay, OLX and Sprzedajemy and other, blocking unnecessary, annoying and potentially dangerous elements - ads, sponsored articles, or scripts that track user's activities. They enable simpler and faster use of supported websites without limiting their functionality, while increasing the privacy of buyers and sellers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RN7R64TJLWQW6", + EmailAddress = "blablabla@alleblock.pl", + HomeUrl = "https://alleblock.pl/", + IssuesUrl = "https://github.com/maciejtarmas/AlleBlock/issues", + LicenseId = 13, + Name = "AlleBlock" + }, + new + { + Id = 316, + Description = "Ad servers list to block ads on Turkish websites.", + HomeUrl = "https://github.com/bkrucarci/turk-adlist", + IssuesUrl = "https://github.com/bkrucarci/turk-adlist/issues", + LicenseId = 12, + Name = "Turk-Adlist" + }, + new + { + Id = 317, + Description = "Host file to block ads, tracking and more!", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/blacklist", + IssuesUrl = "https://github.com/anudeepND/blacklist/issues", + LicenseId = 2, + Name = "Adserving and Tracking Domains" + }, + new + { + Id = 318, + Description = "Blocks crytocurrency miner hosts.", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/blacklist", + IssuesUrl = "https://github.com/anudeepND/blacklist/issues", + LicenseId = 2, + Name = "CoinMiner" + }, + new + { + Id = 319, + Description = "An expiremental list of domains for blocking YouTube video ads.", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/youtubeadsblacklist", + IssuesUrl = "https://github.com/anudeepND/youtubeadsblacklist/issues", + LicenseId = 14, + Name = "YouTube Video Ads Blocklist Domains" + }, + new + { + Id = 320, + Description = "An expiremental hosts list for blocking YouTube video ads.", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/youtubeadsblacklist", + IssuesUrl = "https://github.com/anudeepND/youtubeadsblacklist/issues", + LicenseId = 14, + Name = "YouTube Video Ads Blocklist Hosts" + }, + new + { + Id = 321, + Description = "Commonly whitelisted domains for Pi-Hole.", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/whitelist", + IssuesUrl = "https://github.com/anudeepND/whitelist/issues", + LicenseId = 2, + Name = "Commonly Whitelisted Domains" + }, + new + { + Id = 322, + Description = "Some deals sites like Slickdeals and Fatwallet needs a few sites (most of them are ads) to be whitelisted to work properly.", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/whitelist", + IssuesUrl = "https://github.com/anudeepND/whitelist/issues", + LicenseId = 2, + Name = "Commonly Whitelisted Domains (Referral Sites)" + }, + new + { + Id = 323, + Description = "This file contain domains that are needed to be whitelisted depending on the service you use. (It may include analytics sites!)", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/whitelist", + IssuesUrl = "https://github.com/anudeepND/whitelist/issues", + LicenseId = 2, + Name = "Commonly Whitelisted Domains (Optional)" + }, + new + { + Id = 324, + Description = "A minimal adblocker for iOS.", + HomeUrl = "https://github.com/arcetera/Minimal-Hosts-Blocker", + IssuesUrl = "https://github.com/arcetera/Minimal-Hosts-Blocker/issues", + LicenseId = 5, + Name = "Minimal Hosts Blocker" + }, + new + { + Id = 325, + Description = "Hosts file, filled with advertisers and other purveyors of worthless content.", + EmailAddress = "bjorn@bjornstar.com", + HomeUrl = "https://github.com/bjornstar/hosts", + IssuesUrl = "https://github.com/bjornstar/hosts/issues", + LicenseId = 11, + Name = "Bjornstar's Hosts" + }, + new + { + Id = 327, + Description = "Removes \"Download Our App\" banners from mobile website versions, for those who prefer their phone web browsers instead of apps.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Staying On The Phone Browser" + }, + new + { + Id = 329, + Description = "A hosts file for Chinese websites.", + HomeUrl = "https://github.com/VeleSila/yhosts", + IssuesUrl = "https://github.com/VeleSila/yhosts/issues", + LicenseId = 1, + Name = "Yhosts" + }, + new + { + Id = 330, + Description = "To block domains that known as cost-per-action (AOC/CPA) services in Thailand, aim to prevent additional costs (post-paid plan) or balance deduction (pre-paid plan) that caused by some nasty ads that auto subscribe SMS/MMS/WAP services.", + HomeUrl = "https://github.com/kowith337/ThaiConsentHosts", + IssuesUrl = "https://github.com/kowith337/ThaiConsentHosts/issues", + LicenseId = 13, + Name = "ThaiConsentHosts" + }, + new + { + Id = 331, + Description = "Block ads, tracking, popup sites and servers that most used on Thai sites.", + HomeUrl = "https://kowith337.github.io/ThaiParanoidBlock/", + IssuesUrl = "https://github.com/kowith337/ThaiParanoidBlock/issues", + LicenseId = 13, + Name = "Thai Paranoid Block" + }, + new + { + Id = 332, + Description = "Get rid of \"Overlay Popups\" that trying to integrate your social network account, force you to like and/or follow pages and other accounts.", + HomeUrl = "https://github.com/kowith337/ThaiAntiForceLike", + IssuesUrl = "https://github.com/kowith337/ThaiAntiForceLike/issues", + LicenseId = 5, + Name = "ThaiAntiForceLike" + }, + new + { + Id = 333, + Description = "LeeCh's web list for filtering out search results for certain anime sites.", + HomeUrl = "https://github.com/pureexe/LeeCh-List", + IssuesUrl = "https://github.com/pureexe/LeeCh-List/issues", + LicenseId = 2, + Name = "LeeCh List" + }, + new + { + Id = 334, + Description = "Hosts file to avoid advertisement display on website.", + HomeUrl = "https://warui.intaa.net/adhosts/", + LicenseId = 5, + Name = "Warui Hosts", + SubmissionUrl = "https://warui.intaa.net/adhosts/#fh5co-blog-section" + }, + new + { + Id = 335, + Description = "Hosts for Adaway. Block mainly on advertisements for mobile.", + HomeUrl = "https://github.com/multiverse2011/adawaylist-jp", + IssuesUrl = "https://github.com/multiverse2011/adawaylist-jp/issues", + LicenseId = 5, + Name = "Adawaylist JP" + }, + new + { + Id = 336, + Description = "Amazon, Yahoo, Facebook, Twitter, etc. It is a file created as a result of verifying and reducing connection failure as much as possible by making the filter mild. We also do not connect to tracking cookies or some malicious sites.", + HomeUrl = "https://cosmonote.blogspot.com/2013/07/adaway-hosts-adfree-windows7-windows8.html", + LicenseId = 5, + Name = "HOSTS for Windows PC for Japan" + }, + new + { + Id = 337, + Description = "Advertisements on smartphones are versatile, there are many things too complicated. Several HOSTSs have been released to Adaway since the beginning, but this file was further integrated, sorted, deleted duplicates, and polished.", + HomeUrl = "https://cosmonote.blogspot.com/2013/07/adaway-hosts-adfree-windows7-windows8.html", + LicenseId = 5, + Name = "HOSTS for Adaway for Japan" + }, + new + { + Id = 338, + Description = "Useful from any site It is a sharp meta-analysis that was born as a result of brushing up, collecting such files, eliminating all error syntax, saving waste, etc. It is a powerful file to prevent uprooting affiliates and magical advertisements.", + HomeUrl = "https://cosmonote.blogspot.com/2013/07/adaway-hosts-adfree-windows7-windows8.html", + LicenseId = 5, + Name = "Japan Hosts Ultimate" + }, + new + { + Id = 339, + Description = "Hosts file to block ads on Chinese and some international sites.", + HomeUrl = "https://github.com/Lerist/Go-Hosts", + IssuesUrl = "https://github.com/Lerist/Go-Hosts/issues", + LicenseId = 2, + Name = "Go Hosts AD" + }, + new + { + Id = 340, + Description = "Redirector list intended for Chinese users, for Gmail, Instagram, Wikipedia, Yahoo, Telegram(WEB), Dropbox, Flipboard, Mage, Line, Pinterest, W3schools, Ingress, Twitch, SoundCloud, Xboxlive, WordPress, Tapatalk, Kobo, Vimeo, Nytimes, Issuu, Tor, DuckDuckGo, Imgur, Pcbeta…", + HomeUrl = "https://github.com/Lerist/Go-Hosts", + IssuesUrl = "https://github.com/Lerist/Go-Hosts/issues", + LicenseId = 2, + Name = "Go Hosts" + }, + new + { + Id = 341, + Description = "uBlock Origin & AdGuard supplement list for Polish Social Filters", + DonateUrl = "https://patronite.pl/polskiefiltry", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = 9, + Name = "Polish Social Filters - Supplement for uBlock & AdGuard" + }, + new + { + Id = 342, + ChatUrl = "https://riot.im/app/#/room/!IPhdjtOfWxVbiddKOo:matrix.org?via=matrix.org", + Description = "Blocks banners (paypal, payu, bitcoin and patronite), charity banners, other forms of inclination to support on Polish sites.", + HomeUrl = "https://github.com/KonoromiHimaries/PolishSubFilters", + LicenseId = 9, + Name = "Polish Anti-Donate Filters" + }, + new + { + Id = 343, + Description = "uBlock Origin & AdGuard supplement list for Polish GDPR-Cookies Filters.", + DonateUrl = "https://patronite.pl/polskiefiltry", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = 9, + Name = "Polish GDPR-Cookies Filters - Supplement for uBlock & AdGuard" + }, + new + { + Id = 344, + ChatUrl = "https://riot.im/app/#/room/!IPhdjtOfWxVbiddKOo:matrix.org?via=matrix.org", + Description = "Blocks internal advertising, paid subscriptions, own stores on Polish sites.", + HomeUrl = "https://github.com/KonoromiHimaries/PolishSubFilters/", + LicenseId = 9, + Name = "Polish Internal Filters" + }, + new + { + Id = 345, + Description = "AdGuard supplement list for Official Polish Filters for AdBlock, uBlock Origin & AdGuard", + DonateUrl = "https://patronite.pl/polskiefiltry", + EmailAddress = "errors@certyficate.it", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = 9, + Name = "Official Polish Filters for AdBlock, uBlock Origin & AdGuard - Supplement for AdGuard", + SubmissionUrl = "https://www.certyficate.it/kontakt/" + }, + new + { + Id = 346, + Description = "Test supplement list for Official Polish Filters for AdBlock, uBlock Origin & AdGuard", + DonateUrl = "https://patronite.pl/polskiefiltry", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = 9, + Name = "Official Polish Filters for AdBlock, uBlock Origin & AdGuard - Test Supplement", + SubmissionUrl = "https://www.certyficate.it/kontakt/" + }, + new + { + Id = 347, + Description = "Polish hosts file for use in Pi-hole", + DonateUrl = "https://patronite.pl/polskiefiltry", + EmailAddress = "errors@certyficate.it", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = 9, + Name = "Polish Filters for Pi-hole", + SubmissionUrl = "https://www.certyficate.it/kontakt/" + }, + new + { + Id = 348, + HomeUrl = "http://vxvault.net/", + LicenseId = 39, + Name = "VXVault" + }, + new + { + Id = 349, + Description = "Polish hosts file for blocking scams (without controversial pages => https://github.com/PolishFiltersTeam/KAD/issues/649).", + EmailAddress = "polishjarvis@gmail.com", + HomeUrl = "https://kadantiscam.netlify.com/", + IssuesUrl = "https://github.com/PolishFiltersTeam/KADhosts/issues", + LicenseId = 8, + Name = "KADHosts (without controversies)", + SubmissionUrl = "https://kadantiscam.netlify.com/#contact" + }, + new + { + Id = 350, + Description = "Filter that enables removing of the ads from websites with French content.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard French Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 352, + Description = "A bad hosts blocking list", + DonateUrl = "https://www.paypal.me/e1adkarak0", + HomeUrl = "https://github.com/eladkarako/hosts", + LicenseId = 11, + Name = "HOSTS AdBlock" + }, + new + { + Id = 353, + Description = "Block annoying connections", + DonateUrl = "https://www.paypal.me/e1adkarak0", + HomeUrl = "https://github.com/eladkarako/hosts", + LicenseId = 11, + Name = "HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections" + }, + new + { + Id = 354, + Description = "Block annoying page-scripts", + DonateUrl = "https://www.paypal.me/e1adkarak0", + HomeUrl = "https://github.com/eladkarako/hosts", + LicenseId = 11, + Name = "HOSTS AdBlock - Anti-Annoyance - Block Annoying Page-Scripts" + }, + new + { + Id = 355, + Description = "Hide annoying elements", + DonateUrl = "https://www.paypal.me/e1adkarak0", + HomeUrl = "https://github.com/eladkarako/hosts", + LicenseId = 11, + Name = "HOSTS AdBlock - Anti-Annoyance - Hide Annoying Elements" + }, + new + { + Id = 356, + Description = "ReStyle annoying pages", + DonateUrl = "https://www.paypal.me/e1adkarak0", + HomeUrl = "https://github.com/eladkarako/hosts", + LicenseId = 11, + Name = "HOSTS AdBlock - Anti-Annoyance - ReStyle Annoying Pages" + }, + new + { + Id = 357, + Description = "A list for administrators to prevent mining in networks", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = 4, + Name = "CoinBlocker Domains List" + }, + new + { + Id = 358, + Description = "An additional list for administrators", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = 4, + Name = "CoinBlocker Domains List Optional" + }, + new + { + Id = 359, + Description = "A list to prevent browser mining only", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = 4, + Name = "CoinBlocker Domains List Browser" + }, + new + { + Id = 360, + Description = "A hostslist for administrators to prevent mining in networks", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = 4, + Name = "CoinBlocker Hosts List" + }, + new + { + Id = 361, + Description = "An additional hostslist for administrators", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = 4, + Name = "CoinBlocker Hosts List Optional" + }, + new + { + Id = 362, + Description = "A hostslist to prevent browser mining only", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = 4, + Name = "CoinBlocker Hosts List Browser" + }, + new + { + Id = 363, + Description = "A additional list for administrators to prevent mining in networks", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = 4, + Name = "CoinBlocker uBO List" + }, + new + { + Id = 367, + Description = "uMatrix ruleset unbreaks all Alexa 100 and more at domain level", + EmailAddress = "lolipopplus@protonmail.com", + HomeUrl = "https://umatrix-rules.github.io/", + IssuesUrl = "https://github.com/uMatrix-Rules/uMatrix-Rules-Domain/issues", + LicenseId = 9, + Name = "uMatrix Rules - Domain" + }, + new + { + Id = 368, + Description = "uMatrix ruleset unbreaks all Alexa 100 and more at site level", + EmailAddress = "lolipopplus@protonmail.com", + HomeUrl = "https://umatrix-rules.github.io/", + IssuesUrl = "https://github.com/uMatrix-Rules/uMatrix-Rules-Site/issues", + LicenseId = 9, + Name = "uMatrix Rules - Site" + }, + new + { + Id = 369, + Description = "Official filter list file used for blocking ads on Czech and Slovak websites.", + EmailAddress = "tomastaro@adblock.sk", + ForumUrl = "https://easylist-czech-and-slovak.tenderapp.com/", + HomeUrl = "https://adblock.sk/", + IssuesUrl = "https://github.com/tomasko126/easylistczechandslovak/issues", + LicenseId = 8, + Name = "EasyList Czech and Slovak - uBlock" + }, + new + { + Id = 370, + Description = "Official filter list file used for blocking ads on Czech and Slovak websites.", + EmailAddress = "tomastaro@adblock.sk", + ForumUrl = "https://easylist-czech-and-slovak.tenderapp.com/", + HomeUrl = "https://adblock.sk/", + IssuesUrl = "https://github.com/tomasko126/easylistczechandslovak/issues", + LicenseId = 8, + Name = "EasyList Czech and Slovak + EasyList (TPL)" + }, + new + { + Id = 371, + Description = "AFNIL’s intention is to merge third-party lists of known fakenews sites and make them usable for programs that can block.", + HomeUrl = "https://afnil-antifakenewsinternationallist.github.io/", + IssuesUrl = "https://github.com/AFNIL-AntiFakeNewsInternationalList/AFNIL/issues", + LicenseId = 4, + Name = "AFNIL - Anti Fake News International List" + }, + new + { + Id = 372, + HomeUrl = "https://github.com/Hubird-au/Adversity", + IssuesUrl = "https://github.com/Hubird-au/Adversity/issues", + LicenseId = 16, + Name = "Adversity" + }, + new + { + Id = 373, + HomeUrl = "https://github.com/Hubird-au/Adversity", + IssuesUrl = "https://github.com/Hubird-au/Adversity/issues", + LicenseId = 16, + Name = "Adversity - Antisocial" + }, + new + { + Id = 374, + HomeUrl = "https://github.com/Hubird-au/Adversity", + IssuesUrl = "https://github.com/Hubird-au/Adversity/issues", + LicenseId = 16, + Name = "Adversity - Extreme Measures" + }, + new + { + Id = 375, + Description = "A comprehensive, all-in-one adblock list for thorough blocking of trackers, popup ads, ads, unwanted cookies, fake news, cookie warning messages, unwanted comment sections, crypto-coin mining, YouTube clutter and social network hassles.", + HomeUrl = "https://hl2guide.github.io/All-in-One-Customized-Adblock-List/", + IssuesUrl = "https://github.com/hl2guide/All-in-One-Customized-Adblock-List/issues", + LicenseId = 2, + Name = "All-in-One Customized Adblock List" + }, + new + { + Id = 376, + Description = "Blocks title screen ads on several large MMO game websites.", + HomeUrl = "https://github.com/haykam821/Blocklists", + IssuesUrl = "https://github.com/haykam821/Blocklists/issues", + LicenseId = 2, + Name = "Haykam's MMO List" + }, + new + { + Id = 377, + Description = "A block list of malicious domains.", + HomeUrl = "https://github.com/cb-software/CB-Malicious-Domains", + IssuesUrl = "https://github.com/cb-software/CB-Malicious-Domains/issues", + LicenseId = 2, + Name = "CB Malicious Domains" + }, + new + { + Id = 378, + Description = "A block list of malicious domains.", + HomeUrl = "https://github.com/cb-software/CB-Malicious-Domains", + IssuesUrl = "https://github.com/cb-software/CB-Malicious-Domains/issues", + LicenseId = 2, + Name = "CB Malicious Domains - Hosts" + }, + new + { + Id = 379, + Description = "These filters will cause a button labeled: \"Disqus blocked by uBlock Origin: click to unblock\" to be embedded where Disqus comments would normally be loaded. Click the button to force the comments to be loaded.", + HomeUrl = "https://gist.github.com/gorhill/ef1b62d606473c68d524", + LicenseId = 5, + Name = "Disqus Click-to-Load" + }, + new + { + Id = 380, + Description = "Very experimental custom filters", + HomeUrl = "https://github.com/toshiya44/myAssets", + IssuesUrl = "https://github.com/toshiya44/myAssets/issues", + LicenseId = 4, + Name = "Toshiya's Filter List - Experimental" + }, + new + { + Id = 381, + Description = "Saving the Internets... one roll at a time.", + HomeUrl = "https://rickrolldb.com/", + IssuesUrl = "https://github.com/jamiew/rickrolldb/issues", + LicenseId = 38, + Name = "Rickroll Blacklist", + SubmissionUrl = "https://rickrolldb.com/" + }, + new + { + Id = 383, + ChatUrl = "https://discordapp.com/invite/013MqTM1p1qm52VcZ", + Description = "Removes uncovered AD, AD frames, and adblock warnings from specific popular websites", + DonateUrl = "https://austinhuang.me/donate", + EmailAddress = "im@austinhuang.me", + HomeUrl = "https://austinhuang.me/0131-block-list/", + IssuesUrl = "https://github.com/austinhuang0131/0131-block-list/issues", + LicenseId = 8, + Name = "0131 Block List", + SubmissionUrl = "https://austinhuang.me/contact" + }, + new + { + Id = 385, + Description = "Are you tired of having to use Paint to remove potentially sensitive usernames, each and every time you're making a compilation of social media posts? Say no more! This list will remove posters' usernames from the biggest compilation sources, so that you can simply take a screencap and add it directly into your video/timeline!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Username Hider for Compilation Creators" + }, + new + { + Id = 388, + Description = "Removes ads, affiliation ads, and empty boxes on Nordic sites to produce a cleaner browser experience. Meant to be used on top of general filters. The quality of the current TPL conversion is so-so, so don't expect perfect results.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (TPL)" + }, + new + { + Id = 390, + Description = "Filters that hide and block RSS sections and leftovers from hidden newsletters combined with social elements on Polish-language websites (supplement for Polish Social Filters and Polish Annoyance Filters).", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAntiAnnoyingSpecialSupplement", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAntiAnnoyingSpecialSupplement/issues", + LicenseId = 9, + Name = "Polish Anti-Annoying Special Supplement" + }, + new + { + Id = 391, + Description = "Removes popular games and most bad games from the front pages of various webstores and app stores.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "I Hate Overpromoted Games" + }, + new + { + Id = 392, + Description = "Intends to make it easier to browse various websites without being forced by various nag-windows to log in.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Browse Websites Without Logging In" + }, + new + { + Id = 393, + Description = "A list that shows off and makes use of Einar Egilsson's Redirector extension, in order to accomplish things that no adblock tool could've achieved. Examples include turning 32-bit Windows program installation links into 64-bit ones, making Disney's US websites accessible from other countries, turning mobile Wikipedia links into desktop ones, changing Reddit/YouTube UIs into their old ones, and making image resolutions on some sites larger, among many other things.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/Dandelion Sprout-s Redirector Assistant List", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Redirector List" + }, + new + { + Id = 395, + Description = "This is a whitelist for DNSlock & PiHole which unblocks some of the popular domains which were wrongly listed and blocked by hosts file from various sources.", + HomeUrl = "https://github.com/raghavdua1995/DNSlock-PiHole-whitelist", + IssuesUrl = "https://github.com/raghavdua1995/DNSlock-PiHole-whitelist/issues", + LicenseId = 7, + Name = "DNSlock-PiHole-whitelist" + }, + new + { + Id = 396, + HomeUrl = "https://github.com/NanoAdblocker/NanoFilters", + IssuesUrl = "https://github.com/NanoAdblocker/NanoFilters/issues", + LicenseId = 4, + Name = "Nano filters" + }, + new + { + Id = 397, + HomeUrl = "https://github.com/NanoAdblocker/NanoFilters", + IssuesUrl = "https://github.com/NanoAdblocker/NanoFilters/issues", + LicenseId = 4, + Name = "Nano filters - Whitelist" + }, + new + { + Id = 398, + HomeUrl = "https://github.com/NanoAdblocker/NanoFilters", + IssuesUrl = "https://github.com/NanoAdblocker/NanoFilters/issues", + LicenseId = 4, + Name = "Nano filters - Annoyance" + }, + new + { + Id = 399, + Description = "A filter for uBlock Origin that aims to remove regional Swedish ads, tracking, annoyances, scams + badware, and unnecessary bloat.", + HomeUrl = "https://github.com/lassekongo83/Frellwits-filter-lists", + IssuesUrl = "https://github.com/lassekongo83/Frellwits-filter-lists/issues", + LicenseId = 4, + Name = "Frellwit's Swedish Filter" + }, + new + { + Id = 400, + Description = "Blocks ads, fake sites, shock sites, malware hosts and trackers. This hostfile's aim is not to break any useful websites.", + HomeUrl = "https://github.com/notracking/hosts-blocklists", + IssuesUrl = "https://github.com/notracking/hosts-blocklists/issues", + LicenseId = 9, + Name = "notracking - Domains" + }, + new + { + Id = 401, + Description = "Blocks ads, fake sites, shock sites, malware hosts and trackers. This hostfile's aim is not to break any useful websites.", + HomeUrl = "https://github.com/notracking/hosts-blocklists", + IssuesUrl = "https://github.com/notracking/hosts-blocklists/issues", + LicenseId = 9, + Name = "notracking - Hostnames" + }, + new + { + Id = 403, + Description = "This filter aims to remove emoji realted scripts, stylesheets, fonts, and images.", + HomeUrl = "https://github.com/lassekongo83/Frellwits-filter-lists", + IssuesUrl = "https://github.com/lassekongo83/Frellwits-filter-lists/issues", + LicenseId = 4, + Name = "I Don't Care About Emojis" + }, + new + { + Id = 405, + Description = "Filters optimized for uBlock Origin, to be used with Fanboy's and/or Adguard's 'Annoyances' list(s)", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = 4, + Name = "uAssets Annoyances" + }, + new + { + Id = 410, + Description = "To foil sites potentially abusing CPU/bandwidth resources without informed consent. Any such resource-abuse scripts MUST be opt-in, with complete informed consent from the visitor.", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = 4, + Name = "uAssets Resource Abuse" + }, + new + { + Id = 412, + HomeUrl = "https://gist.github.com/BBcan177", + LicenseId = 5, + Name = "pfBlockerNG - MS-3" + }, + new + { + Id = 413, + Description = "The following is the list of sites from Alexa top 1 million which embed scripts that extract email addresses from the browsers' built-in login (password) managers.", + HomeUrl = "https://gist.github.com/BBcan177", + LicenseId = 5, + Name = "pfBlockerNG - MS-4" + }, + new + { + Id = 414, + HomeUrl = "https://gist.github.com/BBcan177", + LicenseId = 5, + Name = "pfBlockerNG - MS-2" + }, + new + { + Id = 415, + HomeUrl = "https://gist.github.com/BBcan177", + LicenseId = 5, + Name = "pfBlockerNG - MS-1" + }, + new + { + Id = 416, + HomeUrl = "https://gist.github.com/BBcan177", + LicenseId = 5, + Name = "EasyList Germany (Domains)" + }, + new + { + Id = 417, + Description = "This is a community-contributed list of referrer spammers maintained by Matomo, the leading open source web analytics platform.", + HomeUrl = "https://github.com/matomo-org/referrer-spam-blacklist", + IssuesUrl = "https://github.com/matomo-org/referrer-spam-blacklist/issues", + LicenseId = 20, + Name = "Referrer Spam Blacklist (Matomo)" + }, + new + { + Id = 418, + HomeUrl = "https://github.com/desbma/referer-spam-domains-blacklist", + IssuesUrl = "https://github.com/desbma/referer-spam-domains-blacklist/issues", + LicenseId = 14, + Name = "Referer Spam Blacklist (desbma)" + }, + new + { + Id = 419, + Description = "Spammers get paid by businesses whose websites they advertise. We refuse to accept spam from any of following domains or advertising any of these domains, as we don't want to buy from spammers. We publish this list for informational purposes only.", + DonateUrl = "https://www.joewein.net/spam/blacklist.htm", + HomeUrl = "https://www.joewein.net/spam/index.htm", + LicenseId = 5, + Name = "JoeWein Domain Blacklist Base" + }, + new + { + Id = 420, + DonateUrl = "https://www.joewein.net/spam/blacklist.htm", + HomeUrl = "https://www.joewein.net/spam/index.htm", + LicenseId = 5, + Name = "JoeWein Email Sender Blacklist" + }, + new + { + Id = 421, + Description = "A host file generated from updated phishing site feeds.", + HomeUrl = "https://gitlab.com/Kurobeats/phishing_hosts", + IssuesUrl = "https://gitlab.com/Kurobeats/phishing_hosts/issues", + LicenseId = 19, + Name = "Phishing Hosts" + }, + new + { + Id = 422, + Description = "List of shit websites for Google Personal Blocklist or Google Hit Hider by Domain", + HomeUrl = "https://github.com/ligyxy/Blocklist", + IssuesUrl = "https://github.com/ligyxy/Blocklist/issues", + LicenseId = 2, + Name = "Blocklist (ligyxy)" + }, + new + { + Id = 424, + HomeUrl = "https://gist.github.com/MOxFIVE", + LicenseId = 5, + Name = "Personal Blocklist (MOxFIVE)" + }, + new + { + Id = 425, + Description = "Self-updating PHP library which blocks hundreds of spammy domains from ruining your website statistics", + HomeUrl = "https://github.com/nabble/semalt-blocker", + IssuesUrl = "https://github.com/nabble/semalt-blocker/issues", + LicenseId = 2, + Name = "Semalt Blocked Domains" + }, + new + { + Id = 426, + Description = "Master Feed of known, active and non-sinkholed C&Cs IP addresses", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YMFSMT9MW2Y6Q", + HomeUrl = "https://osint.bambenekconsulting.com/feeds/", + LicenseId = 21, + Name = "OSINT C2 IP Feed" + }, + new + { + Id = 427, + Description = "The phishing bad sites is updated using data from www.phishtank.com once per day. The domains included are known to be fraudulent and generally dangerous.", + HomeUrl = "http://phishing.mailscanner.info/", + LicenseId = 5, + Name = "Phishing Bad Sites" + }, + new + { + Id = 428, + HomeUrl = "https://www.threatcrowd.org/", + LicenseId = 5, + Name = "ThreatCrowd Domains" + }, + new + { + Id = 429, + Description = "International List consists mostly of static cosmetic filters. English and few German websites are included. As regards tracking filters, they have been partly copied from other privacy filter lists.", + HomeUrl = "https://github.com/betterwebleon/international-list", + IssuesUrl = "https://github.com/betterwebleon/international-list/issues", + LicenseId = 11, + Name = "International List" + }, + new + { + Id = 430, + Description = "Blocks rogue websites and some ads on Norwegian and Danish sites. Intended for use only with hosts-file-specific tools and with system «hosts» files.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (Hosts)" + }, + new + { + Id = 431, + Description = "Have you ever felt bothered by how many websites still think that everyone are using narrow monitors? Well, here's how to stretch them out like a piece of gum!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Website Stretcher" + }, + new + { + Id = 432, + Description = "Do you feel that Friendship is Magic has overstayed its welcome? Here's a list that'll let you keep more of a distance to it.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-FiM List" + }, + new + { + Id = 433, + Description = "Are you tired of being told by others what you should watch, specifically the hipsters that run rampant on IMDB? Here's a way to let you feel more peaceful with your truly own opinions.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-IMDB List" + }, + new + { + Id = 434, + Description = "Are you tired of having to turn off Autoplay on YouTube or other video services every time you e.g. go to incognito mode? Are you worried of having to use specific extensions just for that purpose? Then this list is for you. Now also working on phone browsers!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Stop Autoplay on Video Sites" + }, + new + { + Id = 435, + Description = "A redirector list for Chinese users.", + HomeUrl = "https://github.com/googlehosts/hosts", + IssuesUrl = "https://github.com/googlehosts/hosts/issues", + LicenseId = 22, + Name = "Google Hosts" + }, + new + { + Id = 436, + Description = "A filter for uBlock Origin (Firefox Android) that aims to specifically target websites that nags people to install their app.", + HomeUrl = "https://github.com/lassekongo83/Frellwits-filter-lists", + IssuesUrl = "https://github.com/lassekongo83/Frellwits-filter-lists/issues", + LicenseId = 4, + Name = "I Don't Want Your App" + }, + new + { + Id = 437, + Description = "Complementary subscription to EasyList.", + EmailAddress = "easylistbrasil.subscription@gmail.com", + ForumUrl = "https://easylistbrasil.freeforums.net/", + HomeUrl = "https://easylistbrasil.github.io/", + IssuesUrl = "https://github.com/easylistbrasil/easylistbrasil/issues", + LicenseId = 8, + Name = "EasyList Brasil" + }, + new + { + Id = 438, + EmailAddress = "mail@perflyst.de", + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist", + IssuesUrl = "https://github.com/Perflyst/PiHoleBlocklist/issues", + LicenseId = 2, + Name = "PiHole Blocklist Session Replay" + }, + new + { + Id = 439, + EmailAddress = "mail@perflyst.de", + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist", + IssuesUrl = "https://github.com/Perflyst/PiHoleBlocklist/issues", + LicenseId = 2, + Name = "PiHole Blocklist SmartTV" + }, + new + { + Id = 440, + EmailAddress = "mail@perflyst.de", + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist", + IssuesUrl = "https://github.com/Perflyst/PiHoleBlocklist/issues", + LicenseId = 2, + Name = "PiHole Blocklist Android Tracking" + }, + new + { + Id = 441, + Description = "Personal Blocklist by WaLLy3K (https://firebog.net/about). Content added to this list has been manually verified, and usually updated every two weeks.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HU4EDJZP2S9QA", + HomeUrl = "https://firebog.net/", + LicenseId = 13, + Name = "WaLLy3K Blocklist" + }, + new + { + Id = 442, + LicenseId = 2, + Name = "Bill Stearns' Hosts" + }, + new + { + Id = 445, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HU4EDJZP2S9QA", + HomeUrl = "https://firebog.net/", + LicenseId = 2, + Name = "EasyPrivacy Domains" + }, + new + { + Id = 446, + LicenseId = 2, + Name = "Prigent Ads" + }, + new + { + Id = 447, + Description = "Tracker Domains Block List from quidsup.net", + DonateUrl = "https://quidsup.net/donate/", + HomeUrl = "https://quidsup.net/notrack/blocklist.php", + IssuesUrl = "https://gitlab.com/quidsup/notrack-blocklists/issues", + LicenseId = 4, + Name = "NoTrack Tracker Blocklist", + SubmissionUrl = "https://quidsup.net/notrack/report.php?view=submit" + }, + new + { + Id = 448, + Description = "Malware Domains Block List from quidsup.net", + DonateUrl = "https://quidsup.net/donate/", + HomeUrl = "https://quidsup.net/notrack/blocklist.php", + IssuesUrl = "https://gitlab.com/quidsup/notrack-blocklists/issues", + LicenseId = 4, + Name = "NoTrack Malware Blocklist", + SubmissionUrl = "https://quidsup.net/notrack/report.php?view=submit" + }, + new + { + Id = 449, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Spy" + }, + new + { + Id = 450, + Description = "Blocks Windows updates.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Update" + }, + new + { + Id = 451, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Extra" + }, + new + { + Id = 465, + LicenseId = 2, + Name = "Shalla Malware" + }, + new + { + Id = 467, + Description = "Domain Bad Isue Ads", + IssuesUrl = "https://github.com/kano1/I/issues", + LicenseId = 5, + Name = "Adware BL(By Garuda)" + }, + new + { + Id = 468, + Description = "list for bad isueads", + IssuesUrl = "https://github.com/kano1/I/issues", + LicenseId = 5, + Name = "Adware Filter Block" + }, + new + { + Id = 469, + Description = "list for keloger,system tracker,cookie collector,malware tracker, and oter spyware", + IssuesUrl = "https://github.com/kano1/I/issues", + LicenseId = 5, + Name = "Spyware Filter Block List" + }, + new + { + Id = 470, + Description = "A firewall blacklist composed from IP lists, providing maximum protection with minimum false positives. Suitable for basic protection on all internet facing servers, routers and firewalls. (includes: bambenek_c2, dshield, feodo, fullbogons, spamhaus_drop, spamhaus_edrop, sslbl, zeus_badips, ransomware_rw)", + EmailAddress = "costa@tsaousis.gr", + HomeUrl = "https://iplists.firehol.org/", + LicenseId = 19, + Name = "Firehol Level 1" + }, + new + { + Id = 471, + Description = "An ipset made from blocklists that track attacks, during about the last 48 hours. (includes: blocklist_de, dshield_1d, greensnow)", + EmailAddress = "costa@tsaousis.gr", + HomeUrl = "https://iplists.firehol.org/", + LicenseId = 19, + Name = "Firehol Level 2" + }, + new + { + Id = 472, + Description = "Blocks access to Pinterest domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = 28, + Name = "jmdugan Blocklists Pinterest" + }, + new + { + Id = 473, + Description = "Blocks access to CloudFlare domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = 28, + Name = "jmdugan Blocklists CloudFlare" + }, + new + { + Id = 474, + Description = "Blocks access to all Facebook domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = 28, + Name = "jmdugan Blocklists Facebook" + }, + new + { + Id = 475, + Description = "Blocks access to Mozilla tracking domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = 28, + Name = "jmdugan Blocklists Mozilla" + }, + new + { + Id = 476, + Description = "Blocks access to Microsoft domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = 28, + Name = "jmdugan Blocklists Microsoft" + }, + new + { + Id = 477, + Description = "Blocks access to utility Google domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = 28, + Name = "jmdugan Blocklists Google Utility" + }, + new + { + Id = 478, + Description = "Blocks access to international Google domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = 28, + Name = "jmdugan Blocklists Google International" + }, + new + { + Id = 479, + EmailAddress = "easylist.polish@gmail.com", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://forums.lanik.us/viewforum.php?f=107", + LicenseId = 4, + Name = "EasyList Polish" + }, + new + { + Id = 480, + EmailAddress = "mail.energized@protonmail.com", + HomeUrl = "https://github.com/yecarrillo/adblock-colombia", + IssuesUrl = "https://github.com/yecarrillo/adblock-colombia/issues", + LicenseId = 4, + Name = "yecarrillo's ad-blocking subscription for Colombian sites" + }, + new + { + Id = 481, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Spark Protection", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 482, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Go Protection", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 483, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Protection", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 484, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Basic Protection", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 485, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Protection", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 486, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Ultimate Protection", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 487, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Unified Protection", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 490, + HomeUrl = "https://github.com/CyanideBrother/anti-pr0n", + IssuesUrl = "https://github.com/CyanideBrother/anti-pr0n/issues", + LicenseId = 5, + Name = "Anti-pr0n hosts" + }, + new + { + Id = 491, + Description = "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network.", + HomeUrl = "https://github.com/Clefspeare13/pornhosts", + IssuesUrl = "https://github.com/Clefspeare13/pornhosts/issues", + LicenseId = 2, + Name = "pornhosts" + }, + new + { + Id = 492, + HomeUrl = "https://github.com/mhxion/pornaway", + IssuesUrl = "https://github.com/mhxion/pornaway/issues", + LicenseId = 2, + Name = "PornAway blacklist (sites)" + }, + new + { + Id = 493, + HomeUrl = "https://github.com/mhxion/pornaway", + IssuesUrl = "https://github.com/mhxion/pornaway/issues", + LicenseId = 2, + Name = "PornAway blacklist (ads)" + }, + new + { + Id = 494, + Description = "This list of hosts is compiled from server logs on my own servers and forms the basis of the bad referrers domain lists for The Nginx Ultimate Bad Bot Blocker at https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker and the Apache Ultimate Bad Bot Blocker at https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", + IssuesUrl = "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", + LicenseId = 2, + Name = "Badd Boyz Hosts" + }, + new + { + Id = 495, + Description = "Utility for detecting phishing domains targeting Ethereum users.", + EmailAddress = "hello@metamask.io", + HomeUrl = "https://github.com/MetaMask/eth-phishing-detect", + IssuesUrl = "https://github.com/MetaMask/eth-phishing-detect/issues", + LicenseId = 23, + Name = "ETH Phishing Detect" + }, + new + { + Id = 496, + Description = "MrThreats filter list that blocks confirmed phishing domains", + HomeUrl = "https://github.com/MrThreat/Confirmed-Phish", + IssuesUrl = "https://github.com/MrThreat/Confirmed-Phish/issues", + LicenseId = 5, + Name = "Confirmed Phishing Domains" + }, + new + { + Id = 504, + Description = "This serves as a template and guidance for people who want to learn how to make their own adblock lists. This template contains the bare-bones necessities; the 'Novice' version has more tags and explanations.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Adblock List Template (Beginner)" + }, + new + { + Id = 505, + Description = "This serves as a template and guidance for people who want to learn how to make their own adblock lists. This template contains all conventionally used tags; the 'Beginner' version is easier to deal with.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Adblock List Template (Novice)" + }, + new + { + Id = 506, + Description = "Allow nonintrusive advertising without third-party tracking", + EmailAddress = "info@eyeo.com", + HomeUrl = "https://acceptableads.com/", + LicenseId = 5, + Name = "Acceptable Ads without third-party tracking" + }, + new + { + Id = 507, + Description = "EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=23", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyList (TPL)" + }, + new + { + Id = 508, + Description = "Whitelist of section with promotion of fake science/news. More at: https://github.com/PolishFiltersTeam/KAD/issues/649.", + EmailAddress = "polishjarvis@gmail.com", + HomeUrl = "https://kadantiscam.netlify.com/", + IssuesUrl = "https://github.com/PolishFiltersTeam/KAD/issues", + LicenseId = 8, + Name = "KAD - The Whitelist of the Controversial Pages", + SubmissionUrl = "https://kadantiscam.netlify.com/#contact" + }, + new + { + Id = 509, + Description = "Filters for blocking all the clickbait that surrounds articles and tries to drag you into a never-ending binge.", + HomeUrl = "https://github.com/endolith/clickbait", + IssuesUrl = "https://github.com/endolith/clickbait/issues", + LicenseId = 2, + Name = "Distractions and Clickbait Filter" + }, + new + { + Id = 510, + Description = "Filter list for uBlock, AdBlock and similar extensions.", + HomeUrl = "https://github.com/UnluckyLuke/BlockUnderRadarJunk", + IssuesUrl = "https://github.com/UnluckyLuke/BlockUnderRadarJunk/issues", + LicenseId = 24, + Name = "BlockUnderRadarJunk" + }, + new + { + Id = 512, + Description = "MinerBlock is an efficient browser extension that focuses on blocking browser-based cryptocurrency miners all over the web.", + DonateUrl = "https://github.com/xd4rker/MinerBlock#donations", + HomeUrl = "https://github.com/xd4rker/MinerBlock", + IssuesUrl = "https://github.com/xd4rker/MinerBlock/issues", + LicenseId = 2, + Name = "MinerBlock Filters" + }, + new + { + Id = 513, + Description = "This filter disables some Ad and Tracking Hosts in uBlock", + HomeUrl = "https://github.com/hit3shjain/Andromeda-ublock-list", + IssuesUrl = "https://github.com/hit3shjain/Andromeda-ublock-list/issues", + LicenseId = 2, + Name = "Andromeda uBlock List" + }, + new + { + Id = 514, + Description = "A filter list that blocks ads, trackers, and more.", + HomeUrl = "https://github.com/SkeletalDemise/Skeletal-Blocker", + IssuesUrl = "https://github.com/SkeletalDemise/Skeletal-Blocker/issues", + LicenseId = 4, + Name = "Skeletal Blocker" + }, + new + { + Id = 515, + Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.", + HomeUrl = "https://paulgb.github.io/BarbBlock/", + IssuesUrl = "https://github.com/paulgb/BarbBlock/issues", + LicenseId = 2, + Name = "BarbBlock uBlock Origin" + }, + new + { + Id = 516, + Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.", + HomeUrl = "https://paulgb.github.io/BarbBlock/", + IssuesUrl = "https://github.com/paulgb/BarbBlock/issues", + LicenseId = 2, + Name = "BarbBlock Domains" + }, + new + { + Id = 517, + Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.", + HomeUrl = "https://paulgb.github.io/BarbBlock/", + IssuesUrl = "https://github.com/paulgb/BarbBlock/issues", + LicenseId = 2, + Name = "BarbBlock Adblock Plus" + }, + new + { + Id = 518, + Description = "This list consists of Low Level Sensitivity website URLs", + EmailAddress = "info@dshield.org", + HomeUrl = "https://dshield.org/suspicious_domains.html", + LicenseId = 25, + Name = "DShield.org Suspicious Domain List - Low" + }, + new + { + Id = 519, + Description = "This list consists of Medium Level Sensitivity website URLs", + EmailAddress = "info@dshield.org", + HomeUrl = "https://dshield.org/suspicious_domains.html", + LicenseId = 25, + Name = "DShield.org Suspicious Domain List - Medium" + }, + new + { + Id = 520, + Description = "This list consists of High Level Sensitivity website URLs", + EmailAddress = "info@dshield.org", + HomeUrl = "https://dshield.org/suspicious_domains.html", + LicenseId = 25, + Name = "DShield.org Suspicious Domain List - High" + }, + new + { + Id = 521, + Description = "To block out ads, mostly tracking services, to prevent data from being collected.", + DonateUrl = "https://www.kowabit.de/willkommen/finanzierung-von-kowabit/", + HomeUrl = "https://www.kowabit.de/blcklst/", + LicenseId = 20, + Name = "Kowabit - bl*cklist of death - List for Fritz!Box routers" + }, + new + { + Id = 522, + Description = "If you want to specifically block service from Microsoft with respect to Windows 10 , then you use this list.", + DonateUrl = "https://www.kowabit.de/willkommen/finanzierung-von-kowabit/", + HomeUrl = "https://www.kowabit.de/blcklst/", + LicenseId = 20, + Name = "Kowabit - bl*cklist of death" + }, + new + { + Id = 525, + Description = "This list is a correlated list to only block porn sites that appear on Alex'a top 1m site list.", + HomeUrl = "https://github.com/chadmayfield/my-pihole-blocklists", + IssuesUrl = "https://github.com/chadmayfield/my-pihole-blocklists/issues", + LicenseId = 4, + Name = "Chad Mayfield's Porn List Light" + }, + new + { + Id = 526, + Description = "This list is a slightly edited list from Université Toulouse 1 Capitole.", + HomeUrl = "https://github.com/chadmayfield/my-pihole-blocklists", + IssuesUrl = "https://github.com/chadmayfield/my-pihole-blocklists/issues", + LicenseId = 4, + Name = "Chad Mayfield's Porn List Heavy" + }, + new + { + Id = 562, + Description = "Supports major domestic video sites! Already mainly supports uBO rules! Some of the large site element hiding rules have moved to Stylish, please go to https://userstyles.org/styles/117992/theme to install those entries.", + EmailAddress = "xinggsf@gmail.com", + ForumUrl = "https://bbs.kafan.cn/thread-1866845-1-1.html", + HomeUrl = "https://bbs.kafan.cn/thread-1866845-1-1.html", + IssuesUrl = "https://github.com/xinggsf/Adblock-Plus-Rule/issues", + LicenseId = 5, + Name = "Winding Advertising Filter Rules (乘风 广告过滤规则)" + }, + new + { + Id = 563, + Description = "Filter list for Adguard", + EmailAddress = "plaintext@andromedarabbit.net", + HomeUrl = "https://github.com/andromedarabbit/List-KR", + LicenseId = 8, + Name = "List-KR (andromedarabbit)" + }, + new + { + Id = 564, + Description = "Stop Anti-adblock tracking and problematic Anti-adblock websites", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + HomeUrl = "https://www.fanboy.co.nz/", + IssuesUrl = "https://github.com/ryanbr/fanboy-adblock/issues", + LicenseId = 16, + Name = "Fanboy's problematic-sites" + }, + new + { + Id = 565, + Description = "EasyList Lite is new in AdBlock for Microsoft Edge and Mozilla Firefox. It's a subset of EasyList. EasyList Lite includes only the filters that actually block and hide ads on the websites people visit most. This makes it several thousand filters smaller than EasyList, and that enables AdBlock to work faster on those sites.", + ForumUrl = "https://help.getadblock.com/support/home", + HomeUrl = "https://help.getadblock.com/support/home", + LicenseId = 4, + Name = "EasyList - Lite", + PolicyUrl = "https://help.getadblock.com/support/solutions/articles/6000142821-what-is-easylist-lite-" + }, + new + { + Id = 566, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 4, + Name = "ABP Anti-Circumvention Filter List" + }, + new + { + Id = 569, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 4, + Name = "ABP Anti-Circumvention Filter List - Chinese Only" + }, + new + { + Id = 570, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 4, + Name = "ABP Anti-Circumvention Filter List - Czech Only" + }, + new + { + Id = 573, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 4, + Name = "ABP Anti-Circumvention Filter List - English Only" + }, + new + { + Id = 574, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 4, + Name = "ABP Anti-Circumvention Filter List - French Only" + }, + new + { + Id = 575, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 4, + Name = "ABP Anti-Circumvention Filter List - German Only" + }, + new + { + Id = 583, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 4, + Name = "ABP Anti-Circumvention Filter List - Portuguese Only" + }, + new + { + Id = 585, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 4, + Name = "ABP Anti-Circumvention Filter List - Russian Only" + }, + new + { + Id = 586, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 4, + Name = "ABP Anti-Circumvention Filter List - Spanish Only" + }, + new + { + Id = 589, + Description = "A occasionally updated collection gambling domains in hosts file format.", + HomeUrl = "https://github.com/Sinfonietta/hostfiles", + IssuesUrl = "https://github.com/Sinfonietta/hostfiles/issues", + LicenseId = 2, + Name = "Gambling Hosts" + }, + new + { + Id = 590, + Description = "A occasionally updated collection of porn domains in hosts file format.", + HomeUrl = "https://github.com/Sinfonietta/hostfiles", + IssuesUrl = "https://github.com/Sinfonietta/hostfiles/issues", + LicenseId = 2, + Name = "Pornography Hosts" + }, + new + { + Id = 591, + Description = "A occasionally updated collection of snuff domains in hosts file format.", + HomeUrl = "https://github.com/Sinfonietta/hostfiles", + IssuesUrl = "https://github.com/Sinfonietta/hostfiles/issues", + LicenseId = 2, + Name = "Snuff Hosts" + }, + new + { + Id = 592, + Description = "A occasionally updated collection of social media domains in hosts file format.", + HomeUrl = "https://github.com/Sinfonietta/hostfiles", + IssuesUrl = "https://github.com/Sinfonietta/hostfiles/issues", + LicenseId = 2, + Name = "Social Hosts" + }, + new + { + Id = 593, + Description = "This is a small attempt to limit my exposure to sites that fall under the umbrella of “fake news.” It blocks sites that willfully and regularly spread clickbait, hoaxes, propaganda and disinformation.", + EmailAddress = "moustache@gmail.com", + HomeUrl = "https://github.com/marktron/fakenews", + IssuesUrl = "https://github.com/marktron/fakenews/issues", + LicenseId = 2, + Name = "fakenews" + }, + new + { + Id = 595, + Description = "Collection of Analytics, Ads, and tracking hosts to block.", + HomeUrl = "https://www.github.developerdan.com/hosts/", + IssuesUrl = "https://github.com/lightswitch05/hosts/issues", + LicenseId = 18, + Name = "Ads & Tracking" + }, + new + { + Id = 596, + Description = "A very aggressive block list for tracking, geo-targeting, & ads. This list is only recommended for advanced users who do not mind occasional whitelisting.", + HomeUrl = "https://www.github.developerdan.com/hosts/", + IssuesUrl = "https://github.com/lightswitch05/hosts/issues", + LicenseId = 18, + Name = "Tracking Aggressive" + }, + new + { + Id = 598, + Description = "Hosts block ads of Vietnamese", + HomeUrl = "https://github.com/bigdargon/hostsVN", + IssuesUrl = "https://github.com/bigdargon/hostsVN/issues", + LicenseId = 2, + Name = "hostsVN" + }, + new + { + Id = 599, + Description = "Android host file - Adaway", + EmailAddress = "support@abpvn.com", + HomeUrl = "https://abpvn.com/", + LicenseId = 4, + Name = "ABPVN Hosts" + }, + new + { + Id = 600, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the Vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam.", + EmailAddress = "support@abpvn.com", + HomeUrl = "https://abpvn.com/", + LicenseId = 4, + Name = "ABPVN List - No Element Hide" + }, + new + { + Id = 601, + Description = "A filterlist to prevent sites that know to trick and gain 'Facebook access token' from you that their site offer to boost likes, followers, comments, post shares, etc. while gain access your account to do the same for others.", + HomeUrl = "https://github.com/kowith337/ThaiAntiTokenSites", + IssuesUrl = "https://github.com/kowith337/ThaiAntiTokenSites/issues", + LicenseId = 13, + Name = "ThaiAntiTokenSites" + }, + new + { + Id = 602, + Description = "A hosts file to prevent sites that know to trick and gain 'Facebook access token' from you that their site offer to boost likes, followers, comments, post shares, etc. while gain access your account to do the same for others.", + HomeUrl = "https://github.com/kowith337/ThaiAntiTokenSites", + IssuesUrl = "https://github.com/kowith337/ThaiAntiTokenSites/issues", + LicenseId = 13, + Name = "ThaiAntiTokenSites Hosts" + }, + new + { + Id = 603, + Description = "This list aims to remove particularly disturbing content on YouTube, DailyMotion, Vimeo, Rumble, and several other video sites, that targets young children, as well as nursery rhymes, \"Finger Family\", \"Wrong Heads\", and other things that are hotbeds for extremely unproductive videos. Also supports YouTube on mobile browsers (but sadly not the apps).", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-Elsagate List" + }, + new + { + Id = 604, + Description = "IPs used by forum spammers (last 30 days)", + ForumUrl = "https://www.stopforumspam.com/forum/", + HomeUrl = "https://www.stopforumspam.com/", + LicenseId = 26, + Name = "StopForumSpam" + }, + new + { + Id = 605, + Description = "An ipset made from blocklists that track attacks, spyware, viruses. It includes IPs than have been reported or detected in the last 30 days. (includes: bruteforceblocker ciarmy dshield_30d dshield_top_1000 malc0de maxmind_proxy_fraud myip shunlist snort_ipfilter sslbl_aggressive talosintel_ipfilter zeus vxvault)", + HomeUrl = "https://iplists.firehol.org/", + LicenseId = 2, + Name = "Firehol Level 3" + }, + new + { + Id = 606, + Description = "Goodbye Ads is designed for Unix-like systems (such as Android), gets a list of domains that serve ads, tracking scripts and malware from multiple reputable sources and creates a hosts file that prevents your system from connecting to them.", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/goodbye-ads-advanced-protection-ads-ad-t3827269", + HomeUrl = "https://github.com/jerryn70/GoodbyeAds", + IssuesUrl = "https://github.com/jerryn70/GoodbyeAds/issues", + LicenseId = 2, + Name = "Goodbye Ads" + }, + new + { + Id = 607, + Description = "Filters that hide and block newsletters (without pop-ups).", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = 9, + Name = "Polish Annoyance Filters - Newsletters", + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues" + }, + new + { + Id = 608, + Description = "Filters that hide and block arrows.", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = 9, + Name = "Polish Annoyance Filters - Arrows", + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues" + }, + new + { + Id = 609, + Description = "Filters that hide and block web push notifications.", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = 9, + Name = "Polish Annoyances Filters - Web Push Notifications", + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues" + }, + new + { + Id = 610, + Description = "Filters that prevent videos from scrolling.", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = 9, + Name = "Polish Annoyance Filters - Scrolling Videos", + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues" + }, + new + { + Id = 611, + Description = "Filters that hide and block in-house ads.", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = 9, + Name = "Polish Annoyance Filters - Backgrounds Containing Self-Advertising", + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues" + }, + new + { + Id = 612, + Description = "Filters that hide and block pop-ups.", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = 9, + Name = "Polish Annoyance Filters - Pop-ups", + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues" + }, + new + { + Id = 613, + Description = "Filters that hide and block contact/feedback widgets.", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = 9, + Name = "Polish Annoyance Filters - Contact/Feedback Widgets", + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues" + }, + new + { + Id = 614, + Description = "Filters that remove internal tags that do not match the subject of the article, which are easily accidentally clicked. Inspired by Agora Tag Links Remove extension.", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = 9, + Name = "Polish Annoyance Filters - Tagged Internal Links", + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues" + }, + new + { + Id = 616, + Description = "Filters that hide and block various other elements.", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = 9, + Name = "Polish Annoyance Filters - Other Elements", + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues" + }, + new + { + Id = 617, + Description = "Ad server list for use with hosts files to block ads", + DonateUrl = "https://www.patreon.com/blocklist", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List (Hosts)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 618, + LicenseId = 5, + Name = "Mandiant APT1 Report Appendix D" + }, + new + { + Id = 619, + Description = "YouTube Ad-Block-List for PiHole by HenningVanRäumle", + LicenseId = 5, + Name = "pihole-ytadblock" + }, + new + { + Id = 625, + Description = "A lightweight and constantly updated host blocker available for free on GitHub.", + DonateUrl = "https://github.com/nathanaccidentally/SystemHostsBlocker#systemhostblocker", + EmailAddress = "nathanaccidentally@gmail.com", + HomeUrl = "https://github.com/nathanaccidentally/SystemHostsBlocker", + IssuesUrl = "https://github.com/nathanaccidentally/SystemHostsBlocker/issues", + LicenseId = 2, + Name = "System Hosts Blocker" + }, + new + { + Id = 626, + LicenseId = 2, + Name = "Tyzbit Hosts" + }, + new + { + Id = 628, + Description = "Say goodbye to ads, spies, tracking and untrusted hosts.", + HomeUrl = "https://github.com/TakoYachty/Gift-Card-Killer", + IssuesUrl = "https://github.com/TakoYachty/Gift-Card-Killer/issues", + LicenseId = 5, + Name = "Untrusted Hosts Blocker" + }, + new + { + Id = 630, + LicenseId = 5, + Name = "AdGuard DNS Filter (Domains)" + }, + new + { + Id = 631, + LicenseId = 2, + Name = "Prigent Phishing" + }, + new + { + Id = 632, + Description = "Samsung SmartTV domains (Will block the \"Smart\" aspects of devices)", + LicenseId = 5, + Name = "Samsung SmartTV Domains" + }, + new + { + Id = 658, + Description = "Block annoying web elements and reclaim lost screen real estate - Unsuck the web and make it more user friendly!", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = 8, + Name = "Web Annoyances Ultralist - Generic Filters" + }, + new + { + Id = 659, + Description = "Block annoying web elements and reclaim lost screen real estate - Unsuck the web and make it more user friendly!", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = 8, + Name = "Web Annoyances Ultralist - Modal Overlay Filters" + }, + new + { + Id = 660, + Description = "Block annoying web elements and reclaim lost screen real estate - Unsuck the web and make it more user friendly!", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = 8, + Name = "Web Annoyances Ultralist - Newsletter Subscription Filters" + }, + new + { + Id = 661, + Description = "Block annoying web elements and reclaim lost screen real estate - Unsuck the web and make it more user friendly!", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = 8, + Name = "Web Annoyances Ultralist - Social Filters" + }, + new + { + Id = 663, + HomeUrl = "https://nmtrung.com/fmsf-2/", + IssuesUrl = "https://github.com/nmtrung/FMSF-2.0/issues", + LicenseId = 5, + Name = "FSMF 2" + }, + new + { + Id = 664, + HomeUrl = "https://github.com/r-a-y/mobile-hosts", + IssuesUrl = "https://github.com/r-a-y/mobile-hosts/issues", + LicenseId = 4, + Name = "Adguard Mobile Ads (hosts)" + }, + new + { + Id = 665, + HomeUrl = "https://github.com/r-a-y/mobile-hosts", + IssuesUrl = "https://github.com/r-a-y/mobile-hosts/issues", + LicenseId = 4, + Name = "Adguard Mobile Tracking and Spyware (hosts)" + }, + new + { + Id = 666, + HomeUrl = "https://github.com/r-a-y/mobile-hosts", + IssuesUrl = "https://github.com/r-a-y/mobile-hosts/issues", + LicenseId = 4, + Name = "Adguard Specific Apps (hosts)" + }, + new + { + Id = 667, + HomeUrl = "https://github.com/r-a-y/mobile-hosts", + IssuesUrl = "https://github.com/r-a-y/mobile-hosts/issues", + LicenseId = 4, + Name = "AdGuard DNS Filter (Hosts)" + }, + new + { + Id = 668, + HomeUrl = "https://github.com/10ZiN/10ZiN.github.io", + LicenseId = 5, + Name = "iOS/Mobile Host Database" + }, + new + { + Id = 669, + HomeUrl = "https://github.com/10ZiN/10ZiN.github.io", + LicenseId = 5, + Name = "10ZiN Host Database (Full)" + }, + new + { + Id = 670, + Description = "A version of the Nordic filter list for Little Snitch. It currently doesn't see much work done on it, as the maintainer does not have a Mac to test it with.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (Little Snitch)" + }, + new + { + Id = 671, + Description = "This rule group demonstrates the subscription of a blocklist. It's for demo purposes only. It lets you try out the subscription procedure and the available configuration options. You can rename the group, enable/disable either individual rules or the entire group, specify the update interval, and more.", + HomeUrl = "https://www.obdev.at/products/littlesnitch/index.html", + LicenseId = 5, + Name = "Little Snitch Blocklist Example" + }, + new + { + Id = 672, + Description = "Ad server list for use with Little Snitch", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List (Little Snitch)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 673, + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List (Internet Explorer)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 674, + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List (Domains)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 675, + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List (IPs)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 676, + Description = "List of ad servers usable in Internet Junkbuster's / Privoxy block file", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List (Privoxy)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 677, + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List (Domains with wildcards)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 678, + HomeUrl = "https://gist.github.com/sx2008/2766874", + LicenseId = 5, + Name = "Privoxy User Action File (sx2008)" + }, + new + { + Id = 679, + Description = "This is my Privoxy configuration. It blocks common trackers and ads.", + HomeUrl = "https://github.com/fdb/privoxy-config", + IssuesUrl = "https://github.com/fdb/privoxy-config/issues", + LicenseId = 5, + Name = "Privoxy Config - Block Trackers" + }, + new + { + Id = 680, + Description = "This is a slimmer version of \"Dandelion Sprout's Nordic Filters\", intended for users of software tools that doesn't support adblocker syntaxes. It chiefly targets scams and malware on Norwegian or Danish sites, as well as some advert and tracking servers.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (Domains)" + }, + new + { + Id = 681, + Description = "An IP list of domains serving malware", + ForumUrl = "https://www.malwaredomainlist.com/forums/", + HomeUrl = "https://www.malwaredomainlist.com/", + LicenseId = 7, + Name = "Malware Domain List (IPs)", + SubmissionUrl = "https://www.malwaredomainlist.com/contact.php" + }, + new + { + Id = 682, + Description = "This file will be automatically updated daily and populated with the last 30 days of malicious IP addresses.", + HomeUrl = "https://malc0de.com/dashboard/", + LicenseId = 5, + Name = "Malc0de IP Blacklist" + }, + new + { + Id = 683, + EmailAddress = "support@novirusthanks.com", + HomeUrl = "http://www.urlvir.com/", + LicenseId = 5, + Name = "URLVir Active Malicious IP Addresses Hosting Malware" + }, + new + { + Id = 684, + EmailAddress = "support@novirusthanks.com", + HomeUrl = "http://www.urlvir.com/", + LicenseId = 5, + Name = "URLVir Active Malicious Hosts" + }, + new + { + Id = 685, + Description = "This is a list of malware domains.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = 5, + Name = "DNS-BH Malware Domains (Hosts)" + }, + new + { + Id = 686, + DonateUrl = "https://help.getadblock.com/support/solutions/articles/6000087900-where-can-i-pay-for-adblock-", + HomeUrl = "https://getadblock.com/", + LicenseId = 4, + Name = "Chrome AdBlock auxiliarly filters" + }, + new + { + Id = 687, + Description = "Hosts file based ad blocker for Microsoft Edge and all other browsers. Does not require any add-ons, since this method is based on the hosts DNS resolver text file.", + DonateUrl = "http://www.quero.at/donate.php", + EmailAddress = "support@quero.at", + HomeUrl = "http://www.quero.at/adblock-hosts-edge.php", + LicenseId = 4, + Name = "Quero AdBlock Hosts" + }, + new + { + Id = 689, + HomeUrl = "https://github.com/xxcriticxx/.pl-host-file", + IssuesUrl = "https://github.com/xxcriticxx/.pl-host-file/issues", + LicenseId = 11, + Name = ".pl-host-file" + }, + new + { + Id = 690, + Description = "A daily updated list of suspicious, snooping, sniffing and hacking attempts from IP addresses against services like SSH, HTTP and Wordpress Hack Attempts", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/Suspicious.Snooping.Sniffing.Hacking.IP.Addresses", + IssuesUrl = "https://github.com/mitchellkrogza/Suspicious.Snooping.Sniffing.Hacking.IP.Addresses/issues", + LicenseId = 2, + Name = "Suspicious Snooping Sniffing Hacking IP Addresses" + }, + new + { + Id = 691, + Description = "Lists of the top attacking IP addresses trying to hack or compromise Wordpress web sites. Information is sourced from reports released monthly by Wordfence", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/Top-Attacking-IP-Addresses-Against-Wordpress-Sites", + IssuesUrl = "https://github.com/mitchellkrogza/Top-Attacking-IP-Addresses-Against-Wordpress-Sites/issues", + LicenseId = 2, + Name = "Top Attacking IP Addresses Against Wordpress Sites" + }, + new + { + Id = 692, + Description = "This repository contains a list of all web sites I come across that are hacked with malware, ransomware or trojans. Most site owners are unaware their sites have been hacked and are being used to plant malware.", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites", + IssuesUrl = "https://github.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites/issues", + LicenseId = 2, + Name = "The Big List of Hacked Malware Web Sites" + }, + new + { + Id = 693, + Description = "The Ultimate hosts file for protecting your computer or device against over a million bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware. Raw versions in 4 parts can be found at https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/tree/master/hosts", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist", + IssuesUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/issues", + LicenseId = 2, + Name = "Ultimate Hosts Blacklist (Hosts)" + }, + new + { + Id = 694, + Description = "The Ultimate hosts file for protecting your computer or device against over a million bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware. Raw versions in 4 parts can be found at https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/tree/master/domains", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist", + IssuesUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/issues", + LicenseId = 2, + Name = "Ultimate Hosts Blacklist (Domains)" + }, + new + { + Id = 696, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "Dan Pollock's Hosts (Domains)" + }, + new + { + Id = 697, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "MVPS Hosts (Domains)" + }, + new + { + Id = 698, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "Malware Domain List (Domains)" + }, + new + { + Id = 699, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "NoCoin (Domains)" + }, + new + { + Id = 700, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "EasyList (Domains)" + }, + new + { + Id = 703, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "KAD Hosts File (Domains)" + }, + new + { + Id = 704, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "Steven Black's Hosts (Domains)" + }, + new + { + Id = 705, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "Badd Boyz Hosts (Domains)" + }, + new + { + Id = 706, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "add.2o7Net (Domains)" + }, + new + { + Id = 707, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "add.Dead (Domains)" + }, + new + { + Id = 708, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "add.Risk (Domains)" + }, + new + { + Id = 709, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "add.Spam (Domains)" + }, + new + { + Id = 710, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "Tyzbit (Domains)" + }, + new + { + Id = 711, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "Unchecky Ads (Domains)" + }, + new + { + Id = 712, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = 2, + Name = "Spotify Ad Domains" + }, + new + { + Id = 715, + EmailAddress = "admin@highsea90.com", + HomeUrl = "https://github.com/highsea/Hosts", + IssuesUrl = "https://github.com/highsea/Hosts/issues", + LicenseId = 5, + Name = "High Sea Hosts" + }, + new + { + Id = 716, + HomeUrl = "https://github.com/lennylxx/ipv6-hosts", + IssuesUrl = "https://github.com/lennylxx/ipv6-hosts/issues", + LicenseId = 2, + Name = "lennylxx IPv6 Hosts" + }, + new + { + Id = 717, + Description = "The project does not make any profit, only for convenient browsing of some websites for study and research, please comply with local laws.", + HomeUrl = "https://github.com/superliaoyong/hosts", + LicenseId = 5, + Name = "Full Address Hosts File", + PolicyUrl = "https://github.com/superliaoyong/hosts#项目开源复制时注明来源但禁止任何人或组织重发布到大陆网站" + }, + new + { + Id = 718, + Description = "CERNET -- China Education and Research Network. You can ignore this repository if you don't know that.", + HomeUrl = "https://github.com/popcorner/cernet-ipv6-hosts", + IssuesUrl = "https://github.com/popcorner/cernet-ipv6-hosts/issues", + LicenseId = 5, + Name = "CERNET IPv6 Hosts" + }, + new + { + Id = 719, + Description = "This list allows advertising that directly benefits open source projects by paying for development, paying for operations, or providing direct funding. You can read more at https://ads-for-open-source.readthedocs.io/inclusion.html for details on the criteria for inclusion or to get your project included.", + HomeUrl = "https://github.com/readthedocs/ads-for-opensource", + IssuesUrl = "https://github.com/readthedocs/ads-for-opensource/issues", + LicenseId = 2, + Name = "Open Source Advertising Exception List" + }, + new + { + Id = 720, + Description = "Nónio - The platform that violates your privacy.", + HomeUrl = "https://nonio.pt/ublock.html", + LicenseId = 5, + Name = "AntiNónio" + }, + new + { + Id = 721, + Description = "This list started as a replica of the content that was on the AntiNónio project at https://nonio.pt/ublock.html. However, since this content contained several addresses that I don't think should be included in it, I decided to redo it and make it more dynamic.", + HomeUrl = "https://github.com/brunomiguel/antinonio", + IssuesUrl = "https://github.com/brunomiguel/antinonio/issues", + LicenseId = 8, + Name = "AntiNónio - Bruno Miguel" + }, + new + { + Id = 722, + HomeUrl = "https://gist.github.com/balupton/6960605", + LicenseId = 5, + Name = "Twitter Drama" + }, + new + { + Id = 723, + HomeUrl = "https://gist.github.com/balupton/6960605", + LicenseId = 5, + Name = "Feedly Ads" + }, + new + { + Id = 724, + HomeUrl = "https://gist.github.com/balupton/6960605", + LicenseId = 5, + Name = "Facebook Drama" + }, + new + { + Id = 726, + HomeUrl = "https://github.com/whtsky/abp-rules", + IssuesUrl = "https://github.com/whtsky/abp-rules/issues", + LicenseId = 5, + Name = "whtsky's rules" + }, + new + { + Id = 728, + Description = "Filter list that specifically removes adverts on Indonesian language websites.", + HomeUrl = "https://github.com/realodix/AdBlockID", + IssuesUrl = "https://github.com/realodix/AdBlockID/issues", + LicenseId = 4, + Name = "AdBlockID" + }, + new + { + Id = 729, + Description = "Blocks crap on websites", + EmailAddress = "elias.ojala+github@kapsi.fi", + HomeUrl = "https://crapblock.theel0ja.info/", + IssuesUrl = "https://github.com/theel0ja/CrapBlock/issues", + LicenseId = 5, + Name = "CrapBlock Annoyances" + }, + new + { + Id = 730, + Description = "Blocks Google Fonts, except those not available for download.", + EmailAddress = "elias.ojala+github@kapsi.fi", + HomeUrl = "https://crapblock.theel0ja.info/", + IssuesUrl = "https://github.com/theel0ja/CrapBlock/issues", + LicenseId = 5, + Name = "Block Google Fonts (by CrapBlock)" + }, + new + { + Id = 731, + Description = "A list that blocks ads from my choice", + HomeUrl = "https://github.com/NeeEoo/AdBlockNeeEoo", + IssuesUrl = "https://github.com/NeeEoo/AdBlockNeeEoo/issues", + LicenseId = 5, + Name = "AdBlockNeeEoo" + }, + new + { + Id = 732, + Description = "This is a blocklist (might not be ad specific) for ublock orgin and other blockers... Reason: Out of box nagware/pop up box less internet (also used by me)", + DonateUrl = "https://bads.team/ultrapage#donate", + EmailAddress = "hello@bads.team", + HomeUrl = "https://github.com/dariusworks/superblock", + IssuesUrl = "https://github.com/dariusworks/superblock/issues", + LicenseId = 2, + Name = "BADS.TM Cleaner Sites List All In One" + }, + new + { + Id = 734, + Description = "Filterlist that targeted to use on Gelbooru image board site.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A\"Site%3A+Gelbooru\"", + LicenseId = 13, + Name = "GelboLube" + }, + new + { + Id = 735, + Description = "Help blocking ads, unnecessary widgets and also prevent anti-adblock cooldown on APKMirror.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A\"Site%3A+APKMirror\"", + LicenseId = 13, + Name = "Anti APKMirror Ads and Countdown" + }, + new + { + Id = 736, + Description = "A systematic Internet filter halting analytics.", + HomeUrl = "https://github.com/OsborneSystems/Columbia", + IssuesUrl = "https://github.com/OsborneSystems/Columbia/issues", + LicenseId = 5, + Name = "Columbia Analytica" + }, + new + { + Id = 743, + Description = "In this repo I'm keeping all custom filter rules I'm using for the sites I'm typically visit. Some of them are trying to \"mask\" ad or make it \"native\". But this is not what I want to see.", + HomeUrl = "https://github.com/akopachov/uBlock-AK-filter-rules", + IssuesUrl = "https://github.com/akopachov/uBlock-AK-filter-rules/issues", + LicenseId = 2, + Name = "uBlock AK Filter Rules" + }, + new + { + Id = 744, + Description = "How to filter out advertisements and noise on Stack Overflow", + HomeUrl = "https://github.com/Hunter-Github/the-best-stack-overflow", + IssuesUrl = "https://github.com/Hunter-Github/the-best-stack-overflow/issues", + LicenseId = 5, + Name = "The Best Stack Overflow" + }, + new + { + Id = 746, + Description = "By using this extension, you can block ads that you think are annoying while browsing on websites that you like to explore. You can also save internet quota usage or speed up website loading, so you can save time.", + HomeUrl = "https://github.com/Hakame-kun/uBlock-Filters-Indonesia", + IssuesUrl = "https://github.com/Hakame-kun/uBlock-Filters-Indonesia/issues", + LicenseId = 5, + Name = "uBlock Indo" + }, + new + { + Id = 747, + Description = "A filterlist to block ads. It's specifically written for uBlock Origin, but still compatible with most ad blockers. However, some filters could only be detected by uBO. Main focus of this filter list is to cover Parsi websites and also most-visited websites in Iran, or other Parsi speaking countries, that are not covered by other major filter lists.", + HomeUrl = "https://github.com/nimasaj/uBOPa", + IssuesUrl = "https://github.com/nimasaj/uBOPa/issues", + LicenseId = 2, + Name = "uBOPa" + }, + new + { + Id = 748, + Description = "Blocks 3rd-party Google tracking", + HomeUrl = "https://blogs.msdn.microsoft.com/ie/2012/02/20/google-bypassing-user-privacy-settings/", + LicenseId = 5, + Name = "Stop Google Tracking" + }, + new + { + Id = 749, + Description = "This is a list of malware domains generated from malwaredomains.com data.", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = 5, + Name = "DNS-BH Malware Domains (TPL)" + }, + new + { + Id = 750, + Description = "TRUSTe's Easy Tracking Protection list enables relevant and targeted content from companies that demonstrate respectful consumer privacy practices and comply with TRUSTe's high standards and direct oversight.", + HomeUrl = "https://www.trustarc.com/blog/2011/02/17/truste-tpl-next-steps/", + LicenseId = 5, + Name = "TRUSTe Easy Tracking Protection List" + }, + new + { + Id = 751, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 5, + Name = "Rickroll Blacklist (TPL)" + }, + new + { + Id = 752, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 16, + Name = "Popup Block List for Adblock Plus Popup Addon" + }, + new + { + Id = 753, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 2, + Name = "Prebake TPL" + }, + new + { + Id = 754, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 5, + Name = "Malware Patrol TPL" + }, + new + { + Id = 755, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 5, + Name = "Sucuri M" + }, + new + { + Id = 756, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 8, + Name = "Latvian List (TPL)" + }, + new + { + Id = 757, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 5, + Name = "Facebook Connect Opt-Out" + }, + new + { + Id = 758, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 5, + Name = "Adblock Persian List (TPL)" + }, + new + { + Id = 759, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 12, + Name = "Fanboy's IsraelList (TPL)" + }, + new + { + Id = 760, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 16, + Name = "Adversity - AntiSocial (TPL)" + }, + new + { + Id = 761, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 16, + Name = "Adversity (TPL)" + }, + new + { + Id = 762, + DonateUrl = "https://www.paypal.com/nz/cgi-bin/webscr?cmd=_flow&SESSION=e3IZrPcc9VRrZhVknlZQ_6FjPBYH0_TRCkvdN7P_2F8lM3LsRl5iaKoa5LO&dispatch=5885d80a13c0db1f8e263663d3faee8db8175432b4df92754f4b4adb5a123d61&rapidsState=Donation__DonationFlow___StateDonationLogin&rapidsStateSignature=97ea3fa28f688ec0477182a325851e412cbbd40d", + HomeUrl = "https://www.fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's Adblock-Nonelements List" + }, + new + { + Id = 763, + DonateUrl = "https://www.paypal.com/nz/cgi-bin/webscr?cmd=_flow&SESSION=e3IZrPcc9VRrZhVknlZQ_6FjPBYH0_TRCkvdN7P_2F8lM3LsRl5iaKoa5LO&dispatch=5885d80a13c0db1f8e263663d3faee8db8175432b4df92754f4b4adb5a123d61&rapidsState=Donation__DonationFlow___StateDonationLogin&rapidsStateSignature=97ea3fa28f688ec0477182a325851e412cbbd40d", + HomeUrl = "https://www.fanboy.co.nz/", + LicenseId = 16, + Name = "Fanboy's Tracking List (TPL)" + }, + new + { + Id = 764, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 16, + Name = "Fanboy's Enhanced Tracking List (TPL)" + }, + new + { + Id = 765, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = 16, + Name = "Fanboy's Adblock List (TPL)" + }, + new + { + Id = 766, + Description = "lilydjwg's rules, mainly for China websites", + EmailAddress = "lilydjwg@gmail.com", + HomeUrl = "https://github.com/lilydjwg/abp-rules", + IssuesUrl = "https://github.com/lilydjwg/abp-rules/issues", + LicenseId = 5, + Name = "lilydjwg's rules" + }, + new + { + Id = 767, + Description = "Rules contributed by diligent owls.", + HomeUrl = "https://github.com/OwlStudioCN/owl-abp-rules", + IssuesUrl = "https://github.com/OwlStudioCN/owl-abp-rules/issues", + LicenseId = 8, + Name = "OwlStudio ABP Rules" + }, + new + { + Id = 769, + Description = "A filter list for Adblock Plus for remove all newsletters banners", + HomeUrl = "https://github.com/Manu1400/i-don-t-care-about-newsletters", + IssuesUrl = "https://github.com/Manu1400/i-don-t-care-about-newsletters/issues", + LicenseId = 8, + Name = "I don't care about newsletters" + }, + new + { + Id = 770, + EmailAddress = "magno.biet+adp@gmail.com", + LicenseId = 2, + Name = "Magno's Adblock List" + }, + new + { + Id = 772, + EmailAddress = "kbinani.bt@gmail.com", + HomeUrl = "https://github.com/kbinani/adblock-wikipedia", + IssuesUrl = "https://github.com/kbinani/adblock-wikipedia/issues", + LicenseId = 2, + Name = "adblock-wikipedia" + }, + new + { + Id = 773, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=90", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Germany + EasyList (TPL)" + }, + new + { + Id = 774, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = 16, + Name = "Fanboy's Annoyance List (TPL)" + }, + new + { + Id = 775, + HomeUrl = "https://margevicius.lt/", + LicenseId = 4, + Name = "EasyList Lithuania + EasyList (TPL)" + }, + new + { + Id = 776, + HomeUrl = "https://stanev.org/abp/", + LicenseId = 4, + Name = "Bulgarian List + EasyList (TPL)" + }, + new + { + Id = 777, + HomeUrl = "https://easylist.to/", + LicenseId = 8, + Name = "Latvian List + EasyList (TPL)" + }, + new + { + Id = 778, + EmailAddress = "easylist@protonmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyPrivacy + EasyList (TPL)" + }, + new + { + Id = 779, + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Italy + EasyList (TPL)" + }, + new + { + Id = 780, + HomeUrl = "https://github.com/easylist/EasyListHebrew", + LicenseId = 4, + Name = "EasyList Hebrew + EasyList (TPL)" + }, + new + { + Id = 781, + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList China + EasyList (TPL)" + }, + new + { + Id = 782, + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Dutch + EasyList (TPL)" + }, + new + { + Id = 783, + DonateUrl = "https://www.patreon.com/zosoro/overview", + EmailAddress = "mail@zoso.ro", + HomeUrl = "https://www.zoso.ro/rolist/", + LicenseId = 5, + Name = "ROList + EasyList (TPL)" + }, + new + { + Id = 784, + HomeUrl = "https://easylist.to/", + LicenseId = 11, + Name = "Wiltteri + EasyList (TPL)" + }, + new + { + Id = 785, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = 16, + Name = "Fanboy's Social Blocking List (TPL)" + }, + new + { + Id = 786, + HomeUrl = "https://code.google.com/archive/p/liste-ar-adblock/", + LicenseId = 6, + Name = "Liste AR + Liste FR + EasyList (TPL)" + }, + new + { + Id = 787, + HomeUrl = "https://easylist.to/", + LicenseId = 16, + Name = "RU AdList + EasyList (TPL)" + }, + new + { + Id = 788, + HomeUrl = "https://code.google.com/archive/p/liste-ar-adblock/", + LicenseId = 12, + Name = "Liste AR (TPL)" + }, + new + { + Id = 789, + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Dutch (TPL)" + }, + new + { + Id = 790, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyPrivacy Without International Rules (TPL)" + }, + new + { + Id = 791, + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://easylist.to/", + LicenseId = 16, + Name = "RU AdList (TPL)" + }, + new + { + Id = 792, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Without Rules for Adult Sites (TPL)" + }, + new + { + Id = 793, + ForumUrl = "https://forums.lanik.us/viewforum.php?f=103", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Spanish (TPL)" + }, + new + { + Id = 794, + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList China (TPL)" + }, + new + { + Id = 795, + ForumUrl = "https://forums.lanik.us/viewforum.php?f=91", + HomeUrl = "https://easylist.to/", + LicenseId = 6, + Name = "Liste FR (TPL)" + }, + new + { + Id = 796, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=90", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Germany (TPL)" + }, + new + { + Id = 797, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "Adblock Warning Removal List (TPL)" + }, + new + { + Id = 798, + ForumUrl = "https://forums.lanik.us/viewforum.php?f=91", + HomeUrl = "https://easylist.to/", + LicenseId = 6, + Name = "Liste FR + EasyList (TPL)" + }, + new + { + Id = 799, + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Italy (TPL)" + }, + new + { + Id = 800, + ForumUrl = "https://forums.lanik.us/viewforum.php?f=103", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Spanish + EasyList (TPL)" + }, + new + { + Id = 801, + Description = "This is a Macedonian list", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/AncientLibrary", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 10, + Name = "ABP Macedonian List" + }, + new + { + Id = 802, + Description = "Algerian filters for Adblock Plus", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/AncientLibrary", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 6, + Name = "Liste DZ" + }, + new + { + Id = 803, + Description = "General icelandic ad and blocking subscription", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/AncientLibrary", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 10, + Name = "Snaevar87's Icelandic filter" + }, + new + { + Id = 804, + EmailAddress = "tamilfriendslist@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/AncientLibrary", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 16, + Name = "TamilFriends List" + }, + new + { + Id = 805, + Description = "A combined version of the filterlist RU AdList against advertising, and an experimental list of cosmetic CSS style fixes. At the moment it only works normally in uBlock Origin.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://forums.lanik.us/viewforum.php?f=102", + LicenseId = 16, + Name = "RU AdList + CSS Fixes" + }, + new + { + Id = 806, + EmailAddress = "easylist.portuguese@gmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Portuguese" + }, + new + { + Id = 807, + Description = "This is a cosmetic filter for the uBlock Origin extension (with adblock support) to automatically filter all the pro-5-Star comments and the 'anti-information' pages they share with sensationalistic headlines.", + HomeUrl = "https://github.com/luigimannoni/m5s-ublock-filter", + IssuesUrl = "https://github.com/luigimannoni/m5s-ublock-filter/issues", + LicenseId = 5, + Name = "M5S uBlock Filter" + }, + new + { + Id = 808, + HomeUrl = "https://ajnasz.hu/", + LicenseId = 5, + Name = "ajnasz's list" + }, + new + { + Id = 809, + HomeUrl = "https://www.ergensin.nl/", + LicenseId = 5, + Name = "NLblock" + }, + new + { + Id = 810, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Complete (Domains)" + }, + new + { + Id = 811, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Mini" + }, + new + { + Id = 812, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Mini (Domains)" + }, + new + { + Id = 813, + Description = "I use an ad blocker not because I hate ads, but because it makes the Internet so much more safe and less annoying. Most advertising is horrible and annoying, but there are exceptions. However, ad blocking lists like EasyList are dedicated to blocking all ads. The only maintained \"Acceptable Ads\" list is by Eyeo, Inc., which basically takes bribes to whitelist ads. I wanted to start an Acceptable Ads list that was of the people, by the people and for the people.", + HomeUrl = "https://github.com/jwinnie/acceptable-ads", + IssuesUrl = "https://github.com/jwinnie/acceptable-ads/issues", + LicenseId = 4, + Name = "jwinnie Acceptable Ads" + }, + new + { + Id = 814, + Description = "Blocks Japanese regional mobile advertisements and trackers.", + HomeUrl = "https://gmbk0.tumblr.com/", + LicenseId = 20, + Name = "gmbkslist (ABP)" + }, + new + { + Id = 815, + HomeUrl = "https://code.google.com/archive/p/adblocking-openfilter-jp/", + LicenseId = 32, + Name = "Adblocking Open Filter JP" + }, + new + { + Id = 816, + Description = "Do you already have a favourite browser or PDF reader? Are you tired of seeing \"Try out [some browser] now!\" on some websites? Then this is a list is for you!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "I Don't Want to Download Your Browser" + }, + new + { + Id = 817, + Description = "This file is in hosts file format and works best when used in for example pi-hole, routers, etc. It aims to reduce your exposure to ads, tracking, scams & badware, and occasionally some annoyances on (mostly) Swedish websites. As always with hosts file, use at your own risk and make sure that you know what you're doing. This is not as powerful as the filter list for uBO.", + HomeUrl = "https://github.com/lassekongo83/Frellwits-filter-lists", + IssuesUrl = "https://github.com/lassekongo83/Frellwits-filter-lists/issues", + LicenseId = 4, + Name = "Frellwit's Swedish Hosts File" + }, + new + { + Id = 818, + HomeUrl = "https://github.com/mediumkreation/IndianList", + IssuesUrl = "https://github.com/mediumkreation/IndianList/issues", + LicenseId = 3, + Name = "IndianList" + }, + new + { + Id = 819, + Description = "This list removes even more (number-wise) distracting or uncomfortable things on YouTube.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "YouTube: Even More Pure Video Experience" + }, + new + { + Id = 820, + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = 4, + Name = "uMatrix - Rulesets for English websites" + }, + new + { + Id = 821, + EmailAddress = "support@brave.com", + HomeUrl = "https://github.com/brave/adblock-lists", + IssuesUrl = "https://github.com/brave/adblock-lists/issues", + LicenseId = 33, + Name = "Brave Unbreak" + }, + new + { + Id = 822, + HomeUrl = "https://bbs.kafan.cn/thread-586237-1-1.html", + LicenseId = 2, + Name = "VeleSila's Kafan List" + }, + new + { + Id = 823, + Description = "uBlock/Adblock filters to block known NSA malware servers from Shadow Brokers dump.", + HomeUrl = "https://github.com/gasull/adblock-nsa", + IssuesUrl = "https://github.com/gasull/adblock-nsa/issues", + LicenseId = 5, + Name = "Adblock the NSA" + }, + new + { + Id = 824, + Description = "Simple list for uBlock (and perhaps Adblock) for blocking popovers", + HomeUrl = "https://github.com/mistalaba/popover-blocklist", + IssuesUrl = "https://github.com/mistalaba/popover-blocklist/issues", + LicenseId = 2, + Name = "popover-blocklist" + }, + new + { + Id = 825, + Description = "An experiment that proves how unsecure most membership apps are.", + EmailAddress = "jason@jasonbarone.com", + HomeUrl = "https://github.com/jasonbarone/membership-app-block-list", + IssuesUrl = "https://github.com/jasonbarone/membership-app-block-list/issues", + LicenseId = 5, + Name = "Membership App Block List" + }, + new + { + Id = 826, + HomeUrl = "https://github.com/w13d/adblockListABP-PiHole", + IssuesUrl = "https://github.com/w13d/adblockListABP-PiHole/issues", + LicenseId = 5, + Name = "Spotify AdBlocking for pihole" + }, + new + { + Id = 827, + HomeUrl = "https://github.com/w13d/adblockListABP-PiHole", + IssuesUrl = "https://github.com/w13d/adblockListABP-PiHole/issues", + LicenseId = 5, + Name = "List adblock Indonesia" + }, + new + { + Id = 828, + Description = "Adblock List for Maldivian Websites", + HomeUrl = "https://github.com/evenxzero/Raajje-AdList", + IssuesUrl = "https://github.com/evenxzero/Raajje-AdList/issues", + LicenseId = 13, + Name = "Raajje-AdList" + }, + new + { + Id = 829, + HomeUrl = "https://github.com/miyurusankalpa/adblock-list-sri-lanka", + IssuesUrl = "https://github.com/miyurusankalpa/adblock-list-sri-lanka/issues", + LicenseId = 4, + Name = "Adblock Sri Lanka" + }, + new + { + Id = 830, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = 5, + Name = "dnsmasq Adblock Lists - Adblock" + }, + new + { + Id = 831, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = 5, + Name = "dnsmasq Adblock Lists - Ads 01" + }, + new + { + Id = 832, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = 5, + Name = "dnsmasq Adblock Lists - Facebook" + }, + new + { + Id = 833, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = 5, + Name = "dnsmasq Adblock Lists - FastClick" + }, + new + { + Id = 834, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = 5, + Name = "dnsmasq Adblock Lists - Google" + }, + new + { + Id = 835, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = 5, + Name = "dnsmasq Adblock Lists - Microsoft" + }, + new + { + Id = 836, + Description = "This AdBlock list contains strange media sites created after the disinformation campaign that took place following the fire at the Colectiv nightclub in 2015.", + HomeUrl = "https://github.com/Recon/romanian-media-propaganda-adblock-list", + IssuesUrl = "https://github.com/Recon/romanian-media-propaganda-adblock-list/issues", + LicenseId = 9, + Name = "Romanian Media Propaganda AdBlock List" + }, + new + { + Id = 837, + Description = "SyndicationBlock is an AdBlock filter list to block content syndicators.", + EmailAddress = "dusk@woofle.net", + HomeUrl = "https://github.com/duskwuff/syndicationblock", + IssuesUrl = "https://github.com/duskwuff/syndicationblock/issues", + LicenseId = 28, + Name = "SyndicationBlock" + }, + new + { + Id = 838, + Description = "VBlocker is made by a normal person that surfs the web to see all of the ads that should be blocked and added to VBlocker.", + HomeUrl = "https://github.com/SG-Nebula/vblocker_adblockplus-filterlist", + IssuesUrl = "https://github.com/SG-Nebula/vblocker_adblockplus-filterlist/issues", + LicenseId = 7, + Name = "VBlocker" + }, + new + { + Id = 839, + Description = "A filter list for Adblock Plus for remove \"Go to up\" buttons", + DonateUrl = "https://opencollective.com/captainfact_io", + HomeUrl = "https://github.com/Manu1400/i-don-t-care-about-gotoup-btns", + IssuesUrl = "https://github.com/Manu1400/i-don-t-care-about-gotoup-btns/issues", + LicenseId = 5, + Name = "I don't care about Go to up buttons" + }, + new + { + Id = 840, + Description = "A filter list that filters unrelated recommendations in websites. It can be used via filtering/blocking software such as adblock and ublock. It is written with compliance to abp organization filter guidelines.", + HomeUrl = "https://github.com/KCaglarCoskun/enur-filter-list", + IssuesUrl = "https://github.com/KCaglarCoskun/enur-filter-list/issues", + LicenseId = 11, + Name = "Unrelated Recommendations Filter List for English Websites" + }, + new + { + Id = 841, + HomeUrl = "https://github.com/LinuxLowell/chat-annoyances", + IssuesUrl = "https://github.com/LinuxLowell/chat-annoyances/issues", + LicenseId = 5, + Name = "Chat Annoyances Filter List" + }, + new + { + Id = 842, + DonateUrl = "https://www.patreon.com/blocklist", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List (dnsmasq)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 843, + Description = "Zuckestion is not a typo! this filterlist is build nearly from scratch based on personal usage experience of Facebook to eliminated most of ads, tracking, telemetry, suggestions that I've found by myself and then share these rules as filterlist, also support basic mode and touch mode for mobile browser users (Only support on Firefox for Android or any related forks that can install uBlock Origin extension). However, this list won't support Facebook site or domains that serve under 'Free Basics' services.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A\"Site%3A+Facebook\"", + LicenseId = 13, + Name = "Facebook Zuckestion Killer" + }, + new + { + Id = 844, + Description = "Sublist of Facebook filter to prevent some 'modules' connections, e.g. content chaining (click external link, like, react or save posts) that show the suggestions under posts that you've acted on.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A\"Site%3A+Facebook\"", + LicenseId = 13, + Name = "Facebook Modules Command List" + }, + new + { + Id = 845, + Description = "List of all regional subdomains of 'adservice.google.com' and 'id.google.com'", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=is%3Aissue+label%3A\"Hosts+File\"", + LicenseId = 13, + Name = "All of adservice.google.com and id.google.com regional hosts" + }, + new + { + Id = 846, + Description = "A zero tolerance version of Thai Paranoid Block, you need to be careful before using this because this filter will be strict blocking well-known ads and trackings that use in Thai sites without any reasonable to whitelist them!", + HomeUrl = "https://github.com/kowith337/ThaiParanoidBlock/tree/maximum", + IssuesUrl = "https://github.com/kowith337/ThaiParanoidBlock/issues", + LicenseId = 13, + Name = "Thai Paranoid Block ~Maximum~" + }, + new + { + Id = 847, + Description = "Get ads out of the way, applied mostly with Thai sites since there are tons of Easylist coverage is good outside already.", + HomeUrl = "https://github.com/sipp11/th_ad_filters", + IssuesUrl = "https://github.com/sipp11/th_ad_filters/issues", + LicenseId = 5, + Name = "sipp11's Thai Ad Filters" + }, + new + { + Id = 848, + Description = "This list aims to remove distracting elements, and to maximise the elements inside the chat to make it easier to read.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Twitch: Pure Viewing Experience" + }, + new + { + Id = 850, + Description = "This list is mostly made for Pixiv, which is an East Asian artsite, whose on-average art quality wipes the floor with DeviantArt. It also allows porn of many types. Pressure on \"many\". So say that you're looking for imagery of consensual and pleasurable sex, and then you stumble across a crying Daniel Tiger wearing a corset being strapped to a bench in a diaper? Now such scenarios won't occur nearly as often as they did before!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Abuse porn' List" + }, + new + { + Id = 851, + Description = "Do you like to browse casually through different Wikia wikis, but are tired of FANDOM promotions, promotions for movies that you don't care about, and narrow article bodies? Then this list will save your day.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Wikia: Pure Browsing Experience" + }, + new + { + Id = 852, + Description = "This list combines \"YouTube: Even More Pure Video Experience\", \"Stop Autoplay For YouTube\", and \"Anti-Elsagate List\". It only works with blockers that support the !#include tag, such as uBO, Nano, and AdGuard.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "YouTube: Yet Even More Pure Video Experience" + }, + new + { + Id = 853, + Description = "This list combines \"YouTube: Even More Pure Video Experience\", \"Stop Autoplay For YouTube\", \"Anti-Elsagate List\", \"Wikia: Pure Browsing Experience\", \"Twitch: Pure Viewing Experience\", and \"Know Your Meme: Pure Browsing Experience\". It only works with blockers that support the !#include tag, such as uBO and Nano.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Very Thorough Website Cleaner" + }, + new + { + Id = 855, + Description = @"Internetizens: Fights to the death over their obsession with light/dark themes. +Me, an intellectual: Creates these pink themes that look colourful, that are easy on the eye, and which helps make your life that little bit more fun.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Pink Theme" + }, + new + { + Id = 856, + Description = "I am of the firm belief that LED bulbs are the future. They use ⅒ of the wattage, lasts 10 times longer, can be found in a plethora of colours and strengths, and doesn't roast your hands if you touch it. A lot of people have however not got the memo. So if you want to discreetly lead them onto the path of buying LED bulbs, deploy this list on their computers and hope that they don't notice.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Pro-LED List" + }, + new + { + Id = 857, + Description = "A list that makes use of Einar Egilsson's Redirector extension, in order to make links to certain websites redirect to the proper .onion pages. For example, clicking on links to nytimes.com would instead lead to nytimes3xbfgragh.onion.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/Dandelion Sprout-s Redirector Assistant List", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Tor Redirector List" + }, + new + { + Id = 859, + Description = "It seems to me that a common thought process on porn sites are \"Hey, do you know what would've made this cute woman even sexier? I know. We should give her a dick!\". Well, not anymore, thanks to this list.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-Futa List" + }, + new + { + Id = 860, + Description = "This repository contains some custom ad- and content-blocking rules I use to make life online easier (or just nicer to look at). Most of the content blocked here deals with sites I or my contributors regularly visit.", + EmailAddress = "nicktabick@gmail.com", + HomeUrl = "https://adblock.twoslashes.com/", + IssuesUrl = "https://github.com/nicktabick/adblock-rules/issues", + LicenseId = 5, + Name = "NT Adblock List" + }, + new + { + Id = 861, + Description = "A black list of malicious domains and trackers.", + EmailAddress = "bogachenkove@gmail.com", + HomeUrl = "https://github.com/bogachenko/filterlist", + LicenseId = 2, + Name = "bogachenko's Filter List" + }, + new + { + Id = 862, + Description = "This filterlist only works for uBlock Origin and other proper forks (I only recommend NanoAdBlocker than others) because it's borrow the strict blocking ability to prevent navigation to specific sites that have unnecessary parameters added to keep track users regardless of privacy settings (DNT, cookies, referer, etc.), the internal strict blocking possibly to reveal real URLs under the warning sign and also divide each parameters to make sure you're going to the legitmate destination, however, you need to make manual text selection to exclude tracking parameters if some sites have multiple parameters and internal strict blocking cannot divide or clean-up target URL properly.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues", + LicenseId = 13, + Name = "Anti Survived Tracking Link Warning" + }, + new + { + Id = 863, + Description = "Do you use music streaming services, and have grown really tired of how the same few songs are covered every year by every band and artist that have ever existed (and some that haven't)? Now you can let your eyes get a break from coming across just those songs.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Christmas carols' list" + }, + new + { + Id = 866, + Description = "This aim to block non-formal hosts that serve all Facebook contents and resources from alternative \"Free Basics\" servers that it happen when you're using on mobile data over the carrier that collaborate with Facebook to have THAT service! This list will follow the update after routine check results of dead-hosts.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A\"Hosts+File\"", + LicenseId = 13, + Name = "Facebook Zero Hosts Block" + }, + new + { + Id = 867, + Description = "This aim to block non-formal hosts that serve all Facebook contents and resources from alternative \"Free Basics\" servers that it happen when you're using on mobile data over the carrier that collaborate with Facebook to have THAT service! The static version will list related sites of Facebook under Free Baiscs (include internet.org) and regional CDN that begin with z-m- (scontent, static, video).", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A\"Hosts+File\"", + LicenseId = 13, + Name = "Facebook Zero Hosts Block (Static)" + }, + new + { + Id = 868, + Description = "Advertisement blocking.", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Mochi Filter" + }, + new + { + Id = 869, + Description = "Advertisement blocking.", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Mochi Filter 2gun" + }, + new + { + Id = 870, + Description = "Advertisement blocking.", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Mochi Filter Amazon" + }, + new + { + Id = 871, + Description = "Advertisement blocking.", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Mochi Filter Extended" + }, + new + { + Id = 872, + Description = "Block unnecessary items other than advertisements.", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Leek Filter" + }, + new + { + Id = 873, + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Leek: Filter to remove Google's logo" + }, + new + { + Id = 874, + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Leek: Allow saving image collections on Twitter (Remove GalleryNav)" + }, + new + { + Id = 875, + Description = "Blocking virus sites.", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Turtle Filter" + }, + new + { + Id = 876, + Description = "Blocks buttons for social networks.", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Birdie Filter" + }, + new + { + Id = 877, + Description = "Coin mining block.", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Whale Filter" + }, + new + { + Id = 878, + Description = "Blocks ads for adult sites.", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Strawberry Filter" + }, + new + { + Id = 879, + Description = "Filter for phones.", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Egg Filter" + }, + new + { + Id = 881, + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "YouTube Filter for Blocking Ads" + }, + new + { + Id = 882, + Description = "Combines Mochi Filter, Mochi Filter Extended, Negi Filter, Kame Filter, Kotori Filter, Ichigo Filter, and Kujira Filter.", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = 5, + Name = "Complete Mochi Filter" + }, + new + { + Id = 884, + Description = "Finnish adblock list", + HomeUrl = "https://github.com/finnish-easylist-addition/finnish-easylist-addition", + IssuesUrl = "https://github.com/finnish-easylist-addition/finnish-easylist-addition/issues", + LicenseId = 11, + Name = "Adblock List for Finland" + }, + new + { + Id = 885, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Afghanistan" + }, + new + { + Id = 886, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Åland" + }, + new + { + Id = 887, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Albania" + }, + new + { + Id = 888, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Algeria" + }, + new + { + Id = 889, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - American Samoa" + }, + new + { + Id = 890, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Andorra" + }, + new + { + Id = 891, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Angola" + }, + new + { + Id = 892, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Anguilla" + }, + new + { + Id = 893, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Antarctica" + }, + new + { + Id = 894, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Antigua And Barbuda" + }, + new + { + Id = 895, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Argentina" + }, + new + { + Id = 896, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Armenia" + }, + new + { + Id = 897, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Ascension Island" + }, + new + { + Id = 898, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Australia" + }, + new + { + Id = 899, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Austria" + }, + new + { + Id = 900, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Azerbaijan" + }, + new + { + Id = 901, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Bahamas" + }, + new + { + Id = 902, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Bahrain" + }, + new + { + Id = 903, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Bangladesh" + }, + new + { + Id = 904, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Belarus" + }, + new + { + Id = 905, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Belgium" + }, + new + { + Id = 906, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Belize" + }, + new + { + Id = 907, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Bermuda" + }, + new + { + Id = 908, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Bhutan" + }, + new + { + Id = 909, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Bolivia" + }, + new + { + Id = 910, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Bonaire" + }, + new + { + Id = 911, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Bosnia And Herzegovina" + }, + new + { + Id = 912, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Botswana" + }, + new + { + Id = 913, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Brazil" + }, + new + { + Id = 914, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - British Indian Ocean Territory" + }, + new + { + Id = 915, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - British Virgin Islands" + }, + new + { + Id = 916, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Bulgaria" + }, + new + { + Id = 917, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Burkina Faso" + }, + new + { + Id = 918, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Burundi" + }, + new + { + Id = 919, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Cambodia" + }, + new + { + Id = 920, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Cameroon" + }, + new + { + Id = 921, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Canada" + }, + new + { + Id = 922, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Cape Verde" + }, + new + { + Id = 923, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Catalonia" + }, + new + { + Id = 924, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Cayman Islands" + }, + new + { + Id = 925, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Central African Republic" + }, + new + { + Id = 926, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Chile" + }, + new + { + Id = 927, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - China, Peoples Republic of" + }, + new + { + Id = 928, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Christmas Island" + }, + new + { + Id = 929, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Cocos Islands" + }, + new + { + Id = 930, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Colombia" + }, + new + { + Id = 931, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Congo Kinshasa" + }, + new + { + Id = 932, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Cook Islands" + }, + new + { + Id = 933, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Costa Rica" + }, + new + { + Id = 934, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Croatia" + }, + new + { + Id = 935, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Cuba" + }, + new + { + Id = 936, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Cyprus" + }, + new + { + Id = 937, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Czech Republic" + }, + new + { + Id = 938, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Denmark" + }, + new + { + Id = 939, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Djibouti" + }, + new + { + Id = 940, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Dominica" + }, + new + { + Id = 941, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Dominican Republic" + }, + new + { + Id = 942, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Ecuador" + }, + new + { + Id = 943, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Egypt" + }, + new + { + Id = 944, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - El Salvador" + }, + new + { + Id = 945, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Equatorial Guinea" + }, + new + { + Id = 946, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Estonia" + }, + new + { + Id = 947, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - European Union" + }, + new + { + Id = 948, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Faroe Islands" + }, + new + { + Id = 949, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Federated States Of Micronesia" + }, + new + { + Id = 950, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Fiji" + }, + new + { + Id = 951, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Finland" + }, + new + { + Id = 952, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - France" + }, + new + { + Id = 953, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - French Polynesia" + }, + new + { + Id = 954, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - French Southern And Antarctic Lands" + }, + new + { + Id = 955, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Gabonese Republic" + }, + new + { + Id = 956, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Gambia" + }, + new + { + Id = 957, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Gaza Strip" + }, + new + { + Id = 958, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Georgia" + }, + new + { + Id = 959, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Germany" + }, + new + { + Id = 960, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Ghana" + }, + new + { + Id = 961, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Greece" + }, + new + { + Id = 962, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Greenland" + }, + new + { + Id = 963, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Grenada" + }, + new + { + Id = 964, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Guadeloupe" + }, + new + { + Id = 965, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Guam" + }, + new + { + Id = 966, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Guatemala" + }, + new + { + Id = 967, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Guernsey" + }, + new + { + Id = 968, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Guinea" + }, + new + { + Id = 969, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Guyana" + }, + new + { + Id = 970, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Haiti" + }, + new + { + Id = 971, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Heard Island And McDonald Islands" + }, + new + { + Id = 972, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Honduras" + }, + new + { + Id = 973, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Hong Kong" + }, + new + { + Id = 974, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Hungary" + }, + new + { + Id = 975, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Iceland" + }, + new + { + Id = 976, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - India" + }, + new + { + Id = 977, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Indonesia" + }, + new + { + Id = 978, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Iran" + }, + new + { + Id = 979, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Iraq" + }, + new + { + Id = 980, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Ireland" + }, + new + { + Id = 981, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Isle of Man" + }, + new + { + Id = 982, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Israel" + }, + new + { + Id = 983, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Italy" + }, + new + { + Id = 984, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Ivory Coast" + }, + new + { + Id = 985, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Japan" + }, + new + { + Id = 986, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Jersey" + }, + new + { + Id = 987, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Jordan" + }, + new + { + Id = 988, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Kazakhstan" + }, + new + { + Id = 989, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Kenya" + }, + new + { + Id = 990, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Kiribati" + }, + new + { + Id = 991, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Kuwait" + }, + new + { + Id = 992, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Kyrgyzstan" + }, + new + { + Id = 993, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Laos" + }, + new + { + Id = 994, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Latvia" + }, + new + { + Id = 995, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Lebanon" + }, + new + { + Id = 996, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Libya" + }, + new + { + Id = 997, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Liechtenstein" + }, + new + { + Id = 998, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Lithuania" + }, + new + { + Id = 999, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Luxembourg" + }, + new + { + Id = 1000, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Macau" + }, + new + { + Id = 1001, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - North Macedonia" + }, + new + { + Id = 1002, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Madagascar" + }, + new + { + Id = 1003, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Malawi" + }, + new + { + Id = 1004, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Malaysia" + }, + new + { + Id = 1005, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Mali" + }, + new + { + Id = 1006, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Malta" + }, + new + { + Id = 1007, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Mauritania" + }, + new + { + Id = 1008, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Mauritius" + }, + new + { + Id = 1009, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Mayotte" + }, + new + { + Id = 1010, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Mexico" + }, + new + { + Id = 1011, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Moldova" + }, + new + { + Id = 1012, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Mongolia" + }, + new + { + Id = 1013, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Montenegro" + }, + new + { + Id = 1014, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Montserrat" + }, + new + { + Id = 1015, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Morocco" + }, + new + { + Id = 1016, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Mozambique" + }, + new + { + Id = 1017, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Namibia" + }, + new + { + Id = 1018, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Nauru" + }, + new + { + Id = 1019, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Nepal" + }, + new + { + Id = 1020, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Netherlands" + }, + new + { + Id = 1021, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - New Caledonia" + }, + new + { + Id = 1022, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - New Zealand" + }, + new + { + Id = 1023, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Nicaragua" + }, + new + { + Id = 1024, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Niger" + }, + new + { + Id = 1025, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Nigeria" + }, + new + { + Id = 1026, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Niue" + }, + new + { + Id = 1027, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Norfolk Island" + }, + new + { + Id = 1028, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Northern Mariana Islands" + }, + new + { + Id = 1029, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Norway" + }, + new + { + Id = 1030, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Oman" + }, + new + { + Id = 1031, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Pakistan" + }, + new + { + Id = 1032, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Palau" + }, + new + { + Id = 1033, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Palestine" + }, + new + { + Id = 1034, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Panama" + }, + new + { + Id = 1035, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Paraguay" + }, + new + { + Id = 1036, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Peru" + }, + new + { + Id = 1037, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Philippines" + }, + new + { + Id = 1038, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Pitcairn Islands" + }, + new + { + Id = 1039, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Poland" + }, + new + { + Id = 1040, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Portugal" + }, + new + { + Id = 1041, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Puerto Rico" + }, + new + { + Id = 1042, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Qatar" + }, + new + { + Id = 1043, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Romania" + }, + new + { + Id = 1044, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Russia" + }, + new + { + Id = 1045, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Rwanda" + }, + new + { + Id = 1047, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Saint Helena" + }, + new + { + Id = 1048, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Saint Lucia" + }, + new + { + Id = 1049, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Saint Pierre And Miquelon" + }, + new + { + Id = 1050, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Saint Vincent And Grenadines" + }, + new + { + Id = 1051, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Samoa" + }, + new + { + Id = 1052, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - San Marino" + }, + new + { + Id = 1053, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Sao Tome And Principe" + }, + new + { + Id = 1054, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Saudi-Arabia" + }, + new + { + Id = 1055, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Senegal" + }, + new + { + Id = 1056, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Serbia" + }, + new + { + Id = 1057, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Seychelles" + }, + new + { + Id = 1058, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Sierra Leone" + }, + new + { + Id = 1059, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Singapore" + }, + new + { + Id = 1060, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Sint Maarten" + }, + new + { + Id = 1061, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Slovakia" + }, + new + { + Id = 1062, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Slovenia" + }, + new + { + Id = 1063, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Somalia" + }, + new + { + Id = 1064, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - South Africa" + }, + new + { + Id = 1065, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - South Georgia And South Sandwich Islands" + }, + new + { + Id = 1066, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - South Korea" + }, + new + { + Id = 1067, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Spain" + }, + new + { + Id = 1068, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Sri Lanka" + }, + new + { + Id = 1069, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Sudan" + }, + new + { + Id = 1070, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Suriname" + }, + new + { + Id = 1071, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Sweden" + }, + new + { + Id = 1072, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Switzerland" + }, + new + { + Id = 1073, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Syria" + }, + new + { + Id = 1074, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Taiwan" + }, + new + { + Id = 1075, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Tajikistan" + }, + new + { + Id = 1076, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Tanzania" + }, + new + { + Id = 1077, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Thailand" + }, + new + { + Id = 1078, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Timor Leste" + }, + new + { + Id = 1079, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Togo" + }, + new + { + Id = 1080, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Tokelau" + }, + new + { + Id = 1081, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Tonga" + }, + new + { + Id = 1082, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Trinidad And Tobago" + }, + new + { + Id = 1083, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Tunisia" + }, + new + { + Id = 1084, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Turkey" + }, + new + { + Id = 1085, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Turkmenistan" + }, + new + { + Id = 1086, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Turks And Caicos Islands" + }, + new + { + Id = 1087, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Tuvalu" + }, + new + { + Id = 1088, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Uganda" + }, + new + { + Id = 1089, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Ukraine" + }, + new + { + Id = 1090, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - United Arab Emirates" + }, + new + { + Id = 1091, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - United Kingdom" + }, + new + { + Id = 1092, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - United States of America" + }, + new + { + Id = 1093, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Uruguay" + }, + new + { + Id = 1094, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Uzbekistan" + }, + new + { + Id = 1095, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Vanuatu" + }, + new + { + Id = 1096, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Venezuela" + }, + new + { + Id = 1097, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Vietnam" + }, + new + { + Id = 1098, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Wallis and Futuna" + }, + new + { + Id = 1099, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Western Sahara" + }, + new + { + Id = 1100, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Zambia" + }, + new + { + Id = 1101, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Zimbabwe" + }, + new + { + Id = 1102, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "ABP Bulgarian List (Domains)" + }, + new + { + Id = 1103, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "ABP Clickbait Blocklist (Domains)" + }, + new + { + Id = 1104, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "ABP Japanese 3rd Party SNS Filters (Domains)" + }, + new + { + Id = 1105, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "ABP Japanese Filters (Domains)" + }, + new + { + Id = 1106, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "ABP Japanese Paranoid Filters (Domains)" + }, + new + { + Id = 1107, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "ABP X Files (Domains)" + }, + new + { + Id = 1108, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "ABPindo (Domains)" + }, + new + { + Id = 1109, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "AakList (Domains)" + }, + new + { + Id = 1110, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "AdAway Default Blocklist (Domains)" + }, + new + { + Id = 1111, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Adblock Filters by Gurudee (Domains)" + }, + new + { + Id = 1112, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Adblock Iran (Domains)" + }, + new + { + Id = 1113, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Adblock Korea (Domains)" + }, + new + { + Id = 1114, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Adblock Persian (Domains)" + }, + new + { + Id = 1115, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Adblock Polska (Domains)" + }, + new + { + Id = 1116, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Adblock YouTube Ads (Domains)" + }, + new + { + Id = 1117, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Adblock uBlock Polish Filters (Domains)" + }, + new + { + Id = 1118, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Adguard English Filter (Domains)" + }, + new + { + Id = 1119, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Adware Filters (Domains)" + }, + new + { + Id = 1120, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "AntiPubWeb (Domains)" + }, + new + { + Id = 1121, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Anudeep Youtube (Domains)" + }, + new + { + Id = 1122, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Ayucat Powerful (Domains)" + }, + new + { + Id = 1123, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "BLOGRAM Analysis Block Filter List for Japan (Domains)" + }, + new + { + Id = 1124, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "BLOGRAM Basic Filter List for Japan (Domains)" + }, + new + { + Id = 1125, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Bad JAV Sites (Domains)" + }, + new + { + Id = 1126, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Block EU Cookie Shit List (Domains)" + }, + new + { + Id = 1127, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Blockzilla (Domains)" + }, + new + { + Id = 1128, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Breaking the News (Domains)" + }, + new + { + Id = 1130, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "CAMELEON Hosts (Domains)" + }, + new + { + Id = 1133, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "CryptoWall Ransomware C2 Domain blocklist (Domains)" + }, + new + { + Id = 1135, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "DNS-BH Malware Domains (Domains)" + }, + new + { + Id = 1139, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Disconnect Malware Filter (Domains)" + }, + new + { + Id = 1140, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Dshield Suspicious High (Domains)" + }, + new + { + Id = 1141, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Dshield Suspicious Low (Domains)" + }, + new + { + Id = 1142, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Dshield Suspicious Medium (Domains)" + }, + new + { + Id = 1143, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "EasyList Czech and Slovak (Domains)" + }, + new + { + Id = 1144, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "EasyList Dutch (Domains)" + }, + new + { + Id = 1146, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "EasyList Italy (Domains)" + }, + new + { + Id = 1148, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Liste FR (Domains)" + }, + new + { + Id = 1149, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "EasyList Thailand (Domains)" + }, + new + { + Id = 1151, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "FadeMind addSpam (Domains)" + }, + new + { + Id = 1152, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Fanboy Annoyances List (Domains)" + }, + new + { + Id = 1153, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Filtros Nauscopicos (Domains)" + }, + new + { + Id = 1154, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Finnish AntiSocial (Domains)" + }, + new + { + Id = 1155, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "G&J Hosts (Domains)" + }, + new + { + Id = 1156, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Greek AdBlock Filter (Domains)" + }, + new + { + Id = 1157, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Hant05080 Filters (Domains)" + }, + new + { + Id = 1158, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Henning VanRaumle Youtube (Domains)" + }, + new + { + Id = 1159, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Hufilter (Domains)" + }, + new + { + Id = 1160, + Description = "List of toxic links for Turkey.", + HomeUrl = "https://phishing.horus.com.tr/", + LicenseId = 2, + Name = "TR-PhishingList URL List" + }, + new + { + Id = 1161, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "DNS-BH Malware Domains Immortal (Domains)" + }, + new + { + Id = 1162, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Japanese Site Adblock Filter ver 2 (Domains)" + }, + new + { + Id = 1163, + Description = "The Blocklist to filter Phishing.", + HomeUrl = "https://phishing.army/", + LicenseId = 13, + Name = "Phishing Army Extended" + }, + new + { + Id = 1164, + Description = "List of toxic links for Turkey.", + HomeUrl = "https://phishing.horus.com.tr/", + LicenseId = 2, + Name = "TR-PhishingList IP List" + }, + new + { + Id = 1165, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Latvian List (Domains)" + }, + new + { + Id = 1166, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Lead Generator (Domains)" + }, + new + { + Id = 1167, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "ListeAR (Domains)" + }, + new + { + Id = 1168, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Locky Ransomware C2 Domain Blocklist (Domains)" + }, + new + { + Id = 1169, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Malware Domains Just Domains (Domains)" + }, + new + { + Id = 1172, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Mat1th DNS add block (Domains)" + }, + new + { + Id = 1173, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Mayve's Private Adblock Filters (Domains)" + }, + new + { + Id = 1174, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Metaphoricgiraffe Privacy Filters (Domains)" + }, + new + { + Id = 1175, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Michael Trimms Hosts (Domains)" + }, + new + { + Id = 1176, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Mitchell Krogs Badd Boyz Hosts (Domains)" + }, + new + { + Id = 1179, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Notracking hostnames (Domains)" + }, + new + { + Id = 1180, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "PLgeneral (Domains)" + }, + new + { + Id = 1182, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Piwik Spam (Domains)" + }, + new + { + Id = 1183, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "PopupBlocker (Domains)" + }, + new + { + Id = 1184, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Prebake Obtrusive (Domains)" + }, + new + { + Id = 1185, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Prigent Malware (Domains)" + }, + new + { + Id = 1187, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Quidsup Malicious (Domains)" + }, + new + { + Id = 1189, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "ROad Block (Domains)" + }, + new + { + Id = 1190, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "RU AdList (Domains)" + }, + new + { + Id = 1191, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "RU AdList: BitBlock (Domains)" + }, + new + { + Id = 1192, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "RU AdList: Counters (Domains)" + }, + new + { + Id = 1193, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Ransomware Domain Blocklist (Domains)" + }, + new + { + Id = 1194, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Slovenian List (Domains)" + }, + new + { + Id = 1196, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Satterly's Adblock Plus Filters (Domains)" + }, + new + { + Id = 1197, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Schacks Adblock Plus Liste (Domains)" + }, + new + { + Id = 1199, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Spam Assassin Bill Stearns (Domains)" + }, + new + { + Id = 1202, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Steven Blacks Fakenews (Domains)" + }, + new + { + Id = 1203, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Steven Blacks Gambling (Domains)" + }, + new + { + Id = 1204, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Steven Blacks Hosts (Domains)" + }, + new + { + Id = 1205, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Steven Blacks Porn (Domains)" + }, + new + { + Id = 1206, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Steven Blacks Risky Hosts (Domains)" + }, + new + { + Id = 1207, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Steven Blacks Trackers (Domains)" + }, + new + { + Id = 1209, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Unified Hosts (Domains)" + }, + new + { + Id = 1210, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Gift Card Killer (Domains)" + }, + new + { + Id = 1211, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "TeslaCrypt Ransomware C2 Domain Blocklist (Domains)" + }, + new + { + Id = 1212, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "TeslaCrypt Ransomware Payment Sites Domain Blocklist (Domains)" + }, + new + { + Id = 1213, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "The Hosts File Project (Domains)" + }, + new + { + Id = 1214, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Thoughtconverge's Custom AdBlock Filters (Domains)" + }, + new + { + Id = 1215, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Tofu Filter (Domains)" + }, + new + { + Id = 1216, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "TorrentLocker Ransomware C2 Domain Blocklist (Domains)" + }, + new + { + Id = 1217, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "TorrentLocker Ransomware Payment Sites Domain Blocklist (Domains)" + }, + new + { + Id = 1218, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Turk-Adlist (Domains)" + }, + new + { + Id = 1220, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Wiltteri (Domains)" + }, + new + { + Id = 1221, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "WindowsSpyBlocker7 (Domains)" + }, + new + { + Id = 1222, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "WindowsSpyBlocker81 (Domains)" + }, + new + { + Id = 1223, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Anti-PopAds (Domains)" + }, + new + { + Id = 1224, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "YousList (Domains)" + }, + new + { + Id = 1225, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "ZeuS Domain Blocklist Bad Domains (Domains)" + }, + new + { + Id = 1226, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "uBlock Filters (Domains)" + }, + new + { + Id = 1227, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "uBlock Filters - Privacy (Domains)" + }, + new + { + Id = 1228, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "uBlock Filters - Unbreak (Domains)" + }, + new + { + Id = 1229, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "uBOPersonalFilters (Domains)" + }, + new + { + Id = 1230, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "uBlockFiltersPlus (Domains)" + }, + new + { + Id = 1233, + Description = "To block Adobe Updates (Photoshop & co.)", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = 5, + Name = "Pi-Hole-Lists - Adobe updates" + }, + new + { + Id = 1234, + Description = "To block Nintendo system updates (3DS / Wii U / Switch)", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = 5, + Name = "Pi-Hole-Lists - Nintendo updates" + }, + new + { + Id = 1235, + Description = "To block tracking and information that Windows collects", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = 5, + Name = "Pi-Hole-Lists - Windows tracking" + }, + new + { + Id = 1237, + Description = "Block fake jailbreak websites (Domains of The iPhone Wiki)", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = 5, + Name = "Pi-Hole-Lists - Fake jailbreak sites" + }, + new + { + Id = 1238, + Description = "To block fake gaming websites (fake emulators, etc.)", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = 5, + Name = "Pi-Hole-Lists - Fake game sites" + }, + new + { + Id = 1239, + Description = "To block German fake news websites", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = 5, + Name = "Pi-Hole-Lists - German fake news" + }, + new + { + Id = 1240, + Description = "To block cryptomining", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = 5, + Name = "Pi-Hole-Lists - Cryptomining" + }, + new + { + Id = 1241, + Description = "To block other things that I could not assign anywhere", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = 5, + Name = "Pi-Hole-Lists - Other" + }, + new + { + Id = 1242, + HomeUrl = "https://github.com/Akamaru/Adblock-Filterliste", + IssuesUrl = "https://github.com/Akamaru/Adblock-Filterliste/issues", + LicenseId = 33, + Name = "Aka's Filter Liste" + }, + new + { + Id = 1243, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Combined Blacklists" + }, + new + { + Id = 1244, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - deathbybandaid List" + }, + new + { + Id = 1245, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = 14, + Name = "Pi-hole Parser - Combined Whitelists" + }, + new + { + Id = 1247, + Description = "The \"Battle Royale\" videogame genre has escalated in popularity. And with such popularity, comes annoying promotions, hopeless copycats, and questionable fandoms. If you need a breather from such things, this is a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Battle Royale' List" + }, + new + { + Id = 1278, + Description = "A filterlist that use in \"Better\" app on the iOS devices (iPhone, iPad, MacOS)", + EmailAddress = "hello@ind.ie", + HomeUrl = "https://better.fyi/", + IssuesUrl = "https://forum.ind.ie/c/better/support", + LicenseId = 8, + Name = "Better content blocking rules" + }, + new + { + Id = 1279, + Description = "Polish supplement for EasyPrivacy", + HomeUrl = "https://github.com/olegwukr/polish-privacy-filters", + IssuesUrl = "https://github.com/olegwukr/polish-privacy-filters/issues", + LicenseId = 8, + Name = "Polish Privacy Filters" + }, + new + { + Id = 1280, + Description = "Oficjalne polskie filtry przeciwko alertom o Adblocku", + HomeUrl = "https://github.com/olegwukr/polish-privacy-filters", + IssuesUrl = "https://github.com/olegwukr/polish-privacy-filters/issues", + LicenseId = 8, + Name = "Polish Anti Adblock Filters" + }, + new + { + Id = 1281, + Description = "Oficjalne polskie filtry przeciwko alertom o Adblocku - uzupełnienie dla uBlock Origin", + HomeUrl = "https://github.com/olegwukr/polish-privacy-filters", + IssuesUrl = "https://github.com/olegwukr/polish-privacy-filters/issues", + LicenseId = 8, + Name = "Polish Anti Adblock Filters - supplement for uBlock Origin" + }, + new + { + Id = 1282, + Description = "Little Snitch rules for Mac apps.", + HomeUrl = "https://github.com/koenrh/little-snitch-rules", + IssuesUrl = "https://github.com/koenrh/little-snitch-rules/issues", + LicenseId = 5, + Name = "Koen's Little Snitch rules" + }, + new + { + Id = 1283, + Description = "A filter to make the web better", + HomeUrl = "https://github.com/AnXh3L0/blocklist", + IssuesUrl = "https://github.com/AnXh3L0/blocklist/issues", + LicenseId = 5, + Name = "Adblock List for Albania" + }, + new + { + Id = 1284, + HomeUrl = "https://github.com/finnish-easylist-addition/finnish-easylist-addition", + IssuesUrl = "https://github.com/finnish-easylist-addition/finnish-easylist-addition/issues", + LicenseId = 11, + Name = "Annoyance List for Finland" + }, + new + { + Id = 1285, + Description = "My uMatrix starting point with CDNs pre-whitelisted.", + HomeUrl = "https://github.com/theel0ja/uMatrix-rules", + IssuesUrl = "https://github.com/theel0ja/uMatrix-rules/issues", + LicenseId = 5, + Name = "uMatrix Rules (theel0ja)" + }, + new + { + Id = 1286, + Description = "A phishing domains list aiming at blocking scam domains from Steam Store, CS:GO, Dota 2, Team Fortress 2, PUBG and other related scams related to it, based on the wishihab/steamscamsite scam list https://github.com/wishihab/steamscamsite.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://poorpocketsmcnewhold.github.io/SteamScamSites/", + IssuesUrl = "https://github.com/PoorPocketsMcNewHold/steamscamsites/issues", + LicenseId = 14, + Name = "SteamScamSites" + }, + new + { + Id = 1288, + Description = "Removes empty ads placeholders", + HomeUrl = "https://github.com/NanoAdblockerLab/NanoContrib", + LicenseId = 4, + Name = "Nano Contrib Filter - Placeholder Buster" + }, + new + { + Id = 1289, + Description = "So let's say you're doing research on Half-Life: Full Life Consequences, which is the best meme ever made, but you've grown very tired of seeing unrelated images, social media nags, and articles about things that are categorically not memes? In that case, this list will save your sanity.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Know Your Meme: Pure Browsing Experience" + }, + new + { + Id = 1290, + Description = "Most anti-malware lists are pretty big and can cover a 5- or 6-digit amount of specific domains. But my list hereby claims to remove more than 25% of all known malware sites with just a 2-digit amount of entries. This is mostly done by blocking top-level domains that have become devastatingly abused by spammers, usually because they allowed for free and uncontrolled domain registrations. There's also additional categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Anti-Malware List" + }, + new + { + Id = 1291, + Description = "Are you just trying to casually browse through some comedy and art accounts on Twitter, and have grown really, really tired and worn out by seeing trashy posts and accounts made by tweeters who physically can't stop babbling about politics, especially American politics? Then this list will probably save your life.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Twitter De-Politificator" + }, + new + { + Id = 1292, + Description = "Having something display a permanent fake notification counter, to make the users think that they've received a notification when they haven't, takes quite a bit of scumminess on the maker's behalf to pull off. Here's how to filter them out of sight.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Unnecessary notification counters' List" + }, + new + { + Id = 1293, + Description = "This serves as a template and guidance for people who want to learn how to make their own «hosts» files, or how to make them optimalised for uBlock Origin. This template contains all conventionally used tags, with added notes on how they differ from the tags that are used in adblock lists.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Adblock List Template (Combined hosts and uBlock Origin)" + }, + new + { + Id = 1294, + EmailAddress = "elias.ojala+github@kapsi.fi", + HomeUrl = "https://github.com/theel0ja/CrapBlock", + IssuesUrl = "https://github.com/theel0ja/CrapBlock/issues", + LicenseId = 5, + Name = "Even cleaner news sites" + }, + new + { + Id = 1295, + Description = "iVOID.hosts is dedicated to providing AdGuard Pro for iOS users with custom built, privacy & security focused hosts files. Also for use with Linux workstations & uBlock Origin for Firefox.", + EmailAddress = "intr0@intr0.com", + HomeUrl = "https://intr0.com/", + IssuesUrl = "https://gitlab.com/intr0/iVOID.GitLab.io/issues", + LicenseId = 9, + Name = "iVOID.hosts" + }, + new + { + Id = 1296, + Description = "DomainVoider is dedicated to providing AdGuard Pro for iOS users with custom built, privacy and security focused filters using a simplified adblocking format. Also for use with uBlock Origin for Firefox.", + EmailAddress = "intr0@intr0.com", + HomeUrl = "https://intr0.com/", + IssuesUrl = "https://gitlab.com/intr0/DomainVoider/issues", + LicenseId = 19, + Name = "DomainVoider" + }, + new + { + Id = 1297, + ChatUrl = "https://discord.me/yourduskquibbles", + Description = "Block annoying web elements and reclaim lost screen real estate - Unsuck the web and make it more user friendly!", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = 8, + Name = "Web Annoyances Ultralist - CSS Style Modifying Filters" + }, + new + { + Id = 1298, + Description = "Contains all data and is only recommended for obsessive cleaning. Compared to Basic Hosts, Full Hosts additionally blocks the following: JS Miner mining, Baidu group statistics all-weather positioning record, various statistical services (only JS, no shielded console), common download hijacking, 360 and Baidu portions of software downloada, CNNIC root certificate hijacking, and religious content sites such as Falun Gong that may cause discomfort", + EmailAddress = "neofelhz+github@gmail.com", + HomeUrl = "https://github.com/neofelhz/neoHosts", + IssuesUrl = "https://github.com/neofelhz/neoHosts/issues", + LicenseId = 2, + Name = "NeoHosts Full" + }, + new + { + Id = 1299, + Description = "Contains all data and is only recommended for obsessive cleaning. Compared to Basic Hosts, Full Hosts additionally blocks the following: JS Miner mining, Baidu group statistics all-weather positioning record, various statistical services (only JS, no shielded console), common download hijacking, 360 and Baidu portions of software downloada, CNNIC root certificate hijacking, and religious content sites such as Falun Gong that may cause discomfort", + EmailAddress = "neofelhz+github@gmail.com", + HomeUrl = "https://github.com/neofelhz/neoHosts", + IssuesUrl = "https://github.com/neofelhz/neoHosts/issues", + LicenseId = 2, + Name = "NeoHosts Basic" + }, + new + { + Id = 1300, + Description = "Stop Forum Spam is a free service that records reports of spam on forums, blogs and wikis to name a few. All these records are then made available to you search and view but most importantly, to access in an automated way to block suspected spammers before they can get in the front door. Everyone is familiar with more traditional 'solve the word' systems to prevent abuse, Stop Forum Spam is a targeted and specialsed solution to help stop abuse of your website.", + ForumUrl = "https://www.stopforumspam.com/forum/", + HomeUrl = "https://www.stopforumspam.com/", + LicenseId = 26, + Name = "StopForumSpam Toxic Domains Whole" + }, + new + { + Id = 1301, + Description = "This aim to block non-formal hosts that serve all Facebook contents and resources from alternative \"Free Basics\" servers that it happen when you're using on mobile data over the carrier that collaborate with Facebook to have THAT service! Note this is an old version that seems to have a lots of offline domains but keep it for check with dead-hosts, or if you're not sure because most subdomains and CDNs of \"Facebook Zero\" seems to be accessed when you're using mobile data only.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A\"Hosts+File\"", + LicenseId = 13, + Name = "Facebook Zero Hosts Block (Test List)" + }, + new + { + Id = 1302, + Description = "A custom hosts list that aim to re-block whitelisted domains but seems not trusted by self opinion, this not recommend for general use and company setup.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A\"Hosts+File\"", + LicenseId = 13, + Name = "kowith337's Custom leftover hosts" + }, + new + { + Id = 1303, + Description = "Collections of custom filters (mostly about DOM elements) that not yet categorised or not fit to any topics of the creator's repo yet.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues", + LicenseId = 13, + Name = "kowith337's Miscellaneous Annoyance" + }, + new + { + Id = 1304, + Description = "Bring back the \"Square\" layout (similar to Windows 8's metro) because circles and material design is too mainstream.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues", + LicenseId = 13, + Name = "iHateCircles" + }, + new + { + Id = 1305, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Adv Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/adv" + }, + new + { + Id = 1306, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Adv Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/adv" + }, + new + { + Id = 1307, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Aggressive Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/aggressive" + }, + new + { + Id = 1308, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Aggressive Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/aggressive" + }, + new + { + Id = 1309, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Alcohol Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/alcohol" + }, + new + { + Id = 1310, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Alcohol Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/alcohol" + }, + new + { + Id = 1311, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List AnonVPN Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/anonvpn" + }, + new + { + Id = 1312, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List AnonVPN Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/anonvpn" + }, + new + { + Id = 1313, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Automobile Bikes Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/bikes" + }, + new + { + Id = 1314, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Automobile Bikes Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/bikes" + }, + new + { + Id = 1315, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Automobile Boats Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/boats" + }, + new + { + Id = 1316, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Automobile Boats Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/boats" + }, + new + { + Id = 1317, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Automobile Cars Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/cars" + }, + new + { + Id = 1318, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Automobile Cars Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/cars" + }, + new + { + Id = 1319, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Automobile Planes Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/planes" + }, + new + { + Id = 1320, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Automobile Planes Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/planes" + }, + new + { + Id = 1321, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Chat Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/chat" + }, + new + { + Id = 1322, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Chat Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/chat" + }, + new + { + Id = 1323, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Costtraps Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/costtraps" + }, + new + { + Id = 1324, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Costtraps Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/costtraps" + }, + new + { + Id = 1325, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Dating Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/dating" + }, + new + { + Id = 1326, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Dating Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/dating" + }, + new + { + Id = 1327, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Downloads Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/downloads" + }, + new + { + Id = 1328, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Downloads Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/downloads" + }, + new + { + Id = 1329, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Drugs Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/drugs" + }, + new + { + Id = 1330, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Drugs Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/drugs" + }, + new + { + Id = 1331, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Dynamic Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/dynamic" + }, + new + { + Id = 1332, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Dynamic Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/dynamic" + }, + new + { + Id = 1333, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Education Schools Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/education/schools" + }, + new + { + Id = 1334, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Education Schools Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/education/schools" + }, + new + { + Id = 1335, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Banking Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/banking" + }, + new + { + Id = 1336, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Banking Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/banking" + }, + new + { + Id = 1337, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Insurance Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/insurance" + }, + new + { + Id = 1338, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Insurance Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/insurance" + }, + new + { + Id = 1339, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Moneylending Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/moneylending" + }, + new + { + Id = 1340, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Moneylending Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/moneylending" + }, + new + { + Id = 1341, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Other Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/other" + }, + new + { + Id = 1342, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Other Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/other" + }, + new + { + Id = 1343, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Realestate Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/realestate" + }, + new + { + Id = 1344, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Realestate Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/realestate" + }, + new + { + Id = 1345, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Trading Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/trading" + }, + new + { + Id = 1346, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Finance Trading Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/trading" + }, + new + { + Id = 1347, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Fortunetelling Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/fortunetelling" + }, + new + { + Id = 1348, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Fortunetelling Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/fortunetelling" + }, + new + { + Id = 1349, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Forum Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/forum" + }, + new + { + Id = 1350, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Forum Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/forum" + }, + new + { + Id = 1351, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Gamble Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/gamble" + }, + new + { + Id = 1352, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Gamble Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/gamble" + }, + new + { + Id = 1353, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Government Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/government" + }, + new + { + Id = 1354, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Government Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/government" + }, + new + { + Id = 1355, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hacking Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hacking" + }, + new + { + Id = 1356, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hacking Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hacking" + }, + new + { + Id = 1357, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hobby Cooking Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/cooking" + }, + new + { + Id = 1358, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hobby Cooking Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/cooking" + }, + new + { + Id = 1359, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hobby Games-misc Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/games-misc" + }, + new + { + Id = 1360, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hobby Games-misc Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/games-misc" + }, + new + { + Id = 1361, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hobby Games-online Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/games-online" + }, + new + { + Id = 1362, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hobby Games-online Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/games-online" + }, + new + { + Id = 1363, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hobby Gardening Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/gardening" + }, + new + { + Id = 1364, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hobby Gardening Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/gardening" + }, + new + { + Id = 1365, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hobby Pets Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/pets" + }, + new + { + Id = 1366, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hobby Pets Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/pets" + }, + new + { + Id = 1367, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Homestyle Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/homestyle" + }, + new + { + Id = 1368, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Homestyle Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/homestyle" + }, + new + { + Id = 1369, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hospitals Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hospitals" + }, + new + { + Id = 1370, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Hospitals Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hospitals" + }, + new + { + Id = 1371, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Imagehosting Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/imagehosting" + }, + new + { + Id = 1372, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Imagehosting Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/imagehosting" + }, + new + { + Id = 1373, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Isp Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/isp" + }, + new + { + Id = 1374, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Isp Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/isp" + }, + new + { + Id = 1375, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Jobsearch Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/jobsearch" + }, + new + { + Id = 1376, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Jobsearch Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/jobsearch" + }, + new + { + Id = 1377, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Library Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/library" + }, + new + { + Id = 1378, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Library Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/library" + }, + new + { + Id = 1379, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Military Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/military" + }, + new + { + Id = 1380, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Military Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/military" + }, + new + { + Id = 1381, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Models Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/models" + }, + new + { + Id = 1382, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Models Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/models" + }, + new + { + Id = 1383, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Movies Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/movies" + }, + new + { + Id = 1384, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Movies Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/movies" + }, + new + { + Id = 1385, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Music Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/music" + }, + new + { + Id = 1386, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Music Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/music" + }, + new + { + Id = 1387, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List News Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/news" + }, + new + { + Id = 1388, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List News Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/news" + }, + new + { + Id = 1389, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Podcasts Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/podcasts" + }, + new + { + Id = 1390, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Podcasts Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/podcasts" + }, + new + { + Id = 1391, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Politics Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/politics" + }, + new + { + Id = 1392, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Politics Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/politics" + }, + new + { + Id = 1393, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Porn Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/porn" + }, + new + { + Id = 1394, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Porn Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/porn" + }, + new + { + Id = 1395, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Radiotv Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/radiotv" + }, + new + { + Id = 1396, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Radiotv Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/radiotv" + }, + new + { + Id = 1397, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Humor Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/humor" + }, + new + { + Id = 1398, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Humor Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/humor" + }, + new + { + Id = 1399, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Martialarts Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/martialarts" + }, + new + { + Id = 1400, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Martialarts Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/martialarts" + }, + new + { + Id = 1401, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Restaurants Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/restaurants" + }, + new + { + Id = 1402, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Restaurants Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/restaurants" + }, + new + { + Id = 1403, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Sports Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/sports" + }, + new + { + Id = 1404, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Sports Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/sports" + }, + new + { + Id = 1405, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Travel Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/travel" + }, + new + { + Id = 1406, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Travel Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/travel" + }, + new + { + Id = 1407, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Wellness Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/wellness" + }, + new + { + Id = 1408, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Recreation Wellness Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/wellness" + }, + new + { + Id = 1409, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Redirector Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/redirector" + }, + new + { + Id = 1410, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Redirector Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/redirector" + }, + new + { + Id = 1411, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Religion Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/religion" + }, + new + { + Id = 1412, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Religion Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/religion" + }, + new + { + Id = 1413, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Remotecontrol Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/remotecontrol" + }, + new + { + Id = 1414, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Remotecontrol Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/remotecontrol" + }, + new + { + Id = 1415, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Ringtones Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/ringtones" + }, + new + { + Id = 1416, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Ringtones Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/ringtones" + }, + new + { + Id = 1417, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Science Astronomy Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/science/astronomy" + }, + new + { + Id = 1418, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Science Astronomy Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/science/astronomy" + }, + new + { + Id = 1419, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Science Chemistry Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/science/chemistry" + }, + new + { + Id = 1420, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Science Chemistry Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/science/chemistry" + }, + new + { + Id = 1421, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Searchengines Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/searchengines" + }, + new + { + Id = 1422, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Searchengines Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/searchengines" + }, + new + { + Id = 1423, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Sex Education Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/sex/education" + }, + new + { + Id = 1424, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Sex Education Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/sex/education" + }, + new + { + Id = 1425, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Sex Lingerie Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/sex/lingerie" + }, + new + { + Id = 1426, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Sex Lingerie Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/sex/lingerie" + }, + new + { + Id = 1427, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Shopping Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/shopping" + }, + new + { + Id = 1428, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Shopping Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/shopping" + }, + new + { + Id = 1429, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Socialnet Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/socialnet" + }, + new + { + Id = 1430, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Socialnet Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/socialnet" + }, + new + { + Id = 1431, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Spyware Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/spyware" + }, + new + { + Id = 1432, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Spyware Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/spyware" + }, + new + { + Id = 1433, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Tracker Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/tracker" + }, + new + { + Id = 1434, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Tracker Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/tracker" + }, + new + { + Id = 1435, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Program Updates Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/updatesites" + }, + new + { + Id = 1436, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Program Updates Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/updatesites" + }, + new + { + Id = 1437, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Urlshortener Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/urlshortener" + }, + new + { + Id = 1438, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Urlshortener Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/urlshortener" + }, + new + { + Id = 1439, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Violence Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/violence" + }, + new + { + Id = 1440, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Violence Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/violence" + }, + new + { + Id = 1441, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Warez Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/warez" + }, + new + { + Id = 1442, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Warez Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/warez" + }, + new + { + Id = 1443, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Weapons Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/weapons" + }, + new + { + Id = 1444, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Weapons Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/weapons" + }, + new + { + Id = 1445, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Webmail Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webmail" + }, + new + { + Id = 1446, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Webmail Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webmail" + }, + new + { + Id = 1447, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Webphone Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webphone" + }, + new + { + Id = 1448, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Webphone Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webphone" + }, + new + { + Id = 1449, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Webradio Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webradio" + }, + new + { + Id = 1450, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Webradio Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webradio" + }, + new + { + Id = 1451, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Webtv Domains", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webtv" + }, + new + { + Id = 1452, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = 5, + Name = "Shalla List Webtv Urls", + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webtv" + }, + new + { + Id = 1454, + Description = "This list was initially made as a kind gesture to https://github.com/theel0ja, who has been using, recommending, and promoting the lists above. This Nano- and uBO-exclusive list removes all sorts of annoying banners that few other lists take care of, including uncloseable overlays, banners that advertise major browsers, and certain banners that ask if you want to be asked to receive bad browser notifications (It makes sense in context).", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Annoying Banners and Overlays List" + }, + new + { + Id = 1455, + Description = "Having initially been made in a failed bid to get a 2nd list of mine included in uBlock Origin, it remains online for collection count purposes.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Annoyances List" + }, + new + { + Id = 1456, + Description = "This list aims to achieve pretty broad (if not overly broad) coverage of social sharing buttons, with perhaps 1/50th~1/100th as many entries as what the biggest anti-'social button' lists out there have.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Lightweight Anti-'Social share' List" + }, + new + { + Id = 1457, + Description = "The SteamScamSites domains list, but without comments or dead/down domains ! A lighter version, called the Ashes version.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://poorpocketsmcnewhold.github.io/SteamScamSites/", + IssuesUrl = "https://github.com/PoorPocketsMcNewHold/steamscamsites/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 14, + Name = "SteamScamSites Ashes version" + }, + new + { + Id = 1458, + Description = "Host file to block ads, tracking and more!", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/blacklist", + IssuesUrl = "https://github.com/anudeepND/blacklist/issues", + LicenseId = 2, + Name = "anudeepND facebook" + }, + new + { + Id = 1459, + Description = "The alignment of the stars predict that you will use this list, in order to stop listening so much to such completely unfounded predictions anymore, and to get your eyes off the starry skies and onto your life that should be planted firmly on the ground.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-Astrology List" + }, + new + { + Id = 1460, + Description = "Most of us who are able to read this description, likely have some old relatives who get very easily confused about even the most basic of PC stuff. This list, if implemented on their PCs alongside uBlock Origin, can help you help them stay more safe from old people's tech mistakes, giving you fewer strange help requests from them as well.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's List for Old People" + }, + new + { + Id = 1461, + Description = "Are you tired of having to look at all the buttons and links with which Amazon promote their account and payment services while you're watching a good stream (i.e. Vinesauce)? Now you won't have to look at all those buttons anymore!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-Amazon List for Twitch" + }, + new + { + Id = 1463, + Description = "Personal hosts list for Samsung Knox-based ad blockers.", + HomeUrl = "https://github.com/CitizenXVIL/Hosts", + IssuesUrl = "https://github.com/CitizenXVIL/Hosts/issues", + LicenseId = 5, + Name = "CitizenXVIL Hosts" + }, + new + { + Id = 1464, + Description = "Mobile ad/tracker list based on AdGuard's mobile ad filter.", + HomeUrl = "https://github.com/CitizenXVIL/Hosts", + IssuesUrl = "https://github.com/CitizenXVIL/Hosts/issues", + LicenseId = 5, + Name = "CitizenXVIL Hosts Mobile" + }, + new + { + Id = 1465, + Description = "Experimental list to attempt to block YouTube video ads.", + HomeUrl = "https://github.com/CitizenXVIL/Hosts", + IssuesUrl = "https://github.com/CitizenXVIL/Hosts/issues", + LicenseId = 5, + Name = "CitizenXVIL YouTube Hosts" + }, + new + { + Id = 1466, + Description = "Some optimized host files for Knox Adblockers.", + HomeUrl = "https://github.com/Zykreh/vortexhosts", + LicenseId = 5, + Name = "Vortex Hosts" + }, + new + { + Id = 1467, + Description = "Some optimized host files for Knox Adblockers.", + HomeUrl = "https://github.com/Zykreh/vortexhosts", + LicenseId = 5, + Name = "Vortex Hosts Energized" + }, + new + { + Id = 1468, + Description = "Some optimized host files for Knox Adblockers.", + HomeUrl = "https://github.com/Zykreh/vortexhosts", + LicenseId = 5, + Name = "Vortex Hosts Experimental" + }, + new + { + Id = 1469, + Description = "Some optimized host files for Knox Adblockers.", + HomeUrl = "https://github.com/Zykreh/vortexhosts", + LicenseId = 5, + Name = "Vortex Hosts Lite" + }, + new + { + Id = 1470, + Description = "Privacy protection at its best.", + HomeUrl = "https://github.com/EnergizedProtection/block", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Xtreme Extension" + }, + new + { + Id = 1471, + HomeUrl = "https://getadhell.com/", + LicenseId = 5, + Name = "AdHell Standard" + }, + new + { + Id = 1473, + DonateUrl = "https://github.com/ookangzheng/blahdns/blob/master/README.md", + HomeUrl = "https://github.com/ookangzheng/blahdns/tree/master/hosts", + IssuesUrl = "https://github.com/ookangzheng/blahdns/issues", + LicenseId = 2, + Name = "BlahDNS Blacklist" + }, + new + { + Id = 1474, + DonateUrl = "https://github.com/ookangzheng/blahdns/blob/master/README.md", + HomeUrl = "https://github.com/ookangzheng/blahdns/tree/master/hosts", + IssuesUrl = "https://github.com/ookangzheng/blahdns/issues", + LicenseId = 2, + Name = "BlahDNS Whitelist" + }, + new + { + Id = 1475, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = 2, + Name = "hBlock Hosts" + }, + new + { + Id = 1476, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = 2, + Name = "hBlock Hosts for Android" + }, + new + { + Id = 1477, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = 2, + Name = "hBlock Hosts RPZ" + }, + new + { + Id = 1478, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = 2, + Name = "hBlock Hosts Unbound" + }, + new + { + Id = 1479, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = 2, + Name = "hBlock Hosts DNSMASQ" + }, + new + { + Id = 1480, + DonateUrl = "https://github.com/ookangzheng/blahdns/blob/master/README.md", + HomeUrl = "https://github.com/ookangzheng/blahdns/tree/master/hosts", + IssuesUrl = "https://github.com/ookangzheng/blahdns/issues", + LicenseId = 2, + Name = "BlahDNS Blacklist (RPZ)" + }, + new + { + Id = 1481, + HomeUrl = "https://github.com/jawz101/MobileAdTrackers", + IssuesUrl = "https://github.com/jawz101/MobileAdTrackers/issues", + LicenseId = 5, + Name = "jawz101 MobileAdTrackers" + }, + new + { + Id = 1483, + Description = "A filter list that blocks mobile advertisements and trackers on Japanese properties", + HomeUrl = "https://280blocker.net/", + LicenseId = 1, + Name = "280blocker adblock domain lists", + SubmissionUrl = "https://docs.google.com/forms/d/e/1FAIpQLScNeZhFrFZt9GhIVGdThGz7oyepcNRKuOi5PJDnsC-awxTeOQ/viewform" + }, + new + { + Id = 1484, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Torrent" + }, + new + { + Id = 1485, + Description = "An updated list of public BitTorrent trackers", + HomeUrl = "https://github.com/ngosang/trackerslist", + LicenseId = 19, + Name = "List of torrent trackers" + }, + new + { + Id = 1486, + Description = "An updated list of public BitTorrent trackers", + HomeUrl = "https://github.com/ngosang/trackerslist", + LicenseId = 19, + Name = "List of torrent trackers: Blacklist" + }, + new + { + Id = 1487, + HomeUrl = "https://github.com/quedlin/blacklist", + LicenseId = 5, + Name = "Quedlin Blacklist" + }, + new + { + Id = 1490, + Description = "Phishing Domains, urls websites and threats database. We use the PyFunceble testing tool to validate the status of all known Phishing domains and provide stats to reveal how many unique domains used for Phishing are still active.", + HomeUrl = "https://github.com/mitchellkrogza/Phishing.Database", + LicenseId = 2, + Name = "Phishing Domain Database" + }, + new + { + Id = 1492, + Description = "The Ultimate hosts file for protecting your computer or device against over a million bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware.", + HomeUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist", + LicenseId = 2, + Name = "Ultimate Hosts Blacklist Deny - IPs only" + }, + new + { + Id = 1493, + Description = "Anti-WebMiner protects your PC against web cryptocurrency miners (JS scripts like Coinhive executed in the browser) by modifying Windows hosts file", + HomeUrl = "https://github.com/greatis/Anti-WebMiner/", + IssuesUrl = "https://github.com/greatis/Anti-WebMiner/issues", + LicenseId = 19, + Name = "Greatis Anti-WebMiner" + }, + new + { + Id = 1494, + HomeUrl = "https://www.carl.net/", + LicenseId = 11, + Name = "Carl's Spam List" + }, + new + { + Id = 1495, + Description = "Unified hosts combined from wally3k pihole lists and possibly without false positives", + HomeUrl = "https://github.com/tankmohit/UnifiedHosts", + LicenseId = 5, + Name = "tankmohit's AllUnifiedHosts" + }, + new + { + Id = 1496, + HomeUrl = "http://www.taz.net.au/Mail/", + LicenseId = 5, + Name = "Temporary Autonomous Zone Spam Domains" + }, + new + { + Id = 1497, + Description = "Unified hosts combined from wally3k pihole lists and possibly without false positives", + HomeUrl = "https://github.com/tankmohit/UnifiedHosts", + LicenseId = 5, + Name = "tankmohit's WhitelistUnifiedHosts" + }, + new + { + Id = 1498, + Description = "How to stop Google Analytics \"Ghost\" Spam using a well curated list of spam referrer domains and web sites. Simple and easy to use with instructions for creating Segments in Google Analytics using our google-exclude files.", + HomeUrl = "https://github.com/mitchellkrogza/Stop.Google.Analytics.Ghost.Spam.HOWTO", + LicenseId = 2, + Name = "Stop Google Analytics Ghost Spam Active List" + }, + new + { + Id = 1499, + Description = "How to stop Google Analytics \"Ghost\" Spam using a well curated list of spam referrer domains and web sites. Simple and easy to use with instructions for creating Segments in Google Analytics using our google-exclude files.", + HomeUrl = "https://github.com/mitchellkrogza/Stop.Google.Analytics.Ghost.Spam.HOWTO", + LicenseId = 2, + Name = "Stop Google Analytics Ghost Spam Inactive List" + }, + new + { + Id = 1500, + HomeUrl = "https://cybercrime-tracker.net/", + LicenseId = 5, + Name = "Cybercrime List" + }, + new + { + Id = 1501, + Description = "This is a project that provides a pornography URL blacklist", + HomeUrl = "https://github.com/joelotz/URL_Blacklist", + LicenseId = 5, + Name = "joelotz URLBlacklist" + }, + new + { + Id = 1502, + Description = "This project generates dnsmasq, bind and unbound zone files to be used in DNS based AD Blockers.", + HomeUrl = "https://github.com/oznu/dns-zone-blacklist", + IssuesUrl = "https://github.com/oznu/dns-zone-blacklist/issues", + LicenseId = 5, + Name = "DNS Zone Blacklist Generator BIND" + }, + new + { + Id = 1503, + Description = "This project generates dnsmasq, bind and unbound zone files to be used in DNS based AD Blockers.", + HomeUrl = "https://github.com/oznu/dns-zone-blacklist", + IssuesUrl = "https://github.com/oznu/dns-zone-blacklist/issues", + LicenseId = 5, + Name = "DNS Zone Blacklist Generator Dnsmasq" + }, + new + { + Id = 1504, + Description = "This project generates dnsmasq, bind and unbound zone files to be used in DNS based AD Blockers.", + HomeUrl = "https://github.com/oznu/dns-zone-blacklist", + IssuesUrl = "https://github.com/oznu/dns-zone-blacklist/issues", + LicenseId = 5, + Name = "DNS Zone Blacklist Generator Unbound" + }, + new + { + Id = 1505, + HomeUrl = "https://github.com/ReddestDream/reddestdream.github.io", + IssuesUrl = "https://github.com/ReddestDream/reddestdream.github.io/issues", + LicenseId = 5, + Name = "ReddestDream MinimalHostsBlockerCB" + }, + new + { + Id = 1506, + HomeUrl = "https://github.com/ReddestDream/reddestdream.github.io", + IssuesUrl = "https://github.com/ReddestDream/reddestdream.github.io/issues", + LicenseId = 5, + Name = "ReddestDream MinimalHosts" + }, + new + { + Id = 1507, + Description = "Domain feed of known DGA domains from -2 to +3 days", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YMFSMT9MW2Y6Q", + HomeUrl = "https://osint.bambenekconsulting.com/feeds/", + LicenseId = 21, + Name = "DGA domains" + }, + new + { + Id = 1508, + Description = "This file contains the bulk of the spam domains. It is updated infrequently and therefore need not be downloaded more than once a week. You must not download it more than once a day or your IP address may be blocked without notice.", + DonateUrl = "http://www.joewein.de/sw/bl-text.htm#donate", + HomeUrl = "http://www.joewein.de/sw/bl-text.htm", + LicenseId = 5, + Name = "JoeWein's Domain blacklist base" + }, + new + { + Id = 1509, + Description = "This file contains additions made during the last week or two only. You can download once per day or more, but we currently don't recommend intervals more frequent than hourly.", + DonateUrl = "http://www.joewein.de/sw/bl-text.htm#donate", + HomeUrl = "http://www.joewein.de/sw/bl-text.htm", + LicenseId = 5, + Name = "JoeWein's Domain blacklist new" + }, + new + { + Id = 1510, + Description = "List of black email addresses.", + DonateUrl = "http://www.joewein.de/sw/bl-text.htm#donate", + HomeUrl = "http://www.joewein.de/sw/bl-text.htm", + LicenseId = 5, + Name = "JoeWein's Email sender blacklist" + }, + new + { + Id = 1511, + Description = "This custom Fail2Ban filter and jail will deal with all scans for common WordPress, Joomla and other Web Exploits being scanned for by automated bots and those seeking to find exploitable web sites.", + HomeUrl = "https://github.com/mitchellkrogza/Fail2Ban.WebExploits", + IssuesUrl = "https://github.com/mitchellkrogza/Fail2Ban.WebExploits/issues", + LicenseId = 2, + Name = "Fail2Ban WebExploits" + }, + new + { + Id = 1512, + Description = "This is a community list with a blacklist of IP addresses.", + HomeUrl = "https://www.badips.com/", + IssuesUrl = "https://www.badips.com/documentation#3", + LicenseId = 2, + Name = "BadIPs" + }, + new + { + Id = 1513, + Description = "Black list for Squid proxy.", + HomeUrl = "https://github.com/oleksiig/Squid-BlackList/", + IssuesUrl = "https://www.badips.com/documentation#3", + LicenseId = 5, + Name = "Gulchenko's SquidBlackList" + }, + new + { + Id = 1517, + Description = "The Ultimate hosts file for protecting your computer or device against over a million bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware.", + HomeUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist", + IssuesUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/issues", + LicenseId = 2, + Name = "Ultimate Hosts Blacklist (IPs)" + }, + new + { + Id = 1520, + Description = "The Ultimate hosts file for protecting your computer or device against over a million bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware. Raw versions in 4 parts can be found at https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/tree/master/superhosts.deny", + HomeUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist", + IssuesUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/issues", + LicenseId = 2, + Name = "Ultimate Hosts Blacklist Deny - Superhosts" + }, + new + { + Id = 1523, + Description = "This is a comprehensive hosts file (IPv4) which blocks known ad, exploit, malware, and tracking servers. It is pulled from MVPS, PGL Yoyo, Malware Domain List, Energized and EasyList, along with some supplementary entries for increased protection against telemetry, and additions for mobile platforms. It is then merged, sorted and deduped. This list is compatible with all operating systems that make use of a hosts file (obviously this includes Windows, OS X, GNU/Linux and more). It works great with mobile VPN ad-blocking solutions too.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = 44, + Name = "Combined Privacy Block Lists HOSTS (IPv4)" + }, + new + { + Id = 1524, + Description = "This is a DAT-format IP block list suitable for use in torrent clients like Halite for Windows. The list is merged from BlueTack levels 1 and 2, then deduped and sorted. This will come in especially handy on public trackers.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = 44, + Name = "Combined Privacy Block Lists IPs DAT-format" + }, + new + { + Id = 1525, + Description = "This is a P2P-format IP block list suitable for use in torrent clients like qBitTorrent and Transmission under any OS. The list is merged from BlueTack levels 1 and 2, then deduped and sorted. This will also come in especially handy on public trackers.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = 44, + Name = "Combined Privacy Block Lists IPs P2P-format" + }, + new + { + Id = 1526, + Description = "Block advertisements.", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List (Unbound)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 1527, + Description = "Block advertisements.", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List (BIND)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 1528, + Description = "Filter that enables removing of the ads from websites with English content or content in languages that lack separate AdGuard lists.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 40, + Name = "AdGuard Base Filter without EasyList (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 1529, + HomeUrl = "https://easylist.to/", + LicenseId = 3, + Name = "KoreanList" + }, + new + { + Id = 1530, + Description = "Blocks every chat or helpdesk pop up in your browser.", + EmailAddress = "hello@hellogoodbye.app", + HomeUrl = "https://hellogoodbye.app/", + IssuesUrl = "https://github.com/bcye/Hello-Goodbye/issues", + LicenseId = 4, + Name = "Hello, Goodbye!" + }, + new + { + Id = 1531, + Description = "List for bad isueads for public like adware and popup/ads that are exploited by hackers.", + HomeUrl = "https://github.com/kano1/I/", + IssuesUrl = "https://github.com/kano1/I/issues/", + LicenseId = 5, + Name = "Adware Filter Scrip" + }, + new + { + Id = 1532, + Description = "List for keloger, cookie collector, malware tracker and other spyware for suspicious.", + HomeUrl = "https://github.com/kano1/Kano/", + IssuesUrl = "https://github.com/kano1/Kano/issues/", + LicenseId = 5, + Name = "Spyware Filter Scrip" + }, + new + { + Id = 1533, + Description = "Filters to address issues specific to legacy versions of uBO.", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = 4, + Name = "uAssets Legacy" + }, + new + { + Id = 1534, + EmailAddress = "wduk10@hotmail.com", + HomeUrl = "https://hostsfile.mine.nu/", + LicenseId = 34, + Name = "The Hosts File Project IPs" + }, + new + { + Id = 1535, + Description = "As someone who is a translation validator for WordPress.com and WordPress' phone apps, this list fixes some minor botherances to make the process of going through hundreds of strings and suggestions slightly easier. So now I'm sharing them with the world as well.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Assistant list for WordPress validators and translators" + }, + new + { + Id = 1536, + Description = "A general ad & tracking domain blocklist for pihole.", + HomeUrl = "https://github.com/RooneyMcNibNug/pihole-stuff", + LicenseId = 14, + Name = "SNAFU List" + }, + new + { + Id = 1537, + Description = "EasyPrivacy is an optional supplementary filter list that completely removes all forms of tracking from the internet, including web bugs, tracking scripts and information collectors, thereby protecting your personal data.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyPrivacy (TPL)" + }, + new + { + Id = 1538, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyList Without Element Hiding Rules (TPL)" + }, + new + { + Id = 1539, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyTest (TPL)" + }, + new + { + Id = 1540, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyList Polish (TPL)" + }, + new + { + Id = 1541, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "Acceptable Ads (TPL)" + }, + new + { + Id = 1542, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "Adware Filters (TPL)" + }, + new + { + Id = 1543, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "KoreanList (TPL)" + }, + new + { + Id = 1544, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyList Portuguese (TPL)" + }, + new + { + Id = 1545, + Description = "Finnish supplement list for EasyList.", + HomeUrl = "https://github.com/wiltteri/subscriptions", + LicenseId = 11, + Name = "Wiltteri (TPL)" + }, + new + { + Id = 1546, + Description = "Finnish supplement list for EasyList.", + HomeUrl = "https://github.com/wiltteri/subscriptions", + LicenseId = 11, + Name = "Wiltteri Reborn (TPL)" + }, + new + { + Id = 1547, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "IndianList (TPL)" + }, + new + { + Id = 1548, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "EasyList Spanish + EasyList" + }, + new + { + Id = 1549, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 4, + Name = "Wiltteri + EasyList" + }, + new + { + Id = 1550, + Description = "Do you have a high-res or portrait monitor, and are feeling bothered by how websites still think that everyone are using low-res landscape monitors? Well, here's how to stretch them out like a piece of gum!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Website Stretcher - Vertical Edition" + }, + new + { + Id = 1551, + Description = "Do you have a huge high-resolution monitor, and are feeling bothered by how websites still think that everyone are using 768-1080px monitors? Well, here's how to stretch them out like a piece of gum!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Website Stretcher - 4K and 5K Edition" + }, + new + { + Id = 1552, + Description = "Reddit can have some good places and posts, but unfortunately 95% of it is also a large pile of echo chambers whose only equivalent is 8chan. So if you only browse Reddit for its humouristical and artistical subreddits, this list will massively help you focus on those things.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Reddit Trash Removal Service" + }, + new + { + Id = 1554, + Description = "So you're sitting there reading a newssite, and then you find big banners that try to tell you the exact points in time you're supposed to pray? If you want to feel less stressed and less like a slave of the clock, then this list is for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Prayer times' List" + }, + new + { + Id = 1555, + Description = "BEBASID can help open web pages that are blocked by the Indonesian government by using the hosts file.", + DonateUrl = "https://github.com/bebasid/bebasid/#donasi-kami", + HomeUrl = "https://github.com/bebasid/bebasid/", + IssuesUrl = "https://github.com/bebasid/bebasid/issues", + LicenseId = 2, + Name = "BEBASID" + }, + new + { + Id = 1556, + Description = "Prevent Game of Thrones spoilers", + DonateUrl = "https://www.svp.ie/get-involved/donate/single-donation.aspx", + HomeUrl = "https://github.com/ColumWalsh/unsullied", + IssuesUrl = "https://github.com/ColumWalsh/unsullied/issues", + LicenseId = 2, + Name = "Unsullied" + }, + new + { + Id = 1557, + Description = "Android AdBlock Hosts file for /etc/hosts", + HomeUrl = "https://github.com/DataMaster-2501/DataMaster-Android-AdBlock-Hosts", + IssuesUrl = "https://github.com/DataMaster-2501/DataMaster-Android-AdBlock-Hosts/issues", + LicenseId = 4, + Name = "DataMaster Android AdBlock Hosts" + }, + new + { + Id = 1558, + Description = "Filters for blocking pop-ups and anti-adblock bypass.", + EmailAddress = "bogachenkove@gmail.com", + HomeUrl = "https://github.com/bogachenko/fuckfuckadblock", + IssuesUrl = "https://github.com/bogachenko/fuckfuckadblock/issues", + LicenseId = 2, + Name = "Fuck Fuckadblock" + }, + new + { + Id = 1559, + Description = "This hosts file blocks the BBC News website Breaking News banner", + HomeUrl = "https://github.com/BreakingTheNews/BreakingTheNews.github.io", + IssuesUrl = "https://github.com/BreakingTheNews/BreakingTheNews.github.io/issues", + LicenseId = 5, + Name = "Breaking the News" + }, + new + { + Id = 1560, + Description = "Block Bitcoin Mining in browser (webs and extensions)", + HomeUrl = "https://github.com/ruvelro/Halt-and-Block-Mining", + IssuesUrl = "https://github.com/ruvelro/Halt-and-Block-Mining/issues", + LicenseId = 5, + Name = "Halt-and-Block-Mining" + }, + new + { + Id = 1561, + Description = "A list of 400+ Admiral domains. These are provided for educational and research purposes only.", + HomeUrl = "https://github.com/jkrejcha/AdmiraList/", + IssuesUrl = "https://github.com/jkrejcha/AdmiraList/issues", + LicenseId = 5, + Name = "AdmiraList" + }, + new + { + Id = 1562, + Description = "Constantly updated filter list for uBlock Origin. Let's make sites cleaner and reading more comfortable!", + HomeUrl = "https://github.com/mtxadmin/ublock/", + IssuesUrl = "https://github.com/mtxadmin/ublock/issues", + LicenseId = 2, + Name = "Yet another small uBlock filter list" + }, + new + { + Id = 1563, + Description = "Hosts file for annoying ads", + HomeUrl = "https://github.com/xorcan/hosts", + IssuesUrl = "https://github.com/xorcan/hosts/issues", + LicenseId = 4, + Name = "xorcan Türk ad-list (Turkish)" + }, + new + { + Id = 1564, + Description = "We hear so much talk about \"fake news\" nowadays, but we never hear any talk about non-news, such as C-tier celebrities either expecting offspring or giving birth to such. This list will aid in removing such kinds of non-news.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Newsstories about celebs giving birth' List" + }, + new + { + Id = 1565, + Description = "While it was admirable that places like GOG, Humble Bundle, and Steam began selling movies and books, their categories for such quickly became a dumping ground for useless indie filler. No one needs three book bundles a month about how to write JavaScript, nor do they need a cashgrab \"documentary\" about bronies. This list is for those who once again want to reclaim such stores in the name of videogames.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "List for removing movies and books from videogame storefronts" + }, + new + { + Id = 1566, + Description = "This ad blocker list aims to block mobile ads which includes in-app ads.", + HomeUrl = "https://github.com/biroloter/Mobile-Ad-Hosts", + IssuesUrl = "https://github.com/biroloter/Mobile-Ad-Hosts/issues", + LicenseId = 19, + Name = "Mobile-Ad-Hosts" + }, + new + { + Id = 1567, + Description = "EasyList is the primary subscription that removes adverts from web pages in English language. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "EasyList (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 1568, + Description = "Filter that enables removing of the ads from websites with English content or content in languages that lack separate AdGuard lists. The Optimized version is based on opt-in telemetry, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Base Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 1569, + Description = "Liste FR + AdGuard French filter. Filter list that specifically removes ads on websites in French language. The Optimized version is based on opt-in telemetry, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard French Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 1570, + Description = "EasyList Germany + AdGuard German filter. Filter list that specifically removes ads on websites in German language. The Optimized version is based on opt-in telemetry, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard German Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 1573, + HomeUrl = "https://github.com/qwIvan/privoxy-adfilter", + IssuesUrl = "https://github.com/qwIvan/privoxy-adfilter/issues", + LicenseId = 5, + Name = "Privoxy Adfilter" + }, + new + { + Id = 1574, + Description = "Constantly updated hosts file. Good addition for uBlock Origin filters in a browser", + HomeUrl = "https://github.com/mtxadmin/ublock/blob/master/docs/hosts_file_en.md", + IssuesUrl = "https://github.com/mtxadmin/ublock/issues", + LicenseId = 2, + Name = "Yet another small hosts file" + }, + new + { + Id = 1575, + Description = "Do you wish to remove distracting buttons, Amazon Prime features, and display more chat comments at once, all at the same time? Then this list is your dream come true.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Twitch: Even More Pure Viewing Experience" + }, + new + { + Id = 1576, + Description = "This list is a proof-of-concept for Nano and uBO only (Not AdGuard), which aims to replace websites' custom cursors with the default OS cursor.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Custom cursors' List" + }, + new + { + Id = 1577, + DonateUrl = "https://opencollective.com/adnauseam", + HomeUrl = "https://github.com/dhowe/uAssets", + LicenseId = 4, + Name = "AdNauseam Filters" + }, + new + { + Id = 1578, + Description = "This is a long list of domains accociated with facebook taken from https://github.com/jmdugan/blocklists", + HomeUrl = "https://github.com/fabianmoronzirfas/block-facebook", + IssuesUrl = "https://github.com/fabianmoronzirfas/block-facebook/issues", + LicenseId = 28, + Name = "Little Snitch Block Facebook Rule Set" + }, + new + { + Id = 1579, + Description = "Originally made as a proof-of-concept to see how few entries that a modern-day adblocker would need to block ads, this list aims for at least 90% of EasyList's coverage with less than 0.1% as many entries.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Extremely Condensed Adblocking List" + }, + new + { + Id = 1581, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for AdGuard)" + }, + new + { + Id = 1582, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO and AdGuard users should use the other versions instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for AdBlock and Adblock Plus)" + }, + new + { + Id = 1583, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for Privoxy)" + }, + new + { + Id = 1584, + Description = "This is a slimmer version of \"Dandelion Sprout's Nordic Filters\", intended for users of software tools that doesn't support adblocker syntaxes. It chiefly targets scams and malware on Norwegian or Danish sites, as well as some advert and tracking servers.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (dnsmasq)" + }, + new + { + Id = 1585, + Description = "This is a slimmer version of \"Dandelion Sprout's Nordic Filters\", intended for users of software tools that doesn't support adblocker syntaxes. It chiefly targets scams and malware on Norwegian or Danish sites, as well as some advert and tracking servers.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (The «hosts.deny» version)" + }, + new + { + Id = 1586, + Description = "Most anti-malware lists are pretty big and can cover a 5- or 6-digit amount of specific domains. But my list hereby claims to remove more than 25% of all known malware sites with just a 2-digit amount of entries. This is mostly done by blocking top-level domains that have become devastatingly abused by spammers, usually because they allowed for free and uncontrolled domain registrations. There's also additional categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Anti-Malware List (for Adblock Plus and AdBlock)" + }, + new + { + Id = 1587, + Description = "Most anti-malware lists are pretty big and can cover a 5- or 6-digit amount of specific domains. But my list hereby claims to remove more than 25% of all known malware sites with just a 2-digit amount of entries. This is mostly done by blocking top-level domains that have become devastatingly abused by spammers, usually because they allowed for free and uncontrolled domain registrations. There's also additional categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Anti-Malware List (for AdGuard)" + }, + new + { + Id = 1588, + Description = "There's categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Anti-Malware List (TPL)" + }, + new + { + Id = 1589, + Description = "Most anti-malware lists are pretty big and can cover a 5- or 6-digit amount of specific domains. But my list hereby claims to remove more than 25% of all known malware sites with just a 2-digit amount of entries. This is mostly done by blocking top-level domains that have become devastatingly abused by spammers, usually because they allowed for free and uncontrolled domain registrations. There's also additional categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Anti-Malware List (for Privoxy)" + }, + new + { + Id = 1590, + Description = "There's categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Anti-Malware List (Hosts)" + }, + new + { + Id = 1591, + Description = "Are you a non-user of Hangouts, and are tired of seeing the uncloseable Hangouts section on Gmail, and various Hangouts buttons and pages? Then this is the list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Google Hangouts' List" + }, + new + { + Id = 1592, + Description = "So you're browsing Reddit or Twitch, and you're seeing an interesting info link? Well… about that link… this list will turn links to the biggest YouTube uploads of Rick Astley's «Never Gonna Give You Up» into a bright red colour, thus helping you steer clear of being rickrolled.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Rickroll Link Identifier" + }, + new + { + Id = 1593, + Description = "This is a version of \"Dandelion Sprout's Nordic Filters\" for advanced tech users ONLY! It aims to not whitelist any trackers, but at the cost of some web elements being broken, and the presence of page warnings on aggregate/cashback site links.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (without tracker whitelistings)" + }, + new + { + Id = 1594, + Description = "AntiSocial Blacklist is an extensive collection of potentially malicious domains. We work hard scouring the internet looking for servers that are trying to impersonate common brands and the companies you do business with. Using our data, we then use our cloud platform to protect vulnerable computer users. You may not spot the IDN characters in iCłoud.com or the zero in Micr0Soft.com - But AntiSocial Blacklist will.", + EmailAddress = "Contact@TheAntiSocialEngineer.com", + HomeUrl = "https://theantisocialengineer.com/blacklist/", + LicenseId = 5, + Name = "The AntiSocial Engineer Blacklist" + }, + new + { + Id = 1595, + Description = "The Blocklist to filter Phishing.", + HomeUrl = "https://phishing.army/", + LicenseId = 13, + Name = "Phishing Army" + }, + new + { + Id = 1596, + LicenseId = 5, + Name = "De Hakkelaar's Cryptojacking Campaign List" + }, + new + { + Id = 1597, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = 5, + Name = "OISD" + }, + new + { + Id = 1598, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = 5, + Name = "OISD (Hosts)" + }, + new + { + Id = 1599, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = 5, + Name = "OISD Light" + }, + new + { + Id = 1600, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = 5, + Name = "OISD Light (Hosts)" + }, + new + { + Id = 1601, + Description = "Currently blocking ad serving and malware domains.", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://github.com/joeylane/hosts", + IssuesUrl = "https://github.com/joeylane/hosts/issues", + LicenseId = 5, + Name = "Joey Lane's Hosts" + }, + new + { + Id = 1603, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = 28, + Name = "urlhaus-filter" + }, + new + { + Id = 1604, + Description = "Have you ever been watching «Pinkie Cooper and the Jet Set Pets» on DailyMotion, but you keep getting distracted by all the trend-based recommendations below the video player? This list will help focus your attention on the video instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "DailyMotion Simplicity" + }, + new + { + Id = 1605, + Description = "«Powerpuff Girls», especially the 90's-00's seasons, is a cartoon that taught children such values as beating others senseless, extrajudicial violence, vigilante mob beatings, the expendability of entire neighbourhoods, and discrimination against past offenders. If you too are absolutely embarrassed by ever having watched that show, here's a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Powerpuff Girls' List" + }, + new + { + Id = 1606, + Description = "Office Online, which is effectively a free lite version of Microsoft Office, was a pretty nice and kind move by Microsoft. However, they seem to think that quick access to Skype from it is essential for project communication, which is less than desirable for those who've moved on to e.g. Discord or MeWe. Here's a list that will make your Office Online experience Skype-free.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-Skype List for Office Online" + }, + new + { + Id = 1607, + Description = "HostsY generated hosts files", + HomeUrl = "https://github.com/Laicure/HostsY_hosts", + IssuesUrl = "https://github.com/Laicure/HostsY_hosts/issues", + LicenseId = 5, + Name = "HostsY Hosts" + }, + new + { + Id = 1608, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts (Little Snitch)" + }, + new + { + Id = 1609, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Fakenews + Gambling + Porn + Social (Little Snitch)" + }, + new + { + Id = 1610, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Fakenews + Gambling + Porn (Little Snitch)" + }, + new + { + Id = 1611, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Fakenews + Gambling + Social (Little Snitch)" + }, + new + { + Id = 1612, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Fakenews + Gambling (Little Snitch)" + }, + new + { + Id = 1613, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Fakenews + Porn + Social (Little Snitch)" + }, + new + { + Id = 1614, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Fakenews + Porn (Little Snitch)" + }, + new + { + Id = 1615, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Fakenews + Social (Little Snitch)" + }, + new + { + Id = 1616, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Fakenews (Little Snitch)" + }, + new + { + Id = 1617, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Gambling + Porn + Social (Little Snitch)" + }, + new + { + Id = 1618, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Gambling + Porn (Little Snitch)" + }, + new + { + Id = 1619, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Gambling + Social (Little Snitch)" + }, + new + { + Id = 1620, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Gambling (Little Snitch)" + }, + new + { + Id = 1621, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Porn + Social (Little Snitch)" + }, + new + { + Id = 1622, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Porn (Little Snitch)" + }, + new + { + Id = 1623, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = 4, + Name = "Unified Hosts + Social (Little Snitch)" + }, + new + { + Id = 1624, + HomeUrl = "https://github.com/jostyee/littlesnitch-rules", + IssuesUrl = "https://github.com/jostyee/littlesnitch-rules/issues", + LicenseId = 4, + Name = "jostyee's Blocklist" + }, + new + { + Id = 1625, + Description = "Personal blocklist for Chinese sites", + HomeUrl = "https://github.com/jostyee/littlesnitch-rules", + IssuesUrl = "https://github.com/jostyee/littlesnitch-rules/issues", + LicenseId = 4, + Name = "jostyee's Blocklist China" + }, + new + { + Id = 1626, + Description = "Rules for Chrome, Firefox, and Safari.", + HomeUrl = "https://github.com/bdougherty/little-snitch-rules", + IssuesUrl = "https://github.com/bdougherty/little-snitch-rules/issues", + LicenseId = 2, + Name = "Browsers" + }, + new + { + Id = 1627, + Description = "Adblock rules for Little Snitch by ThuanLe", + HomeUrl = "https://github.com/ldt116/little-snitch-vietnamese-ad-block-rules", + IssuesUrl = "https://github.com/ldt116/little-snitch-vietnamese-ad-block-rules/issues", + LicenseId = 5, + Name = "Vietnamese Ad Block by ThuanLe" + }, + new + { + Id = 1628, + HomeUrl = "https://github.com/balupton/littlesnitch-filters", + IssuesUrl = "https://github.com/balupton/littlesnitch-filters/issues", + LicenseId = 11, + Name = "balupton's Blocklist" + }, + new + { + Id = 1629, + HomeUrl = "https://github.com/balupton/littlesnitch-filters", + IssuesUrl = "https://github.com/balupton/littlesnitch-filters/issues", + LicenseId = 11, + Name = "balupton's CDN Whitelist" + }, + new + { + Id = 1630, + Description = "A set of rules for Little Snitch (4.1 or higher)", + HomeUrl = "https://github.com/jaydorsey/little_snitch_rules", + IssuesUrl = "https://github.com/jaydorsey/little_snitch_rules/issues", + LicenseId = 5, + Name = "Jay Dorsey's Little Snitch Block List" + }, + new + { + Id = 1631, + HomeUrl = "https://github.com/newyork10023/Little_Snitch", + IssuesUrl = "https://github.com/newyork10023/Little_Snitch/issues", + LicenseId = 4, + Name = "Block All All" + }, + new + { + Id = 1632, + HomeUrl = "https://github.com/Kr00lIX/little-snitch-rules", + IssuesUrl = "https://github.com/Kr00lIX/little-snitch-rules/issues", + LicenseId = 5, + Name = "Kr00lIX's Tracking List" + }, + new + { + Id = 1633, + HomeUrl = "https://github.com/Kr00lIX/little-snitch-rules", + IssuesUrl = "https://github.com/Kr00lIX/little-snitch-rules/issues", + LicenseId = 5, + Name = "Kr00lIX's Sync Limit Rules" + }, + new + { + Id = 1634, + Description = "List of 'trackers' from https://better.fyi/trackers", + HomeUrl = "https://gitlab.com/jamujr/lsrg", + IssuesUrl = "https://gitlab.com/jamujr/lsrg/issues", + LicenseId = 5, + Name = "Trackers Top 500" + }, + new + { + Id = 1635, + Description = "This aggregate list currently targets hateful/scamming religious preachers, astrology, and prayer time listings on mainstream websites.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Anti-'Religious insanity' List" + }, + new + { + Id = 1636, + Description = "This is a dual-compatibility list for domains-list tools and uBlock Origin, which intends to target and prevent access to groups and individuals that preach things that are either very strange, very hateful, or that promote economical scams.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Insane religious preachers' List" + }, + new + { + Id = 1637, + Description = "This is a somewhat alternate approach to the usual anti-comment-section lists, as this list only removes those comment sections that are filled with exceptionally bad comments.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Awful comments' List" + }, + new + { + Id = 1638, + Description = "This file is useful to unblock some websites that blocked by internet positive or so. You can also say it bypass, it's easy to use.", + HomeUrl = "https://github.com/Hakame-kun/uBlock-Filters-Indonesia", + IssuesUrl = "https://github.com/Hakame-kun/uBlock-Filters-Indonesia/issues", + LicenseId = 5, + Name = "Hakame-kun's Windows Host" + }, + new + { + Id = 1639, + Description = "Google AMP (Accelerated Mobile Pages) block list.", + HomeUrl = "https://www.github.developerdan.com/hosts/", + IssuesUrl = "https://github.com/lightswitch05/hosts/issues", + LicenseId = 18, + Name = "AMP Hosts" + }, + new + { + Id = 1640, + Description = "\"uMatrix Recipes\" is a collection of rules that you can use to fix some popular websites by whitelisting the 3rd-party requests that are critical for the websites to function.", + HomeUrl = "https://github.com/kristerkari/umatrix-recipes", + IssuesUrl = "https://github.com/kristerkari/umatrix-recipes/issues", + LicenseId = 5, + Name = "Krister Kari's uMatrix Recipes" + }, + new + { + Id = 1641, + Description = "These are rules I've exported from my installation of uMatrix. By publishing them on GitHub, I am releasing them into the public domain.", + HomeUrl = "https://github.com/L2G/umatrix-rules", + IssuesUrl = "https://github.com/L2G/umatrix-rules/issues", + LicenseId = 20, + Name = "L2G's uMatrix Rules" + }, + new + { + Id = 1642, + Description = "Another custom recipes for uMatrix. Note that I have a custom default setup and not be same like stock or out-of-box settings, please make sure to look the recipe first and also my default settings before apply. I will not responsible about breakage, both from my default settings and recipes, your need to fix by your own or contact experienced users of uMatrix extension.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues", + LicenseId = 13, + Name = "Ruleset for Thai sites" + }, + new + { + Id = 1643, + Description = "Another custom recipes for uMatrix. Note that I have a custom default setup and not be same like stock or out-of-box settings, please make sure to look the recipe first and also my default settings before apply. I will not responsible about breakage, both from my default settings and recipes, your need to fix by your own or contact experienced users of uMatrix extension.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues", + LicenseId = 13, + Name = "Kowith's Self Custom Ruleset" + }, + new + { + Id = 1644, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = 8, + Name = "migueldemoura's uMatrix Recipes" + }, + new + { + Id = 1645, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = 8, + Name = "migueldemoura's Hosts - Ads & Tracking" + }, + new + { + Id = 1646, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = 8, + Name = "migueldemoura's Hosts - Ads & Tracking - Breaking" + }, + new + { + Id = 1647, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = 8, + Name = "migueldemoura's Hosts - Malware" + }, + new + { + Id = 1648, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = 8, + Name = "migueldemoura's uBlock List" + }, + new + { + Id = 1649, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = 8, + Name = "migueldemoura's uBlock List - Facebook Groups-Events" + }, + new + { + Id = 1650, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = 8, + Name = "migueldemoura's uBlock List - Facebook Messenger" + }, + new + { + Id = 1651, + HomeUrl = "https://github.com/themagicteeth/umatrix-recipes", + IssuesUrl = "https://github.com/themagicteeth/umatrix-recipes/issues", + LicenseId = 5, + Name = "themagicteeth's uMatrix Recipes" + }, + new + { + Id = 1652, + HomeUrl = "https://github.com/dfkt/umatrix-rules", + IssuesUrl = "https://github.com/dfkt/umatrix-rules/issues", + LicenseId = 5, + Name = "dfkt's uMatrix Rules" + }, + new + { + Id = 1653, + HomeUrl = "https://github.com/david1davidson/uMatrixMasterList", + IssuesUrl = "https://github.com/david1davidson/uMatrixMasterList/issues", + LicenseId = 5, + Name = "uMatrix Master List" + }, + new + { + Id = 1656, + HomeUrl = "https://github.com/invasy/umatrix-ruleset", + IssuesUrl = "https://github.com/invasy/umatrix-ruleset/issues", + LicenseId = 5, + Name = "Vasiliy Polyakov's Custom Ruleset Recipes" + }, + new + { + Id = 1657, + HomeUrl = "https://github.com/stephengeorgewest/my-umatrix-rules", + IssuesUrl = "https://github.com/stephengeorgewest/my-umatrix-rules/issues", + LicenseId = 11, + Name = "Stephen George West's uMatrix Rules" + }, + new + { + Id = 1658, + HomeUrl = "https://github.com/tranhoangcore/uMatrix-Rules", + IssuesUrl = "https://github.com/tranhoangcore/uMatrix-Rules/issues", + LicenseId = 5, + Name = "Hoang Nguyen's uMatrix Rules" + }, + new + { + Id = 1659, + HomeUrl = "https://github.com/dadav/umatrix-rules/", + IssuesUrl = "https://github.com/dadav/umatrix-rules/issues", + LicenseId = 5, + Name = "dadav's uMatrix Rules" + }, + new + { + Id = 1660, + HomeUrl = "https://github.com/bzsparks/uMatrix", + IssuesUrl = "https://github.com/bzsparks/uMatrix/issues", + LicenseId = 5, + Name = "bzspark's uMatrix Rules" + }, + new + { + Id = 1661, + Description = "Blocks trackers and analytics in Windows 7", + HomeUrl = "https://github.com/Strappazzon/teleme7ry", + IssuesUrl = "https://github.com/Strappazzon/teleme7ry/issues", + LicenseId = 2, + Name = "Strappazzon's Tracking list for Windows 7" + }, + new + { + Id = 1662, + Description = "Blocks annoyances on web pages including cookie notices, modals and other useless elements", + HomeUrl = "https://github.com/Strappazzon/filterlists", + IssuesUrl = "https://github.com/Strappazzon/filterlists/issues", + LicenseId = 2, + Name = "Strappazzon's Annoyances filter list" + }, + new + { + Id = 1663, + Description = "Fixes what my current subscriptions broke", + HomeUrl = "https://github.com/Strappazzon/filterlists", + IssuesUrl = "https://github.com/Strappazzon/filterlists/issues", + LicenseId = 2, + Name = "Strappazzon's Unbreak" + }, + new + { + Id = 1664, + Description = "URLhaus is a project from abuse.ch with the goal of sharing malicious URLs that are being used for malware distribution.", + HomeUrl = "https://urlhaus.abuse.ch/", + LicenseId = 28, + Name = "abuse.ch URLhaus Malicious URL Blocklist" + }, + new + { + Id = 1665, + Description = "URLhaus is a project from abuse.ch with the goal of sharing malicious URLs that are being used for malware distribution.", + HomeUrl = "https://urlhaus.abuse.ch/", + LicenseId = 28, + Name = "abuse.ch URLhaus Malicious URL Blocklist (RPZ)" + }, + new + { + Id = 1666, + Description = "List of fraudulent French sites. Other related sites.", + HomeUrl = "https://github.com/CryptoFR/crypto-scams-fr", + IssuesUrl = "https://github.com/CryptoFR/crypto-scams-fr/issues", + LicenseId = 5, + Name = "CryptoScamsFR Misc" + }, + new + { + Id = 1667, + Description = "List of fraudulent French sites. Sites related to cryptocurrencies.", + HomeUrl = "https://github.com/CryptoFR/crypto-scams-fr", + IssuesUrl = "https://github.com/CryptoFR/crypto-scams-fr/issues", + LicenseId = 5, + Name = "CryptoScamsFR Websites" + }, + new + { + Id = 1668, + HomeUrl = "https://github.com/brasstax/RHEL-StreetPass-Relay", + IssuesUrl = "https://github.com/brasstax/RHEL-StreetPass-Relay/issues", + LicenseId = 5, + Name = "SPOOF-ATTWIFI - Pidora version (dnsmasq portion)" + }, + new + { + Id = 1669, + HomeUrl = "https://github.com/farrokhi/adblock-iran", + IssuesUrl = "https://github.com/farrokhi/adblock-iran/issues", + LicenseId = 27, + Name = "BSTF (Babak's Strict Trackers Filterlist)" + }, + new + { + Id = 1670, + Description = "Blocks Korean regional advertisements and trackers.", + HomeUrl = "https://github.com/yous/YousList", + IssuesUrl = "https://github.com/yous/YousList/issues", + LicenseId = 24, + Name = "YousList Hosts" + }, + new + { + Id = 1671, + Description = "Romanian ad block filtering list.", + EmailAddress = "contact@adblock.ro", + ForumUrl = "https://muut.com/i/adblockro/comments", + HomeUrl = "https://www.adblock.ro/", + IssuesUrl = "https://github.com/tcptomato/ROad-Block/issues", + LicenseId = 2, + Name = "ROad-Block" + }, + new + { + Id = 1672, + Description = "Romanian ad block filtering list.", + EmailAddress = "contact@adblock.ro", + ForumUrl = "https://muut.com/i/adblockro/comments", + HomeUrl = "https://www.adblock.ro/", + IssuesUrl = "https://github.com/tcptomato/ROad-Block/issues", + LicenseId = 2, + Name = "ROad-Kill" + }, + new + { + Id = 1673, + Description = "Completely block Google and its services .", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google (Domains)" + }, + new + { + Id = 1674, + Description = "Completely block Google and its services .", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google (Hosts)" + }, + new + { + Id = 1675, + Description = "Completely block Google analytics services .", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google analytics (Domains)" + }, + new + { + Id = 1676, + Description = "Completely block Google analytics services .", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google analytics (Hosts)" + }, + new + { + Id = 1677, + Description = "Completely block Android services .", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Android (Domains)" + }, + new + { + Id = 1678, + Description = "Completely block Android services .", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Android (Hosts)" + }, + new + { + Id = 1679, + Description = "Completely block Google DNS services .", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google DNS (Domains)" + }, + new + { + Id = 1680, + Description = "Completely block Google DNS services .", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google DNS (Hosts)" + }, + new + { + Id = 1681, + Description = "Completely block Google search domains.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google search (Domains)" + }, + new + { + Id = 1682, + Description = "Completely block Google search domains.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google search (Hosts)" + }, + new + { + Id = 1683, + Description = "Completely block DoubleClick services.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | DoubleClick (Domains)" + }, + new + { + Id = 1684, + Description = "Completely block DoubleClick services.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "no-google | DoubleClick (Hosts)" + }, + new + { + Id = 1685, + Description = "Completely block Firebase services.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Firebase (Domains)" + }, + new + { + Id = 1686, + Description = "Completely block Firebase services.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Firebase (Hosts)" + }, + new + { + Id = 1687, + Description = "Completely block Google fonts services.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google fonts (Domains)" + }, + new + { + Id = 1688, + Description = "Completely block Firebase services.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google fonts (Hosts)" + }, + new + { + Id = 1689, + Description = "Completely block general Google domains.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "no-google | General Google domains (Domains)" + }, + new + { + Id = 1690, + Description = "Completely block general Google domains.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | General Google domains (Hosts)" + }, + new + { + Id = 1691, + Description = "Completely block Gmail services.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Gmail (Domains)" + }, + new + { + Id = 1692, + Description = "Completely block Gmail services.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Gmail (Hosts)" + }, + new + { + Id = 1693, + Description = "Completely block Google products.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google products (Domains)" + }, + new + { + Id = 1694, + Description = "Completely block Google products.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google products (Hosts)" + }, + new + { + Id = 1695, + Description = "Completely block Google proxies.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google proxies (Domains)" + }, + new + { + Id = 1696, + Description = "Completely block Google products.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google| Google proxies (Hosts)" + }, + new + { + Id = 1697, + Description = "Completely block Google shorteners.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google shorteners (Domains)" + }, + new + { + Id = 1698, + Description = "Completely block Google shorteners.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Google shorteners (Hosts)" + }, + new + { + Id = 1699, + Description = "Completely block Youtube.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Youtube (Domains)" + }, + new + { + Id = 1700, + Description = "Completely block Youtube.", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 11, + Name = "No Google | Youtube (Hosts)" + }, + new + { + Id = 1701, + HomeUrl = "https://asc.hk/", + LicenseId = 5, + Name = "ASC DeiG" + }, + new + { + Id = 1702, + HomeUrl = "https://npc.0am.jp/", + LicenseId = 7, + Name = "NPC 0AM Hosts" + }, + new + { + Id = 1703, + Description = "Domain name filters.", + HomeUrl = "https://in0de.synology.me/", + LicenseId = 5, + Name = "Synology's pwn" + }, + new + { + Id = 1704, + Description = "Domain name hosts for Pi-hole.", + HomeUrl = "https://in0de.synology.me/", + LicenseId = 5, + Name = "Synology's own" + }, + new + { + Id = 1706, + Description = "Hosts file for blocking spyware, ads, analytics and tracking on German websites and domains.", + HomeUrl = "https://gameindustry.de/", + LicenseId = 9, + Name = "GameIndustryDE Hosts" + }, + new + { + Id = 1707, + Description = "Categorized hosts files for DNS based content blocking. This is meant to be used as a regional component of a more comprehensive hosts list, such as Steven Black's hosts.", + HomeUrl = "https://github.com/tiuxo/hosts/", + IssuesUrl = "https://github.com/tiuxo/hosts/issues", + LicenseId = 24, + Name = "hosts-jp Ads" + }, + new + { + Id = 1708, + Description = "Categorized hosts files for DNS based content blocking. This is meant to be used as a regional component of a more comprehensive hosts list, such as Steven Black's hosts.", + HomeUrl = "https://github.com/tiuxo/hosts/", + IssuesUrl = "https://github.com/tiuxo/hosts/issues", + LicenseId = 24, + Name = "hosts-jp Porn" + }, + new + { + Id = 1709, + Description = "Categorized hosts files for DNS based content blocking. This is meant to be used as a regional component of a more comprehensive hosts list, such as Steven Black's hosts.", + HomeUrl = "https://github.com/tiuxo/hosts/", + IssuesUrl = "https://github.com/tiuxo/hosts/issues", + LicenseId = 24, + Name = "hosts-jp Social" + }, + new + { + Id = 1710, + HomeUrl = "https://www.botvrij.eu/", + LicenseId = 5, + Name = "Botvrij IOC List" + }, + new + { + Id = 1711, + HomeUrl = "https://zonefiles.io/", + LicenseId = 5, + Name = "Zonefiles Compromised Domains Live" + }, + new + { + Id = 1712, + HomeUrl = "https://github.com/abc45628/hosts/", + IssuesUrl = "https://github.com/abc45628/hosts/issues", + LicenseId = 5, + Name = "abc45628 Hosts" + }, + new + { + Id = 1713, + HomeUrl = "https://github.com/jdlingyu/ad-wars/", + IssuesUrl = "https://github.com/jdlingyu/ad-wars/issues", + LicenseId = 5, + Name = "Ad Wars (Hosts)" + }, + new + { + Id = 1714, + HomeUrl = "https://github.com/XionKzn/PiHole-Lists/", + IssuesUrl = "https://github.com/XionKzn/PiHole-Lists/issues", + LicenseId = 5, + Name = "PiHole Lists - Quad9" + }, + new + { + Id = 1715, + HomeUrl = "https://github.com/XionKzn/PiHole-Lists/", + IssuesUrl = "https://github.com/XionKzn/PiHole-Lists/issues", + LicenseId = 5, + Name = "PiHole Lists - Yahoo Ad Servers" + }, + new + { + Id = 1716, + HomeUrl = "https://github.com/XionKzn/PiHole-Lists/", + IssuesUrl = "https://github.com/XionKzn/PiHole-Lists/issues", + LicenseId = 5, + Name = "PiHole Lists - Spyware" + }, + new + { + Id = 1717, + HomeUrl = "https://github.com/XionKzn/PiHole-Lists/", + IssuesUrl = "https://github.com/XionKzn/PiHole-Lists/issues", + LicenseId = 5, + Name = "PiHole Lists - Cerber Ransomware" + }, + new + { + Id = 1718, + HomeUrl = "https://github.com/XionKzn/PiHole-Lists/", + IssuesUrl = "https://github.com/XionKzn/PiHole-Lists/issues", + LicenseId = 5, + Name = "PiHole Lists - Blocklist" + }, + new + { + Id = 1719, + Description = "A personal blocklist curated by KurzGedanke.", + DonateUrl = "https://blog.kurzgedanke.me/donate/", + HomeUrl = "https://github.com/KurzGedanke/kurzBlock/", + IssuesUrl = "https://github.com/KurzGedanke/kurzBlock/issues", + LicenseId = 2, + Name = "kurzBlock" + }, + new + { + Id = 1720, + Description = "Blocklist for suspicious websites involved with possible tracking, spam, or malware; meant to supplement mainstream blocklists.", + HomeUrl = "https://github.com/VernonStow/Filterlist/", + IssuesUrl = "https://github.com/VernonStow/Filterlist/issues", + LicenseId = 5, + Name = "Grayware Filterlist" + }, + new + { + Id = 1721, + Description = "My personal blocklist of iOS tracking, telemetry, and advertising domains.", + HomeUrl = "https://github.com/jakejarvis/ios-trackers/", + IssuesUrl = "https://github.com/jakejarvis/ios-trackers/issues", + LicenseId = 2, + Name = "iOS Tracker Blocklist" + }, + new + { + Id = 1722, + Description = "Evil domains for our Collective Hosts File Project that are not present in any other lists.", + HomeUrl = "https://github.com/hell-sh/Evil-Domains", + IssuesUrl = "https://github.com/hell-sh/Evil-Domains/issues", + LicenseId = 11, + Name = "Evil Domains" + }, + new + { + Id = 1723, + Description = "Ads and Tracker which other lists may not found", + HomeUrl = "https://github.com/pirat28/IHateTracker/", + IssuesUrl = "https://github.com/pirat28/IHateTracker/issues", + LicenseId = 2, + Name = "I Hate Tracker" + }, + new + { + Id = 1724, + HomeUrl = "https://github.com/parseword/nolovia/", + IssuesUrl = "https://github.com/parseword/nolovia/issues", + LicenseId = 5, + Name = "Nolovia Supplemental Bad Host Index blacklist file" + }, + new + { + Id = 1725, + Description = "The following servers have been identified as part of various state-sponsored malware campaigns.", + HomeUrl = "https://github.com/parseword/nolovia/", + IssuesUrl = "https://github.com/parseword/nolovia/issues", + LicenseId = 5, + Name = "Nolovia state-sponsored malware blacklist file" + }, + new + { + Id = 1726, + Description = "This filter disables 'dodgy' sites My Way!", + HomeUrl = "https://github.com/callmenemo491/DodgySiteBlocker/", + IssuesUrl = "https://github.com/callmenemo491/DodgySiteBlocker/issues", + LicenseId = 2, + Name = "DodgySiteBlocker" + }, + new + { + Id = 1727, + Description = "Burner domains are short-lived domains, registered by criminals (under a phony name). Don't put legitimate domains here, even if they contain malware.", + HomeUrl = "https://github.com/gwillem/magento-malware-scanner/", + IssuesUrl = "https://github.com/gwillem/magento-malware-scanner/issues", + LicenseId = 4, + Name = "Magento Malware Skanner - Burner Domains" + }, + new + { + Id = 1728, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = 32, + Name = "Soteria nou's domain list - Ads" + }, + new + { + Id = 1729, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = 32, + Name = "Soteria nou's domain list - Affiliates" + }, + new + { + Id = 1730, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = 32, + Name = "Soteria nou's domain list - Analytics" + }, + new + { + Id = 1731, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = 32, + Name = "Soteria nou's domain list - Enrichments" + }, + new + { + Id = 1732, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = 32, + Name = "Soteria nou's domain list - Fake sites" + }, + new + { + Id = 1733, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = 32, + Name = "Soteria nou's domain list - Widgets" + }, + new + { + Id = 1734, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Pro" + }, + new + { + Id = 1735, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Pro (Domains)" + }, + new + { + Id = 1736, + Description = "AdGuard Home is one of the tools for the future, or at least it is for those who know how to set up and use a Raspberry Pi. However, its current internal structure discards virtually every $-using block rule (e.g. EasyList), which makes EasyList and similar lists virtually useless in AdGuard Home, despite how many of the entries would be ≥90% as functional without them. So until the AdGuard Home team implements a better way to deal with $ values, here's my intermissional list to work around it.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's AdGuard Home Compilation List" + }, + new + { + Id = 1737, + Description = "Are you pro-metric and are tired of seeing imperial unites all over the English-language parts of the internet? If so, then here's a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Imperial Units Remover" + }, + new + { + Id = 1738, + Description = "Most anti-malware lists are pretty big and can cover a 5- or 6-digit amount of specific domains. But my list hereby claims to remove more than 25% of all known malware sites with just a 2-digit amount of entries. This is mostly done by blocking top-level domains that have become devastatingly abused by spammers, usually because they allowed for free and uncontrolled domain registrations. There's also additional categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Anti-Malware List (for AdGuard Home)" + }, + new + { + Id = 1739, + Description = "Hosts file to avoid advertisement display on website.", + HomeUrl = "https://warui.intaa.net/adhosts/", + LicenseId = 5, + Name = "Warui Hosts (Unbound)", + SubmissionUrl = "https://warui.intaa.net/adhosts/#fh5co-blog-section" + }, + new + { + Id = 1740, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Social Extension", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1741, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Lite Extension", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1742, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Regional Extension", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1743, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Spark Protection (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1744, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Go Protection (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1745, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Protection (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1746, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Basic Protection (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1747, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Protection (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1748, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Ultimate Protection (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1749, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Unified Protection (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1750, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Xtreme Extension (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1751, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Social Extension (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1752, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Lite Extension (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1753, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Regional Extension (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1754, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Spark Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1755, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Go Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1756, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1757, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Basic Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1758, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1759, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Ultimate Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1760, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Unified Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1761, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Xtreme Extension (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1762, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Social Extension (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1763, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Lite Extension (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1764, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Regional Extension (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1765, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Spark Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1766, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Go Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1767, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1768, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Basic Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1769, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1770, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Ultimate Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1771, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Unified Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1772, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Xtreme Extension (dnsmasq)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1773, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Social Extension (dnsmasq)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1774, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Lite Extension (dnsmasq)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1775, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Regional Extension (dnsmasq)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1776, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Spark Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1777, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Go Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1778, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1779, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Basic Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1780, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1781, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Ultimate Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1782, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Unified Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1783, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Xtreme Extension (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1784, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Social Extension (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1785, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Lite Extension (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1786, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Regional Extension (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1787, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Spark Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1788, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Go Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1789, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Blu Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1790, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Basic Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1791, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1792, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Ultimate Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1793, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Unified Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1794, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Xtreme Extension (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1795, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Social Extension (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1796, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Porn Lite Extension (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1797, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized Regional Extension (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1798, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Malicious IP protection.", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = 2, + Name = "Energized IP Extension", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 1799, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 4, + Name = "ABP Anti-Circumvention Filter List - Arabic Only" + }, + new + { + Id = 1800, + LicenseId = 5, + Name = "Rixcloud Rules" + }, + new + { + Id = 1801, + HomeUrl = "https://github.com/lhie1/Rules/", + IssuesUrl = "https://github.com/lhie1/Rules/issues", + LicenseId = 19, + Name = "Lhie1's Auto Rules" + }, + new + { + Id = 1802, + HomeUrl = "https://github.com/HParis/SSEncrypt/", + IssuesUrl = "https://github.com/HParis/SSEncrypt/issues", + LicenseId = 5, + Name = "SSEncrypt Adblock" + }, + new + { + Id = 1803, + HomeUrl = "https://github.com/scomper/surge-list/", + IssuesUrl = "https://github.com/scomper/surge-list/issues", + LicenseId = 5, + Name = "Scomper Surge List Reject" + }, + new + { + Id = 1804, + HomeUrl = "https://github.com/ConnersHua/Profiles/tree/master", + IssuesUrl = "https://github.com/ConnersHua/Profiles/tree/master/issues", + LicenseId = 2, + Name = "ConnersHua Advertising Ruleset" + }, + new + { + Id = 1805, + HomeUrl = "https://github.com/ConnersHua/Profiles/tree/master", + IssuesUrl = "https://github.com/ConnersHua/Profiles/tree/master/issues", + LicenseId = 2, + Name = "ConnersHua Pro Ruleset" + }, + new + { + Id = 1806, + Description = "The mission is to report any and all attacks to the respective abuse departments of the infected PCs/servers, to ensure that the responsible provider can inform their customer about the infection and disable the attacker. ", + DonateUrl = "https://flattr.com/@blocklist.de", + HomeUrl = "https://www.blocklist.de/en/index.html", + LicenseId = 5, + Name = "BlocklistDE All" + }, + new + { + Id = 1807, + Description = "Its main purpose is to block SSH bruteforce attacks via firewall.", + HomeUrl = "http://danger.rulez.sk/index.php/bruteforceblocker/", + LicenseId = 5, + Name = "DangerRulezSK Brute Force Blocker" + }, + new + { + Id = 1808, + HomeUrl = "https://rules.emergingthreats.net/", + LicenseId = 5, + Name = "EmergingThreats Compromised IPs" + }, + new + { + Id = 1809, + HomeUrl = "https://rules.emergingthreats.net/", + LicenseId = 5, + Name = "EmergingThreats Block IPs" + }, + new + { + Id = 1810, + Description = "GreenSnow is a team consisting of the best specialists in computer security, we harvest a large number of IPs from different computers located around the world.", + HomeUrl = "https://greensnow.co/", + LicenseId = 5, + Name = "Greensnow Blocklist" + }, + new + { + Id = 1811, + HomeUrl = "https://www.binarydefense.com/", + LicenseId = 32, + Name = "Binary Defense Systems Artillery Threat Intelligence Feed and Banlist Feed" + }, + new + { + Id = 1813, + Description = "CINS Army is a way for our company to give back to the community by sharing valuable threat intelligence harvested from our CINS system. The CINS Army list is a subset of the CINS Active Threat Intelligence ruleset, and consists of IP addresses that meet one of two basic criteria: 1) The IP's recent Rogue Packet score factor is very poor, or 2) The IP has tripped a designated number of 'trusted' alerts across a given number of our Sentinels deployed around the world.", + HomeUrl = "https://cinsscore.com/", + LicenseId = 5, + Name = "CINS Army Bad Guys" + }, + new + { + Id = 1814, + Description = "This list target huge international websites that clutter search engine results with misinformation, unfounded articles, and/or contempt for humanity. While designed for use with «Google Hit Hider by Domain» to remove search results, it can also be used with other domains-list tools if you want more thorough blocking of them.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Remover for Mainstream Tabloid and Alt-Right Sites" + }, + new + { + Id = 1815, + Description = "Have you ever been searching for rare PC parts, but a lot the sites you visit refuse to tell you the murderous prices they charge unless you sign up as a member with them? Now you won't feel infuriated by it anymore! While this list is designed for «Google Hit Hider by Domain» to remove search results, it can also be used with other domains-list tools if you want more thorough blocking of them.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'PC component price hiders' List" + }, + new + { + Id = 1816, + Description = "Additional regex list blocking scam and phising Polish sites for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).", + EmailAddress = "polishjarvis@gmail.com", + HomeUrl = "https://kadantiscam.netlify.com/", + IssuesUrl = "https://github.com/PolishFiltersTeam/KADhosts/issues", + LicenseId = 8, + Name = "KADhole", + SubmissionUrl = "https://kadantiscam.netlify.com/#contact" + }, + new + { + Id = 1817, + Description = "Polish regex list blocking ads and tracking sites for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).", + DonateUrl = "https://patronite.pl/polskiefiltry", + EmailAddress = "errors@certyficate.it", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = 9, + Name = "Polish Regex Filters for Pi-hole", + SubmissionUrl = "https://www.certyficate.it/kontakt/" + }, + new + { + Id = 1818, + Description = "Mmotti's regex list blocking ads and tracking sites for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).", + HomeUrl = "https://github.com/mmotti/pihole-regex", + IssuesUrl = "https://github.com/mmotti/pihole-regex/issues", + LicenseId = 5, + Name = "Mmoti's Regex Filters for Pi-hole" + }, + new + { + Id = 1819, + Description = "A programmatically expanded block list for Facebook, Messenger, Instagram, and WhatsApp", + HomeUrl = "https://www.github.developerdan.com/hosts/", + IssuesUrl = "https://github.com/lightswitch05/hosts/issues", + LicenseId = 18, + Name = "Facebook Hosts" + }, + new + { + Id = 1822, + Description = "The following list is individual IP Addresses that have attempted to attack our servers. These IP addresses are currently recommended as a DENY, REJECT or BLOCK on your firewalls.", + DonateUrl = "https://www.cruzit.com/hth.php", + HomeUrl = "https://www.cruzit.com/wbl.php", + LicenseId = 5, + Name = "Cruzit Server Blocklist" + }, + new + { + Id = 1823, + LicenseId = 5, + Name = "Unsubscore Blacklist" + }, + new + { + Id = 1824, + DonateUrl = "bitcoin:1FzxJBxy3fJDv5PLGqbdN9TrQ79LE9UEtB", + HomeUrl = "https://myip.ms/", + LicenseId = 5, + Name = "MyIP Blacklist" + }, + new + { + Id = 1825, + Description = "Sites engaged in illegal pharmacy activities.", + LicenseId = 5, + Name = "hpHosts PHA (IPs)" + }, + new + { + Id = 1827, + Description = "Sites engaged in the selling or distribution of bogus or fraudulent applications and/or provision of fraudulent services.", + LicenseId = 5, + Name = "hpHosts FSA (IPs)" + }, + new + { + Id = 1828, + Description = "Sites engaged in astroturfing (otherwise known as grass roots marketing) or spamming.", + LicenseId = 5, + Name = "hpHosts GRM (IPs)" + }, + new + { + Id = 1829, + Description = "Sites engaged in the housing, development or distribution of exploits, including but not limited to exploitation of browser, software (inclusive of website software such as CMS), operating system exploits as well as those engaged in exploits via social engineering.", + LicenseId = 5, + Name = "hpHosts EXP (IPs)" + }, + new + { + Id = 1830, + Description = "Sites engaged in malware distribution.", + LicenseId = 5, + Name = "hpHosts EMD (IPs)" + }, + new + { + Id = 1831, + Description = "This classification is assigned for domains being used for advert or tracking purposes.", + LicenseId = 5, + Name = "hpHosts ATS (IPs)" + }, + new + { + Id = 1832, + Description = "Pepe the Frog, while beloved by many internet memers, has also become the go-to symbol of many horrendous alt-right movements, culminating in Frenworld and Clown World. If you're worried that people who use him do not have the best intentions, this is how to avoid both him and them.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-Pepe List" + }, + new + { + Id = 1833, + Description = "Dark theme for filterlists.com for uBO & AdGuard", + EmailAddress = "hawkeye116477@gmail.com", + HomeUrl = "https://github.com/hawkeye116477/FilterListsDarkMode", + IssuesUrl = "https://github.com/hawkeye116477/FilterListsDarkMode/issues", + LicenseId = 8, + Name = "FilterLists Dark Mode" + }, + new + { + Id = 1834, + Description = "A filter list for those annoying \"Subscribe to our push notifications\" popups.", + DonateUrl = "https://ko-fi.com/caffeinewriter", + HomeUrl = "https://github.com/caffeinewriter/DontPushMe", + IssuesUrl = "https://github.com/caffeinewriter/DontPushMe/issues", + LicenseId = 11, + Name = "Don't Push Me" + }, + new + { + Id = 1835, + Description = "List containing auto-translated site clones of StackOverflow and other services.", + HomeUrl = "https://github.com/Nebula-Mechanica/Anti-AutoTranslation-List", + IssuesUrl = "https://github.com/Nebula-Mechanica/Anti-AutoTranslation-List/issues", + LicenseId = 11, + Name = "Anti-AutoTranslation-List" + }, + new + { + Id = 1836, + Description = "A blocklist of ads, trackers, malware, and IP grabbers", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = 11, + Name = "Cybo's Hosts" + }, + new + { + Id = 1838, + Description = "A blocklist of ads, trackers, malware, and IP grabbers", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = 11, + Name = "Cybo's Anti Social" + }, + new + { + Id = 1839, + Description = "A blocklist of ads, trackers, malware, and IP grabbers", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = 11, + Name = "Cybo's Anti Verizon" + }, + new + { + Id = 1840, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for AdGuard Home)" + }, + new + { + Id = 1841, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for Pi-hole)" + }, + new + { + Id = 1842, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for Shadowsocks)" + }, + new + { + Id = 1843, + Description = "Ad Filter list for uBlock Origin.", + HomeUrl = "https://github.com/secretsnow/Ad-Filters/", + LicenseId = 28, + Name = "secretsnow-adfilters" + }, + new + { + Id = 1844, + Description = "A simple program made for blocking ads that appear in the MoTD of any Source game (or any other game that also has Pinion, MOTDgd, Unikrn and VPPGamingNetwork appear elsewhere).", + HomeUrl = "https://github.com/some-username-here1/motd-adblock/", + LicenseId = 4, + Name = "motd-adblock" + }, + new + { + Id = 1845, + HomeUrl = "https://github.com/T4Tea/ADPMobileFilter/", + LicenseId = 5, + Name = "ADP Mobile Filter" + }, + new + { + Id = 1846, + Description = "Blocking ads and trackers on various macedonian websites.", + HomeUrl = "https://github.com/RandomAdversary/Macedonian-adBlock-Filters", + LicenseId = 2, + Name = "Macedonian adBlock Filters" + }, + new + { + Id = 1847, + Description = "nothingblock blocks unnecessary element to have 'nothing more to take away'.", + HomeUrl = "https://github.com/dorjmi/nothingblock", + LicenseId = 33, + Name = "nothingblock filter" + }, + new + { + Id = 1848, + Description = "Additional Filters for browser extension based adblockers like uBlock Origin, mainly for Chinese mainland internet service, respectively for privacy, advertisement and interruption elements. Including some obvious trackers which could be found&confirmed by novices in network development easily, and should been listed&blocked YEARS ago.", + HomeUrl = "https://github.com/Crystal-RainSlide/AdditionalFiltersCN", + LicenseId = 5, + Name = "AdditionalFiltersCN" + }, + new + { + Id = 1849, + Description = "Automatic ABP rules.", + HomeUrl = "https://github.com/jiayiming/jCleanList/", + LicenseId = 2, + Name = "jCleanList" + }, + new + { + Id = 1850, + Description = "This site specializes in custom filtering rules to supplement official rules and enhance the effectiveness of web ad blocking.", + HomeUrl = "https://n2o.io/p/quarklist/", + LicenseId = 2, + Name = "QuarkList" + }, + new + { + Id = 1852, + Description = "A filter for uBO that aims to remove regional Thai ads, tracking, scams and badware.", + HomeUrl = "https://github.com/adblock-thai/thai-ads-filter", + LicenseId = 2, + Name = "Thai Ads Filters" + }, + new + { + Id = 1853, + Description = "A filter that aims to remove annoyances and unnecessary bloat.", + HomeUrl = "https://github.com/adblock-thai/thai-ads-filter", + LicenseId = 2, + Name = "Thai Annoyance Filters" + }, + new + { + Id = 1854, + Description = "Custom Ad Filters. Can be used in uBlock Origin.", + HomeUrl = "https://github.com/masterinspire/Master-AdRules", + LicenseId = 13, + Name = "Master Inspire" + }, + new + { + Id = 1856, + Description = "This is an Adblock Plus filter list that removes all comment sections from homepages.", + HomeUrl = "https://github.com/lutoma/nocomments", + LicenseId = 5, + Name = "nocomments" + }, + new + { + Id = 1857, + Description = "This is a filter to complement 280blocker by finding advertisements that are not blocked by 280blocker.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kakuchou-filter", + LicenseId = 20, + Name = "Nanj Kakuchou Filter - Supplement Rules" + }, + new + { + Id = 1858, + Description = "DNS rule filters to strengthen ad blocking.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kakuchou-filter", + LicenseId = 20, + Name = "Nanj Kakuchou Filter - DNS Rules" + }, + new + { + Id = 1859, + Description = "This is a filter that eradicates what 280blocker will not support in the future.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kakuchou-filter", + LicenseId = 20, + Name = "Nanj Kakuchou Filter - Paranoid Rules" + }, + new + { + Id = 1860, + Description = "This is a filter to fix bugs in AdGuard for Android when using Japanese websites / Japanese apps / 280blocker.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kaishuu-filter", + LicenseId = 20, + Name = "Nanj Kaishuu Filter" + }, + new + { + Id = 1861, + Description = "This is a filter to fix bugs in AdGuard for Android when using Japanese websites / Japanese apps / 280blocker.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kaishuu-filter", + LicenseId = 20, + Name = "Nanj Kaishuu DNS Filter" + }, + new + { + Id = 1862, + Description = "This is a filter to fix bugs in AdGuard for Android when using Japanese websites / Japanese apps / 280blocker.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kaishuu-filter", + LicenseId = 1, + Name = "280blocker + Nanj Kakuchou" + }, + new + { + Id = 1863, + Description = "This is a filter to fix bugs in AdGuard for Android when using Japanese websites / Japanese apps / 280blocker.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kaishuu-filter", + LicenseId = 1, + Name = "280blocker + Nanj Kakuchou - Supplement Rules" + }, + new + { + Id = 1864, + Description = "This is a quick list of Ad-blocking filters for Sri Lankan web sites. Use this to complement Easylist filters.", + HomeUrl = "https://github.com/Ayesh/Adblock-Sinhala/", + LicenseId = 8, + Name = "Adblock Sinhala" + }, + new + { + Id = 1865, + HomeUrl = "https://github.com/zonprox/adblock/", + LicenseId = 5, + Name = "ABPVN Advanced" + }, + new + { + Id = 1866, + Description = "A combined list of all the Ad Domains.", + DonateUrl = "https://www.patreon.com/laniksj/overview", + HomeUrl = "https://github.com/LanikSJ/ubo-filters", + LicenseId = 4, + Name = "Ad Domains Filter List" + }, + new + { + Id = 1867, + Description = "This is just my List of sites I frequently visit.", + DonateUrl = "https://www.patreon.com/laniksj/overview", + HomeUrl = "https://github.com/LanikSJ/ubo-filters", + LicenseId = 4, + Name = "Lanik's uBO Filter List" + }, + new + { + Id = 1868, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = 4, + Name = "BlockConvert (Adblockers)" + }, + new + { + Id = 1869, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = 4, + Name = "BlockConvert (Hosts)" + }, + new + { + Id = 1870, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = 4, + Name = "BlockConvert (Domains)" + }, + new + { + Id = 1871, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = 4, + Name = "BlockConvert (IPs)" + }, + new + { + Id = 1872, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = 4, + Name = "BlockConvert (RPZ)" + }, + new + { + Id = 1873, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = 4, + Name = "BlockConvert (Whitelist domains)" + }, + new + { + Id = 1876, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (RPZ)" + }, + new + { + Id = 1877, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (Unbound)" + }, + new + { + Id = 1878, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead. Note: This list does not actually block any mining-related stuff.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for MinerBlock)" + }, + new + { + Id = 1880, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = 28, + Name = "urlhaus-filter (Domains)" + }, + new + { + Id = 1881, + HomeUrl = "https://github.com/angelics/pfbng", + IssuesUrl = "https://github.com/angelics/pfbng/issues", + LicenseId = 5, + Name = "pfbng Ads" + }, + new + { + Id = 1882, + HomeUrl = "https://github.com/blocktastic/pihole", + IssuesUrl = "https://github.com/blocktastic/pihole/issues", + LicenseId = 5, + Name = "Blocktastic Pi-Hole Blocklist" + }, + new + { + Id = 1886, + Description = "This is a Pi-hole list to block unwanted domains that serve ads on Macedonian websites.", + HomeUrl = "https://github.com/cchevy/macedonian-pi-hole-blocklist", + IssuesUrl = "https://github.com/cchevy/macedonian-pi-hole-blocklist/issues", + LicenseId = 5, + Name = "Macedonian Pi-hole Blocklist" + }, + new + { + Id = 1887, + Description = "This is a list of hosts I have found to be used for ads, malware, etc.", + HomeUrl = "https://github.com/chrisjudk/hosts", + IssuesUrl = "https://github.com/chrisjudk/hosts/issues", + LicenseId = 2, + Name = "chrisjudk Hosts" + }, + new + { + Id = 1888, + HomeUrl = "https://github.com/DavidTai780/AdGuard-Home-Private-Rules", + IssuesUrl = "https://github.com/DavidTai780/AdGuard-Home-Private-Rules/issues", + LicenseId = 5, + Name = "Custom Hosts Domain Filter for AdGuard" + }, + new + { + Id = 1890, + HomeUrl = "https://github.com/deletescape/noads", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = 35, + Name = "noads.online Switzerland specific filters" + }, + new + { + Id = 1891, + HomeUrl = "https://github.com/deletescape/noads", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = 35, + Name = "noads.online anti scumware list" + }, + new + { + Id = 1892, + HomeUrl = "https://github.com/deletescape/noads", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = 35, + Name = "noads.online AdGuard Home Megalist" + }, + new + { + Id = 1893, + HomeUrl = "https://github.com/deletescape/noads", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = 35, + Name = "noads.online whitelist" + }, + new + { + Id = 1894, + Description = "This is the \"SAFE LIST\" tested to not break legitimate functionality for commonly used software", + HomeUrl = "https://github.com/dex4k/dex4kblocklist", + IssuesUrl = "https://github.com/dex4k/dex4kblocklist/issues", + LicenseId = 5, + Name = "dex4k Blocklist" + }, + new + { + Id = 1895, + Description = "This is a secondary blocklist created as, although I believe the blocking to be legitimate, blocking these domains can break popular apps", + HomeUrl = "https://github.com/dex4k/dex4kblocklist", + IssuesUrl = "https://github.com/dex4k/dex4kblocklist/issues", + LicenseId = 5, + Name = "dex4k Blocklist Extras" + }, + new + { + Id = 1896, + Description = "Blocks ads and trackers, and anything inbetween.", + HomeUrl = "https://github.com/DRSDavidSoft/additional-hosts", + IssuesUrl = "https://github.com/DRSDavidSoft/additional-hosts/issues", + LicenseId = 2, + Name = "Additional Hosts - Adservers and Trackers" + }, + new + { + Id = 1897, + Description = "Blocks various scams and popups when visiting Iranian websites. E.g. fake Download buttons, Pop-unders, etc", + HomeUrl = "https://github.com/DRSDavidSoft/additional-hosts", + IssuesUrl = "https://github.com/DRSDavidSoft/additional-hosts/issues", + LicenseId = 2, + Name = "Additional Hosts - Unwanted Iranian" + }, + new + { + Id = 1898, + Description = "For use in a tool like Pi-hole. Covers manually spotted trackers, marketing bullshit and other nuisances. May be considered a bit aggressive — but not too much. Shouldn't break any sites.", + HomeUrl = "https://github.com/herrbischoff/trackers", + IssuesUrl = "https://github.com/herrbischoff/trackers/issues", + LicenseId = 11, + Name = "Manually Spotted Trackers and Other Nuisances" + }, + new + { + Id = 1899, + HomeUrl = "https://github.com/javabean/dnsmasq-antispy", + IssuesUrl = "https://github.com/javabean/dnsmasq-antispy/issues", + LicenseId = 5, + Name = "Ghostery Bugs (dnsmasq)" + }, + new + { + Id = 1900, + HomeUrl = "https://github.com/javabean/dnsmasq-antispy", + IssuesUrl = "https://github.com/javabean/dnsmasq-antispy/issues", + LicenseId = 5, + Name = "ZZ Extra Servers Manual" + }, + new + { + Id = 1901, + Description = "This is a uBO compilation list for those who've grown very tired of how online cartoon fans and communities generally agree on sharing the same opinions on which shows to either praise as the second coming of Winston Churchill, or hate so much as to send death threats to the creators of them. If you like actually good cartoons (e.g. the comedic, preschool, and/or European ones), here's a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Cartoon Hipster' List" + }, + new + { + Id = 1902, + Description = "These are my own additional annoying domains. For use with StevenBlack, may break randomly.", + HomeUrl = "https://github.com/meinhimmel/hosts", + IssuesUrl = "https://github.com/meinhimmel/hosts/issues", + LicenseId = 2, + Name = "meinhimmel Hosts" + }, + new + { + Id = 1903, + Description = "Custom blocklist to include in the main list.", + HomeUrl = "https://github.com/mhhakim/pihole-blocklist", + IssuesUrl = "https://github.com/mhhakim/pihole-blocklist/issues", + LicenseId = 5, + Name = "mhhakim Pihole Blocklist" + }, + new + { + Id = 1904, + HomeUrl = "https://github.com/Phentora/AdguardPersonalList", + IssuesUrl = "https://github.com/Phentora/AdguardPersonalList/issues", + LicenseId = 5, + Name = "Adguard Personal List" + }, + new + { + Id = 1906, + Description = "A public hosts file for blocking known ads, trackers, and malware domains across the internet.", + HomeUrl = "https://github.com/Rhys-H/hosts-list", + IssuesUrl = "https://github.com/Rhys-H/hosts-list/issues", + LicenseId = 5, + Name = "Rhys-H Hosts-List" + }, + new + { + Id = 1907, + Description = "BlackList of domains hosting advertisements & other nasty purposes.", + HomeUrl = "https://github.com/smed79/blacklist", + IssuesUrl = "https://github.com/smed79/blacklist/issues", + LicenseId = 6, + Name = "smed79 BlackList" + }, + new + { + Id = 1908, + Description = "Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists.", + HomeUrl = "https://github.com/stamparm/maltrail", + IssuesUrl = "https://github.com/stamparm/maltrail/issues", + LicenseId = 2, + Name = "Maltrail - Potentially Unwanted Applications" + }, + new + { + Id = 1909, + HomeUrl = "https://github.com/svetlyobg/svet-custom-domains", + IssuesUrl = "https://github.com/svetlyobg/svet-custom-domains/issues", + LicenseId = 5, + Name = "Svet Custom Domains" + }, + new + { + Id = 1910, + HomeUrl = "https://github.com/svetlyobg/svet-custom-domains", + IssuesUrl = "https://github.com/svetlyobg/svet-custom-domains/issues", + LicenseId = 5, + Name = "Svet Custom Domains (IPs)" + }, + new + { + Id = 1911, + Description = "Cycle-jerk antivirus/ad sites", + HomeUrl = "https://github.com/tomzuu/blacklist-named", + IssuesUrl = "https://github.com/tomzuu/blacklist-named/issues", + LicenseId = 5, + Name = "Blacklist Named - Ads" + }, + new + { + Id = 1912, + Description = "Speaks for itself", + HomeUrl = "https://github.com/tomzuu/blacklist-named", + IssuesUrl = "https://github.com/tomzuu/blacklist-named/issues", + LicenseId = 5, + Name = "Blacklist Named - Phishing" + }, + new + { + Id = 1913, + Description = "Pushy crappy service advertisers that just won't let it go", + HomeUrl = "https://github.com/tomzuu/blacklist-named", + IssuesUrl = "https://github.com/tomzuu/blacklist-named/issues", + LicenseId = 5, + Name = "Blacklist Named - Pushing" + }, + new + { + Id = 1914, + Description = "List below is all domains I've captured that Samsung Smart TVs use to do anything other than watch YouTtube, Netflix, and Google Play. Block all of them for total privacy and no ads. Note the comments.", + HomeUrl = "https://github.com/UnbendableStraw/samsungnosnooping", + IssuesUrl = "https://github.com/UnbendableStraw/samsungnosnooping/issues", + LicenseId = 5, + Name = "Samsung No Snooping" + }, + new + { + Id = 1915, + HomeUrl = "https://github.com/unchartedsky/adguard-kr", + IssuesUrl = "https://github.com/unchartedsky/adguard-kr/issues", + LicenseId = 5, + Name = "AdGuard KR" + }, + new + { + Id = 1916, + Description = "Custom block list annoying ads, trackers, scam sites etc. for Pi-hole (DNS Blocking)", + HomeUrl = "https://github.com/xlimit91/xlimit91-block-list", + IssuesUrl = "https://github.com/xlimit91/xlimit91-block-list/issues", + LicenseId = 5, + Name = "xlimit91 Block List for Pi-Hole" + }, + new + { + Id = 1917, + Description = "Custom block list annoying ads, trackers, scam sites etc. for Pi-hole (DNS Blocking)", + HomeUrl = "https://github.com/xlimit91/xlimit91-block-list", + IssuesUrl = "https://github.com/xlimit91/xlimit91-block-list/issues", + LicenseId = 5, + Name = "xlimit91 Block List for Pi-Hole (Regex)" + }, + new + { + Id = 1918, + HomeUrl = "https://github.com/ZYX2019/host-block-list", + IssuesUrl = "https://github.com/ZYX2019/host-block-list/issues", + LicenseId = 5, + Name = "ZYX2019 Host Block List" + }, + new + { + Id = 1919, + Description = "Blocklist for Ad Redirects", + HomeUrl = "https://github.com/zznidar/BAR", + IssuesUrl = "https://github.com/zznidar/BAR/issues", + LicenseId = 4, + Name = "BAR-List (Domains)" + }, + new + { + Id = 1920, + Description = "Blocklist for Ad Redirects", + HomeUrl = "https://github.com/zznidar/BAR", + IssuesUrl = "https://github.com/zznidar/BAR/issues", + LicenseId = 4, + Name = "BAR-List (URLs)" + }, + new + { + Id = 1921, + Description = "Ads and tracking hosts I have seen around the Internet. Some are rare. Some are popular.", + HomeUrl = "https://infinitytec.github.io/blocklists/blocklists.html", + IssuesUrl = "https://github.com/infinitytec/blocklists/issues", + LicenseId = 2, + Name = "infinitytec's blocklists - Ads and Trackers" + }, + new + { + Id = 1922, + Description = "Because they don't deserve your traffic.", + HomeUrl = "https://infinitytec.github.io/blocklists/blocklists.html", + IssuesUrl = "https://github.com/infinitytec/blocklists/issues", + LicenseId = 2, + Name = "infinitytec's blocklists - Scams and Phishing" + }, + new + { + Id = 1923, + HomeUrl = "https://github.com/chimbori/lite-apps", + IssuesUrl = "https://github.com/chimbori/lite-apps/issues", + LicenseId = 5, + Name = "Lite App Manifests - Coin Miners" + }, + new + { + Id = 1924, + HomeUrl = "https://github.com/chimbori/lite-apps", + IssuesUrl = "https://github.com/chimbori/lite-apps/issues", + LicenseId = 5, + Name = "Lite App Manifests - Paid Content Links" + }, + new + { + Id = 1925, + HomeUrl = "https://github.com/chimbori/lite-apps", + IssuesUrl = "https://github.com/chimbori/lite-apps/issues", + LicenseId = 5, + Name = "Lite App Manifests - User Suggested Adware and Malware" + }, + new + { + Id = 1926, + HomeUrl = "https://github.com/jackrabbit335/UsefulLinuxShellScripts", + IssuesUrl = "https://github.com/jackrabbit335/UsefulLinuxShellScripts/issues", + LicenseId = 4, + Name = "Useful Linux Shell Scripts - Blacklist" + }, + new + { + Id = 1927, + Description = "My custom blocklists for pihole", + HomeUrl = "https://github.com/Th3M3/blocklists", + IssuesUrl = "https://github.com/Th3M3/blocklists/issues", + LicenseId = 5, + Name = "Th3M3 Blocklists - Malware" + }, + new + { + Id = 1928, + Description = "My custom blocklists for pihole", + HomeUrl = "https://github.com/Th3M3/blocklists", + IssuesUrl = "https://github.com/Th3M3/blocklists/issues", + LicenseId = 5, + Name = "Th3M3 Blocklists - Tracking & Ads" + }, + new + { + Id = 1929, + Description = "I have a pretty long resumé when it comes to translating programs, apps, and websites; but what could be done with websites that don't accept uncommisioned translations or even any translations at all? The solution is of course to create an ungodly nightmare of a CSS style list for uBO and AdGuard, that uses a meticulously surrealistic CSS workaround to replace parts of existing site objects with new objects!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Norwegian Fan Translations for Untranslatable Websites" + }, + new + { + Id = 1930, + Description = "Much like there's now lists for AdGuard Home and Pi-hole to block ads on smart-TVs, here's an attempt from me at doing the same for videogame consoles with AdGuard Home. Enjoy.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Game Console Adblock List" + }, + new + { + Id = 1931, + Description = "We all hate advertising banners on pages when surfing the web, A proxy such as Squid can used to block these without the need to install any additional software on end users systems. This saves bandwidth as well as protects your privacy from tracking site etc.", + HomeUrl = "https://www.thedumbterminal.co.uk/services/squidblockedsites.html", + LicenseId = 5, + Name = "The Dumb Terminal's Squid blocked sites" + }, + new + { + Id = 1932, + LicenseId = 5, + Name = "Windscribe Clickbait" + }, + new + { + Id = 1933, + Description = "This repository is www.mypdns.org self maintained list of domains that needs to be blocked for various reasons.", + HomeUrl = "https://gitlab.com/my-privacy-dns/matrix/matrix/", + LicenseId = 43, + Name = "My Privacy DNS Matrix - Adware" + }, + new + { + Id = 1934, + Description = "This repository is www.mypdns.org self maintained list of domains that needs to be blocked for various reasons.", + HomeUrl = "https://gitlab.com/my-privacy-dns/matrix/matrix/", + LicenseId = 43, + Name = "My Privacy DNS Matrix - Tracking" + }, + new + { + Id = 1935, + Description = "The list contains domains (FQDN) collected over the last seven days by the web application. From any of these domains has been downloaded and analyzed a suspicious binary file.", + HomeUrl = "https://infosec.cert-pa.it/", + LicenseId = 5, + Name = "CERT-PA Domains" + }, + new + { + Id = 1936, + HomeUrl = "https://hashdd.com/", + LicenseId = 5, + Name = "VXVault (Domains)" + }, + new + { + Id = 1937, + Description = "Fake online shops and a lot of other things are collected here.", + LicenseId = 5, + Name = "fakeinet.com Scam, Fakes and frauds of Internet URL list" + }, + new + { + Id = 1938, + HomeUrl = "https://github.com/YanFung/Ads/", + LicenseId = 5, + Name = "Mobile Ads" + }, + new + { + Id = 1939, + LicenseId = 14, + Name = "Anti-PopAds (Hosts)" + }, + new + { + Id = 1940, + HomeUrl = "https://andnixsh.com/", + LicenseId = 5, + Name = "Andnixsh's Hosts" + }, + new + { + Id = 1941, + HomeUrl = "https://github.com/huanz/surge-hosts", + IssuesUrl = "https://github.com/huanz/surge-hosts/issues", + LicenseId = 5, + Name = "NoOnMe's List for Surge" + }, + new + { + Id = 1942, + LicenseId = 19, + Name = "B Tasker (Unbound)" + }, + new + { + Id = 1943, + LicenseId = 19, + Name = "B Tasker (Adblockers)" + }, + new + { + Id = 1944, + HomeUrl = "https://www.bentasker.co.uk/adblock/", + LicenseId = 19, + Name = "B Tasker (Domains)" + }, + new + { + Id = 1945, + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist/", + LicenseId = 2, + Name = "PiHole Blocklist SmartTV (Regex extension)" + }, + new + { + Id = 1946, + Description = "The one and only rule set applied by AnonymousPoster is this on blockrules.txt in complementary to EasyList.", + HomeUrl = "https://gitlab.com/AnonymousPoster/ublockorigin-rules", + LicenseId = 40, + Name = "AnonymousPoster – Andblock Rules" + }, + new + { + Id = 1947, + Description = "Personal rules for URLRedirector.", + HomeUrl = "https://github.com/ivysrono/URLRedirectorRules/", + LicenseId = 5, + Name = "Ivysrono's URLRedirector Rules" + }, + new + { + Id = 1948, + LicenseId = 2, + Name = "Fengyc's URLRedirector Rules" + }, + new + { + Id = 1949, + LicenseId = 2, + Name = "Fengyc's URLRedirector Rules - Geekzu" + }, + new + { + Id = 1950, + Description = "Block advertisements.", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = 40, + Name = "Peter Lowe's List (RPZ)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php" + }, + new + { + Id = 1951, + Description = "This is a list of unusually strange and/or presumed hostile IP addresses that thought it'd be a good idea to port scan or otherwise mistreat my publicly accessible AdGuard Home server, without having anything even close to a good reason for doing so.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Disallowed Clients for AdGuard Home in Particular" + }, + new + { + Id = 1952, + Description = "Twitter is a place full of distractions, strange things, and people you'd want to stay 200km away from at all times. If you wish to focus strictly on the 2% of Twitter that is actually any good nowadays, here's a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Twitter: Pure Reading Experience" + }, + new + { + Id = 1953, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Complete (Adblockers)" + }, + new + { + Id = 1954, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Mini (Adblockers)" + }, + new + { + Id = 1955, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Pro (Adblockers)" + }, + new + { + Id = 1956, + Description = "A blocklist to protect users against untrustworthy retail sites.", + HomeUrl = "https://github.com/durablenapkin/scamblocklist", + IssuesUrl = "https://github.com/durablenapkin/scamblocklist/issues", + LicenseId = 2, + Name = "Scam Blocklist", + SubmissionUrl = "https://github.com/durablenapkin/scamblocklist/issues/new/choose" + }, + new + { + Id = 1957, + Description = "A list of filters for use with the various Kiss sites.", + HomeUrl = "https://github.com/Yumire/kiss-filters/", + LicenseId = 5, + Name = "Kiss Filters" + }, + new + { + Id = 1958, + Description = "Filters to fix common issues with 9Anime and block malicious code", + HomeUrl = "https://gitlab.com/Sorrow-San/9anime-adblock-filters/", + LicenseId = 5, + Name = "9Anime Filter-list: No Banner Ads" + }, + new + { + Id = 1959, + Description = "A hosts file to connect to the third-party DS/Wii online servers hosted by RiiConnect24 and Wiimmfi. Can be used for Nintendo DS games and WiiConnect24. Unfortunately doesn't work for Wii games.", + HomeUrl = "https://github.com/RiiConnect24/DNS-Server/", + LicenseId = 5, + Name = "RiiConnect24/Wiimmfi List for Users of AdGuard Home and Pi-Hole" + }, + new + { + Id = 1960, + Description = "Darklist.de is an IP blacklist that uses multiple sensors to identify network attacks (e.g. SSH brute force) and spam incidents. All reports are evaluated and in case of too many incidents the responsible IP holder is informed to solve the problem. After reporting an incident as solved the IP is removed from the blacklist.", + HomeUrl = "https://www.darklist.de/", + LicenseId = 5, + Name = "DarklistDE IP Blacklist" + }, + new + { + Id = 1961, + HomeUrl = "https://github.com/xorcan/hosts/", + LicenseId = 4, + Name = "xorcan Türk element-ad-list (Turkish)" + }, + new + { + Id = 1962, + HomeUrl = "https://github.com/xorcan/hosts/", + LicenseId = 4, + Name = "xorcan Türk harmful ip-list (Turkish)" + }, + new + { + Id = 1963, + Description = "Filters to fix common issues with 9Anime and block malicious code", + HomeUrl = "https://gitlab.com/Sorrow-San/9anime-adblock-filters/", + LicenseId = 5, + Name = "9Anime Filter-list: Banners Allowed" + }, + new + { + Id = 1964, + Description = "Adventure Time is a very popular cartoon made by completely inexperienced art students who disregard young viewers and insert it full of adult morals and completely nonsensical plotlines instead. This list is how to get an arm's length away from it.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Adventure Time' List" + }, + new + { + Id = 1965, + Description = "Do you feel unfairly targeted by relatively non-threatening pastes on «Have I Been Pwned»? Perhaps you once used your E-mail address in the actual goddamn E-mail field on 4chan 7 years ago, or you're part of a large E-mail-based DnD group? Or maybe for any other reason? In that case, this list will make Have I Been Pwned largely ignore any paste results for your E-mail address(es).", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Have I Been Pwned Paste Remover" + }, + new + { + Id = 1966, + Description = "PornHub is a site full of distractions and things that you are quite literally not into. If you wish to focus on the things there that you really are into, you can use this list.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "PornHub: Pure Trail Mix Experience" + }, + new + { + Id = 1967, + Description = "This is a list to remove the kinds of ads that very few well-established international adblocker lists would want to remove, due to many of them not meeting those lists' strict criteria of what an ad actually is. So that's where this list comes into play.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Ad Removal List for Unusual Ads" + }, + new + { + Id = 1968, + Description = "Blocks empty leftover boxes.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Annoyances Filter - Remains Only", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 1969, + Description = "Rules for blocking push notifications.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Annoyances Filter - Push Notifications Only", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 1970, + Description = "Banners of mobile apps for the sites.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Annoyances Filter - Mobile App Only", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 1971, + Description = "These rules are against all kinds of ad blocking reinjection/circumvention scripts, which does not affect the functioning of site", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Annoyances Filter - Anti-Adblock Only", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 1972, + Description = "This was made as a proof-of-concept to see if the IP-based entries of major adblock lists, could be used to create an IP adblocker list for IP blockers, despite how IP lists are normally only meant to block malware, E-mail spam, or port scanners.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "IP Entries from Adblock Lists" + }, + new + { + Id = 1973, + Description = "As someone who lives in Norway, which is not an Amazon core country, I became increasingly annoyed at how they hid away shipping fees from me, and even more annoyed when they barred third-party sellers from shipping abroad. Thus I deleted my Amazon account in protest, and to this day I refuse to make a new one.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-Amazon List for Twitch (Domains version)" + }, + new + { + Id = 1974, + Description = "As someone who lives in Norway, which is not an Amazon core country, I became increasingly annoyed at how they hid away shipping fees from me, and even more annoyed when they barred third-party sellers from shipping abroad. Thus I deleted my Amazon account in protest, and to this day I refuse to make a new one.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-Amazon List for Twitch («Hosts» version)" + }, + new + { + Id = 1975, + Description = "Do you feel that Friendship is Magic overstayed its welcome? Here's a list that'll let you keep more of a distance to it.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-FіМ list (Domains version)" + }, + new + { + Id = 1976, + Description = "A lot of trashy \"reviewers\" and \"forums\" seem to have an extremely unhealthy fascination with trashing the same few cartoons over and over for no reason other than group pressure, making a lot of the internet a pretty unhealthy place to discuss and research cartoons on. Here's how to get away from such places.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Hivemind cartoon trashing' List" + }, + new + { + Id = 1977, + Description = "A lot of trashy \"reviewers\" and \"forums\" seem to have an extremely unhealthy fascination with trashing the same few cartoons over and over for no reason other than group pressure, making a lot of the internet a pretty unhealthy place to discuss and research cartoons on. Here's how to get away from such places.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Hivemind cartoon trashing' List (Domains version)" + }, + new + { + Id = 1978, + Description = "Steven Universe is a cartoon about a Mary Sue boy tagging along with racist xenophobic aliens to fight other racist xenophobic aliens for no good reason, all of whom are also bad parental figures. Here's a list to get a breather break from it.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Steven Universe' List (Domains version)" + }, + new + { + Id = 1979, + Description = "Are you tired of being nagged on by websites, that say \"Log in to read more\"? With this list, you'll be much less nagged on from now own.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Browse websites without logging in (for AdGuard Home)" + }, + new + { + Id = 1980, + Description = "Are you tired of being nagged on by websites, that say \"Log in to read more\"? With this list, you'll be much less nagged on from now own.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Browse websites without logging in (Domains version)" + }, + new + { + Id = 1981, + Description = "Do you like to browse casually through different Wikia wikis, but are tired of FANDOM promotions, promotions for movies that you don't care about, and narrow article bodies? Then this list will save your day.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Wikia: Pure Browsing Experience (Domains version)" + }, + new + { + Id = 1983, + Description = "On the internet, quite a lot of erotic art seems to have been made for people with zero self-confidence whatsoever. And for highly inexplicable reasons, a lot of online netizens seem to deeply crave to become the subjects of (or imposing) slavery, abuse, imprisonment, blatant rape, mauling, squishing, critical infections, death, and brutal death, among other things. If you are a sufficiently functional sentient being that you become physically sick from such notions (which you have all rights to get sick for), this list is how to lift yourself above such things.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Overly submissive erotica' List" + }, + new + { + Id = 1984, + Description = "Imgur is an image uploading site that tries far, far too hard to be a meme site. Here's a list that will revert it back to being an image uploading site again.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Imgur: Pure Imagery Experience" + }, + new + { + Id = 1985, + Description = "AdGuard's official DNS server to remove ads and trackers. Believed to be using \"AdGuard DNS Filter\".", + EmailAddress = "support@adguard.com", + HomeUrl = "https://adguard.com/adguard-dns/overview.html", + LicenseId = 5, + Name = "AdGuard DNS — Standard" + }, + new + { + Id = 1986, + Description = "AdGuard's official DNS server to remove ads, trackers, and porn. Believed to be using \"AdGuard DNS Filter\", as well as AdGuard's Safe Search and anti-porn serverside lookups.", + EmailAddress = "support@adguard.com", + HomeUrl = "https://adguard.com/adguard-dns/overview.html", + LicenseId = 5, + Name = "AdGuard DNS — Family Protection" + }, + new + { + Id = 1987, + Description = "Twitch is a platform to stream videogames, everyday life, and advertisements disguised as gaming expos. But at least from a traditional standpoint, many Twitch userbase in-jokes have taken forms that would've been considered racist in many other settings, including emotes that are used to accuse black people of being terrorists, women of being whiny, or businessmen game characters of being Jewish. If you wish for a more squeaky-clean experience that simply considers humans to be humans, here's a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Say No to Racism on Twitch" + }, + new + { + Id = 1988, + Description = "This list aims to restore MeWe to its late 2017 state, before public post sharing and the «Pages» function eroded its carefree walled gardens.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "MeWe Happy Time Fun Club" + }, + new + { + Id = 1989, + Description = "Are you desperate to get some quality time with your brother or dad, who is so much into Pokémon GO that they play it to this day while hacking around from the couch? Here's how to get that quality time back… unless they just switch to 4G instead, in which case you're screwed. May also work against 'Harry Potter: Wizards Unite' and 'Ingress Prime'", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Pokémon No-GO Zone" + }, + new + { + Id = 1990, + Description = "Are you tired of having to scroll so much on websites, or you want to keep your eyes on more text and content at once? If so, this list will help you a little extra bit with that.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Empty Padding Remover" + }, + new + { + Id = 1991, + Description = "The font situation on many Japanese websites is kind-of absolutely atrocious. They use super-stiff janky fonts resemblant of Windows 95 or Amiga. And even worse, many of the sites also default to the stiff Japanese fonts' atrocious Latin letter types. Here's how to use the sites in a way that is compatible with the 3rd decade of the 21st century.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Japanese Text Softener" + }, + new + { + Id = 1992, + LicenseId = 2, + Name = "Prigent Sects" + }, + new + { + Id = 1993, + LicenseId = 2, + Name = "Prigent Astrology" + }, + new + { + Id = 1994, + LicenseId = 2, + Name = "Prigent Shorteners" + }, + new + { + Id = 1995, + LicenseId = 2, + Name = "Prigent Gambling" + }, + new + { + Id = 1996, + Description = "This is used to block all .g00. and .g01. crap that domains like msn.com and sportingnews.com use to obfuscate loaded/loading resources", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = 11, + Name = "Cybo's Anti-g00" + }, + new + { + Id = 1997, + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = 11, + Name = "Cybo's Anti Third Party HTTP" + }, + new + { + Id = 1998, + Description = "Block maps, location analytics, and GPS services", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = 11, + Name = "Cybo's Anti Location Tracking" + }, + new + { + Id = 2000, + Description = "Use this file to prevent your computer from connecting to selected internet hosts. This is an easy and effective way to protect you from many types of spyware, reduces bandwidth use, blocks certain pop-up traps, prevents user tracking by way of \"web bugs\" embedded in spam, provides partial protection to IE from certain web-based exploits and blocks most advertising you would otherwise be subjected to on the internet.", + EmailAddress = "hosts@someonewhocares.org", + HomeUrl = "https://someonewhocares.org/hosts/", + LicenseId = 32, + Name = "Dan Pollock's Hosts (IPv4 + IPv6)" + }, + new + { + Id = 2001, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Complete (dnsmasq)" + }, + new + { + Id = 2002, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Mini (dnsmasq)" + }, + new + { + Id = 2003, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Pro (dnsmasq)" + }, + new + { + Id = 2004, + Description = "This is believed to be the world's oldest adblock list to still be hosted at its original domain, having last been updated in August 2003 and has rejected submissions ever since.", + HomeUrl = "http://www.accs-net.com/hosts/get_hosts.html", + LicenseId = 5, + Name = "Gorilla Studio Hosts Project" + }, + new + { + Id = 2005, + LicenseId = 2, + Name = "Prigent Cryptojacking" + }, + new + { + Id = 2006, + LicenseId = 2, + Name = "Prigent Adult" + }, + new + { + Id = 2007, + LicenseId = 2, + Name = "Prigent Social Networks" + }, + new + { + Id = 2008, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Ads" + }, + new + { + Id = 2009, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Crypto" + }, + new + { + Id = 2010, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Ransomware" + }, + new + { + Id = 2011, + HomeUrl = "https://blocklist.site/piracy", + LicenseId = 11, + Name = "Block List Project: Piracy" + }, + new + { + Id = 2012, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Tracking" + }, + new + { + Id = 2013, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Scams" + }, + new + { + Id = 2014, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Gambling" + }, + new + { + Id = 2015, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Phishing" + }, + new + { + Id = 2016, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Spam" + }, + new + { + Id = 2017, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Porn" + }, + new + { + Id = 2018, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Redirect" + }, + new + { + Id = 2022, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + HomeUrl = "http://ipverse.net/", + LicenseId = 5, + Name = "IPverse IP address block lists - PR-China IPv4" + }, + new + { + Id = 2023, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + HomeUrl = "http://ipverse.net/", + LicenseId = 5, + Name = "IPverse IP address block lists - Russia IPv4" + }, + new + { + Id = 2024, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + HomeUrl = "http://ipverse.net/", + LicenseId = 5, + Name = "IPverse IP address block lists - Ukraine IPv4" + }, + new + { + Id = 2025, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + HomeUrl = "http://ipverse.net/", + LicenseId = 5, + Name = "IPverse IP address block lists - Romania IPv4" + }, + new + { + Id = 2026, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = 2, + Name = "hBlock Hosts Domains" + }, + new + { + Id = 2027, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = 2, + Name = "hBlock Hosts Adblockers" + }, + new + { + Id = 2028, + HomeUrl = "https://blocklist.site/", + LicenseId = 11, + Name = "Block List Project: Malware" + }, + new + { + Id = 2029, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + HomeUrl = "http://ipverse.net/", + LicenseId = 5, + Name = "IPverse IP address block lists - PR-China IPv6" + }, + new + { + Id = 2030, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + HomeUrl = "http://ipverse.net/", + LicenseId = 5, + Name = "IPverse IP address block lists - Russia IPv6" + }, + new + { + Id = 2031, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + HomeUrl = "http://ipverse.net/", + LicenseId = 5, + Name = "IPverse IP address block lists - Ukraine IPv6" + }, + new + { + Id = 2032, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + HomeUrl = "http://ipverse.net/", + LicenseId = 5, + Name = "IPverse IP address block lists - Romania IPv6" + }, + new + { + Id = 2033, + LicenseId = 5, + Name = "Blockzilla (Hosts)" + }, + new + { + Id = 2034, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "Fanboy Notifications Blocking List" + }, + new + { + Id = 2035, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "Fanboy Notifications Blocking List (TPL)" + }, + new + { + Id = 2036, + Description = "Blocks ads, fake sites, shock sites, malware hosts and trackers. This hostfile's aim is not to break any useful websites.", + HomeUrl = "https://github.com/notracking/hosts-blocklists", + IssuesUrl = "https://github.com/notracking/hosts-blocklists/issues", + LicenseId = 9, + Name = "notracking - Adblocker domains" + }, + new + { + Id = 2038, + Description = "Blocklist mainly used for dns servers at dnswarden", + HomeUrl = "https://github.com/dnswarden/blocklist/", + IssuesUrl = "https://github.com/dnswarden/blocklist/issues", + Name = "dnswarden Adblocking (Hosts)" + }, + new + { + Id = 2039, + Description = "Blocklist mainly used for dns servers at dnswarden", + HomeUrl = "https://github.com/dnswarden/blocklist/", + IssuesUrl = "https://github.com/dnswarden/blocklist/issues", + Name = "dnswarden Adblocking (Domains)" + }, + new + { + Id = 2040, + Description = "Blocklist mainly used for dns servers at dnswarden", + HomeUrl = "https://github.com/dnswarden/blocklist/", + IssuesUrl = "https://github.com/dnswarden/blocklist/issues", + Name = "dnswarden Adblocking (RPZ)" + }, + new + { + Id = 2041, + Description = "This is a slimmer version of \"Dandelion Sprout's Nordic Filters\", intended for users of software tools that doesn't support adblocker syntaxes. It chiefly targets scams and malware on Norwegian or Danish sites, as well as some advert and tracking servers.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (IPv6 «Hosts»)" + }, + new + { + Id = 2042, + Description = "A filter that blocks the thumbnails of users that upload junk or stuff in the wrong categories.", + HomeUrl = "https://github.com/lassekongo83/Frellwits-filter-lists", + IssuesUrl = "https://github.com/lassekongo83/Frellwits-filter-lists/issues", + LicenseId = 4, + Name = "deviantJUNKfilter" + }, + new + { + Id = 2043, + Description = "anti-AD is currently the highest-hitcount-filtering ad list in Chinese, which achieves accurate ad blocking and privacy protection. Now supports AdGuard Home, dnsmasq, Surge, Pi-Hole and other excellent network tools.", + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/anti-AD/issues", + LicenseId = 2, + Name = "anti-AD (Adblockers)" + }, + new + { + Id = 2044, + Description = "anti-AD is currently the highest-hitcount-filtering ad list in Chinese, which achieves accurate ad blocking and privacy protection. Now supports AdGuard Home, dnsmasq, Surge, Pi-Hole and other excellent network tools.", + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/anti-AD/issues", + LicenseId = 2, + Name = "anti-AD (Domains)" + }, + new + { + Id = 2045, + Description = "anti-AD is currently the highest-hitcount-filtering ad list in Chinese, which achieves accurate ad blocking and privacy protection. Now supports AdGuard Home, dnsmasq, Surge, Pi-Hole and other excellent network tools.", + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/anti-AD/issues", + LicenseId = 2, + Name = "anti-AD (dnsmasq)" + }, + new + { + Id = 2046, + Description = "anti-AD is currently the highest-hitcount-filtering ad list in Chinese, which achieves accurate ad blocking and privacy protection. Now supports AdGuard Home, dnsmasq, Surge, Pi-Hole and other excellent network tools.", + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/anti-AD/issues", + LicenseId = 2, + Name = "anti-AD (Surge)" + }, + new + { + Id = 2047, + Description = "SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. The goal is to enable a security tester to pull this repository onto a new testing box and have access to every type of list that may be needed.", + DonateUrl = "https://github.com/sponsors/danielmiessler", + HomeUrl = "https://github.com/danielmiessler/SecLists/", + IssuesUrl = "https://github.com/danielmiessler/SecLists/issues", + LicenseId = 2, + Name = "SecLists - Common Router IPs" + }, + new + { + Id = 2048, + Description = "SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. The goal is to enable a security tester to pull this repository onto a new testing box and have access to every type of list that may be needed.", + DonateUrl = "https://github.com/sponsors/danielmiessler", + HomeUrl = "https://github.com/danielmiessler/SecLists/", + IssuesUrl = "https://github.com/danielmiessler/SecLists/issues", + LicenseId = 2, + Name = "SecLists - Kaspersky-discovered Careto Domains" + }, + new + { + Id = 2049, + Description = "SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. The goal is to enable a security tester to pull this repository onto a new testing box and have access to every type of list that may be needed.", + DonateUrl = "https://github.com/sponsors/danielmiessler", + HomeUrl = "https://github.com/danielmiessler/SecLists/", + IssuesUrl = "https://github.com/danielmiessler/SecLists/issues", + LicenseId = 2, + Name = "SecLists - SecLists - Kaspersky-discovered Careto IPs" + }, + new + { + Id = 2050, + Description = "SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. The goal is to enable a security tester to pull this repository onto a new testing box and have access to every type of list that may be needed.", + DonateUrl = "https://github.com/sponsors/danielmiessler", + HomeUrl = "https://github.com/danielmiessler/SecLists/", + IssuesUrl = "https://github.com/danielmiessler/SecLists/issues", + LicenseId = 2, + Name = "SecLists - DNS Resolvers" + }, + new + { + Id = 2051, + Description = "This list contains every hostname redirecting to a hand-picked list of first-party trackers. It should be safe from false-positives. It also contains all tracking hostnames under company domains, useful for ad blockers that don't support mass regex blocking, while still preventing fallback to third-party trackers. Don't be afraid of the size of the list, as this is due to the nature of first-party trackers: a single tracker generates at least one hostname per client (typically two).", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = 2, + Name = "Frogeye - First-party trackers" + }, + new + { + Id = 2052, + Description = "This list contains every hostname redirecting to a hand-picked list of first-party trackers. It should be safe from false-positives. It also contains all tracking hostnames under company domains, useful for ad blockers that don't support mass regex blocking, while still preventing fallback to third-party trackers. Don't be afraid of the size of the list, as this is due to the nature of first-party trackers: a single tracker generates at least one hostname per client (typically two).", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = 2, + Name = "Frogeye - First-party trackers (Hosts)" + }, + new + { + Id = 2053, + Description = "This is the same list as above, albeit not containing the hostnames under the tracking company domains (e.g. website1.trackercompany.com). This allows for reducing the size of the list for ad-blockers that already block those third-party trackers with their support of regex blocking. Use in conjunction with other block lists used in regex-mode, such as Peter Lowe's", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = 2, + Name = "Frogeye - First-party whole trackers" + }, + new + { + Id = 2054, + Description = "This is the same list as above, albeit not containing the hostnames under the tracking company domains (e.g. website1.trackercompany.com). This allows for reducing the size of the list for ad-blockers that already block those third-party trackers with their support of regex blocking. Use in conjunction with other block lists used in regex-mode, such as Peter Lowe's", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = 2, + Name = "Frogeye - First-party whole trackers (Hosts)" + }, + new + { + Id = 2055, + Description = "This is the same list as above, albeit not containing the hostnames under the tracking company domains (e.g. website1.trackercompany.com). This allows for reducing the size of the list for ad-blockers that already block those third-party trackers with their support of regex blocking. Use in conjunction with other block lists used in regex-mode, such as the ones in the previous section.", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = 2, + Name = "Frogeye - Multi-party whole trackers" + }, + new + { + Id = 2056, + Description = "This is the same list as above, albeit not containing the hostnames under the tracking company domains (e.g. website1.trackercompany.com). This allows for reducing the size of the list for ad-blockers that already block those third-party trackers with their support of regex blocking. Use in conjunction with other block lists used in regex-mode, such as the ones in the previous section.", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = 2, + Name = "Frogeye - Multi-party whole trackers (Hosts)" + }, + new + { + Id = 2057, + Description = "A list of domains used by tracking companies as CNAME destination when disguising third-party trackers as first-party trackers.", + HomeUrl = "https://github.com/nextdns/cname-cloaking-blocklist", + IssuesUrl = "https://github.com/nextdns/cname-cloaking-blocklist", + LicenseId = 2, + Name = "NextDNS CNAME Cloaking Blocklist" + }, + new + { + Id = 2058, + Description = "Blocks BitTorrent websites (+ alternative domains & proxies), clients, and DHT bootstrap nodes.", + HomeUrl = "https://github.com/nextdns/bittorrent-blocklist", + IssuesUrl = "https://github.com/nextdns/bittorrent-blocklist/issues", + LicenseId = 2, + Name = "NextDNS BitTorrent Website Blocklist" + }, + new + { + Id = 2059, + HomeUrl = "https://gist.github.com/Marfjeh/97f2f049b41b3f09eabcc04004073ae3", + Name = "Marjeh Torrent Trackers Host" + }, + new + { + Id = 2060, + Description = "This is the main hosts file but 0.0.0.0 was replaced with *://*. This was made to help with blocking on archive.org where normal blocking with 0.0.0.0, 127.0.0.1, and || wont get the trackers due to the weird way they use the sites URLs", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = 11, + Name = "Cybo's Hosts - Extra Format" + }, + new + { + Id = 2061, + Description = "This List Is Better Than The Other Hosts For DNS Sinkholes And Slow Computers (If Used With An Adblocker)", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = 11, + Name = "Cybo's Simplified Domains" + }, + new + { + Id = 2062, + Description = "Ads and tracking not found on other lists included in this project", + HomeUrl = "https://github.com/deletescape/noads", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = 35, + Name = "noads.online additional app specific rules" + }, + new + { + Id = 2063, + HomeUrl = "https://nixnet.services/dns/", + LicenseId = 2, + Name = "hBlock Hosts Mini" + }, + new + { + Id = 2064, + HomeUrl = "https://nixnet.services/dns/", + LicenseId = 24, + Name = "hBlock Hosts Mini (DNS)" + }, + new + { + Id = 2065, + Description = "Filter list for Yahoo.com. This list will remove ads, tracking, beacons, and other annoyances for a better Yahoo experience.", + HomeUrl = "https://github.com/troysjanda/MyBlockLists/", + IssuesUrl = "https://github.com/troysjanda/MyBlockLists/issues", + LicenseId = 4, + Name = "Xpi Yahoo Complete Filters" + }, + new + { + Id = 2067, + Description = "SecureDNS can be used as an Adblocker by using a alternative hostname/address instead. Links that didn't fit in the Subscribe button URL texts, include [2a03:b0c0:0:1010::e9a:3001]:5443", + HomeUrl = "https://securedns.eu/#ads", + Name = "notracking - DNS" + }, + new + { + Id = 2068, + HomeUrl = "https://www.powershellgallery.com/packages/Manage-AdBlocksOnDNSServer/", + IssuesUrl = "https://github.com/hechz/Powershell/issues", + LicenseId = 24, + Name = "Peter Lowe's List (PowerShell PKG)" + }, + new + { + Id = 2069, + Description = "Peter Lowe's (as of August 2018) colleague Vladimir Pissarev (who is part of the Security team in his company) mentioned to him that he runs a public DNS server that not only blocks ads and trackers, but also malware and viruses as well.", + HomeUrl = "https://itsecurity.ee/", + Name = "Vladimir Pissarev's DNS Server" + }, + new + { + Id = 2070, + Description = "I wanted an easy solution to blocking ads and tracking on all my devices and AdGuard DNS didn’t block quite enough for me, so I decided to run my own AdGuard Home server. Sharing is caring, which is why I’ve decided to make my server available for everyone! Links that didn't fit in the Subscribe button URL texts, include 2a03:b0c0:3:d0::5f18:6001", + HomeUrl = "https://deletescape.ch/dns", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = 35, + Name = "noads.online AdGuard Home Megalist (DNS)" + }, + new + { + Id = 2071, + HomeUrl = "https://www.dreamcastlive.net/connection-guide", + Name = "Dreamcast Live" + }, + new + { + Id = 2072, + Description = "Blocks: advertising (web and mobile apps), analytics (web and mobile apps), tracking, malware.", + HomeUrl = "https://sebsauvage.net/wiki/doku.php?id=dns-blocklist", + Name = "Sebsauvage Hosts" + }, + new + { + Id = 2073, + Description = "Blocks: advertising (web and mobile apps), analytics (web and mobile apps), tracking, malware.", + HomeUrl = "https://sebsauvage.net/wiki/doku.php?id=dns-blocklist", + Name = "Sebsauvage Hosts (Adblockers)" + }, + new + { + Id = 2074, + Description = "Blocks: advertising (web and mobile apps), analytics (web and mobile apps), tracking, malware.", + HomeUrl = "https://sebsauvage.net/wiki/doku.php?id=dns-blocklist", + Name = "Sebsauvage Hosts (Domains)" + }, + new + { + Id = 2075, + EmailAddress = "mail@perflyst.de", + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist", + IssuesUrl = "https://github.com/Perflyst/PiHoleBlocklist/issues", + LicenseId = 2, + Name = "PiHole Blocklist SmartTV (AdGuard Home)" + }, + new + { + Id = 2076, + Description = "This will remove cookie and privacy warnings.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 16, + Name = "EasyList Cookie List (TPL)" + }, + new + { + Id = 2077, + Description = "A blocklist to protect users against untrustworthy retail sites.", + HomeUrl = "https://github.com/durablenapkin/scamblocklist", + IssuesUrl = "https://github.com/durablenapkin/scamblocklist/issues", + LicenseId = 2, + Name = "Scam Blocklist (Adblockers)", + SubmissionUrl = "https://github.com/durablenapkin/scamblocklist/issues/new/choose" + }, + new + { + Id = 2078, + Description = "Allows advertising on Read the Docs.", + LicenseId = 2, + Name = "Read the Docs Advertising Exception List" + }, + new + { + Id = 2079, + Description = "AdGuard Social media filter tends to rely too much on cosmetic filters IMHO. This filter consists of network filters only and complements Social media filter.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "AdGuard Social Media Plus" + }, + new + { + Id = 2080, + Description = "AdGuard Tracking Protection filter is probably the least false-positive prone anti-tracking list; however, it comes with its own cost of less coverage which this filter aims to complement.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "AdGuard Tracking Protection Plus" + }, + new + { + Id = 2081, + Description = "Inspired by Sable Filter at MeetingLabs, this removes cookie consents. Main focuses are Japanese sites and other high-traffic sites many Japanese people will visit. False-positive prone rules won't be added (e.g. cookielaw.org, uk-cookie-consent plugin).", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Sabre Filters 2" + }, + new + { + Id = 2082, + Description = "This removes blog parts and ranking buttons on Japanese websites.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Yuki's Blog Parts" + }, + new + { + Id = 2083, + Description = "Removes ranking buttons on adult sites.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Yuki's Blog Parts Adult" + }, + new + { + Id = 2084, + Description = "This is to counter unnecessary or too generic allowlists which were not addressed or won't be addressed by the maintainer. Only for advanced user as it can cause problems.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Yuki's uBlock Anti-allowlist" + }, + new + { + Id = 2085, + Description = "A whitelist for medium mode of uBlock Origin for English user. The purpose is to help those non-techie, yet security-conscious, people to use the mode. Payment services and mobile sites are out-of-scope. This is not a list I myself use so won't be updated frequently.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Yuki's uBlock Dynamic Rules" + }, + new + { + Id = 2086, + Description = "WordPress plugins have been security nightmare and are usually implemented in first-party resource that bypasses medium mode. Although it's impossible to block thousands of these plugins without breaking too many sites, blocking those unwanted plugins won't be a bad idea. While popular social and annoyances filters block many of them, they come with tons of unnecessary rules[^1] and also occasionally cause false-positive. For these reasons I've settled down to AdGuard Social media filter which is relatively small in size and rarely breaks pages; however, it only blocks minimal set of the plugins. This list includes 1) rules for the plugins not on the Social media filter or other default filter lists, 2) rules almost equivalent to Noscript's Application Boundaries Enforcer, and 3) a regex rule focused only on the latest survey scam campaign.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Yuki's uBlock Static Rules" + }, + new + { + Id = 2087, + Description = "Blocklist based on articles published by security research groups.", + HomeUrl = "https://github.com/scafroglia93/blocklists/", + IssuesUrl = "https://github.com/scafroglia93/blocklists/issues", + Name = "scafroglia93's Hosts Blocklists" + }, + new + { + Id = 2088, + Description = "It's a mobile version of Yuki2718's uBlock Dynamic Rules.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Yuki's uBlock Dynamic Rules for mobile" + }, + new + { + Id = 2089, + Description = "Ignore generic cosmetic filters is recommended if you want better performance without sacrificing security or privacy. However, you'll notice ugly layout of many websites once you enabled this option. This filter mitigates this on English sites by removing placeholders left as a result of disabling generic cosmetic filters.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Placeholder Hider with no generic hiding" + }, + new + { + Id = 2090, + Description = "It's a mobile version of Placeholder Hider with no generic hiding.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Placeholder Hider with no generic hiding for mobile" + }, + new + { + Id = 2091, + Description = "The most comprehensive, block-first, and efficient Japanese list for uBlock Origin that removes ads and analytics on desktop, designed for advanced user.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Yuki's uBlock Japanese filters" + }, + new + { + Id = 2092, + Description = "This can be added to uBlock Japanese filters for enhanced blocking. Use at your own risk.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Yuki's uBlock Japanese filters - Paranoid" + }, + new + { + Id = 2093, + Description = "Removes share buttons mainly on Japanese sites.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Yuki's uBlock Japanese filters - Social" + }, + new + { + Id = 2094, + Description = "Removes annoyances mainly on Japanese sites.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 8, + Name = "Yuki's uBlock Japanese filters - Annoyances" + }, + new + { + Id = 2095, + Description = "Enhance anti-scam capability of 280blocker for Japanese mobile site (ABP format) by utilizing advanced capability of AdGuard/uBlock Origin.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = 28, + Name = "Anti-scam enhancer for 280blocker ABP format list" + }, + new + { + Id = 2099, + Description = "Blocks access to phishing, spam, malware and malicious domains. Our database of malicious domains is updated hourly and considered to be one of the best in the industry. Links that didn't fit in the Subscribe button URL texts, include 2a0d:2a00:2::2", + HomeUrl = "https://cleanbrowsing.org/filters#security", + Name = "CleanBrowsing Security Filter" + }, + new + { + Id = 2100, + Description = "This is a minimial blocklist based on the W3Tech annual surveys on most used webtechnology and Cookiebot tracking surveys. In stead of crawling the web analyzing Alexa's TOP 500.000 websites, I looked at the web industry itself, to block the bulk of the mainstream advertising services with the obvious benefit of low maintenance effort (for me) and low performance impact (for your adblocker).", + HomeUrl = "https://github.com/Kees1958/WS3_annual_most_used_survey_blocklist", + IssuesUrl = "https://github.com/Kees1958/WS3_annual_most_used_survey_blocklist/issues", + Name = "Small but effective adblockplus format blocklist based on the (annal) W3tech and Cookiebot surveys - Top 500" + }, + new + { + Id = 2101, + HomeUrl = "https://github.com/DavidTai780/AdGuard-Home-Private-Rules", + IssuesUrl = "https://github.com/DavidTai780/AdGuard-Home-Private-Rules/issues", + Name = "Custom Hosts Domain Filter for AdGuard Home" + }, + new + { + Id = 2102, + Description = "AdGuard's 'Mobile ad filtering supplementary rules', integrates the rules of Qiumiaojingxi and YanFung, and adds some rules for personal use.", + HomeUrl = "https://github.com/loveqqzj/AdGuard", + IssuesUrl = "https://github.com/loveqqzj/AdGuard/issues", + Name = "Mobile ad filtering supplementary rules - 移动广告过滤补充规则" + }, + new + { + Id = 2103, + EmailAddress = "dg@memeware.net", + HomeUrl = "https://github.com/crimsonphobia/etc/", + IssuesUrl = "https://github.com/crimsonphobia/etc/issues", + Name = "Fake Websites and other garbage" + }, + new + { + Id = 2104, + HomeUrl = "https://github.com/banbendalao/ADgk", + IssuesUrl = "https://github.com/banbendalao/ADgk/issues", + Name = "ADgk Mobile Advertising Rules - adgk手机去广告规则" + }, + new + { + Id = 2105, + Description = "The effect is too powerful, use it with caution.", + HomeUrl = "https://github.com/banbendalao/ADgk", + IssuesUrl = "https://github.com/banbendalao/ADgk/issues", + Name = "Baidu Extreme Purification - 百度搜索结果极限净化" + }, + new + { + Id = 2106, + HomeUrl = "https://github.com/banbendalao/ADgk", + IssuesUrl = "https://github.com/banbendalao/ADgk/issues", + Name = "ADgk Mobile Advertising Rules (DNS)" + }, + new + { + Id = 2107, + HomeUrl = "https://ps2online.com/", + Name = "PS2 Online" + }, + new + { + Id = 2108, + Name = "OpenSpy PS2 (Untested)" + }, + new + { + Id = 2109, + Description = "Contains entries from EasyList China, EasyList Lite, CJX's Annoyances List, and some additional entries of my own.", + HomeUrl = "https://adf.minggo.eu.org/", + Name = "halflife's AdFilters" + }, + new + { + Id = 2110, + HomeUrl = "https://gitee.com/anye1998/Adguard-List-of-personal-rules", + Name = "anye1998's List of Personal Rules" + }, + new + { + Id = 2111, + Description = "Supplement for \"EasyList China+EasyList\" & \"EasyPrivacy\" & \"CJX's Annoyance List\". Removes Ads, Anti-adblock, Annoyances, Self-promotion & Privacy Protection on Chinese Websites", + EmailAddress = "cjxlist@gmail.com", + ForumUrl = "https://abpchina.org/forum/forum.php", + HomeUrl = "https://abpchina.org/forum/forum.php?mod=viewthread&tid=29667", + IssuesUrl = "https://github.com/cjx82630/cjxlist/issues", + LicenseId = 34, + Name = "CJX's uBlock list" + }, + new + { + Id = 2112, + Description = "These are websites who still haven't bothered to implement GDPR after ≥2 years, and who still show themselves as unavailable or even quote-unquote \"\"\"caring\"\"\" about European users, and who therefore can be safely assumed to hate your guts on a personal level, especially (but not limited to) if you're European, and the list can very merrily be used in Google Hit Hider by Domain to prevent disappointment when you think you've found an interesting article search result. Let's name and shame these kinds of sites.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "GDPR 451 List of Mostly American Websites Who Hate Europe and Privacy Rights" + }, + new + { + Id = 2113, + Description = "A list that make links to certain websites redirect to the proper .onion pages. For example, clicking on links to nytimes.com would instead lead to nytimes3xbfgragh.onion.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Tor Redirector List (URLRedirector)" + }, + new + { + Id = 2114, + Description = "Are you tired of having to scroll so much on websites, or you want to keep your eyes on more text and content at once? If so, this list will help you a little extra bit with that.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Media Player Gradient Remover" + }, + new + { + Id = 2115, + HomeUrl = "https://github.com/mediumkreation/IndianList", + IssuesUrl = "https://github.com/mediumkreation/IndianList/issues", + LicenseId = 3, + Name = "IndianList + EasyList" + }, + new + { + Id = 2117, + HomeUrl = "https://github.com/mediumkreation/IndianList", + IssuesUrl = "https://github.com/mediumkreation/IndianList/issues", + LicenseId = 3, + Name = "IndianList + EasyList (TPL)" + }, + new + { + Id = 2118, + HomeUrl = "https://easylist.to/", + LicenseId = 3, + Name = "KoreanList + EasyList" + }, + new + { + Id = 2119, + HomeUrl = "https://easylist.to/", + LicenseId = 3, + Name = "KoreanList + EasyList (TPL)" + }, + new + { + Id = 2120, + EmailAddress = "easylist.portuguese@gmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Portuguese + EasyList" + }, + new + { + Id = 2121, + EmailAddress = "easylist.portuguese@gmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "EasyList Portuguese + EasyList (TPL)" + }, + new + { + Id = 2122, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam.", + DonateUrl = "https://abpvn.com/donate/", + EmailAddress = "support@abpvn.com", + HomeUrl = "https://abpvn.com/", + LicenseId = 4, + Name = "ABPVN List + EasyList" + }, + new + { + Id = 2123, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam.", + DonateUrl = "https://abpvn.com/donate/", + EmailAddress = "support@abpvn.com", + HomeUrl = "https://abpvn.com/", + LicenseId = 4, + Name = "ABPVN List + EasyList (TPL)" + }, + new + { + Id = 2124, + Description = "A list combining ABPindo and EasyList.", + LicenseId = 4, + Name = "ABPindo + EasyList (TPL)" + }, + new + { + Id = 2125, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = 4, + Name = "ABP Anti-Circumvention Filter List (TPL)" + }, + new + { + Id = 2126, + Description = "Russian-only fork of Fanboy's Annoyance List.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = 16, + Name = "RU AdList: BitBlock (TPL)" + }, + new + { + Id = 2127, + Description = "Russian-only fork of Fanboy's Annoyance List.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = 16, + Name = "RU AdList: BitBlock + Fanboy's Annoyance List" + }, + new + { + Id = 2128, + Description = "Russian-only fork of Fanboy's Annoyance List.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = 16, + Name = "RU AdList: BitBlock + Fanboy's Annoyance List (TPL)" + }, + new + { + Id = 2129, + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = 12, + Name = "RU AntiPron List" + }, + new + { + Id = 2130, + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = 12, + Name = "RU AntiPron List (TPL)" + }, + new + { + Id = 2131, + Description = "Blocks most popular internet statistics counters on sites serving Russia.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = 12, + Name = "RU AdList: Counters (TPL)" + }, + new + { + Id = 2132, + Description = "Adblocker list for Korean websites. It will only be occassionally updated, only as a complement to other filters.", + HomeUrl = "https://github.com/hdd1013/AdBlockListSubKr/", + IssuesUrl = "https://github.com/hdd1013/AdBlockListSubKr/issues", + LicenseId = 2, + Name = "AdBlockListSubKr" + }, + new + { + Id = 2133, + HomeUrl = "https://github.com/dagoll/filters-list/", + IssuesUrl = "https://github.com/dagoll/filters-list/issues", + Name = "Dagoll's Filters List" + }, + new + { + Id = 2134, + Description = "Crunchyroll has begun to show ads that are harder AdBlock for detect, and now we have to wait through ad breaks to watch our favorite anime. This filter list is drafted and maintained by Cardinal System and is intended to detect and block these nasty circumvention ads.", + HomeUrl = "https://github.com/TheCardinalSystem/Cruncyroll-Filter-List/", + IssuesUrl = "https://github.com/TheCardinalSystem/Cruncyroll-Filter-List/issues", + Name = "Crunchyroll Anti-Circumvention filters" + }, + new + { + Id = 2135, + Description = "AdBlock List for Hungarian Fake News Domains", + HomeUrl = "https://github.com/radokristof/HunFakeNewsAdblockList/", + IssuesUrl = "https://github.com/radokristof/HunFakeNewsAdblockList/issues", + Name = "Hungarian FakeNews Adblock List" + }, + new + { + Id = 2136, + HomeUrl = "https://github.com/dagoll/filters-list/", + IssuesUrl = "https://github.com/dagoll/filters-list/issues", + Name = "Dagoll's Filters List (Dynamic)" + }, + new + { + Id = 2137, + EmailAddress = "mail@perflyst.de", + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist", + IssuesUrl = "https://github.com/Perflyst/PiHoleBlocklist/issues", + LicenseId = 2, + Name = "PiHole Blocklist SmartTV - Amazon Fire TV" + }, + new + { + Id = 2138, + Description = "A block-list for Romanian news websites that have misleading information or clickbait.", + HomeUrl = "https://github.com/DariusIurca/RFNBL-Romanian-Fake-News-Block-List", + IssuesUrl = "https://github.com/DariusIurca/RFNBL-Romanian-Fake-News-Block-List/issues", + Name = "Romanian Fake-News Block-list (RFNBL)" + }, + new + { + Id = 2139, + Description = "An Ad-block list that blocks ads hosted on Romanian sites that don't use an ad publisher but instead host their own ads.", + HomeUrl = "https://github.com/DariusIurca/ROADBLK-EXTRA", + IssuesUrl = "https://github.com/DariusIurca/ROADBLK-EXTRA/issues", + LicenseId = 4, + Name = "Romanian ad-block extra (ROADBLK-EXTRA)" + }, + new + { + Id = 2140, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Spy (Domains with wildcards)" + }, + new + { + Id = 2141, + Description = "Blocks Windows updates.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Update (Domains with wildcards)" + }, + new + { + Id = 2142, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Extra (Domains with wildcards)" + }, + new + { + Id = 2143, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Spy (dnsmasq)" + }, + new + { + Id = 2144, + Description = "Blocks Windows updates.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Update (dnsmasq)" + }, + new + { + Id = 2145, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Extra (dnsmasq)" + }, + new + { + Id = 2146, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Spy (IPs)" + }, + new + { + Id = 2147, + Description = "Blocks Windows updates.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Update (IPs)" + }, + new + { + Id = 2148, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = 2, + Name = "WindowsSpyBlocker Hosts Extra (IPs)" + }, + new + { + Id = 2149, + EmailAddress = "easylist.polish@gmail.com", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://forums.lanik.us/viewforum.php?f=107", + LicenseId = 4, + Name = "EasyList Polish + EasyList" + }, + new + { + Id = 2150, + EmailAddress = "easylist.polish@gmail.com", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://forums.lanik.us/viewforum.php?f=107", + LicenseId = 4, + Name = "EasyList Polish + EasyList (TPL)" + }, + new + { + Id = 2151, + Description = "This is a comprehensive hosts file (IPv6) which blocks known ad, exploit, malware, and tracking servers. It is pulled from MVPS, PGL Yoyo, Malware Domain List, Energized and EasyList, along with some supplementary entries for increased protection against telemetry, and additions for mobile platforms. It is then merged, sorted and deduped. This list is compatible with all operating systems that make use of a hosts file (obviously this includes Windows, OS X, GNU/Linux and more). It works great with mobile VPN ad-blocking solutions too.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = 44, + Name = "Combined Privacy Block Lists HOSTS (IPv6)" + }, + new + { + Id = 2152, + Description = "This is a comprehensive hosts file (IPv4 + IPv6) which blocks known ad, exploit, malware, and tracking servers. It is pulled from MVPS, PGL Yoyo, Malware Domain List, Energized and EasyList, along with some supplementary entries for increased protection against telemetry, and additions for mobile platforms. It is then merged, sorted and deduped. This list is compatible with all operating systems that make use of a hosts file (obviously this includes Windows, OS X, GNU/Linux and more). It works great with mobile VPN ad-blocking solutions too.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = 44, + Name = "Combined Privacy Block Lists HOSTS (IPv4 + IPv6)" + }, + new + { + Id = 2153, + HomeUrl = "https://github.com/tomzuu/blacklist-named", + IssuesUrl = "https://github.com/tomzuu/blacklist-named/issues", + LicenseId = 5, + Name = "Blacklist Named - Malware" + }, + new + { + Id = 2154, + HomeUrl = "https://github.com/tomzuu/blacklist-named", + IssuesUrl = "https://github.com/tomzuu/blacklist-named/issues", + LicenseId = 5, + Name = "Blacklist Named - DNS-BH Malware Domains" + }, + new + { + Id = 2155, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = 5, + Name = "OISD (Adblocker domains)" + }, + new + { + Id = 2156, + Description = "One of many possible ways for malware to try to enter your computers and phones, is through substituting some US Latin letters with lookalike letters from other alphabets and scripts. For instance, most humans can't easily tell A and А apart (except when using certain fonts), but computers can instantly tell the former is Latin and the latter is Cyrillic, and adresses with them are treated as different. However, ALL use of non-US letters in URLs will be treated as 'xn--[random letters]' by HTML-based tools, making it relatively easy to block, which this list will do for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "IDN Homograph Attack Protection - Complete Blockage" + }, + new + { + Id = 2157, + Description = "One of many possible ways for malware to try to enter your computers and phones, is through substituting some US Latin letters with lookalike letters from other alphabets and scripts. For instance, most humans can't easily tell A and А apart (except when using certain fonts), but computers can instantly tell the former is Latin and the latter is Cyrillic, and adresses with them are treated as different. However, ALL use of non-US letters in URLs will be treated as 'xn--[random letters]' by HTML-based tools, making it relatively easy to block, which this list will do for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "IDN Homograph Attack Protection - Does Not Block Non-Latin TLDs" + }, + new + { + Id = 2158, + Description = "You'd think that a country's biggest national newspaper would stick to news and newspaper stuff, and not try to offer escort services, massage services, sex toys, sex models, pinup models, sex party stories, big asses, masochism with Nazi overtones, pornstars, porn videos, porn sites, Playboy models, swinger clubs, brothels, or strip clubs. Ekstra Bladet didn't catch that memo. So here's a list that'll keep that site focused on actual newspaper content.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Ekstra Bladet Erotic Content Remover" + }, + new + { + Id = 2159, + Description = "Malware, phishing and scam domain block list. This is a bleeding-edge list fed by the tens of scam emails coming to my inbox every day, and will serve as a temporary countermeasure until these domains are added to Safe Browsing.", + EmailAddress = "marcos@orca.pet", + HomeUrl = "https://orca.pet/notonmyshift/", + LicenseId = 14, + Name = "Not on my shift" + }, + new + { + Id = 2160, + Description = "These list continents only ip that have been activated less than 3 days ago.", + EmailAddress = "business@isx.fr", + HomeUrl = "https://bl.isx.fr/", + Name = "ISX Solutions Blocklist" + }, + new + { + Id = 2161, + Description = "There are always pros and cons to use whitelists. I started with Pihole, but now I have AdGuard Home. Overblocking is not a permanent solution either. That's why I started to create a whitelist for AdGuard Home. My thanks also go to anudeep/ND whose whitelist I used as the basis for mine. Cheers! If you have remaks or wishes please feel free to contact me.", + HomeUrl = "https://github.com/hg1978/AdGuard-Home-Whitelist", + IssuesUrl = "https://github.com/hg1978/AdGuard-Home-Whitelist/issues", + LicenseId = 2, + Name = "hg1978's AdGuard Home Whitelist" + }, + new + { + Id = 2162, + Description = "List containing fake local journals from a state-backed disinformation operation.", + HomeUrl = "https://github.com/MassMove/AttackVectors/", + IssuesUrl = "https://github.com/MassMove/AttackVectors/issues", + LicenseId = 2, + Name = "Fake-Local-Journals-List", + SubmissionUrl = "https://github.com/MassMove/AttackVectors/issues/new" + }, + new + { + Id = 2163, + Description = "There's simply too many Undertale and Deltarune songs, remixes, and mashups on SoundCloud. Sometimes a list doesn't really need any more reasons to exist than that.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Undertale Remover for SoundCloud" + }, + new + { + Id = 2165, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = 28, + Name = "urlhaus-filter (dnsmasq)" + }, + new + { + Id = 2167, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = 28, + Name = "urlhaus-filter (hosts)" + }, + new + { + Id = 2169, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = 28, + Name = "urlhaus-filter (BIND)" + }, + new + { + Id = 2171, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = 28, + Name = "urlhaus-filter (Unbound)" + }, + new + { + Id = 2172, + Description = "Sites engaged in spreading malware", + LicenseId = 5, + Name = "hpHosts EMD" + }, + new + { + Id = 2173, + Description = "Sites engaged in the housing, development or distribution of exploits, including but not limited to exploitation of browser, software (inclusive of website software such as CMS), operating system exploits aswell as those engaged in exploits via social engineering.", + LicenseId = 5, + Name = "hpHosts EXP" + }, + new + { + Id = 2174, + Description = "Sites engaged in astroturfing (otherwise known as grass roots marketing) or spamming", + LicenseId = 5, + Name = "hpHosts GRM" + }, + new + { + Id = 2175, + Description = "Sites engaged in the selling or distribution of bogus or fraudulent applications and/or provision of fraudulent services.", + LicenseId = 5, + Name = "hpHosts FSA" + }, + new + { + Id = 2176, + Description = "Sites engaged in the use of misleading marketing tactics", + LicenseId = 5, + Name = "hpHosts MMT" + }, + new + { + Id = 2177, + Description = "Sites engaged in illegal pharmacy activities", + LicenseId = 5, + Name = "hpHosts PHA" + }, + new + { + Id = 2178, + Description = "Sites engaged in Phishing", + LicenseId = 5, + Name = "hpHosts PSH" + }, + new + { + Id = 2179, + Description = "This is an Adblock Latitude filter subscription list; it blocks ads and some trackers.", + HomeUrl = "https://github.com/wolfbeast/lunarblocklist", + IssuesUrl = "https://github.com/wolfbeast/lunarblocklist/issues", + LicenseId = 2, + Name = "Lunar Blocklist" + }, + new + { + Id = 2180, + HomeUrl = "https://mirai.security.gives/", + LicenseId = 2, + Name = "Mirai Tracker" + }, + new + { + Id = 2181, + Description = "Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists.", + HomeUrl = "https://github.com/stamparm/maltrail", + IssuesUrl = "https://github.com/stamparm/maltrail/issues", + LicenseId = 2, + Name = "Maltrail - Crypto Mining" + }, + new + { + Id = 2182, + Description = "Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists.", + HomeUrl = "https://github.com/stamparm/maltrail", + IssuesUrl = "https://github.com/stamparm/maltrail/issues", + LicenseId = 2, + Name = "Maltrail - Dynamic Domains" + }, + new + { + Id = 2183, + Description = "Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists.", + HomeUrl = "https://github.com/stamparm/maltrail", + IssuesUrl = "https://github.com/stamparm/maltrail/issues", + LicenseId = 2, + Name = "Maltrail - Rogue DNS" + }, + new + { + Id = 2184, + Description = "Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists.", + HomeUrl = "https://github.com/stamparm/maltrail", + IssuesUrl = "https://github.com/stamparm/maltrail/issues", + LicenseId = 2, + Name = "Maltrail - MagentoCore" + }, + new + { + Id = 2185, + Description = "Filter that enables removing of the ads from websites in Russian. Initially, the work on creation of this filter was based on RU AdList filter and a set of rules developed by us. Subsequently, the filter was developed completely independently, so at this point there are very little intersections with RU AdList left. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Russian Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2186, + Description = "If you do not like numerous «Like» and «Tweet» buttons on all the popular websites on the Internet, subscribe to this filter, and you will not see them anymore. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Social Media Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2187, + Description = "Liste FR is an EasyList affiliated filter list that specifically removes adverts on French-language websites. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "Liste FR (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2188, + Description = "Chinese supplement for the EasyList filters. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "EasyList China (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2189, + Description = "Russian supplement for EasyList. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "RU AdList + CSS Fixes (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2190, + Description = "EasyPrivacy is an optional supplementary filter list that completely removes all forms of tracking from the internet, including web bugs, tracking scripts and information collectors, thereby protecting your personal data. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "EasyPrivacy (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2191, + Description = "Blocks irritating elements on webpages, including cookie notices, third-party widgets and in-page popups (Doesn’t include social media widgets and buttons, to block them you can still use Social media filter separately). It was inspired by Fanboy Annoyances List, but doesn’t duplicate it, so you can use them both together. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Annoyances Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2192, + Description = "In page Pop-Ups and other annoyances; thereby substantially decreasing web page loading times and uncluttering them (includes Fanboy's Social Blocking List, Fanboy's Notifications Blocking List, and EasyList Cookie List). The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "Fanboy's Annoyance List (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2193, + Description = "Hide and block social content, social widgets, social scripts and social icons. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "Fanboy's Social Blocking List (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2194, + Description = "The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "RU AdList: BitBlock (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2195, + Description = "This is a list of hostnames, IP addresses, and appropriate RPZ zone files to either block usage of DNS-over-HTTPS in an environment or to redirect it to a local DNS-over-HTTPS (DoH) server.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YMFSMT9MW2Y6Q", + HomeUrl = "https://github.com/bambenek/block-doh", + IssuesUrl = "https://github.com/bambenek/block-doh/issues", + LicenseId = 24, + Name = "block-doh (Domains)" + }, + new + { + Id = 2196, + Description = "This is a list of hostnames, IP addresses, and appropriate RPZ zone files to either block usage of DNS-over-HTTPS in an environment or to redirect it to a local DNS-over-HTTPS (DoH) server.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YMFSMT9MW2Y6Q", + HomeUrl = "https://github.com/bambenek/block-doh", + IssuesUrl = "https://github.com/bambenek/block-doh/issues", + LicenseId = 24, + Name = "block-doh (IPv4 IPs)" + }, + new + { + Id = 2197, + Description = "This is a list of hostnames, IP addresses, and appropriate RPZ zone files to either block usage of DNS-over-HTTPS in an environment or to redirect it to a local DNS-over-HTTPS (DoH) server.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YMFSMT9MW2Y6Q", + HomeUrl = "https://github.com/bambenek/block-doh", + IssuesUrl = "https://github.com/bambenek/block-doh/issues", + LicenseId = 24, + Name = "block-doh (IPv6 IPs)" + }, + new + { + Id = 2198, + Description = "AZORult is one of the most used botnets in 2019, its main purpose is to steal credentials (which puts it in the category of \"stealer\" malware). Like most of botnets, AZORult need a web panel called \"Command & Control\" (Also called C&C, C2, panel) to operate. AZORult Tracker is a C&C Tracker which focuses on this malware panel (versions 3.2 and 3.3.1, which are the most common). The main purpose of the Tracker is to reference AZORult C&C panels and to track them through time. These data can be useful for threat hunting, threat intelligence, threat streams… To display these results, AZORult Tracker offers both a website and an API for more specific searches.", + EmailAddress = "azorult-tracker@protonmail.com", + HomeUrl = "https://azorult-tracker.net/", + Name = "AZORult Tracker" + }, + new + { + Id = 2199, + Description = "Filter that unblocks ads that may be useful to users.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Filter unblocking search ads and self-promotion (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2200, + Description = "Filter that enables removing of the ads from websites with Turkish content.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Turkish Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2201, + Description = "The most comprehensive list of various online counters and web analytics tools. If you do not want your actions on the Internet be tracked, use this filter.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Tracking Protection Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2202, + Description = "Filter that enables removing of the ads from websites in Spanish.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Spanish/Portuguese Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2203, + Description = "If you do not like numerous «Like» and «Tweet» buttons on all the popular websites on the Internet, subscribe to this filter, and you will not see them anymore.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Social Media Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2204, + Description = "Filter that enables removing of the ads from websites in Russian. The filter was created 5 years ago. Initially, the work on creation of this filter was based on RU AdList filter and a set of rules developed by us. Subsequently, the filter was developed completely independently, so at this point there are very little intersections with RU AdList left.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Russian Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2205, + Description = "Filter that blocks ads on mobile devices. Contains all known mobile ad networks.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Mobile Ads Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2206, + Description = "Filter that blocks ads on mobile devices. Contains all known mobile ad networks.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Mobile Ads Filter (AdGuard for iOS)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2207, + Description = "Filter that enables removing of the ads from websites in Japanese.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Japanese Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2208, + Description = "Filter that enables removing of the ads from websites with German content.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard German Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2209, + Description = "Filter designed to test certain hazardous filtering rules before they are added to the basic filters.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Experimental Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2210, + Description = "Filter that enables removing of the ads from websites with English content or content in languages that lack separate AdGuard lists.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Base Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2211, + Description = "Filter that enables removing of the ads from websites with Dutch content.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Dutch Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2212, + Description = "Blocks irritating elements on webpages, including cookie notices, third-party widgets and in-page popups (Doesn’t include social media widgets and buttons, to block them you can still use Social media filter separately). It was inspired by Fanboy Annoyances List, but doesn’t duplicate it, so you can use them both together.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Annoyances Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2213, + Description = "Filter that enables removing of the ads from websites with French content.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard French Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2214, + Description = "Filter that enables removing of the ads from websites with English content or content in languages that lack separate AdGuard lists.", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 40, + Name = "AdGuard Base Filter without EasyList (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2215, + HomeUrl = "https://github.com/stamparm/aux", + IssuesUrl = "https://github.com/stamparm/aux/issues", + Name = "Maltrail - Malware Domains" + }, + new + { + Id = 2216, + ForumUrl = "https://t.me/joinchat/Av4DDFjVkRC60YH_Lq-WVw", + HomeUrl = "https://infosharing.cybersaiyan.it/", + IssuesUrl = "https://github.com/CyberSaiyanIT/InfoSharing", + Name = "Info Sharing Project by Cyber Saiyan - CS Pi-hole" + }, + new + { + Id = 2217, + Description = "IPsum is a threat intelligence feed based on 30+ different publicly available lists of suspicious and/or malicious IP addresses. All lists are automatically retrieved and parsed on a daily (24h) basis and the final result is pushed to this repository. List is made of IP addresses together with a total number of (black)list occurrence (for each). Greater the number, lesser the chance of false positive detection and/or dropping in (inbound) monitored traffic. Also, list is sorted from most (problematic) to least occurent IP addresses. Level 4 covers domains that show up in at least 4 of the source lists.", + HomeUrl = "https://github.com/stamparm/ipsum/", + IssuesUrl = "https://github.com/stamparm/ipsum/issues", + LicenseId = 20, + Name = "IPsum Level 4" + }, + new + { + Id = 2218, + Description = "IPsum is a threat intelligence feed based on 30+ different publicly available lists of suspicious and/or malicious IP addresses. All lists are automatically retrieved and parsed on a daily (24h) basis and the final result is pushed to this repository. List is made of IP addresses together with a total number of (black)list occurrence (for each). Greater the number, lesser the chance of false positive detection and/or dropping in (inbound) monitored traffic. Also, list is sorted from most (problematic) to least occurent IP addresses. Level 5 covers domains that show up in at least 5 of the source lists.", + HomeUrl = "https://github.com/stamparm/ipsum/", + IssuesUrl = "https://github.com/stamparm/ipsum/issues", + LicenseId = 20, + Name = "IPsum Level 5" + }, + new + { + Id = 2219, + Description = "IPsum is a threat intelligence feed based on 30+ different publicly available lists of suspicious and/or malicious IP addresses. All lists are automatically retrieved and parsed on a daily (24h) basis and the final result is pushed to this repository. List is made of IP addresses together with a total number of (black)list occurrence (for each). Greater the number, lesser the chance of false positive detection and/or dropping in (inbound) monitored traffic. Also, list is sorted from most (problematic) to least occurent IP addresses. Level 6 covers domains that show up in at least 6 of the source lists.", + HomeUrl = "https://github.com/stamparm/ipsum/", + IssuesUrl = "https://github.com/stamparm/ipsum/issues", + LicenseId = 20, + Name = "IPsum Level 6" + }, + new + { + Id = 2220, + Description = "Normal weebery is already over-obsessive and uncreative enough already (i.e. idol projects), but this subcategory of weebery goes far and beyond anything similar in terms of undeserved attention from fans. This list will help you get back on shore and away from all those boat girls that are unlawfully occupying the internet.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Anthro combat-equipment gacha waifu' List" + }, + new + { + Id = 2221, + Description = "Includes a list of rules to prevent ad and tracking servers from compromising your privacy or bypassing Adguard Adblocker Extension.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = 11, + Name = "AdGuard Adblocker Extension Bypass Mitigation List" + }, + new + { + Id = 2222, + Description = "Includes a list of rules to prevent ad and tracking servers from compromising your privacy or bypassing Adguard software for iOS, Android, and Windows.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = 11, + Name = "AdGuard for iOS, Android, and Windows Bypass Mitigation List" + }, + new + { + Id = 2223, + Description = "Includes a list of rules to prevent ad and tracking servers from compromising your privacy or bypassing uBlock Origin or Nano Adblocker.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = 11, + Name = "uBlock Origin Bypass Mitigation List" + }, + new + { + Id = 2224, + Description = "Behind-the-scene network requests are network requests which uBlock or uMatrix cannot associate with a specific tab in your browser. These can be abused by extensions in your web browser or made by web pages using navigator.sendBeacon(), hyperlink auditing, etc. ", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = 11, + Name = "Behind-the-Scene Mitigation for uBlock Origin" + }, + new + { + Id = 2225, + Description = "Behind-the-scene network requests are network requests which uBlock or uMatrix cannot associate with a specific tab in your browser. These can be abused by extensions in your web browser or made by web pages using navigator.sendBeacon(), hyperlink auditing, etc. Block CSP reports and pings in uMatrix.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = 11, + Name = "Behind-the-Scene and Bypass Mitigation for uMatrix" + }, + new + { + Id = 2226, + Description = "Block dangerous Android file extensions from HTTP-only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for Adguard.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = 11, + Name = "Android File Types Firewall HTTP-Only for Adguard" + }, + new + { + Id = 2227, + Description = "Block dangerous Android file extensions from HTTP-only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for uBlock Origin or Nano Defender.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = 11, + Name = "Android File Types Firewall HTTP-Only for uBlock Origin" + }, + new + { + Id = 2228, + Description = "Block dangerous Windows file extensions from HTTP-only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for Adguard.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = 11, + Name = "Windows Files Types Firewall HTTP-Only for Adguard" + }, + new + { + Id = 2229, + Description = "Block dangerous Windows file extensions from HTTP-Only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for uBlock Origin or Nano Defender.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = 11, + Name = "Windows File Types Firewall HTTP-Only for uBlock Origin" + }, + new + { + Id = 2230, + Description = "ABPindo is an affiliated filter list written by hermawan that specifically removes adverts on Indonesian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "ABPindo (Minified)" + }, + new + { + Id = 2231, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + DonateUrl = "https://abpvn.com/donate/", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "ABPVN List (Minified)" + }, + new + { + Id = 2232, + Description = "Russian supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 12, + Name = "RU AdList (Minified)" + }, + new + { + Id = 2233, + Description = "On this page you can find updated lists to block unwanted content in your favorite browser. With their help, the pesky ads that some sites terrorizing customers will be hidden. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "Bulgarian List (Minified)" + }, + new + { + Id = 2234, + Description = "EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList (Minified)" + }, + new + { + Id = 2235, + Description = "Chinese supplement for the EasyList filters. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList China (Minified)" + }, + new + { + Id = 2236, + Description = "Official filter list file used for blocking ads on Czech and Slovak websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 8, + Name = "EasyList Czech and Slovak (Minified)" + }, + new + { + Id = 2237, + Description = "EasyList Dutch is an EasyList-affiliated filter list written by the EasyList author Famlam that specifically removes adverts on Dutch language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Dutch (Minified)" + }, + new + { + Id = 2238, + Description = "EasyList Germany is a filter list written by the EasyList authors MonztA, Famlam, and Khrin that specifically removes adverts on German language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Germany (Minified)" + }, + new + { + Id = 2239, + Description = "EasyList Italy is a filter list written by the EasyList author Khrin that specifically removes adverts on Italian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Italy (Minified)" + }, + new + { + Id = 2240, + Description = "EasyList Lithuania is an affiliated filter list written by gymka that specifically removes adverts on Lithuanian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Lithuania (Minified)" + }, + new + { + Id = 2241, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Polish (Minified)" + }, + new + { + Id = 2242, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Portuguese (Minified)" + }, + new + { + Id = 2243, + Description = "Spanish supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Spanish (Minified)" + }, + new + { + Id = 2244, + Description = "EasyPrivacy is an optional supplementary filter list that completely removes all forms of tracking from the internet, including web bugs, tracking scripts and information collectors, thereby protecting your personal data. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyPrivacy (Minified)" + }, + new + { + Id = 2245, + Description = "Hide and block social content, social widgets, social scripts and social icons. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "Fanboy's Social Blocking List (Minified)" + }, + new + { + Id = 2246, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 3, + Name = "IndianList (Minified)" + }, + new + { + Id = 2247, + Description = "EasyList Hebrew is an EasyList affiliated filter list written by BsT that specifically removes adverts on Hebrew language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 7, + Name = "EasyList Hebrew (Minified)" + }, + new + { + Id = 2248, + Description = "Latvian List is an affiliated filter list written by anonymous74100 that specifically removes adverts on Latvian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 8, + Name = "Latvian List (Minified)" + }, + new + { + Id = 2249, + Description = "Liste AR is an EasyList affiliated filter list that specifically removes adverts on Arabic language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 6, + Name = "Liste AR (Minified)" + }, + new + { + Id = 2250, + Description = "Liste FR is an EasyList affiliated filter list that specifically removes adverts on French-language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 6, + Name = "Liste FR (Minified)" + }, + new + { + Id = 2251, + Description = "Romanian supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 5, + Name = "ROList (Minified)" + }, + new + { + Id = 2252, + Description = "A list combining EasyList China and EasyList. This list features additional entries from the Adblock Plus team, seemingly to meet Adblock Plus list inclusion requirements.", + LicenseId = 4, + Name = "EasyList China + EasyList (compliance)" + }, + new + { + Id = 2253, + Description = "ABPindo is an affiliated filter list written by hermawan that specifically removes adverts on Indonesian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "ABPindo (TPL Minified)" + }, + new + { + Id = 2254, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + DonateUrl = "https://abpvn.com/donate/", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "ABPVN List (TPL Minified)" + }, + new + { + Id = 2255, + Description = "Russian supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 12, + Name = "RU AdList (TPL Minified)" + }, + new + { + Id = 2256, + Description = "On this page you can find updated lists to block unwanted content in your favorite browser. With their help, the pesky ads that some sites terrorizing customers will be hidden. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "Bulgarian List (TPL Minified)" + }, + new + { + Id = 2257, + Description = "EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList (TPL Minified)" + }, + new + { + Id = 2258, + Description = "Chinese supplement for the EasyList filters. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList China (TPL Minified)" + }, + new + { + Id = 2259, + Description = "Official filter list file used for blocking ads on Czech and Slovak websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 8, + Name = "EasyList Czech and Slovak (TPL Minified)" + }, + new + { + Id = 2260, + Description = "EasyList Dutch is an EasyList-affiliated filter list written by the EasyList author Famlam that specifically removes adverts on Dutch language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Dutch (TPL Minified)" + }, + new + { + Id = 2261, + Description = "EasyList Germany is a filter list written by the EasyList authors MonztA, Famlam, and Khrin that specifically removes adverts on German language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Germany (TPL Minified)" + }, + new + { + Id = 2262, + Description = "EasyList Italy is a filter list written by the EasyList author Khrin that specifically removes adverts on Italian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Italy (TPL Minified)" + }, + new + { + Id = 2263, + Description = "EasyList Lithuania is an affiliated filter list written by gymka that specifically removes adverts on Lithuanian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Lithuania (TPL Minified)" + }, + new + { + Id = 2264, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Polish (TPL Minified)" + }, + new + { + Id = 2265, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Portuguese (TPL Minified)" + }, + new + { + Id = 2266, + Description = "Spanish supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyList Spanish (TPL Minified)" + }, + new + { + Id = 2267, + Description = "EasyPrivacy is an optional supplementary filter list that completely removes all forms of tracking from the internet, including web bugs, tracking scripts and information collectors, thereby protecting your personal data. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "EasyPrivacy (TPL Minified)" + }, + new + { + Id = 2268, + Description = "Hide and block social content, social widgets, social scripts and social icons. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 4, + Name = "Fanboy's Social Blocking List (TPL Minified)" + }, + new + { + Id = 2269, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 3, + Name = "IndianList (TPL Minified)" + }, + new + { + Id = 2270, + Description = "EasyList Hebrew is an EasyList affiliated filter list written by BsT that specifically removes adverts on Hebrew language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 7, + Name = "EasyList Hebrew (TPL Minified)" + }, + new + { + Id = 2271, + Description = "Latvian List is an affiliated filter list written by anonymous74100 that specifically removes adverts on Latvian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 8, + Name = "Latvian List (TPL Minified)" + }, + new + { + Id = 2272, + Description = "Liste AR is an EasyList affiliated filter list that specifically removes adverts on Arabic language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 6, + Name = "Liste AR (TPL Minified)" + }, + new + { + Id = 2273, + Description = "Liste FR is an EasyList affiliated filter list that specifically removes adverts on French-language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 6, + Name = "Liste FR (TPL Minified)" + }, + new + { + Id = 2274, + Description = "Romanian supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = 5, + Name = "ROList (TPL Minified)" + }, + new + { + Id = 2275, + Description = "A list combining EasyList China and EasyList. This list features additional entries from the Adblock Plus team, seemingly to meet Adblock Plus list inclusion requirements.", + LicenseId = 4, + Name = "EasyList China + EasyList (TPL; compliance)" + }, + new + { + Id = 2276, + HomeUrl = "https://www.adtchrome.com/", + Name = "ADT ChinaList" + }, + new + { + Id = 2277, + Description = "Say goodbye to ads, spies, tracking and untrusted hosts.", + HomeUrl = "https://github.com/TakoYachty/Gift-Card-Killer", + IssuesUrl = "https://github.com/TakoYachty/Gift-Card-Killer/issues", + LicenseId = 5, + Name = "Mega Untrusted Hosts Blocker" + }, + new + { + Id = 2278, + Description = "Block fake onlineshops, malicious streaming platforms and other fraudulent agencies. List taken from watchlist-internet.at", + HomeUrl = "https://github.com/stonecrusher/filterlists-pihole", + IssuesUrl = "https://github.com/stonecrusher/filterlists-pihole/issues", + LicenseId = 9, + Name = "Watchlist Internet" + }, + new + { + Id = 2279, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Complete (Domains with wildcards)" + }, + new + { + Id = 2280, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Mini (Domains with wildcards)" + }, + new + { + Id = 2281, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = 35, + Name = "1Hosts Pro (Domains with wildcards)" + }, + new + { + Id = 2282, + Description = "A filter list that blocks mobile advertisements and trackers on Japanese properties", + HomeUrl = "https://280blocker.net/", + LicenseId = 1, + Name = "280blocker adblock domain lists (AdGuard)", + SubmissionUrl = "https://docs.google.com/forms/d/e/1FAIpQLScNeZhFrFZt9GhIVGdThGz7oyepcNRKuOi5PJDnsC-awxTeOQ/viewform" + }, + new + { + Id = 2283, + Description = "Goodbye Ads is designed for Unix-like systems (such as Android), gets a list of domains that serve ads, tracking scripts and malware from multiple reputable sources and creates a hosts file that prevents your system from connecting to them.", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/goodbye-ads-advanced-protection-ads-ad-t3827269", + HomeUrl = "https://github.com/jerryn70/GoodbyeAds", + IssuesUrl = "https://github.com/jerryn70/GoodbyeAds/issues", + LicenseId = 2, + Name = "Goodbye Ads (AdGuard)" + }, + new + { + Id = 2284, + Description = "Unified list contains GoodbyeAds + YouTube + Samsung + Xiaomi + LeEco AdBlock. [Aggressive Blocking]", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/goodbye-ads-advanced-protection-ads-ad-t3827269", + HomeUrl = "https://github.com/jerryn70/GoodbyeAds", + IssuesUrl = "https://github.com/jerryn70/GoodbyeAds/issues", + LicenseId = 2, + Name = "Goodbye Ads Ultra" + }, + new + { + Id = 2285, + Description = "Unified list contains GoodbyeAds + YouTube + Samsung + Xiaomi + LeEco AdBlock. [Aggressive Blocking]", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/goodbye-ads-advanced-protection-ads-ad-t3827269", + HomeUrl = "https://github.com/jerryn70/GoodbyeAds", + IssuesUrl = "https://github.com/jerryn70/GoodbyeAds/issues", + LicenseId = 2, + Name = "Goodbye Ads Ultra (AdGuard)" + }, + new + { + Id = 2286, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO, AdGuard and AdBlock users should use the other versions instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's West Nordic filters for tidier websites (for Adblock Plus with ABP inclusion compliance)" + }, + new + { + Id = 2287, + Description = "I have been of the ideas that humans should respect each other, help each other and base their activities on actual facts. Sadly, several hundred million internetizens out there did not catch that memo. This list aims to remove such disruptive, hateful and bewilderingly aggressive factors from certain crucial parts of the internet.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Anti-Racism List" + }, + new + { + Id = 2288, + Description = "Block access to 3p local LAN resourcess, experimental, incomplete.", + HomeUrl = "https://github.com/gwarser/filter-lists/", + IssuesUrl = "https://github.com/gwarser/filter-lists/issues", + LicenseId = 2, + Name = "Block access to LAN" + }, + new + { + Id = 2289, + Description = "Filter list that specifically removes adverts on Indonesian language websites.", + HomeUrl = "https://github.com/realodix/AdBlockID", + IssuesUrl = "https://github.com/realodix/AdBlockID/issues", + LicenseId = 4, + Name = "AdBlockID Plus" + }, + new + { + Id = 2290, + Description = "Filters to defuse paywalls, subscription/newsletter nags, annoying modals, anti-adblock, and empty ad spaces on news websites", + HomeUrl = "https://github.com/llacb47/miscfilters", + IssuesUrl = "https://github.com/llacb47/miscfilters/issues", + LicenseId = 4, + Name = "Anti-paywall filters" + }, + new + { + Id = 2291, + HomeUrl = "https://github.com/llacb47/mischosts", + IssuesUrl = "https://github.com/llacb47/mischosts/issues", + LicenseId = 4, + Name = "llacb47's Blacklist" + }, + new + { + Id = 2292, + Description = "Chinese-specific configuration to improve your favorite DNS server. Best partner for chnroutes. Improve resolve speed for Chinese domains. Get the best CDN node near you whenever possible, but don't compromise foreign CDN results so you also get best CDN node for your VPN at the same time. Block ISP ads on NXDOMAIN result (like 114so).", + EmailAddress = "felixonmars@archlinux.org", + HomeUrl = "https://github.com/felixonmars/dnsmasq-china-list/", + IssuesUrl = "https://github.com/felixonmars/dnsmasq-china-list/issues", + LicenseId = 14, + Name = "dnsmasq-china-list Accelerated Domains" + }, + new + { + Id = 2293, + Description = "uBlockOrigin-noMoreGiphy (one of two noMoreGiphy rulesets, the other is AdGuard-specific) is a subset of rulesets belonging to the main ZuckerBlock project which is designed to block all digital holdings of Facebook.", + HomeUrl = "https://gitlab.com/intr0/zuckerblock", + IssuesUrl = "https://gitlab.com/intr0/zuckerblock/-/issues", + LicenseId = 28, + Name = "noMoreGiphy (uBlock Origin)" + }, + new + { + Id = 2294, + Description = "AdGuard-noMoreGiphy (one of two noMoreGiphy rulesets, the other is uBlock Origin-specific) is a subset of rulesets belonging to the main ZuckerBlock project which is designed to block all digital holdings of Facebook.", + HomeUrl = "https://gitlab.com/intr0/zuckerblock", + IssuesUrl = "https://gitlab.com/intr0/zuckerblock/-/issues", + LicenseId = 28, + Name = "noMoreGiphy (AdGuard)" + }, + new + { + Id = 2295, + HomeUrl = "https://github.com/hl2guide/DNS-Sinkhole-Lists-A2/", + IssuesUrl = "https://github.com/hl2guide/DNS-Sinkhole-Lists-A2/issues", + LicenseId = 2, + Name = "Typosquatting Blocklist" + }, + new + { + Id = 2296, + Description = "For use with Adblock by Futuremind", + HomeUrl = "https://github.com/BlackJack8/iOSAdblockList/", + IssuesUrl = "https://github.com/BlackJack8/iOSAdblockList/issues", + Name = "Host-List for iOS ad blockers (Hosts)" + }, + new + { + Id = 2297, + Description = "For use with AdGuard Pro", + HomeUrl = "https://github.com/BlackJack8/iOSAdblockList/", + IssuesUrl = "https://github.com/BlackJack8/iOSAdblockList/issues", + Name = "Host-List for iOS ad blockers (Domains)" + }, + new + { + Id = 2298, + Description = "Thanks to mmotti for providing initial list", + HomeUrl = "https://github.com/PebbleOG/pihole-regex/", + IssuesUrl = "https://github.com/PebbleOG/pihole-regex/issues", + Name = "PebbleOG Pi-hole RegEx" + }, + new + { + Id = 2299, + HomeUrl = "https://github.com/anthony-wang/PiHoleBlocklist/", + IssuesUrl = "https://github.com/anthony-wang/PiHoleBlocklist/issues", + Name = "PiHoleBlocklist - RegEx" + }, + new + { + Id = 2300, + HomeUrl = "https://github.com/anthony-wang/PiHoleBlocklist/", + IssuesUrl = "https://github.com/anthony-wang/PiHoleBlocklist/issues", + Name = "PiHoleBlocklist - Xiaomi 1" + }, + new + { + Id = 2301, + Description = "This is a custom regex.list file for use with Pi-hole v4+ (FTLDNS).", + HomeUrl = "https://github.com/revolveruk30/pihole_regex/", + IssuesUrl = "https://github.com/revolveruk30/pihole_regex/issues", + Name = "revolveruk30's Regex Filters for Pi-hole" + }, + new + { + Id = 2302, + Description = "This blocklist blocks Skype Traffic", + HomeUrl = "https://github.com/d43m0nhLInt3r/socialblocklists", + IssuesUrl = "https://github.com/d43m0nhLInt3r/socialblocklists/issues", + LicenseId = 4, + Name = "Skype Blocklist" + }, + new + { + Id = 2303, + Description = "blackbook is a historical (black)list of malicious domains created as part of the periodic automated heuristic check (i.e. WHOIS, HTTP, etc.) of newly reported entries from public lists of malicious URLs (currently CyberCrime, URLhaus, ScumBots, Benkow and VirusTracker). Main goal is listing those that are/were malware dedicated (e.g. C&C) - thus, excluding compromised sites. It is supposed to be used for detection of malware beaconing infected clients by inspection of associated DNS traffic, with significant reduce of false-positives.", + HomeUrl = "https://github.com/stamparm/blackbook/socialblocklists", + IssuesUrl = "https://github.com/stamparm/blackbook/socialblocklists/issues", + Name = "blackbook" + }, + new + { + Id = 2304, + Description = "We publish data sets with indicators we believe to be used by criminals trying to prey on individuals, organizations, businesses and governments using the COVID-19 pandemic. We do this because we want to help you stop them.", + EmailAddress = "feedback@cyberthreatcoalition.org", + HomeUrl = "https://www.cyberthreatcoalition.org/", + Name = "COVID19 Cyber Threat Coalition blocklist" + }, + new + { + Id = 2305, + Description = "Malware, spam, and phishing indicators of compromise that involve the use of COVID-19 or coronavirus in some way. As per our ongoing research report, this repository contains domain names, URIs, file hashes and other indicators of compromise connected to COVID-19 related malicious or unwanted activity. All information is provided as-is, and will be updated as frequently as possible.", + HomeUrl = "https://github.com/sophoslabs/covid-iocs/", + IssuesUrl = "https://github.com/sophoslabs/covid-iocs/issues", + Name = "covid-iocs - Malicious" + }, + new + { + Id = 2306, + Description = "Malware, spam, and phishing indicators of compromise that involve the use of COVID-19 or coronavirus in some way. As per our ongoing research report, this repository contains domain names, URIs, file hashes and other indicators of compromise connected to COVID-19 related malicious or unwanted activity. All information is provided as-is, and will be updated as frequently as possible.", + HomeUrl = "https://github.com/sophoslabs/covid-iocs/", + IssuesUrl = "https://github.com/sophoslabs/covid-iocs/issues", + Name = "covid-iocs - Malware" + }, + new + { + Id = 2307, + Description = "While the world is struggling to contain the devastating effects of the COVID-19 virus, there are an increasing number of malicious actors attempting to take advantage of it and attack organizations using the desire for information about this virus. At Managed Sentinel, we decided to create and maintain a list of IoCs (IP addresses, domains, URL and hashes) related to COVID-19 malware and update it on regular basis.", + HomeUrl = "https://www.managedsentinel.com/2020/03/27/azure-sentinel-covid-19-alerts-and-iocs/", + LicenseId = 5, + Name = "COVID-19 Indicators of Compromise and Azure Sentinel Alerts (Domains)" + }, + new + { + Id = 2308, + Description = "While the world is struggling to contain the devastating effects of the COVID-19 virus, there are an increasing number of malicious actors attempting to take advantage of it and attack organizations using the desire for information about this virus. At Managed Sentinel, we decided to create and maintain a list of IoCs (IP addresses, domains, URL and hashes) related to COVID-19 malware and update it on regular basis.", + HomeUrl = "https://www.managedsentinel.com/2020/03/27/azure-sentinel-covid-19-alerts-and-iocs/", + LicenseId = 5, + Name = "COVID-19 Indicators of Compromise and Azure Sentinel Alerts (IPs)" + }, + new + { + Id = 2309, + Description = "REScure is an independent threat intelligence project which we undertook to enhance our understanding of distributed systems, their integration, the nature of threat intelligence and how to efficiently collect, store, consume, distribute it.", + EmailAddress = "hello@theprohack.com", + HomeUrl = "https://rescure.fruxlabs.com/", + LicenseId = 5, + Name = "The REScure Cyber Threat Intelligence Feed Project (beta) Malicious Domain Blacklist" + }, + new + { + Id = 2310, + Description = "REScure is an independent threat intelligence project which we undertook to enhance our understanding of distributed systems, their integration, the nature of threat intelligence and how to efficiently collect, store, consume, distribute it.", + EmailAddress = "hello@theprohack.com", + HomeUrl = "https://rescure.fruxlabs.com/", + LicenseId = 5, + Name = "The REScure Cyber Threat Intelligence Feed Project (beta) Malicious IP Blacklist" + }, + new + { + Id = 2311, + Description = "REScure is an independent threat intelligence project which we undertook to enhance our understanding of distributed systems, their integration, the nature of threat intelligence and how to efficiently collect, store, consume, distribute it.", + EmailAddress = "hello@theprohack.com", + HomeUrl = "https://rescure.fruxlabs.com/", + LicenseId = 5, + Name = "The REScure Cyber Threat Intelligence Feed Project (beta) COVID-19 Malicious Domain" + }, + new + { + Id = 2312, + Description = "REScure is an independent threat intelligence project which we undertook to enhance our understanding of distributed systems, their integration, the nature of threat intelligence and how to efficiently collect, store, consume, distribute it.", + EmailAddress = "hello@theprohack.com", + HomeUrl = "https://rescure.fruxlabs.com/", + LicenseId = 5, + Name = "The REScure Cyber Threat Intelligence Feed Project (beta) Maze Ransomware" + }, + new + { + Id = 2313, + Description = "List of malicious domains being leveraged by malware/malicious actors.", + HomeUrl = "https://kriskintel.com/", + Name = "Krisk Intel - Malicious Domains" + }, + new + { + Id = 2314, + Description = "List of IPs being leveraged by malware/malicious actors.", + HomeUrl = "https://kriskintel.com/", + Name = "Krisk Intel - Malicious IP List" + }, + new + { + Id = 2315, + Description = "This is a hosts file (IPv4) specifically tailored for Windows users, wherein the list is arranged to have seven hosts per line, thus saving space, and preventing the lag that some users experience when they have a large hosts file on that platform. It is culled from the same sources as the other Combined Privacy Block Lists hosts files.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = 44, + Name = "Combined Privacy Block Lists Optimized Windows HOSTS (IPv4)" + }, + new + { + Id = 2316, + Description = "This is a hosts file (IPv4 + IPv6) specifically tailored for Windows users, wherein the list is arranged to have seven hosts per line, thus saving space, and preventing the lag that some users experience when they have a large hosts file on that platform. It is culled from the same sources as the other Combined Privacy Block Lists hosts files.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = 44, + Name = "Combined Privacy Block Lists Optimized Windows HOSTS (IPv4 + IPv6)" + }, + new + { + Id = 2317, + Description = "This is a CIDR-format IP block list suitable for routers, older P2P clients and so on, which accept CIDR lists. It is compiled from the same sources as the other IP block lists from Combined Privacy Block Lists, and is likewise deduped + sorted.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = 44, + Name = "Combined Privacy Block Lists Optimized Windows HOSTS (CIDR)" + }, + new + { + Id = 2318, + Description = "While the world is struggling to contain the devastating effects of the COVID-19 virus, there are an increasing number of malicious actors attempting to take advantage of it and attack organizations using the desire for information about this virus. At Managed Sentinel, we decided to create and maintain a list of IoCs (IP addresses, domains, URL and hashes) related to COVID-19 malware and update it on regular basis.", + HomeUrl = "https://www.managedsentinel.com/2020/03/27/azure-sentinel-covid-19-alerts-and-iocs/", + LicenseId = 5, + Name = "COVID-19 Indicators of Compromise and Azure Sentinel Alerts (URLs)" + }, + new + { + Id = 2319, + Description = "A list of advertising, analytics, various tracking, potential malware, and so on aimed at mobile users. Aimed primarily at the Pi Hole but also tested on AdAway and DNS66.", + HomeUrl = "https://ftpihole.com/", + IssuesUrl = "https://github.com/ftpmorph/ftpihole/issues", + LicenseId = 7, + Name = "FTPiHole Smartphone Ads and Trackers Blocklist" + }, + new + { + Id = 2320, + Description = "A list for blocking the ads and tracking built into the stock MIUI ROMs of Xiaomi smartphones. Please note that as this list blocks connections to most MIUI servers to achieve that goal, Mi Cloud and similar services may be broken. Google services will continue to work fine and I have specifically ensured that OTAs are not blocked (if OTAs break, please open an issue on GitHub with as much detail as possible). Tested to work on Pi Hole, AdAway, and DNS66. Should work on all domain list based blockers.", + HomeUrl = "https://ftpihole.com/", + IssuesUrl = "https://github.com/ftpmorph/ftpihole/issues", + LicenseId = 7, + Name = "FTPiHole Xiaomi MIUI Ads and Trackers Blocklist" + }, + new + { + Id = 2321, + Description = "EasyList China + AdGuard Chinese filter. Filter list that specifically removes ads on websites in Chinese language.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Chinese Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2322, + Description = "EasyList China + AdGuard Chinese filter. Filter list that specifically removes ads on websites in Chinese language.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = 12, + Name = "AdGuard Chinese Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2323, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = 8, + Name = "phishing-filter" + }, + new + { + Id = 2324, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = 8, + Name = "phishing-filter (Domains)" + }, + new + { + Id = 2325, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = 8, + Name = "phishing-filter (dnsmasq)" + }, + new + { + Id = 2326, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = 8, + Name = "phishing-filter (Hosts)" + }, + new + { + Id = 2327, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = 8, + Name = "phishing-filter (BIND)" + }, + new + { + Id = 2328, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = 8, + Name = "phishing-filter (Unbound)" + }, + new + { + Id = 2329, + Description = "Ads and ad sections in websites.", + HomeUrl = "https://infinitytec.github.io/blocklists/blocklists.html", + IssuesUrl = "https://github.com/infinitytec/blocklists/issues", + LicenseId = 2, + Name = "infinitytec's blocklists - Adfilters" + }, + new + { + Id = 2330, + Description = "Annoyances such as cookie banners.", + HomeUrl = "https://infinitytec.github.io/blocklists/blocklists.html", + IssuesUrl = "https://github.com/infinitytec/blocklists/issues", + LicenseId = 2, + Name = "infinitytec's blocklists - Annoyances" + }, + new + { + Id = 2331, + Description = "Antivax sites and other medical misinformation.", + HomeUrl = "https://infinitytec.github.io/blocklists/blocklists.html", + IssuesUrl = "https://github.com/infinitytec/blocklists/issues", + LicenseId = 2, + Name = "infinitytec's blocklists - Medical pseudoscience" + }, + new + { + Id = 2332, + Description = @"Includes MAL-Sync UI +Cosmetic filters for MAL-Sync’s supported sites +Filters for some ads found on the said supported sites +Includes Blur Preview Thumbnails filters +Other hotfixes for Anime and Manga sites", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = 4, + Name = "Anifiltrs" + }, + new + { + Id = 2333, + Description = @"Filters for unbreaking favicons and images on lolamtisch’s MAL-Sync miniMal iframe +Allow MAL-Sync Extension’s episode release check on Chrome", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = 4, + Name = "Anifiltrs — MAL-Sync UI" + }, + new + { + Id = 2334, + Description = "Additional filters for sites unsupported by MAL-Sync", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = 4, + Name = "Anifiltrs — Extra" + }, + new + { + Id = 2335, + Description = "Main body for Anifiltrs", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = 4, + Name = "Anifiltrs — Main" + }, + new + { + Id = 2336, + Description = "Anifiltrs but without Blur Preview Thumbnails", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = 4, + Name = "Anifiltrs — Skeletonise" + }, + new + { + Id = 2337, + Description = "Anifiltrs/Extra without Blur Preview Thumbnails", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = 4, + Name = "Anifiltrs — Skeletonise + Extra" + }, + new + { + Id = 2338, + HomeUrl = "https://github.com/L33Tech/uLists", + IssuesUrl = "https://github.com/L33Tech/uLists/issues", + Name = "L33T's All-In-One Blocklist by L33Tech" + }, + new + { + Id = 2339, + Description = "Please see https://stopmodreposts.org/. All credit to above site!", + HomeUrl = "https://github.com/L33Tech/uLists", + IssuesUrl = "https://github.com/L33Tech/uLists/issues", + Name = "StopModReposts for uBlock Orgin by L33Tech" + }, + new + { + Id = 2340, + Description = "anti-AD is currently the highest-hitcount-filtering ad list in Chinese, which achieves accurate ad blocking and privacy protection. Now supports AdGuard Home, dnsmasq, Surge, Pi-Hole and other excellent network tools.", + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/anti-AD/issues", + LicenseId = 2, + Name = "anti-AD (SmartDNS)" + }, + new + { + Id = 2341, + Description = "This server currently provides online multiplayer support for a variety of PS2/PC games.", + HomeUrl = "http://bobzent.info/", + Name = "Bobz Entertainment" + }, + new + { + Id = 2342, + Description = "One of AdGuard DNS Filter's many source files. This one contains entries for domains not covered by any of its other source lists.", + HomeUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter", + IssuesUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter/issues", + LicenseId = 4, + Name = "AdGuard DNS Filter - Additional rules", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2343, + Description = "One of AdGuard DNS Filter's many source files. This one contains whitelistings added by AdGuard themselves.", + HomeUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter", + IssuesUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter/issues", + LicenseId = 4, + Name = "AdGuard DNS Filter - Exception rules", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2344, + Description = "EFF generates this whitelist by scanning the Tranco list of one million domains to see if a compliant Do Not Track policy is posted at /.well-known/dnt-policy.txt on each. EFF has no way of verifying whether the domain actually complies with the policy. The whitelist is updated with each scan.", + EmailAddress = "dnt-policy@eff.org", + HomeUrl = "https://www.eff.org/dnt-policy", + LicenseId = 16, + Name = "EFF DNT Policy Whitelist" + }, + new + { + Id = 2345, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = 2, + Name = "Energized Protection - Unblock (Adblockers)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 2346, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = 2, + Name = "Energized Protection - Unblock (Domains)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 2347, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = 2, + Name = "Energized Protection - Unblock (dnsmasq IPv4)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 2348, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = 2, + Name = "Energized Protection - Unblock (dnsmasq IPv6)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 2349, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = 2, + Name = "Energized Protection - Unblock (Unbound)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 2350, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = 2, + Name = "Energized Protection - Unblock (RPZ)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 2351, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro/", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = 2, + Name = "Energized Protection - Unblock (personalDNSfilter)", + SubmissionUrl = "https://app.energized.pro/" + }, + new + { + Id = 2352, + EmailAddress = "admin@smartadblock.co.uk", + ForumUrl = "https://www.reddit.com/r/SmartAdBlock/", + HomeUrl = "https://www.smartadblock.co.uk/", + LicenseId = 4, + Name = "SmartAdBlock Filter" + }, + new + { + Id = 2353, + HomeUrl = "https://github.com/jdlingyu/ad-wars/", + IssuesUrl = "https://github.com/jdlingyu/ad-wars/issues", + LicenseId = 5, + Name = "Ad Wars (Domains)" + }, + new + { + Id = 2354, + Description = "This branch serves the whitelist list which is used by the Ultimate Hosts Blacklist Project.", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/Ultimate-Hosts-Blacklist/whitelist", + IssuesUrl = "https://github.com/Ultimate-Hosts-Blacklist/whitelist/issues", + LicenseId = 2, + Name = "Ultimate Hosts Blacklist (Whitelist)" + }, + new + { + Id = 2355, + HomeUrl = "https://github.com/notracking/hosts-blocklists-scripts", + IssuesUrl = "https://github.com/notracking/hosts-blocklists-scripts/issues", + LicenseId = 9, + Name = "notracking - Whitelist" + }, + new + { + Id = 2356, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = 2, + Name = "AdBlockList" + }, + new + { + Id = 2357, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = 2, + Name = "AdBlockList Lite" + }, + new + { + Id = 2358, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = 2, + Name = "AdBlockList (Domains)" + }, + new + { + Id = 2359, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = 2, + Name = "AdBlockList Lite (Domains)" + }, + new + { + Id = 2360, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = 2, + Name = "AdBlockList (Hosts)" + }, + new + { + Id = 2361, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = 2, + Name = "AdBlockList Lite (Hosts)" + }, + new + { + Id = 2362, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = 2, + Name = "AdBlockList Allowlist" + }, + new + { + Id = 2363, + Description = "This is a ad-block-rule maintained by XBrowser official.", + DonateUrl = "https://en.xbext.com/", + HomeUrl = "https://github.com/examplecode/ad-rules-for-xbrowser", + IssuesUrl = "https://github.com/examplecode/ad-rules-for-xbrowser/issues", + Name = "Ad Rules for XBrowser" + }, + new + { + Id = 2364, + Description = "neohosts didn't have any of my sites on it, so I made a few additions. It's mainly for fiction sites, but is not limited to fiction sites.", + EmailAddress = "hi.pinglin@gmail.com", + HomeUrl = "https://github.com/ilpl/ad-hosts/", + IssuesUrl = "https://github.com/ilpl/ad-hosts/issues", + LicenseId = 4, + Name = "ilpl's Ad Hosts" + }, + new + { + Id = 2365, + HomeUrl = "https://gitee.com/damengzhudamengzhu/guanggaoguolv/", + IssuesUrl = "https://gitee.com/damengzhudamengzhu/guanggaoguolv/issues", + Name = "jiekouAD" + }, + new + { + Id = 2366, + Description = "Some PR-Chinese filterlist makers apparently decided to block Falun Gong websites in their anti-ad lists for reasons that had absolutely nothing to do with ads, tracking or malware, and despite the sites already being megablocked within their country. So if you live abroad, and use any of the affected lists, this list is for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Falukorv List" + }, + new + { + Id = 2367, + Description = "This host file is based on DuckDuckGo Tracker Radar.", + HomeUrl = "https://go.blokada.org/ddgtrackerradar", + LicenseId = 9, + Name = "DuckDuckGo Tracker Radar" + }, + new + { + Id = 2368, + Description = "The V2Ray routing rules file is an enhanced version that replaces the official V2Ray geoip.dat and geosite.dat rules files. It's built automatically every day at 06:00 China Standard Time using GitHub Actions to keep your rules up to date.", + HomeUrl = "https://github.com/Loyalsoldier/v2ray-rules-dat/", + IssuesUrl = "https://github.com/Loyalsoldier/v2ray-rules-dat/issues", + LicenseId = 4, + Name = "Loyalsoldier's V2Ray Rules" + }, + new + { + Id = 2369, + Description = "This list aims to remove Twitter thread comments that promote K-pop, that are in threads whose OPs have absolutely nothing whatsoever to do with K-pop (e.g. Struggle Tweets, Poorly Aged Things).", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'K-pop spammers on Twitter' List" + }, + new + { + Id = 2370, + Description = "Hosts file, used to block some pop-up ads and casino ads. Feedback is welcome!", + HomeUrl = "https://github.com/Goooler/1024_hosts/", + IssuesUrl = "https://github.com/Goooler/1024_hosts/issues", + LicenseId = 18, + Name = "1024 Hosts" + }, + new + { + Id = 2371, + HomeUrl = "https://github.com/adbyby/xwhyc-rules/", + IssuesUrl = "https://github.com/adbyby/xwhyc-rules/issues", + Name = "XWHYC Rules" + }, + new + { + Id = 2372, + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/dead-horse/issues", + Name = "anti-AD (Whitelist)" + }, + new + { + Id = 2373, + Description = "The concept of adoptables (and to some extent also closed species) on artsites is bewilderingly ludicrous, and goes against every known measure of good-practice capitalism. It denies the freedom to make transformative fan art, does not check if the seller has the skills to make art based on the purchase (s)he bought, and implies litigation threats that'd make Disney want the sellers' autographs. Here's how to avoid that shameful hateful culture.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-Adoptables List" + }, + new + { + Id = 2374, + Description = "A list whose goal is to allow use of Kickback and Viatrumf while you still have your adblocker turned on.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Norwegian Cashback Assistant Reborn" + }, + new + { + Id = 2375, + Description = "For those who prefer for newssites to cover actual news, and not odd distractions or conspiracy theories.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Non-news' List" + }, + new + { + Id = 2376, + Description = "Capitalism can be rather cruel sometimes, and many people will go to wildly excessive extremes in their pursuit for more money, some of which make planet Earth a worse place to live on. This list helps you avoid a small handful of those extremes.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Bad capitalism' List" + }, + new + { + Id = 2377, + Description = "A list combining Dandelion Sprout's West Nordic filters for tidier websites (for Adblock Plus with ABP inclusion compliance) and EasyList.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + LicenseId = 35, + Name = "Dandelion Sprout's West Nordic filters for tidier websites (for Adblock Plus with ABP inclusion compliance) + EasyList" + }, + new + { + Id = 2378, + Description = "A list combining Dandelion Sprout's West Nordic filters for tidier websites (for Adblock Plus with ABP inclusion compliance) and EasyList. Note that the Nordic section is significantly different from the standalone Nordic TPL list.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + LicenseId = 35, + Name = "Dandelion Sprout's West Nordic filters for tidier websites (for Adblock Plus with ABP inclusion compliance) + EasyList (TPL)" + }, + new + { + Id = 2379, + Description = "A small hobby ads block dns project with doh, dot, dnscrypt support. Links that didn't fit in the Subscribe button URL texts, include 45.32.55.94 — 159.69.198.101 — 2a01:4f9:c010:43ce::1 — 2001:19f0:7001:3259:5400:02ff:fe71:0bc9 — 2a01:4f8:1c1c:6b4b::1, all of which also support TLS.", + DonateUrl = "https://github.com/ookangzheng/blahdns/blob/master/README.md", + HomeUrl = "https://blahdns.com/", + IssuesUrl = "https://github.com/ookangzheng/blahdns/issues", + Name = "BlahDNS" + }, + new + { + Id = 2380, + Description = "A redirector list for Chinese users.", + HomeUrl = "https://github.com/googlehosts/hosts", + IssuesUrl = "https://github.com/googlehosts/hosts/issues", + LicenseId = 22, + Name = "Google Hosts (Surge)" + }, + new + { + Id = 2381, + Description = "A redirector list for Chinese users.", + HomeUrl = "https://github.com/googlehosts/hosts", + IssuesUrl = "https://github.com/googlehosts/hosts/issues", + LicenseId = 22, + Name = "Google Hosts (dnsmasq)" + }, + new + { + Id = 2382, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = 5, + Name = "OISD Light (Adblocker domains)" + }, + new + { + Id = 2383, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = 5, + Name = "OISD (Domains with wildcards)" + }, + new + { + Id = 2384, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = 5, + Name = "OISD Light (Domains with wildcards)" + }, + new + { + Id = 2385, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = 5, + Name = "OISD (dnsmasq)" + }, + new + { + Id = 2386, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = 5, + Name = "OISD Light (dnsmasq)" + }, + new + { + Id = 2387, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + HomeUrl = "https://fanboy.co.nz/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = 16, + Name = "Fanboy's Anti-Comment List" + }, + new + { + Id = 2388, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=L6CV86VX9V5QN", + HomeUrl = "https://www.ntop.org/", + LicenseId = 5, + Name = "ntop Blacklists - Blacklist" + }, + new + { + Id = 2389, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=L6CV86VX9V5QN", + HomeUrl = "https://www.ntop.org/", + LicenseId = 5, + Name = "ntop Blacklists - Adblocking" + }, + new + { + Id = 2390, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=L6CV86VX9V5QN", + HomeUrl = "https://www.ntop.org/", + LicenseId = 5, + Name = "ntop Blacklists - IP Blacklist" + }, + new + { + Id = 2391, + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = 11, + Name = "Cybo's Anti Nightcore" + }, + new + { + Id = 2392, + Description = "Blocks Hungarian regional advertisements and trackers.", + EmailAddress = "hufilter.adblock@gmail.com", + HomeUrl = "https://github.com/hufilter/hufilter/wiki", + IssuesUrl = "https://github.com/hufilter/hufilter/issues", + LicenseId = 24, + Name = "hufilter (Domains with wildcards)" + }, + new + { + Id = 2393, + Description = "Attackers often hide harmful code in sites and emails that seem normal. These attacks can put your family’s private information in the wrong hands. 1.1.1.1 for Families adds a layer of malware protection to your home Wi-Fi, automatically blocking access to known malicious sites. Links that didn't fit in the Subscribe button URL texts, include 2606:4700:4700::1112 — 2606:4700:4700::1002", + HomeUrl = "https://1.1.1.1/family/", + Name = "Cloudflare DNS - Malware Blocking" + }, + new + { + Id = 2394, + Description = "Attackers often hide harmful code in sites and emails that seem normal. These attacks can put your family’s private information in the wrong hands. 1.1.1.1 for Families adds a layer of malware protection to your home Wi-Fi, automatically blocking access to known malicious sites. Links that didn't fit in the Subscribe button URL texts, include 2606:4700:4700::1113 — 2606:4700:4700::1003", + HomeUrl = "https://1.1.1.1/family/", + Name = "Cloudflare DNS - Malware and Adult Content Blocking" + }, + new + { + Id = 2395, + Description = "Protects against malicious domains for security purposes. Links that didn't fit in the Subscribe button URL texts, include 2610:a1:1019::2", + HomeUrl = "https://www.publicdns.neustar/", + Name = "neustar UltraDNS Public - Threat Protection" + }, + new + { + Id = 2396, + Description = "By default, AdGuard doesn't filter websites of financial services and websites with important personal data. This repo contains the list of excluded websites.", + ForumUrl = "https://forum.adguard.com/index.php", + HomeUrl = "https://github.com/AdguardTeam/HttpsExclusions", + IssuesUrl = "https://github.com/AdguardTeam/HttpsExclusions/issues", + Name = "Adguard HTTPS Exclusions: Banks and financial services" + }, + new + { + Id = 2397, + Description = "By default, AdGuard doesn't filter websites of financial services and websites with important personal data. This repo contains the list of excluded websites.", + ForumUrl = "https://forum.adguard.com/index.php", + HomeUrl = "https://github.com/AdguardTeam/HttpsExclusions", + IssuesUrl = "https://github.com/AdguardTeam/HttpsExclusions/issues", + Name = "Adguard HTTPS Exclusions: Other services with sensitive personal information" + }, + new + { + Id = 2398, + Description = "By default, AdGuard doesn't filter websites of financial services and websites with important personal data. This repo contains the list of excluded websites.", + ForumUrl = "https://forum.adguard.com/index.php", + HomeUrl = "https://github.com/AdguardTeam/HttpsExclusions", + IssuesUrl = "https://github.com/AdguardTeam/HttpsExclusions/issues", + Name = "Adguard HTTPS Exclusions: Necessary to resolve specific issues" + }, + new + { + Id = 2399, + Description = "By default, AdGuard doesn't filter websites of financial services and websites with important personal data. This repo contains the list of excluded websites.", + ForumUrl = "https://forum.adguard.com/index.php", + HomeUrl = "https://github.com/AdguardTeam/HttpsExclusions", + IssuesUrl = "https://github.com/AdguardTeam/HttpsExclusions/issues", + Name = "Adguard HTTPS Exclusions: Windows" + }, + new + { + Id = 2400, + Description = "By default, AdGuard doesn't filter websites of financial services and websites with important personal data. This repo contains the list of excluded websites.", + ForumUrl = "https://forum.adguard.com/index.php", + HomeUrl = "https://github.com/AdguardTeam/HttpsExclusions", + IssuesUrl = "https://github.com/AdguardTeam/HttpsExclusions/issues", + Name = "Adguard HTTPS Exclusions: macOS" + }, + new + { + Id = 2401, + Description = "By default, AdGuard doesn't filter websites of financial services and websites with important personal data. This repo contains the list of excluded websites.", + ForumUrl = "https://forum.adguard.com/index.php", + HomeUrl = "https://github.com/AdguardTeam/HttpsExclusions", + IssuesUrl = "https://github.com/AdguardTeam/HttpsExclusions/issues", + Name = "Adguard HTTPS Exclusions: Android" + }, + new + { + Id = 2402, + Description = "By default, AdGuard doesn't filter websites of financial services and websites with important personal data. This repo contains the list of excluded websites.", + ForumUrl = "https://forum.adguard.com/index.php", + HomeUrl = "https://github.com/AdguardTeam/HttpsExclusions", + IssuesUrl = "https://github.com/AdguardTeam/HttpsExclusions/issues", + Name = "Adguard HTTPS Exclusions: Firefox" + }, + new + { + Id = 2403, + Description = "This is a slimmer version of \"Dandelion Sprout's Nordic Filters\", intended for users of software tools that doesn't support adblocker syntaxes. It chiefly targets scams and malware on Norwegian or Danish sites, as well as some advert and tracking servers.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (Domains whitelist)" + }, + new + { + Id = 2404, + Description = "Do you feel that bacon and pork tastes really icky and sourly greasy, yet half of all things you'll find in restaurants have pork in them, and there's 30 different terms for pork to keep track of to avoid unpleasant surprises? If so, then this list has saved your taste buds and stomach.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Pork meat on restaurant menus' List" + }, + new + { + Id = 2405, + Description = "This list removes advertising and tracking on Swedish-language websites. It is very closely connected to \"Frellwit's Swedish Filters\", but has been modified to remove entries that are against the rules for inclusion in Adblock Plus (such as anti-anti-adblocking, cookie notifications, newsletters, etc.), and increase compatibility with ABP's syntax, since Frellwit's list does not offer official user support for ABP users. The plan is to synchronise with his list roughly once a month, and that the ABP team add both permanent and temporary fixes in the meantime.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/Swedish-List-for-Adblock-Plus", + IssuesUrl = "https://github.com/DandelionSprout/Swedish-List-for-Adblock-Plus/issues", + LicenseId = 4, + Name = "Swedish List for Adblock Plus" + }, + new + { + Id = 2406, + Description = "This is primarily designed for users of AdGuard for Android, who wish to use its DNS server function with no local DNS filter lists, while not having to see the \"No filters enabled. Enable some.\" notice each and every time they enter the DNS settings. It contains 1 entry, for a dummy domain which will by all feasible earmarks never become registered at any point in human history.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dummy List to Avoid 'No lists turned on' Warnings" + }, + new + { + Id = 2407, + Description = "The Adblock Warning Removal List specifically removes obtrusive messages and warnings targeted to users who use an adblocker.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "Adblock Warning Removal List - English Only" + }, + new + { + Id = 2408, + Description = "The Adblock Warning Removal List specifically removes obtrusive messages and warnings targeted to users who use an adblocker.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "Adblock Warning Removal List - International + French" + }, + new + { + Id = 2409, + Description = "The Adblock Warning Removal List specifically removes obtrusive messages and warnings targeted to users who use an adblocker.", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = 4, + Name = "Adblock Warning Removal List - Russian Only" + }, + new + { + Id = 2410, + Description = "Christmas is a sad, sad time of the year, where everyone eat bleached fish, get drunk at company parties, wear ugly T-shirts, invite aggressive relatives, stuff the living room full of candles, listen to Whitney Houston, set up lame dollhouse exhibitions, and watch badly dubbed Eastern Bloc movies. And the snow that is everywhere on many websites during that time isn't helping on anyone's mood either. So here's a list to remove the snow from those websites.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Snow marketing' List" + }, + new + { + Id = 2411, + EmailAddress = "i@pexcn.me", + HomeUrl = "https://github.com/pexcn/daily", + IssuesUrl = "https://github.com/pexcn/daily/issues", + LicenseId = 4, + Name = "pexcn Adlist" + }, + new + { + Id = 2412, + EmailAddress = "i@pexcn.me", + HomeUrl = "https://github.com/pexcn/daily", + IssuesUrl = "https://github.com/pexcn/daily/issues", + LicenseId = 4, + Name = "pexcn Adlist (dnsmasq)" + }, + new + { + Id = 2413, + EmailAddress = "i@pexcn.me", + HomeUrl = "https://github.com/pexcn/daily", + IssuesUrl = "https://github.com/pexcn/daily/issues", + LicenseId = 4, + Name = "pexcn GFWlist" + }, + new + { + Id = 2414, + EmailAddress = "i@pexcn.me", + HomeUrl = "https://github.com/pexcn/daily", + IssuesUrl = "https://github.com/pexcn/daily/issues", + LicenseId = 4, + Name = "pexcn China Whitelist" + }, + new + { + Id = 2415, + Description = "A list of torrent trackers.", + EmailAddress = "i@pexcn.me", + HomeUrl = "https://github.com/pexcn/daily", + IssuesUrl = "https://github.com/pexcn/daily/issues", + LicenseId = 4, + Name = "pexcn Trackerlist" + }, + new + { + Id = 2416, + EmailAddress = "i@pexcn.me", + HomeUrl = "https://github.com/pexcn/daily", + IssuesUrl = "https://github.com/pexcn/daily/issues", + LicenseId = 4, + Name = "pexcn uBlacklist" + }, + new + { + Id = 2417, + Description = "Contains all known PR-Chinese IP address ranges.", + EmailAddress = "i@pexcn.me", + HomeUrl = "https://github.com/pexcn/daily", + IssuesUrl = "https://github.com/pexcn/daily/issues", + LicenseId = 4, + Name = "Chinaroute (IPv4)" + }, + new + { + Id = 2418, + Description = "Contains all known PR-Chinese IP address ranges.", + EmailAddress = "i@pexcn.me", + HomeUrl = "https://github.com/pexcn/daily", + IssuesUrl = "https://github.com/pexcn/daily/issues", + LicenseId = 4, + Name = "Chinaroute (IPv6)" + }, + new + { + Id = 2419, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = 28, + Name = "urlhaus-filter (AdGuard Home)" + }, + new + { + Id = 2420, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = 28, + Name = "urlhaus-filter (AdGuard)" + }, + new + { + Id = 2421, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = 28, + Name = "urlhaus-filter (Vivaldi)" + }, + new + { + Id = 2422, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = 8, + Name = "phishing-filter (AdGuard Home)" + }, + new + { + Id = 2423, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = 8, + Name = "phishing-filter (AdGuard)" + }, + new + { + Id = 2424, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = 8, + Name = "phishing-filter (Vivaldi)" + }, + new + { + Id = 2425, + Description = "AdGuard Home is one of the tools for the future, or at least it is for those who know how to set up and use a Raspberry Pi. However, its current internal structure discards virtually every $-using block rule, which makes various major lists virtually useless in AdGuard Home, despite how many of the entries would be ≥90% as functional without them. So until the AdGuard Home team implements a better way to deal with $ values, here's my intermissional list to work around it.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Dandelion Sprout's AdGuard Home Compilation List - Web Push Notifications" + }, + new + { + Id = 2426, + Description = "A blocklist of QAnon, conspiracy, fascist and fake news web sites.", + HomeUrl = "https://github.com/rimu/no-qanon", + IssuesUrl = "https://github.com/rimu/no-qanon/issues", + Name = "QAnon conspiracy nazi blocklist" + }, + new + { + Id = 2427, + Description = "One of AdGuard DNS Filter's many source files. This one contains exclusions added by AdGuard themselves.", + HomeUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter", + IssuesUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter/issues", + LicenseId = 4, + Name = "AdGuard DNS Filter - Exclusions", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy" + }, + new + { + Id = 2428, + Description = "So, perhaps you're someone who take your gaming library and hobby pretty seriously, and who feel revolted by pay-to-win, blatant knockoffs, and very violent apps disguised as kids apps? In that case, this list is everything you could dream of.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = 35, + Name = "Anti-'Gacha and Knockoff Games' List" + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterListLanguage", b => + { + b.Property("FilterListId") + .HasColumnType("integer"); + + b.Property("Iso6391") + .HasColumnType("character varying(2)"); + + b.HasKey("FilterListId", "Iso6391"); + + b.HasIndex("Iso6391"); + + b.ToTable("FilterListLanguages"); + + b.HasData( + new + { + FilterListId = 1, + Iso6391 = "ja" + }, + new + { + FilterListId = 6, + Iso6391 = "ja" + }, + new + { + FilterListId = 11, + Iso6391 = "ar" + }, + new + { + FilterListId = 11, + Iso6391 = "fr" + }, + new + { + FilterListId = 12, + Iso6391 = "ar" + }, + new + { + FilterListId = 12, + Iso6391 = "fr" + }, + new + { + FilterListId = 13, + Iso6391 = "ar" + }, + new + { + FilterListId = 13, + Iso6391 = "fr" + }, + new + { + FilterListId = 14, + Iso6391 = "ar" + }, + new + { + FilterListId = 16, + Iso6391 = "ko" + }, + new + { + FilterListId = 20, + Iso6391 = "da" + }, + new + { + FilterListId = 20, + Iso6391 = "fo" + }, + new + { + FilterListId = 20, + Iso6391 = "is" + }, + new + { + FilterListId = 20, + Iso6391 = "kl" + }, + new + { + FilterListId = 20, + Iso6391 = "no" + }, + new + { + FilterListId = 20, + Iso6391 = "se" + }, + new + { + FilterListId = 30, + Iso6391 = "pl" + }, + new + { + FilterListId = 31, + Iso6391 = "pl" + }, + new + { + FilterListId = 39, + Iso6391 = "lv" + }, + new + { + FilterListId = 49, + Iso6391 = "ja" + }, + new + { + FilterListId = 51, + Iso6391 = "el" + }, + new + { + FilterListId = 53, + Iso6391 = "ja" + }, + new + { + FilterListId = 56, + Iso6391 = "lv" + }, + new + { + FilterListId = 59, + Iso6391 = "ko" + }, + new + { + FilterListId = 60, + Iso6391 = "pl" + }, + new + { + FilterListId = 61, + Iso6391 = "pl" + }, + new + { + FilterListId = 62, + Iso6391 = "ja" + }, + new + { + FilterListId = 63, + Iso6391 = "ja" + }, + new + { + FilterListId = 69, + Iso6391 = "is" + }, + new + { + FilterListId = 72, + Iso6391 = "hu" + }, + new + { + FilterListId = 84, + Iso6391 = "pl" + }, + new + { + FilterListId = 99, + Iso6391 = "ko" + }, + new + { + FilterListId = 100, + Iso6391 = "fi" + }, + new + { + FilterListId = 101, + Iso6391 = "fi" + }, + new + { + FilterListId = 113, + Iso6391 = "ja" + }, + new + { + FilterListId = 114, + Iso6391 = "en" + }, + new + { + FilterListId = 116, + Iso6391 = "ro" + }, + new + { + FilterListId = 117, + Iso6391 = "ro" + }, + new + { + FilterListId = 118, + Iso6391 = "ro" + }, + new + { + FilterListId = 119, + Iso6391 = "ro" + }, + new + { + FilterListId = 131, + Iso6391 = "be" + }, + new + { + FilterListId = 131, + Iso6391 = "kk" + }, + new + { + FilterListId = 131, + Iso6391 = "ru" + }, + new + { + FilterListId = 131, + Iso6391 = "uk" + }, + new + { + FilterListId = 131, + Iso6391 = "uz" + }, + new + { + FilterListId = 132, + Iso6391 = "ru" + }, + new + { + FilterListId = 133, + Iso6391 = "be" + }, + new + { + FilterListId = 133, + Iso6391 = "kk" + }, + new + { + FilterListId = 133, + Iso6391 = "ru" + }, + new + { + FilterListId = 133, + Iso6391 = "uk" + }, + new + { + FilterListId = 133, + Iso6391 = "uz" + }, + new + { + FilterListId = 134, + Iso6391 = "ru" + }, + new + { + FilterListId = 136, + Iso6391 = "sl" + }, + new + { + FilterListId = 141, + Iso6391 = "en" + }, + new + { + FilterListId = 143, + Iso6391 = "en" + }, + new + { + FilterListId = 144, + Iso6391 = "en" + }, + new + { + FilterListId = 145, + Iso6391 = "en" + }, + new + { + FilterListId = 146, + Iso6391 = "ja" + }, + new + { + FilterListId = 147, + Iso6391 = "da" + }, + new + { + FilterListId = 150, + Iso6391 = "ru" + }, + new + { + FilterListId = 151, + Iso6391 = "en" + }, + new + { + FilterListId = 156, + Iso6391 = "tr" + }, + new + { + FilterListId = 158, + Iso6391 = "es" + }, + new + { + FilterListId = 158, + Iso6391 = "pt" + }, + new + { + FilterListId = 161, + Iso6391 = "be" + }, + new + { + FilterListId = 161, + Iso6391 = "kk" + }, + new + { + FilterListId = 161, + Iso6391 = "ru" + }, + new + { + FilterListId = 161, + Iso6391 = "uk" + }, + new + { + FilterListId = 163, + Iso6391 = "ja" + }, + new + { + FilterListId = 164, + Iso6391 = "de" + }, + new + { + FilterListId = 166, + Iso6391 = "az" + }, + new + { + FilterListId = 166, + Iso6391 = "en" + }, + new + { + FilterListId = 167, + Iso6391 = "nl" + }, + new + { + FilterListId = 171, + Iso6391 = "en" + }, + new + { + FilterListId = 171, + Iso6391 = "fi" + }, + new + { + FilterListId = 178, + Iso6391 = "ru" + }, + new + { + FilterListId = 181, + Iso6391 = "ja" + }, + new + { + FilterListId = 183, + Iso6391 = "ro" + }, + new + { + FilterListId = 197, + Iso6391 = "id" + }, + new + { + FilterListId = 197, + Iso6391 = "ms" + }, + new + { + FilterListId = 198, + Iso6391 = "id" + }, + new + { + FilterListId = 198, + Iso6391 = "ms" + }, + new + { + FilterListId = 199, + Iso6391 = "it" + }, + new + { + FilterListId = 200, + Iso6391 = "it" + }, + new + { + FilterListId = 201, + Iso6391 = "it" + }, + new + { + FilterListId = 202, + Iso6391 = "ja" + }, + new + { + FilterListId = 203, + Iso6391 = "ja" + }, + new + { + FilterListId = 204, + Iso6391 = "ja" + }, + new + { + FilterListId = 205, + Iso6391 = "ja" + }, + new + { + FilterListId = 206, + Iso6391 = "vi" + }, + new + { + FilterListId = 215, + Iso6391 = "pl" + }, + new + { + FilterListId = 216, + Iso6391 = "pl" + }, + new + { + FilterListId = 217, + Iso6391 = "fa" + }, + new + { + FilterListId = 220, + Iso6391 = "ko" + }, + new + { + FilterListId = 221, + Iso6391 = "et" + }, + new + { + FilterListId = 222, + Iso6391 = "fa" + }, + new + { + FilterListId = 223, + Iso6391 = "pl" + }, + new + { + FilterListId = 224, + Iso6391 = "pl" + }, + new + { + FilterListId = 225, + Iso6391 = "ja" + }, + new + { + FilterListId = 228, + Iso6391 = "fa" + }, + new + { + FilterListId = 232, + Iso6391 = "en" + }, + new + { + FilterListId = 237, + Iso6391 = "et" + }, + new + { + FilterListId = 240, + Iso6391 = "en" + }, + new + { + FilterListId = 245, + Iso6391 = "th" + }, + new + { + FilterListId = 246, + Iso6391 = "ca" + }, + new + { + FilterListId = 246, + Iso6391 = "es" + }, + new + { + FilterListId = 248, + Iso6391 = "lt" + }, + new + { + FilterListId = 251, + Iso6391 = "en" + }, + new + { + FilterListId = 251, + Iso6391 = "es" + }, + new + { + FilterListId = 252, + Iso6391 = "it" + }, + new + { + FilterListId = 253, + Iso6391 = "ru" + }, + new + { + FilterListId = 254, + Iso6391 = "vi" + }, + new + { + FilterListId = 256, + Iso6391 = "tr" + }, + new + { + FilterListId = 257, + Iso6391 = "sv" + }, + new + { + FilterListId = 258, + Iso6391 = "es" + }, + new + { + FilterListId = 258, + Iso6391 = "pt" + }, + new + { + FilterListId = 260, + Iso6391 = "pl" + }, + new + { + FilterListId = 261, + Iso6391 = "ko" + }, + new + { + FilterListId = 262, + Iso6391 = "ja" + }, + new + { + FilterListId = 263, + Iso6391 = "he" + }, + new + { + FilterListId = 264, + Iso6391 = "hi" + }, + new + { + FilterListId = 267, + Iso6391 = "lt" + }, + new + { + FilterListId = 268, + Iso6391 = "zh" + }, + new + { + FilterListId = 269, + Iso6391 = "it" + }, + new + { + FilterListId = 277, + Iso6391 = "cs" + }, + new + { + FilterListId = 278, + Iso6391 = "ko" + }, + new + { + FilterListId = 281, + Iso6391 = "zh" + }, + new + { + FilterListId = 283, + Iso6391 = "bg" + }, + new + { + FilterListId = 284, + Iso6391 = "bg" + }, + new + { + FilterListId = 289, + Iso6391 = "it" + }, + new + { + FilterListId = 290, + Iso6391 = "he" + }, + new + { + FilterListId = 291, + Iso6391 = "he" + }, + new + { + FilterListId = 292, + Iso6391 = "de" + }, + new + { + FilterListId = 293, + Iso6391 = "de" + }, + new + { + FilterListId = 294, + Iso6391 = "nl" + }, + new + { + FilterListId = 295, + Iso6391 = "nl" + }, + new + { + FilterListId = 297, + Iso6391 = "cs" + }, + new + { + FilterListId = 297, + Iso6391 = "sk" + }, + new + { + FilterListId = 298, + Iso6391 = "zh" + }, + new + { + FilterListId = 299, + Iso6391 = "zh" + }, + new + { + FilterListId = 300, + Iso6391 = "zh" + }, + new + { + FilterListId = 305, + Iso6391 = "cs" + }, + new + { + FilterListId = 305, + Iso6391 = "sk" + }, + new + { + FilterListId = 315, + Iso6391 = "pl" + }, + new + { + FilterListId = 316, + Iso6391 = "tr" + }, + new + { + FilterListId = 329, + Iso6391 = "zh" + }, + new + { + FilterListId = 330, + Iso6391 = "en" + }, + new + { + FilterListId = 330, + Iso6391 = "th" + }, + new + { + FilterListId = 331, + Iso6391 = "en" + }, + new + { + FilterListId = 331, + Iso6391 = "th" + }, + new + { + FilterListId = 332, + Iso6391 = "th" + }, + new + { + FilterListId = 333, + Iso6391 = "th" + }, + new + { + FilterListId = 334, + Iso6391 = "ja" + }, + new + { + FilterListId = 335, + Iso6391 = "ja" + }, + new + { + FilterListId = 336, + Iso6391 = "ja" + }, + new + { + FilterListId = 337, + Iso6391 = "ja" + }, + new + { + FilterListId = 338, + Iso6391 = "ja" + }, + new + { + FilterListId = 339, + Iso6391 = "zh" + }, + new + { + FilterListId = 340, + Iso6391 = "zh" + }, + new + { + FilterListId = 341, + Iso6391 = "pl" + }, + new + { + FilterListId = 342, + Iso6391 = "pl" + }, + new + { + FilterListId = 343, + Iso6391 = "pl" + }, + new + { + FilterListId = 344, + Iso6391 = "pl" + }, + new + { + FilterListId = 345, + Iso6391 = "pl" + }, + new + { + FilterListId = 346, + Iso6391 = "pl" + }, + new + { + FilterListId = 347, + Iso6391 = "pl" + }, + new + { + FilterListId = 349, + Iso6391 = "pl" + }, + new + { + FilterListId = 350, + Iso6391 = "fr" + }, + new + { + FilterListId = 369, + Iso6391 = "cs" + }, + new + { + FilterListId = 369, + Iso6391 = "sk" + }, + new + { + FilterListId = 370, + Iso6391 = "cs" + }, + new + { + FilterListId = 370, + Iso6391 = "sk" + }, + new + { + FilterListId = 388, + Iso6391 = "no" + }, + new + { + FilterListId = 390, + Iso6391 = "pl" + }, + new + { + FilterListId = 399, + Iso6391 = "sv" + }, + new + { + FilterListId = 416, + Iso6391 = "de" + }, + new + { + FilterListId = 422, + Iso6391 = "en" + }, + new + { + FilterListId = 422, + Iso6391 = "zh" + }, + new + { + FilterListId = 429, + Iso6391 = "de" + }, + new + { + FilterListId = 429, + Iso6391 = "en" + }, + new + { + FilterListId = 430, + Iso6391 = "da" + }, + new + { + FilterListId = 430, + Iso6391 = "no" + }, + new + { + FilterListId = 435, + Iso6391 = "zh" + }, + new + { + FilterListId = 437, + Iso6391 = "pt" + }, + new + { + FilterListId = 479, + Iso6391 = "pl" + }, + new + { + FilterListId = 480, + Iso6391 = "es" + }, + new + { + FilterListId = 508, + Iso6391 = "pl" + }, + new + { + FilterListId = 562, + Iso6391 = "zh" + }, + new + { + FilterListId = 563, + Iso6391 = "ko" + }, + new + { + FilterListId = 569, + Iso6391 = "zh" + }, + new + { + FilterListId = 570, + Iso6391 = "cs" + }, + new + { + FilterListId = 573, + Iso6391 = "en" + }, + new + { + FilterListId = 574, + Iso6391 = "fr" + }, + new + { + FilterListId = 575, + Iso6391 = "de" + }, + new + { + FilterListId = 583, + Iso6391 = "pt" + }, + new + { + FilterListId = 585, + Iso6391 = "ru" + }, + new + { + FilterListId = 586, + Iso6391 = "es" + }, + new + { + FilterListId = 593, + Iso6391 = "en" + }, + new + { + FilterListId = 598, + Iso6391 = "vi" + }, + new + { + FilterListId = 599, + Iso6391 = "vi" + }, + new + { + FilterListId = 600, + Iso6391 = "vi" + }, + new + { + FilterListId = 601, + Iso6391 = "th" + }, + new + { + FilterListId = 602, + Iso6391 = "th" + }, + new + { + FilterListId = 607, + Iso6391 = "pl" + }, + new + { + FilterListId = 608, + Iso6391 = "pl" + }, + new + { + FilterListId = 609, + Iso6391 = "pl" + }, + new + { + FilterListId = 610, + Iso6391 = "pl" + }, + new + { + FilterListId = 611, + Iso6391 = "pl" + }, + new + { + FilterListId = 612, + Iso6391 = "pl" + }, + new + { + FilterListId = 613, + Iso6391 = "pl" + }, + new + { + FilterListId = 614, + Iso6391 = "pl" + }, + new + { + FilterListId = 616, + Iso6391 = "pl" + }, + new + { + FilterListId = 663, + Iso6391 = "vi" + }, + new + { + FilterListId = 670, + Iso6391 = "da" + }, + new + { + FilterListId = 670, + Iso6391 = "no" + }, + new + { + FilterListId = 680, + Iso6391 = "da" + }, + new + { + FilterListId = 680, + Iso6391 = "no" + }, + new + { + FilterListId = 689, + Iso6391 = "pl" + }, + new + { + FilterListId = 703, + Iso6391 = "pl" + }, + new + { + FilterListId = 720, + Iso6391 = "pt" + }, + new + { + FilterListId = 721, + Iso6391 = "pt" + }, + new + { + FilterListId = 726, + Iso6391 = "zh" + }, + new + { + FilterListId = 728, + Iso6391 = "id" + }, + new + { + FilterListId = 731, + Iso6391 = "en" + }, + new + { + FilterListId = 731, + Iso6391 = "sv" + }, + new + { + FilterListId = 734, + Iso6391 = "en" + }, + new + { + FilterListId = 743, + Iso6391 = "ru" + }, + new + { + FilterListId = 744, + Iso6391 = "en" + }, + new + { + FilterListId = 746, + Iso6391 = "id" + }, + new + { + FilterListId = 747, + Iso6391 = "fa" + }, + new + { + FilterListId = 756, + Iso6391 = "lv" + }, + new + { + FilterListId = 758, + Iso6391 = "fa" + }, + new + { + FilterListId = 759, + Iso6391 = "he" + }, + new + { + FilterListId = 766, + Iso6391 = "zh" + }, + new + { + FilterListId = 767, + Iso6391 = "en" + }, + new + { + FilterListId = 767, + Iso6391 = "zh" + }, + new + { + FilterListId = 769, + Iso6391 = "fr" + }, + new + { + FilterListId = 770, + Iso6391 = "pt" + }, + new + { + FilterListId = 773, + Iso6391 = "de" + }, + new + { + FilterListId = 775, + Iso6391 = "lt" + }, + new + { + FilterListId = 776, + Iso6391 = "bg" + }, + new + { + FilterListId = 777, + Iso6391 = "lv" + }, + new + { + FilterListId = 779, + Iso6391 = "it" + }, + new + { + FilterListId = 780, + Iso6391 = "he" + }, + new + { + FilterListId = 781, + Iso6391 = "zh" + }, + new + { + FilterListId = 782, + Iso6391 = "nl" + }, + new + { + FilterListId = 783, + Iso6391 = "ro" + }, + new + { + FilterListId = 784, + Iso6391 = "fi" + }, + new + { + FilterListId = 786, + Iso6391 = "ar" + }, + new + { + FilterListId = 786, + Iso6391 = "fr" + }, + new + { + FilterListId = 787, + Iso6391 = "be" + }, + new + { + FilterListId = 787, + Iso6391 = "kk" + }, + new + { + FilterListId = 787, + Iso6391 = "ru" + }, + new + { + FilterListId = 787, + Iso6391 = "uk" + }, + new + { + FilterListId = 787, + Iso6391 = "uz" + }, + new + { + FilterListId = 788, + Iso6391 = "ar" + }, + new + { + FilterListId = 789, + Iso6391 = "nl" + }, + new + { + FilterListId = 790, + Iso6391 = "en" + }, + new + { + FilterListId = 791, + Iso6391 = "be" + }, + new + { + FilterListId = 791, + Iso6391 = "kk" + }, + new + { + FilterListId = 791, + Iso6391 = "ru" + }, + new + { + FilterListId = 791, + Iso6391 = "uk" + }, + new + { + FilterListId = 791, + Iso6391 = "uz" + }, + new + { + FilterListId = 793, + Iso6391 = "ca" + }, + new + { + FilterListId = 793, + Iso6391 = "es" + }, + new + { + FilterListId = 794, + Iso6391 = "zh" + }, + new + { + FilterListId = 795, + Iso6391 = "ar" + }, + new + { + FilterListId = 795, + Iso6391 = "fr" + }, + new + { + FilterListId = 796, + Iso6391 = "de" + }, + new + { + FilterListId = 798, + Iso6391 = "ar" + }, + new + { + FilterListId = 798, + Iso6391 = "fr" + }, + new + { + FilterListId = 799, + Iso6391 = "it" + }, + new + { + FilterListId = 800, + Iso6391 = "ca" + }, + new + { + FilterListId = 800, + Iso6391 = "es" + }, + new + { + FilterListId = 801, + Iso6391 = "mk" + }, + new + { + FilterListId = 802, + Iso6391 = "ar" + }, + new + { + FilterListId = 803, + Iso6391 = "is" + }, + new + { + FilterListId = 804, + Iso6391 = "ta" + }, + new + { + FilterListId = 805, + Iso6391 = "be" + }, + new + { + FilterListId = 805, + Iso6391 = "kk" + }, + new + { + FilterListId = 805, + Iso6391 = "ru" + }, + new + { + FilterListId = 805, + Iso6391 = "uk" + }, + new + { + FilterListId = 805, + Iso6391 = "uz" + }, + new + { + FilterListId = 806, + Iso6391 = "pt" + }, + new + { + FilterListId = 807, + Iso6391 = "it" + }, + new + { + FilterListId = 808, + Iso6391 = "hu" + }, + new + { + FilterListId = 809, + Iso6391 = "nl" + }, + new + { + FilterListId = 814, + Iso6391 = "ja" + }, + new + { + FilterListId = 815, + Iso6391 = "en" + }, + new + { + FilterListId = 815, + Iso6391 = "ja" + }, + new + { + FilterListId = 817, + Iso6391 = "sv" + }, + new + { + FilterListId = 818, + Iso6391 = "bn" + }, + new + { + FilterListId = 818, + Iso6391 = "gu" + }, + new + { + FilterListId = 818, + Iso6391 = "hi" + }, + new + { + FilterListId = 818, + Iso6391 = "ml" + }, + new + { + FilterListId = 818, + Iso6391 = "ne" + }, + new + { + FilterListId = 818, + Iso6391 = "pa" + }, + new + { + FilterListId = 818, + Iso6391 = "ta" + }, + new + { + FilterListId = 818, + Iso6391 = "te" + }, + new + { + FilterListId = 822, + Iso6391 = "zh" + }, + new + { + FilterListId = 827, + Iso6391 = "en" + }, + new + { + FilterListId = 827, + Iso6391 = "id" + }, + new + { + FilterListId = 828, + Iso6391 = "dv" + }, + new + { + FilterListId = 829, + Iso6391 = "si" + }, + new + { + FilterListId = 829, + Iso6391 = "ta" + }, + new + { + FilterListId = 836, + Iso6391 = "ro" + }, + new + { + FilterListId = 839, + Iso6391 = "en" + }, + new + { + FilterListId = 839, + Iso6391 = "fr" + }, + new + { + FilterListId = 846, + Iso6391 = "th" + }, + new + { + FilterListId = 847, + Iso6391 = "th" + }, + new + { + FilterListId = 868, + Iso6391 = "ja" + }, + new + { + FilterListId = 869, + Iso6391 = "ja" + }, + new + { + FilterListId = 870, + Iso6391 = "ja" + }, + new + { + FilterListId = 871, + Iso6391 = "ja" + }, + new + { + FilterListId = 872, + Iso6391 = "ja" + }, + new + { + FilterListId = 873, + Iso6391 = "ja" + }, + new + { + FilterListId = 874, + Iso6391 = "ja" + }, + new + { + FilterListId = 875, + Iso6391 = "ja" + }, + new + { + FilterListId = 876, + Iso6391 = "ja" + }, + new + { + FilterListId = 877, + Iso6391 = "ja" + }, + new + { + FilterListId = 878, + Iso6391 = "ja" + }, + new + { + FilterListId = 879, + Iso6391 = "ja" + }, + new + { + FilterListId = 882, + Iso6391 = "ja" + }, + new + { + FilterListId = 884, + Iso6391 = "fi" + }, + new + { + FilterListId = 885, + Iso6391 = "fa" + }, + new + { + FilterListId = 886, + Iso6391 = "sv" + }, + new + { + FilterListId = 887, + Iso6391 = "sq" + }, + new + { + FilterListId = 888, + Iso6391 = "ar" + }, + new + { + FilterListId = 889, + Iso6391 = "en" + }, + new + { + FilterListId = 890, + Iso6391 = "ca" + }, + new + { + FilterListId = 891, + Iso6391 = "pt" + }, + new + { + FilterListId = 892, + Iso6391 = "en" + }, + new + { + FilterListId = 894, + Iso6391 = "en" + }, + new + { + FilterListId = 895, + Iso6391 = "es" + }, + new + { + FilterListId = 897, + Iso6391 = "en" + }, + new + { + FilterListId = 898, + Iso6391 = "en" + }, + new + { + FilterListId = 899, + Iso6391 = "de" + }, + new + { + FilterListId = 901, + Iso6391 = "en" + }, + new + { + FilterListId = 902, + Iso6391 = "ar" + }, + new + { + FilterListId = 904, + Iso6391 = "be" + }, + new + { + FilterListId = 905, + Iso6391 = "fr" + }, + new + { + FilterListId = 906, + Iso6391 = "en" + }, + new + { + FilterListId = 907, + Iso6391 = "en" + }, + new + { + FilterListId = 909, + Iso6391 = "es" + }, + new + { + FilterListId = 910, + Iso6391 = "nl" + }, + new + { + FilterListId = 911, + Iso6391 = "sh" + }, + new + { + FilterListId = 912, + Iso6391 = "en" + }, + new + { + FilterListId = 913, + Iso6391 = "pt" + }, + new + { + FilterListId = 914, + Iso6391 = "en" + }, + new + { + FilterListId = 915, + Iso6391 = "en" + }, + new + { + FilterListId = 916, + Iso6391 = "bg" + }, + new + { + FilterListId = 917, + Iso6391 = "fr" + }, + new + { + FilterListId = 920, + Iso6391 = "fr" + }, + new + { + FilterListId = 921, + Iso6391 = "en" + }, + new + { + FilterListId = 922, + Iso6391 = "pt" + }, + new + { + FilterListId = 923, + Iso6391 = "ca" + }, + new + { + FilterListId = 924, + Iso6391 = "en" + }, + new + { + FilterListId = 925, + Iso6391 = "fr" + }, + new + { + FilterListId = 926, + Iso6391 = "es" + }, + new + { + FilterListId = 927, + Iso6391 = "zh" + }, + new + { + FilterListId = 928, + Iso6391 = "en" + }, + new + { + FilterListId = 930, + Iso6391 = "es" + }, + new + { + FilterListId = 931, + Iso6391 = "fr" + }, + new + { + FilterListId = 932, + Iso6391 = "en" + }, + new + { + FilterListId = 933, + Iso6391 = "es" + }, + new + { + FilterListId = 934, + Iso6391 = "sh" + }, + new + { + FilterListId = 935, + Iso6391 = "es" + }, + new + { + FilterListId = 937, + Iso6391 = "cs" + }, + new + { + FilterListId = 938, + Iso6391 = "da" + }, + new + { + FilterListId = 940, + Iso6391 = "en" + }, + new + { + FilterListId = 941, + Iso6391 = "es" + }, + new + { + FilterListId = 942, + Iso6391 = "es" + }, + new + { + FilterListId = 943, + Iso6391 = "ar" + }, + new + { + FilterListId = 944, + Iso6391 = "es" + }, + new + { + FilterListId = 945, + Iso6391 = "es" + }, + new + { + FilterListId = 946, + Iso6391 = "et" + }, + new + { + FilterListId = 948, + Iso6391 = "fo" + }, + new + { + FilterListId = 949, + Iso6391 = "en" + }, + new + { + FilterListId = 951, + Iso6391 = "fi" + }, + new + { + FilterListId = 952, + Iso6391 = "fr" + }, + new + { + FilterListId = 953, + Iso6391 = "fr" + }, + new + { + FilterListId = 954, + Iso6391 = "fr" + }, + new + { + FilterListId = 955, + Iso6391 = "fr" + }, + new + { + FilterListId = 956, + Iso6391 = "en" + }, + new + { + FilterListId = 957, + Iso6391 = "ar" + }, + new + { + FilterListId = 959, + Iso6391 = "de" + }, + new + { + FilterListId = 960, + Iso6391 = "en" + }, + new + { + FilterListId = 961, + Iso6391 = "el" + }, + new + { + FilterListId = 962, + Iso6391 = "kl" + }, + new + { + FilterListId = 963, + Iso6391 = "en" + }, + new + { + FilterListId = 964, + Iso6391 = "fr" + }, + new + { + FilterListId = 965, + Iso6391 = "en" + }, + new + { + FilterListId = 966, + Iso6391 = "es" + }, + new + { + FilterListId = 967, + Iso6391 = "en" + }, + new + { + FilterListId = 968, + Iso6391 = "fr" + }, + new + { + FilterListId = 969, + Iso6391 = "en" + }, + new + { + FilterListId = 970, + Iso6391 = "fr" + }, + new + { + FilterListId = 971, + Iso6391 = "en" + }, + new + { + FilterListId = 972, + Iso6391 = "es" + }, + new + { + FilterListId = 973, + Iso6391 = "zh" + }, + new + { + FilterListId = 974, + Iso6391 = "hu" + }, + new + { + FilterListId = 975, + Iso6391 = "is" + }, + new + { + FilterListId = 976, + Iso6391 = "en" + }, + new + { + FilterListId = 977, + Iso6391 = "id" + }, + new + { + FilterListId = 978, + Iso6391 = "fa" + }, + new + { + FilterListId = 979, + Iso6391 = "ar" + }, + new + { + FilterListId = 980, + Iso6391 = "en" + }, + new + { + FilterListId = 981, + Iso6391 = "en" + }, + new + { + FilterListId = 982, + Iso6391 = "he" + }, + new + { + FilterListId = 983, + Iso6391 = "it" + }, + new + { + FilterListId = 984, + Iso6391 = "fr" + }, + new + { + FilterListId = 985, + Iso6391 = "ja" + }, + new + { + FilterListId = 986, + Iso6391 = "en" + }, + new + { + FilterListId = 987, + Iso6391 = "ar" + }, + new + { + FilterListId = 988, + Iso6391 = "kk" + }, + new + { + FilterListId = 989, + Iso6391 = "en" + }, + new + { + FilterListId = 990, + Iso6391 = "en" + }, + new + { + FilterListId = 991, + Iso6391 = "ar" + }, + new + { + FilterListId = 994, + Iso6391 = "lv" + }, + new + { + FilterListId = 995, + Iso6391 = "ar" + }, + new + { + FilterListId = 996, + Iso6391 = "ar" + }, + new + { + FilterListId = 997, + Iso6391 = "de" + }, + new + { + FilterListId = 998, + Iso6391 = "lt" + }, + new + { + FilterListId = 1000, + Iso6391 = "pt" + }, + new + { + FilterListId = 1001, + Iso6391 = "mk" + }, + new + { + FilterListId = 1002, + Iso6391 = "fr" + }, + new + { + FilterListId = 1004, + Iso6391 = "ms" + }, + new + { + FilterListId = 1005, + Iso6391 = "fr" + }, + new + { + FilterListId = 1007, + Iso6391 = "ar" + }, + new + { + FilterListId = 1009, + Iso6391 = "fr" + }, + new + { + FilterListId = 1010, + Iso6391 = "es" + }, + new + { + FilterListId = 1011, + Iso6391 = "ro" + }, + new + { + FilterListId = 1013, + Iso6391 = "sh" + }, + new + { + FilterListId = 1014, + Iso6391 = "en" + }, + new + { + FilterListId = 1015, + Iso6391 = "ar" + }, + new + { + FilterListId = 1016, + Iso6391 = "pt" + }, + new + { + FilterListId = 1017, + Iso6391 = "en" + }, + new + { + FilterListId = 1020, + Iso6391 = "nl" + }, + new + { + FilterListId = 1021, + Iso6391 = "fr" + }, + new + { + FilterListId = 1022, + Iso6391 = "en" + }, + new + { + FilterListId = 1023, + Iso6391 = "es" + }, + new + { + FilterListId = 1024, + Iso6391 = "fr" + }, + new + { + FilterListId = 1025, + Iso6391 = "en" + }, + new + { + FilterListId = 1026, + Iso6391 = "en" + }, + new + { + FilterListId = 1027, + Iso6391 = "en" + }, + new + { + FilterListId = 1028, + Iso6391 = "en" + }, + new + { + FilterListId = 1029, + Iso6391 = "no" + }, + new + { + FilterListId = 1030, + Iso6391 = "ar" + }, + new + { + FilterListId = 1031, + Iso6391 = "ur" + }, + new + { + FilterListId = 1032, + Iso6391 = "en" + }, + new + { + FilterListId = 1033, + Iso6391 = "ar" + }, + new + { + FilterListId = 1034, + Iso6391 = "es" + }, + new + { + FilterListId = 1035, + Iso6391 = "es" + }, + new + { + FilterListId = 1036, + Iso6391 = "es" + }, + new + { + FilterListId = 1038, + Iso6391 = "en" + }, + new + { + FilterListId = 1039, + Iso6391 = "pl" + }, + new + { + FilterListId = 1040, + Iso6391 = "pt" + }, + new + { + FilterListId = 1041, + Iso6391 = "es" + }, + new + { + FilterListId = 1042, + Iso6391 = "ar" + }, + new + { + FilterListId = 1043, + Iso6391 = "ro" + }, + new + { + FilterListId = 1044, + Iso6391 = "ru" + }, + new + { + FilterListId = 1047, + Iso6391 = "en" + }, + new + { + FilterListId = 1048, + Iso6391 = "en" + }, + new + { + FilterListId = 1049, + Iso6391 = "fr" + }, + new + { + FilterListId = 1050, + Iso6391 = "en" + }, + new + { + FilterListId = 1052, + Iso6391 = "it" + }, + new + { + FilterListId = 1053, + Iso6391 = "pt" + }, + new + { + FilterListId = 1054, + Iso6391 = "ar" + }, + new + { + FilterListId = 1055, + Iso6391 = "fr" + }, + new + { + FilterListId = 1056, + Iso6391 = "sh" + }, + new + { + FilterListId = 1057, + Iso6391 = "en" + }, + new + { + FilterListId = 1058, + Iso6391 = "en" + }, + new + { + FilterListId = 1060, + Iso6391 = "nl" + }, + new + { + FilterListId = 1061, + Iso6391 = "sk" + }, + new + { + FilterListId = 1062, + Iso6391 = "sl" + }, + new + { + FilterListId = 1064, + Iso6391 = "en" + }, + new + { + FilterListId = 1065, + Iso6391 = "en" + }, + new + { + FilterListId = 1066, + Iso6391 = "ko" + }, + new + { + FilterListId = 1067, + Iso6391 = "es" + }, + new + { + FilterListId = 1068, + Iso6391 = "si" + }, + new + { + FilterListId = 1068, + Iso6391 = "ta" + }, + new + { + FilterListId = 1069, + Iso6391 = "ar" + }, + new + { + FilterListId = 1070, + Iso6391 = "nl" + }, + new + { + FilterListId = 1071, + Iso6391 = "sv" + }, + new + { + FilterListId = 1073, + Iso6391 = "ar" + }, + new + { + FilterListId = 1075, + Iso6391 = "fa" + }, + new + { + FilterListId = 1077, + Iso6391 = "th" + }, + new + { + FilterListId = 1079, + Iso6391 = "fr" + }, + new + { + FilterListId = 1080, + Iso6391 = "en" + }, + new + { + FilterListId = 1082, + Iso6391 = "en" + }, + new + { + FilterListId = 1083, + Iso6391 = "ar" + }, + new + { + FilterListId = 1084, + Iso6391 = "tr" + }, + new + { + FilterListId = 1086, + Iso6391 = "en" + }, + new + { + FilterListId = 1087, + Iso6391 = "en" + }, + new + { + FilterListId = 1088, + Iso6391 = "en" + }, + new + { + FilterListId = 1089, + Iso6391 = "uk" + }, + new + { + FilterListId = 1090, + Iso6391 = "ar" + }, + new + { + FilterListId = 1091, + Iso6391 = "en" + }, + new + { + FilterListId = 1092, + Iso6391 = "en" + }, + new + { + FilterListId = 1093, + Iso6391 = "es" + }, + new + { + FilterListId = 1094, + Iso6391 = "uz" + }, + new + { + FilterListId = 1096, + Iso6391 = "es" + }, + new + { + FilterListId = 1097, + Iso6391 = "vi" + }, + new + { + FilterListId = 1098, + Iso6391 = "fr" + }, + new + { + FilterListId = 1099, + Iso6391 = "ar" + }, + new + { + FilterListId = 1100, + Iso6391 = "en" + }, + new + { + FilterListId = 1101, + Iso6391 = "en" + }, + new + { + FilterListId = 1102, + Iso6391 = "bg" + }, + new + { + FilterListId = 1104, + Iso6391 = "ja" + }, + new + { + FilterListId = 1105, + Iso6391 = "ja" + }, + new + { + FilterListId = 1106, + Iso6391 = "ja" + }, + new + { + FilterListId = 1107, + Iso6391 = "it" + }, + new + { + FilterListId = 1108, + Iso6391 = "id" + }, + new + { + FilterListId = 1111, + Iso6391 = "et" + }, + new + { + FilterListId = 1112, + Iso6391 = "fa" + }, + new + { + FilterListId = 1113, + Iso6391 = "ko" + }, + new + { + FilterListId = 1114, + Iso6391 = "fa" + }, + new + { + FilterListId = 1115, + Iso6391 = "pl" + }, + new + { + FilterListId = 1117, + Iso6391 = "pl" + }, + new + { + FilterListId = 1118, + Iso6391 = "en" + }, + new + { + FilterListId = 1123, + Iso6391 = "ja" + }, + new + { + FilterListId = 1124, + Iso6391 = "ja" + }, + new + { + FilterListId = 1128, + Iso6391 = "en" + }, + new + { + FilterListId = 1143, + Iso6391 = "cs" + }, + new + { + FilterListId = 1143, + Iso6391 = "sk" + }, + new + { + FilterListId = 1144, + Iso6391 = "nl" + }, + new + { + FilterListId = 1146, + Iso6391 = "it" + }, + new + { + FilterListId = 1148, + Iso6391 = "ar" + }, + new + { + FilterListId = 1148, + Iso6391 = "fr" + }, + new + { + FilterListId = 1149, + Iso6391 = "th" + }, + new + { + FilterListId = 1153, + Iso6391 = "es" + }, + new + { + FilterListId = 1154, + Iso6391 = "fi" + }, + new + { + FilterListId = 1156, + Iso6391 = "el" + }, + new + { + FilterListId = 1159, + Iso6391 = "hu" + }, + new + { + FilterListId = 1160, + Iso6391 = "tr" + }, + new + { + FilterListId = 1162, + Iso6391 = "ja" + }, + new + { + FilterListId = 1164, + Iso6391 = "tr" + }, + new + { + FilterListId = 1165, + Iso6391 = "lv" + }, + new + { + FilterListId = 1167, + Iso6391 = "ar" + }, + new + { + FilterListId = 1173, + Iso6391 = "ja" + }, + new + { + FilterListId = 1173, + Iso6391 = "zh" + }, + new + { + FilterListId = 1180, + Iso6391 = "pl" + }, + new + { + FilterListId = 1189, + Iso6391 = "ro" + }, + new + { + FilterListId = 1190, + Iso6391 = "ru" + }, + new + { + FilterListId = 1190, + Iso6391 = "uk" + }, + new + { + FilterListId = 1191, + Iso6391 = "ru" + }, + new + { + FilterListId = 1192, + Iso6391 = "ru" + }, + new + { + FilterListId = 1194, + Iso6391 = "sl" + }, + new + { + FilterListId = 1197, + Iso6391 = "da" + }, + new + { + FilterListId = 1214, + Iso6391 = "en" + }, + new + { + FilterListId = 1215, + Iso6391 = "ja" + }, + new + { + FilterListId = 1218, + Iso6391 = "tr" + }, + new + { + FilterListId = 1220, + Iso6391 = "fi" + }, + new + { + FilterListId = 1224, + Iso6391 = "ko" + }, + new + { + FilterListId = 1239, + Iso6391 = "de" + }, + new + { + FilterListId = 1242, + Iso6391 = "de" + }, + new + { + FilterListId = 1242, + Iso6391 = "en" + }, + new + { + FilterListId = 1279, + Iso6391 = "pl" + }, + new + { + FilterListId = 1280, + Iso6391 = "pl" + }, + new + { + FilterListId = 1281, + Iso6391 = "pl" + }, + new + { + FilterListId = 1283, + Iso6391 = "sq" + }, + new + { + FilterListId = 1284, + Iso6391 = "fi" + }, + new + { + FilterListId = 1286, + Iso6391 = "en" + }, + new + { + FilterListId = 1286, + Iso6391 = "fr" + }, + new + { + FilterListId = 1294, + Iso6391 = "fi" + }, + new + { + FilterListId = 1298, + Iso6391 = "zh" + }, + new + { + FilterListId = 1299, + Iso6391 = "zh" + }, + new + { + FilterListId = 1483, + Iso6391 = "ja" + }, + new + { + FilterListId = 1528, + Iso6391 = "az" + }, + new + { + FilterListId = 1528, + Iso6391 = "en" + }, + new + { + FilterListId = 1529, + Iso6391 = "ko" + }, + new + { + FilterListId = 1536, + Iso6391 = "en" + }, + new + { + FilterListId = 1540, + Iso6391 = "pl" + }, + new + { + FilterListId = 1543, + Iso6391 = "ko" + }, + new + { + FilterListId = 1544, + Iso6391 = "pt" + }, + new + { + FilterListId = 1545, + Iso6391 = "fi" + }, + new + { + FilterListId = 1546, + Iso6391 = "fi" + }, + new + { + FilterListId = 1547, + Iso6391 = "bn" + }, + new + { + FilterListId = 1547, + Iso6391 = "gu" + }, + new + { + FilterListId = 1547, + Iso6391 = "hi" + }, + new + { + FilterListId = 1547, + Iso6391 = "ml" + }, + new + { + FilterListId = 1547, + Iso6391 = "ne" + }, + new + { + FilterListId = 1547, + Iso6391 = "pa" + }, + new + { + FilterListId = 1547, + Iso6391 = "ta" + }, + new + { + FilterListId = 1547, + Iso6391 = "te" + }, + new + { + FilterListId = 1548, + Iso6391 = "ca" + }, + new + { + FilterListId = 1548, + Iso6391 = "es" + }, + new + { + FilterListId = 1549, + Iso6391 = "fi" + }, + new + { + FilterListId = 1554, + Iso6391 = "ar" + }, + new + { + FilterListId = 1554, + Iso6391 = "fa" + }, + new + { + FilterListId = 1554, + Iso6391 = "ms" + }, + new + { + FilterListId = 1554, + Iso6391 = "ur" + }, + new + { + FilterListId = 1555, + Iso6391 = "id" + }, + new + { + FilterListId = 1562, + Iso6391 = "en" + }, + new + { + FilterListId = 1562, + Iso6391 = "ru" + }, + new + { + FilterListId = 1563, + Iso6391 = "tr" + }, + new + { + FilterListId = 1566, + Iso6391 = "tr" + }, + new + { + FilterListId = 1568, + Iso6391 = "en" + }, + new + { + FilterListId = 1569, + Iso6391 = "fr" + }, + new + { + FilterListId = 1570, + Iso6391 = "de" + }, + new + { + FilterListId = 1573, + Iso6391 = "zh" + }, + new + { + FilterListId = 1574, + Iso6391 = "en" + }, + new + { + FilterListId = 1574, + Iso6391 = "ru" + }, + new + { + FilterListId = 1581, + Iso6391 = "da" + }, + new + { + FilterListId = 1581, + Iso6391 = "fo" + }, + new + { + FilterListId = 1581, + Iso6391 = "is" + }, + new + { + FilterListId = 1581, + Iso6391 = "kl" + }, + new + { + FilterListId = 1581, + Iso6391 = "no" + }, + new + { + FilterListId = 1581, + Iso6391 = "se" + }, + new + { + FilterListId = 1582, + Iso6391 = "da" + }, + new + { + FilterListId = 1582, + Iso6391 = "fo" + }, + new + { + FilterListId = 1582, + Iso6391 = "is" + }, + new + { + FilterListId = 1582, + Iso6391 = "kl" + }, + new + { + FilterListId = 1582, + Iso6391 = "no" + }, + new + { + FilterListId = 1582, + Iso6391 = "se" + }, + new + { + FilterListId = 1583, + Iso6391 = "da" + }, + new + { + FilterListId = 1583, + Iso6391 = "is" + }, + new + { + FilterListId = 1583, + Iso6391 = "no" + }, + new + { + FilterListId = 1584, + Iso6391 = "da" + }, + new + { + FilterListId = 1584, + Iso6391 = "no" + }, + new + { + FilterListId = 1585, + Iso6391 = "da" + }, + new + { + FilterListId = 1585, + Iso6391 = "no" + }, + new + { + FilterListId = 1593, + Iso6391 = "da" + }, + new + { + FilterListId = 1593, + Iso6391 = "fo" + }, + new + { + FilterListId = 1593, + Iso6391 = "is" + }, + new + { + FilterListId = 1593, + Iso6391 = "kl" + }, + new + { + FilterListId = 1593, + Iso6391 = "no" + }, + new + { + FilterListId = 1593, + Iso6391 = "se" + }, + new + { + FilterListId = 1625, + Iso6391 = "zh" + }, + new + { + FilterListId = 1627, + Iso6391 = "vi" + }, + new + { + FilterListId = 1638, + Iso6391 = "id" + }, + new + { + FilterListId = 1642, + Iso6391 = "th" + }, + new + { + FilterListId = 1656, + Iso6391 = "ru" + }, + new + { + FilterListId = 1658, + Iso6391 = "vi" + }, + new + { + FilterListId = 1666, + Iso6391 = "fr" + }, + new + { + FilterListId = 1667, + Iso6391 = "fr" + }, + new + { + FilterListId = 1669, + Iso6391 = "fa" + }, + new + { + FilterListId = 1670, + Iso6391 = "ko" + }, + new + { + FilterListId = 1671, + Iso6391 = "ro" + }, + new + { + FilterListId = 1672, + Iso6391 = "ro" + }, + new + { + FilterListId = 1702, + Iso6391 = "ja" + }, + new + { + FilterListId = 1703, + Iso6391 = "ko" + }, + new + { + FilterListId = 1704, + Iso6391 = "ko" + }, + new + { + FilterListId = 1706, + Iso6391 = "de" + }, + new + { + FilterListId = 1707, + Iso6391 = "ja" + }, + new + { + FilterListId = 1708, + Iso6391 = "ja" + }, + new + { + FilterListId = 1709, + Iso6391 = "ja" + }, + new + { + FilterListId = 1712, + Iso6391 = "zh" + }, + new + { + FilterListId = 1713, + Iso6391 = "zh" + }, + new + { + FilterListId = 1725, + Iso6391 = "ar" + }, + new + { + FilterListId = 1725, + Iso6391 = "ru" + }, + new + { + FilterListId = 1725, + Iso6391 = "tr" + }, + new + { + FilterListId = 1739, + Iso6391 = "ja" + }, + new + { + FilterListId = 1799, + Iso6391 = "ar" + }, + new + { + FilterListId = 1803, + Iso6391 = "zh" + }, + new + { + FilterListId = 1804, + Iso6391 = "zh" + }, + new + { + FilterListId = 1805, + Iso6391 = "zh" + }, + new + { + FilterListId = 1816, + Iso6391 = "pl" + }, + new + { + FilterListId = 1817, + Iso6391 = "pl" + }, + new + { + FilterListId = 1840, + Iso6391 = "da" + }, + new + { + FilterListId = 1840, + Iso6391 = "no" + }, + new + { + FilterListId = 1841, + Iso6391 = "da" + }, + new + { + FilterListId = 1841, + Iso6391 = "no" + }, + new + { + FilterListId = 1842, + Iso6391 = "da" + }, + new + { + FilterListId = 1842, + Iso6391 = "no" + }, + new + { + FilterListId = 1846, + Iso6391 = "mk" + }, + new + { + FilterListId = 1848, + Iso6391 = "zh" + }, + new + { + FilterListId = 1849, + Iso6391 = "zh" + }, + new + { + FilterListId = 1850, + Iso6391 = "zh" + }, + new + { + FilterListId = 1852, + Iso6391 = "th" + }, + new + { + FilterListId = 1853, + Iso6391 = "th" + }, + new + { + FilterListId = 1857, + Iso6391 = "ja" + }, + new + { + FilterListId = 1858, + Iso6391 = "ja" + }, + new + { + FilterListId = 1859, + Iso6391 = "ja" + }, + new + { + FilterListId = 1860, + Iso6391 = "ja" + }, + new + { + FilterListId = 1861, + Iso6391 = "ja" + }, + new + { + FilterListId = 1862, + Iso6391 = "ja" + }, + new + { + FilterListId = 1863, + Iso6391 = "ja" + }, + new + { + FilterListId = 1864, + Iso6391 = "si" + }, + new + { + FilterListId = 1865, + Iso6391 = "vi" + }, + new + { + FilterListId = 1876, + Iso6391 = "da" + }, + new + { + FilterListId = 1876, + Iso6391 = "no" + }, + new + { + FilterListId = 1877, + Iso6391 = "da" + }, + new + { + FilterListId = 1877, + Iso6391 = "no" + }, + new + { + FilterListId = 1878, + Iso6391 = "da" + }, + new + { + FilterListId = 1878, + Iso6391 = "no" + }, + new + { + FilterListId = 1886, + Iso6391 = "mk" + }, + new + { + FilterListId = 1888, + Iso6391 = "zh" + }, + new + { + FilterListId = 1890, + Iso6391 = "de" + }, + new + { + FilterListId = 1897, + Iso6391 = "fa" + }, + new + { + FilterListId = 1915, + Iso6391 = "ko" + }, + new + { + FilterListId = 1918, + Iso6391 = "zh" + }, + new + { + FilterListId = 1929, + Iso6391 = "no" + }, + new + { + FilterListId = 1932, + Iso6391 = "en" + }, + new + { + FilterListId = 1938, + Iso6391 = "zh" + }, + new + { + FilterListId = 1941, + Iso6391 = "zh" + }, + new + { + FilterListId = 1947, + Iso6391 = "zh" + }, + new + { + FilterListId = 1948, + Iso6391 = "zh" + }, + new + { + FilterListId = 1949, + Iso6391 = "zh" + }, + new + { + FilterListId = 1961, + Iso6391 = "tr" + }, + new + { + FilterListId = 1962, + Iso6391 = "tr" + }, + new + { + FilterListId = 2041, + Iso6391 = "da" + }, + new + { + FilterListId = 2041, + Iso6391 = "no" + }, + new + { + FilterListId = 2043, + Iso6391 = "zh" + }, + new + { + FilterListId = 2044, + Iso6391 = "zh" + }, + new + { + FilterListId = 2045, + Iso6391 = "zh" + }, + new + { + FilterListId = 2046, + Iso6391 = "zh" + }, + new + { + FilterListId = 2079, + Iso6391 = "en" + }, + new + { + FilterListId = 2080, + Iso6391 = "en" + }, + new + { + FilterListId = 2081, + Iso6391 = "ja" + }, + new + { + FilterListId = 2082, + Iso6391 = "ja" + }, + new + { + FilterListId = 2083, + Iso6391 = "ja" + }, + new + { + FilterListId = 2084, + Iso6391 = "en" + }, + new + { + FilterListId = 2085, + Iso6391 = "en" + }, + new + { + FilterListId = 2086, + Iso6391 = "en" + }, + new + { + FilterListId = 2088, + Iso6391 = "en" + }, + new + { + FilterListId = 2089, + Iso6391 = "en" + }, + new + { + FilterListId = 2090, + Iso6391 = "en" + }, + new + { + FilterListId = 2091, + Iso6391 = "ja" + }, + new + { + FilterListId = 2092, + Iso6391 = "ja" + }, + new + { + FilterListId = 2093, + Iso6391 = "ja" + }, + new + { + FilterListId = 2094, + Iso6391 = "ja" + }, + new + { + FilterListId = 2095, + Iso6391 = "ja" + }, + new + { + FilterListId = 2101, + Iso6391 = "zh" + }, + new + { + FilterListId = 2102, + Iso6391 = "zh" + }, + new + { + FilterListId = 2104, + Iso6391 = "zh" + }, + new + { + FilterListId = 2105, + Iso6391 = "zh" + }, + new + { + FilterListId = 2106, + Iso6391 = "zh" + }, + new + { + FilterListId = 2109, + Iso6391 = "zh" + }, + new + { + FilterListId = 2110, + Iso6391 = "zh" + }, + new + { + FilterListId = 2111, + Iso6391 = "zh" + }, + new + { + FilterListId = 2115, + Iso6391 = "bn" + }, + new + { + FilterListId = 2115, + Iso6391 = "gu" + }, + new + { + FilterListId = 2115, + Iso6391 = "hi" + }, + new + { + FilterListId = 2115, + Iso6391 = "ml" + }, + new + { + FilterListId = 2115, + Iso6391 = "ne" + }, + new + { + FilterListId = 2115, + Iso6391 = "pa" + }, + new + { + FilterListId = 2115, + Iso6391 = "ta" + }, + new + { + FilterListId = 2115, + Iso6391 = "te" + }, + new + { + FilterListId = 2117, + Iso6391 = "bn" + }, + new + { + FilterListId = 2117, + Iso6391 = "gu" + }, + new + { + FilterListId = 2117, + Iso6391 = "hi" + }, + new + { + FilterListId = 2117, + Iso6391 = "ml" + }, + new + { + FilterListId = 2117, + Iso6391 = "ne" + }, + new + { + FilterListId = 2117, + Iso6391 = "pa" + }, + new + { + FilterListId = 2117, + Iso6391 = "ta" + }, + new + { + FilterListId = 2117, + Iso6391 = "te" + }, + new + { + FilterListId = 2118, + Iso6391 = "ko" + }, + new + { + FilterListId = 2119, + Iso6391 = "ko" + }, + new + { + FilterListId = 2120, + Iso6391 = "pt" + }, + new + { + FilterListId = 2121, + Iso6391 = "pt" + }, + new + { + FilterListId = 2122, + Iso6391 = "vi" + }, + new + { + FilterListId = 2123, + Iso6391 = "vi" + }, + new + { + FilterListId = 2124, + Iso6391 = "id" + }, + new + { + FilterListId = 2126, + Iso6391 = "ru" + }, + new + { + FilterListId = 2127, + Iso6391 = "ru" + }, + new + { + FilterListId = 2128, + Iso6391 = "ru" + }, + new + { + FilterListId = 2129, + Iso6391 = "ru" + }, + new + { + FilterListId = 2130, + Iso6391 = "ru" + }, + new + { + FilterListId = 2131, + Iso6391 = "ru" + }, + new + { + FilterListId = 2132, + Iso6391 = "ko" + }, + new + { + FilterListId = 2133, + Iso6391 = "id" + }, + new + { + FilterListId = 2135, + Iso6391 = "hu" + }, + new + { + FilterListId = 2136, + Iso6391 = "id" + }, + new + { + FilterListId = 2138, + Iso6391 = "ro" + }, + new + { + FilterListId = 2139, + Iso6391 = "ro" + }, + new + { + FilterListId = 2149, + Iso6391 = "pl" + }, + new + { + FilterListId = 2150, + Iso6391 = "pl" + }, + new + { + FilterListId = 2158, + Iso6391 = "da" + }, + new + { + FilterListId = 2185, + Iso6391 = "be" + }, + new + { + FilterListId = 2185, + Iso6391 = "kk" + }, + new + { + FilterListId = 2185, + Iso6391 = "ru" + }, + new + { + FilterListId = 2185, + Iso6391 = "uk" + }, + new + { + FilterListId = 2187, + Iso6391 = "ar" + }, + new + { + FilterListId = 2187, + Iso6391 = "fr" + }, + new + { + FilterListId = 2188, + Iso6391 = "zh" + }, + new + { + FilterListId = 2189, + Iso6391 = "be" + }, + new + { + FilterListId = 2189, + Iso6391 = "kk" + }, + new + { + FilterListId = 2189, + Iso6391 = "ru" + }, + new + { + FilterListId = 2189, + Iso6391 = "uk" + }, + new + { + FilterListId = 2189, + Iso6391 = "uz" + }, + new + { + FilterListId = 2194, + Iso6391 = "ru" + }, + new + { + FilterListId = 2200, + Iso6391 = "tr" + }, + new + { + FilterListId = 2201, + Iso6391 = "pt" + }, + new + { + FilterListId = 2202, + Iso6391 = "es" + }, + new + { + FilterListId = 2204, + Iso6391 = "be" + }, + new + { + FilterListId = 2204, + Iso6391 = "kk" + }, + new + { + FilterListId = 2204, + Iso6391 = "ru" + }, + new + { + FilterListId = 2204, + Iso6391 = "uk" + }, + new + { + FilterListId = 2207, + Iso6391 = "ja" + }, + new + { + FilterListId = 2208, + Iso6391 = "de" + }, + new + { + FilterListId = 2210, + Iso6391 = "az" + }, + new + { + FilterListId = 2210, + Iso6391 = "en" + }, + new + { + FilterListId = 2211, + Iso6391 = "nl" + }, + new + { + FilterListId = 2213, + Iso6391 = "fr" + }, + new + { + FilterListId = 2214, + Iso6391 = "az" + }, + new + { + FilterListId = 2214, + Iso6391 = "en" + }, + new + { + FilterListId = 2230, + Iso6391 = "id" + }, + new + { + FilterListId = 2230, + Iso6391 = "ms" + }, + new + { + FilterListId = 2231, + Iso6391 = "vi" + }, + new + { + FilterListId = 2232, + Iso6391 = "ru" + }, + new + { + FilterListId = 2232, + Iso6391 = "uk" + }, + new + { + FilterListId = 2233, + Iso6391 = "bg" + }, + new + { + FilterListId = 2235, + Iso6391 = "zh" + }, + new + { + FilterListId = 2236, + Iso6391 = "sk" + }, + new + { + FilterListId = 2237, + Iso6391 = "nl" + }, + new + { + FilterListId = 2238, + Iso6391 = "de" + }, + new + { + FilterListId = 2239, + Iso6391 = "it" + }, + new + { + FilterListId = 2240, + Iso6391 = "lt" + }, + new + { + FilterListId = 2241, + Iso6391 = "pl" + }, + new + { + FilterListId = 2242, + Iso6391 = "pt" + }, + new + { + FilterListId = 2243, + Iso6391 = "es" + }, + new + { + FilterListId = 2246, + Iso6391 = "bn" + }, + new + { + FilterListId = 2246, + Iso6391 = "gu" + }, + new + { + FilterListId = 2246, + Iso6391 = "hi" + }, + new + { + FilterListId = 2246, + Iso6391 = "ml" + }, + new + { + FilterListId = 2246, + Iso6391 = "ne" + }, + new + { + FilterListId = 2246, + Iso6391 = "pa" + }, + new + { + FilterListId = 2246, + Iso6391 = "ta" + }, + new + { + FilterListId = 2246, + Iso6391 = "te" + }, + new + { + FilterListId = 2247, + Iso6391 = "he" + }, + new + { + FilterListId = 2248, + Iso6391 = "lv" + }, + new + { + FilterListId = 2249, + Iso6391 = "ar" + }, + new + { + FilterListId = 2250, + Iso6391 = "ar" + }, + new + { + FilterListId = 2250, + Iso6391 = "fr" + }, + new + { + FilterListId = 2251, + Iso6391 = "id" + }, + new + { + FilterListId = 2251, + Iso6391 = "ms" + }, + new + { + FilterListId = 2251, + Iso6391 = "ro" + }, + new + { + FilterListId = 2252, + Iso6391 = "zh" + }, + new + { + FilterListId = 2253, + Iso6391 = "id" + }, + new + { + FilterListId = 2254, + Iso6391 = "vi" + }, + new + { + FilterListId = 2255, + Iso6391 = "ru" + }, + new + { + FilterListId = 2255, + Iso6391 = "uk" + }, + new + { + FilterListId = 2256, + Iso6391 = "bg" + }, + new + { + FilterListId = 2258, + Iso6391 = "zh" + }, + new + { + FilterListId = 2259, + Iso6391 = "sk" + }, + new + { + FilterListId = 2260, + Iso6391 = "nl" + }, + new + { + FilterListId = 2261, + Iso6391 = "de" + }, + new + { + FilterListId = 2262, + Iso6391 = "it" + }, + new + { + FilterListId = 2263, + Iso6391 = "lt" + }, + new + { + FilterListId = 2264, + Iso6391 = "pl" + }, + new + { + FilterListId = 2265, + Iso6391 = "pt" + }, + new + { + FilterListId = 2266, + Iso6391 = "es" + }, + new + { + FilterListId = 2269, + Iso6391 = "bn" + }, + new + { + FilterListId = 2269, + Iso6391 = "gu" + }, + new + { + FilterListId = 2269, + Iso6391 = "hi" + }, + new + { + FilterListId = 2269, + Iso6391 = "ml" + }, + new + { + FilterListId = 2269, + Iso6391 = "ne" + }, + new + { + FilterListId = 2269, + Iso6391 = "pa" + }, + new + { + FilterListId = 2269, + Iso6391 = "ta" + }, + new + { + FilterListId = 2269, + Iso6391 = "te" + }, + new + { + FilterListId = 2270, + Iso6391 = "he" + }, + new + { + FilterListId = 2271, + Iso6391 = "lv" + }, + new + { + FilterListId = 2272, + Iso6391 = "ar" + }, + new + { + FilterListId = 2273, + Iso6391 = "ar" + }, + new + { + FilterListId = 2273, + Iso6391 = "fr" + }, + new + { + FilterListId = 2274, + Iso6391 = "ro" + }, + new + { + FilterListId = 2275, + Iso6391 = "zh" + }, + new + { + FilterListId = 2276, + Iso6391 = "zh" + }, + new + { + FilterListId = 2278, + Iso6391 = "de" + }, + new + { + FilterListId = 2282, + Iso6391 = "ja" + }, + new + { + FilterListId = 2286, + Iso6391 = "da" + }, + new + { + FilterListId = 2286, + Iso6391 = "fo" + }, + new + { + FilterListId = 2286, + Iso6391 = "is" + }, + new + { + FilterListId = 2286, + Iso6391 = "kl" + }, + new + { + FilterListId = 2286, + Iso6391 = "no" + }, + new + { + FilterListId = 2286, + Iso6391 = "se" + }, + new + { + FilterListId = 2289, + Iso6391 = "id" + }, + new + { + FilterListId = 2292, + Iso6391 = "zh" + }, + new + { + FilterListId = 2321, + Iso6391 = "zh" + }, + new + { + FilterListId = 2322, + Iso6391 = "zh" + }, + new + { + FilterListId = 2329, + Iso6391 = "en" + }, + new + { + FilterListId = 2330, + Iso6391 = "en" + }, + new + { + FilterListId = 2331, + Iso6391 = "en" + }, + new + { + FilterListId = 2340, + Iso6391 = "zh" + }, + new + { + FilterListId = 2353, + Iso6391 = "zh" + }, + new + { + FilterListId = 2356, + Iso6391 = "zh" + }, + new + { + FilterListId = 2357, + Iso6391 = "zh" + }, + new + { + FilterListId = 2358, + Iso6391 = "zh" + }, + new + { + FilterListId = 2359, + Iso6391 = "zh" + }, + new + { + FilterListId = 2360, + Iso6391 = "zh" + }, + new + { + FilterListId = 2361, + Iso6391 = "zh" + }, + new + { + FilterListId = 2362, + Iso6391 = "zh" + }, + new + { + FilterListId = 2363, + Iso6391 = "zh" + }, + new + { + FilterListId = 2364, + Iso6391 = "zh" + }, + new + { + FilterListId = 2365, + Iso6391 = "zh" + }, + new + { + FilterListId = 2368, + Iso6391 = "zh" + }, + new + { + FilterListId = 2370, + Iso6391 = "zh" + }, + new + { + FilterListId = 2371, + Iso6391 = "zh" + }, + new + { + FilterListId = 2372, + Iso6391 = "zh" + }, + new + { + FilterListId = 2374, + Iso6391 = "no" + }, + new + { + FilterListId = 2377, + Iso6391 = "da" + }, + new + { + FilterListId = 2377, + Iso6391 = "fo" + }, + new + { + FilterListId = 2377, + Iso6391 = "is" + }, + new + { + FilterListId = 2377, + Iso6391 = "kl" + }, + new + { + FilterListId = 2377, + Iso6391 = "no" + }, + new + { + FilterListId = 2377, + Iso6391 = "se" + }, + new + { + FilterListId = 2378, + Iso6391 = "da" + }, + new + { + FilterListId = 2378, + Iso6391 = "fo" + }, + new + { + FilterListId = 2378, + Iso6391 = "is" + }, + new + { + FilterListId = 2378, + Iso6391 = "kl" + }, + new + { + FilterListId = 2378, + Iso6391 = "no" + }, + new + { + FilterListId = 2378, + Iso6391 = "se" + }, + new + { + FilterListId = 2380, + Iso6391 = "zh" + }, + new + { + FilterListId = 2381, + Iso6391 = "zh" + }, + new + { + FilterListId = 2391, + Iso6391 = "ja" + }, + new + { + FilterListId = 2403, + Iso6391 = "da" + }, + new + { + FilterListId = 2403, + Iso6391 = "no" + }, + new + { + FilterListId = 2405, + Iso6391 = "sv" + }, + new + { + FilterListId = 2407, + Iso6391 = "en" + }, + new + { + FilterListId = 2408, + Iso6391 = "fr" + }, + new + { + FilterListId = 2409, + Iso6391 = "ru" + }, + new + { + FilterListId = 2413, + Iso6391 = "zh" + }, + new + { + FilterListId = 2414, + Iso6391 = "zh" + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterListMaintainer", b => + { + b.Property("FilterListId") + .HasColumnType("integer"); + + b.Property("MaintainerId") + .HasColumnType("integer"); + + b.HasKey("FilterListId", "MaintainerId"); + + b.HasIndex("MaintainerId"); + + b.ToTable("FilterListMaintainers"); + + b.HasData( + new + { + FilterListId = 1, + MaintainerId = 2 + }, + new + { + FilterListId = 2, + MaintainerId = 3 + }, + new + { + FilterListId = 3, + MaintainerId = 4 + }, + new + { + FilterListId = 4, + MaintainerId = 5 + }, + new + { + FilterListId = 5, + MaintainerId = 6 + }, + new + { + FilterListId = 6, + MaintainerId = 8 + }, + new + { + FilterListId = 10, + MaintainerId = 10 + }, + new + { + FilterListId = 11, + MaintainerId = 7 + }, + new + { + FilterListId = 11, + MaintainerId = 11 + }, + new + { + FilterListId = 11, + MaintainerId = 12 + }, + new + { + FilterListId = 11, + MaintainerId = 13 + }, + new + { + FilterListId = 12, + MaintainerId = 11 + }, + new + { + FilterListId = 12, + MaintainerId = 12 + }, + new + { + FilterListId = 12, + MaintainerId = 13 + }, + new + { + FilterListId = 13, + MaintainerId = 7 + }, + new + { + FilterListId = 13, + MaintainerId = 12 + }, + new + { + FilterListId = 13, + MaintainerId = 13 + }, + new + { + FilterListId = 14, + MaintainerId = 12 + }, + new + { + FilterListId = 14, + MaintainerId = 13 + }, + new + { + FilterListId = 16, + MaintainerId = 18 + }, + new + { + FilterListId = 17, + MaintainerId = 19 + }, + new + { + FilterListId = 18, + MaintainerId = 20 + }, + new + { + FilterListId = 19, + MaintainerId = 21 + }, + new + { + FilterListId = 20, + MaintainerId = 22 + }, + new + { + FilterListId = 27, + MaintainerId = 24 + }, + new + { + FilterListId = 30, + MaintainerId = 34 + }, + new + { + FilterListId = 32, + MaintainerId = 91 + }, + new + { + FilterListId = 39, + MaintainerId = 102 + }, + new + { + FilterListId = 56, + MaintainerId = 7 + }, + new + { + FilterListId = 56, + MaintainerId = 102 + }, + new + { + FilterListId = 60, + MaintainerId = 34 + }, + new + { + FilterListId = 61, + MaintainerId = 34 + }, + new + { + FilterListId = 71, + MaintainerId = 136 + }, + new + { + FilterListId = 78, + MaintainerId = 93 + }, + new + { + FilterListId = 79, + MaintainerId = 93 + }, + new + { + FilterListId = 80, + MaintainerId = 93 + }, + new + { + FilterListId = 81, + MaintainerId = 85 + }, + new + { + FilterListId = 84, + MaintainerId = 32 + }, + new + { + FilterListId = 87, + MaintainerId = 57 + }, + new + { + FilterListId = 88, + MaintainerId = 57 + }, + new + { + FilterListId = 89, + MaintainerId = 57 + }, + new + { + FilterListId = 90, + MaintainerId = 57 + }, + new + { + FilterListId = 91, + MaintainerId = 57 + }, + new + { + FilterListId = 93, + MaintainerId = 93 + }, + new + { + FilterListId = 95, + MaintainerId = 93 + }, + new + { + FilterListId = 96, + MaintainerId = 93 + }, + new + { + FilterListId = 97, + MaintainerId = 6 + }, + new + { + FilterListId = 98, + MaintainerId = 6 + }, + new + { + FilterListId = 102, + MaintainerId = 94 + }, + new + { + FilterListId = 103, + MaintainerId = 93 + }, + new + { + FilterListId = 104, + MaintainerId = 93 + }, + new + { + FilterListId = 105, + MaintainerId = 93 + }, + new + { + FilterListId = 106, + MaintainerId = 93 + }, + new + { + FilterListId = 107, + MaintainerId = 93 + }, + new + { + FilterListId = 108, + MaintainerId = 93 + }, + new + { + FilterListId = 109, + MaintainerId = 93 + }, + new + { + FilterListId = 110, + MaintainerId = 93 + }, + new + { + FilterListId = 111, + MaintainerId = 93 + }, + new + { + FilterListId = 112, + MaintainerId = 93 + }, + new + { + FilterListId = 115, + MaintainerId = 129 + }, + new + { + FilterListId = 116, + MaintainerId = 96 + }, + new + { + FilterListId = 117, + MaintainerId = 7 + }, + new + { + FilterListId = 117, + MaintainerId = 96 + }, + new + { + FilterListId = 118, + MaintainerId = 96 + }, + new + { + FilterListId = 131, + MaintainerId = 92 + }, + new + { + FilterListId = 132, + MaintainerId = 92 + }, + new + { + FilterListId = 133, + MaintainerId = 7 + }, + new + { + FilterListId = 133, + MaintainerId = 92 + }, + new + { + FilterListId = 134, + MaintainerId = 92 + }, + new + { + FilterListId = 135, + MaintainerId = 129 + }, + new + { + FilterListId = 136, + MaintainerId = 68 + }, + new + { + FilterListId = 137, + MaintainerId = 93 + }, + new + { + FilterListId = 150, + MaintainerId = 92 + }, + new + { + FilterListId = 155, + MaintainerId = 46 + }, + new + { + FilterListId = 156, + MaintainerId = 46 + }, + new + { + FilterListId = 157, + MaintainerId = 46 + }, + new + { + FilterListId = 158, + MaintainerId = 46 + }, + new + { + FilterListId = 159, + MaintainerId = 46 + }, + new + { + FilterListId = 160, + MaintainerId = 46 + }, + new + { + FilterListId = 161, + MaintainerId = 46 + }, + new + { + FilterListId = 162, + MaintainerId = 46 + }, + new + { + FilterListId = 163, + MaintainerId = 46 + }, + new + { + FilterListId = 164, + MaintainerId = 46 + }, + new + { + FilterListId = 165, + MaintainerId = 46 + }, + new + { + FilterListId = 166, + MaintainerId = 46 + }, + new + { + FilterListId = 167, + MaintainerId = 46 + }, + new + { + FilterListId = 168, + MaintainerId = 46 + }, + new + { + FilterListId = 169, + MaintainerId = 46 + }, + new + { + FilterListId = 170, + MaintainerId = 7 + }, + new + { + FilterListId = 173, + MaintainerId = 86 + }, + new + { + FilterListId = 177, + MaintainerId = 78 + }, + new + { + FilterListId = 184, + MaintainerId = 14 + }, + new + { + FilterListId = 185, + MaintainerId = 86 + }, + new + { + FilterListId = 186, + MaintainerId = 86 + }, + new + { + FilterListId = 187, + MaintainerId = 86 + }, + new + { + FilterListId = 188, + MaintainerId = 86 + }, + new + { + FilterListId = 189, + MaintainerId = 86 + }, + new + { + FilterListId = 190, + MaintainerId = 85 + }, + new + { + FilterListId = 191, + MaintainerId = 85 + }, + new + { + FilterListId = 192, + MaintainerId = 85 + }, + new + { + FilterListId = 197, + MaintainerId = 7 + }, + new + { + FilterListId = 199, + MaintainerId = 133 + }, + new + { + FilterListId = 200, + MaintainerId = 133 + }, + new + { + FilterListId = 201, + MaintainerId = 133 + }, + new + { + FilterListId = 202, + MaintainerId = 95 + }, + new + { + FilterListId = 203, + MaintainerId = 95 + }, + new + { + FilterListId = 204, + MaintainerId = 95 + }, + new + { + FilterListId = 205, + MaintainerId = 95 + }, + new + { + FilterListId = 207, + MaintainerId = 47 + }, + new + { + FilterListId = 212, + MaintainerId = 85 + }, + new + { + FilterListId = 214, + MaintainerId = 7 + }, + new + { + FilterListId = 216, + MaintainerId = 32 + }, + new + { + FilterListId = 223, + MaintainerId = 32 + }, + new + { + FilterListId = 224, + MaintainerId = 32 + }, + new + { + FilterListId = 227, + MaintainerId = 6 + }, + new + { + FilterListId = 229, + MaintainerId = 6 + }, + new + { + FilterListId = 233, + MaintainerId = 6 + }, + new + { + FilterListId = 235, + MaintainerId = 6 + }, + new + { + FilterListId = 236, + MaintainerId = 6 + }, + new + { + FilterListId = 239, + MaintainerId = 7 + }, + new + { + FilterListId = 240, + MaintainerId = 7 + }, + new + { + FilterListId = 241, + MaintainerId = 7 + }, + new + { + FilterListId = 242, + MaintainerId = 7 + }, + new + { + FilterListId = 243, + MaintainerId = 7 + }, + new + { + FilterListId = 244, + MaintainerId = 7 + }, + new + { + FilterListId = 247, + MaintainerId = 14 + }, + new + { + FilterListId = 248, + MaintainerId = 7 + }, + new + { + FilterListId = 248, + MaintainerId = 22 + }, + new + { + FilterListId = 248, + MaintainerId = 99 + }, + new + { + FilterListId = 248, + MaintainerId = 147 + }, + new + { + FilterListId = 249, + MaintainerId = 14 + }, + new + { + FilterListId = 250, + MaintainerId = 14 + }, + new + { + FilterListId = 254, + MaintainerId = 14 + }, + new + { + FilterListId = 255, + MaintainerId = 14 + }, + new + { + FilterListId = 256, + MaintainerId = 14 + }, + new + { + FilterListId = 257, + MaintainerId = 14 + }, + new + { + FilterListId = 258, + MaintainerId = 14 + }, + new + { + FilterListId = 259, + MaintainerId = 14 + }, + new + { + FilterListId = 260, + MaintainerId = 14 + }, + new + { + FilterListId = 261, + MaintainerId = 14 + }, + new + { + FilterListId = 262, + MaintainerId = 14 + }, + new + { + FilterListId = 263, + MaintainerId = 14 + }, + new + { + FilterListId = 264, + MaintainerId = 14 + }, + new + { + FilterListId = 265, + MaintainerId = 14 + }, + new + { + FilterListId = 266, + MaintainerId = 14 + }, + new + { + FilterListId = 267, + MaintainerId = 22 + }, + new + { + FilterListId = 267, + MaintainerId = 99 + }, + new + { + FilterListId = 267, + MaintainerId = 147 + }, + new + { + FilterListId = 269, + MaintainerId = 7 + }, + new + { + FilterListId = 270, + MaintainerId = 88 + }, + new + { + FilterListId = 271, + MaintainerId = 88 + }, + new + { + FilterListId = 272, + MaintainerId = 45 + }, + new + { + FilterListId = 274, + MaintainerId = 45 + }, + new + { + FilterListId = 275, + MaintainerId = 45 + }, + new + { + FilterListId = 283, + MaintainerId = 7 + }, + new + { + FilterListId = 283, + MaintainerId = 100 + }, + new + { + FilterListId = 284, + MaintainerId = 100 + }, + new + { + FilterListId = 285, + MaintainerId = 88 + }, + new + { + FilterListId = 286, + MaintainerId = 88 + }, + new + { + FilterListId = 287, + MaintainerId = 88 + }, + new + { + FilterListId = 288, + MaintainerId = 88 + }, + new + { + FilterListId = 289, + MaintainerId = 7 + }, + new + { + FilterListId = 290, + MaintainerId = 7 + }, + new + { + FilterListId = 290, + MaintainerId = 97 + }, + new + { + FilterListId = 291, + MaintainerId = 97 + }, + new + { + FilterListId = 292, + MaintainerId = 7 + }, + new + { + FilterListId = 293, + MaintainerId = 7 + }, + new + { + FilterListId = 294, + MaintainerId = 7 + }, + new + { + FilterListId = 295, + MaintainerId = 7 + }, + new + { + FilterListId = 297, + MaintainerId = 7 + }, + new + { + FilterListId = 297, + MaintainerId = 52 + }, + new + { + FilterListId = 299, + MaintainerId = 7 + }, + new + { + FilterListId = 299, + MaintainerId = 98 + }, + new + { + FilterListId = 300, + MaintainerId = 98 + }, + new + { + FilterListId = 301, + MaintainerId = 7 + }, + new + { + FilterListId = 302, + MaintainerId = 79 + }, + new + { + FilterListId = 303, + MaintainerId = 88 + }, + new + { + FilterListId = 304, + MaintainerId = 88 + }, + new + { + FilterListId = 305, + MaintainerId = 52 + }, + new + { + FilterListId = 306, + MaintainerId = 6 + }, + new + { + FilterListId = 307, + MaintainerId = 20 + }, + new + { + FilterListId = 308, + MaintainerId = 21 + }, + new + { + FilterListId = 309, + MaintainerId = 25 + }, + new + { + FilterListId = 311, + MaintainerId = 26 + }, + new + { + FilterListId = 312, + MaintainerId = 26 + }, + new + { + FilterListId = 313, + MaintainerId = 26 + }, + new + { + FilterListId = 315, + MaintainerId = 28 + }, + new + { + FilterListId = 316, + MaintainerId = 29 + }, + new + { + FilterListId = 317, + MaintainerId = 30 + }, + new + { + FilterListId = 318, + MaintainerId = 30 + }, + new + { + FilterListId = 319, + MaintainerId = 30 + }, + new + { + FilterListId = 320, + MaintainerId = 30 + }, + new + { + FilterListId = 321, + MaintainerId = 30 + }, + new + { + FilterListId = 322, + MaintainerId = 30 + }, + new + { + FilterListId = 323, + MaintainerId = 30 + }, + new + { + FilterListId = 324, + MaintainerId = 31 + }, + new + { + FilterListId = 325, + MaintainerId = 35 + }, + new + { + FilterListId = 327, + MaintainerId = 22 + }, + new + { + FilterListId = 330, + MaintainerId = 38 + }, + new + { + FilterListId = 331, + MaintainerId = 38 + }, + new + { + FilterListId = 332, + MaintainerId = 38 + }, + new + { + FilterListId = 333, + MaintainerId = 39 + }, + new + { + FilterListId = 334, + MaintainerId = 40 + }, + new + { + FilterListId = 335, + MaintainerId = 41 + }, + new + { + FilterListId = 336, + MaintainerId = 42 + }, + new + { + FilterListId = 337, + MaintainerId = 42 + }, + new + { + FilterListId = 338, + MaintainerId = 42 + }, + new + { + FilterListId = 339, + MaintainerId = 43 + }, + new + { + FilterListId = 340, + MaintainerId = 43 + }, + new + { + FilterListId = 341, + MaintainerId = 32 + }, + new + { + FilterListId = 342, + MaintainerId = 70 + }, + new + { + FilterListId = 343, + MaintainerId = 32 + }, + new + { + FilterListId = 344, + MaintainerId = 70 + }, + new + { + FilterListId = 345, + MaintainerId = 32 + }, + new + { + FilterListId = 346, + MaintainerId = 32 + }, + new + { + FilterListId = 347, + MaintainerId = 32 + }, + new + { + FilterListId = 348, + MaintainerId = 44 + }, + new + { + FilterListId = 349, + MaintainerId = 34 + }, + new + { + FilterListId = 350, + MaintainerId = 46 + }, + new + { + FilterListId = 352, + MaintainerId = 48 + }, + new + { + FilterListId = 353, + MaintainerId = 48 + }, + new + { + FilterListId = 354, + MaintainerId = 48 + }, + new + { + FilterListId = 355, + MaintainerId = 48 + }, + new + { + FilterListId = 356, + MaintainerId = 48 + }, + new + { + FilterListId = 357, + MaintainerId = 49 + }, + new + { + FilterListId = 358, + MaintainerId = 49 + }, + new + { + FilterListId = 359, + MaintainerId = 49 + }, + new + { + FilterListId = 360, + MaintainerId = 49 + }, + new + { + FilterListId = 361, + MaintainerId = 49 + }, + new + { + FilterListId = 362, + MaintainerId = 49 + }, + new + { + FilterListId = 363, + MaintainerId = 49 + }, + new + { + FilterListId = 367, + MaintainerId = 51 + }, + new + { + FilterListId = 368, + MaintainerId = 51 + }, + new + { + FilterListId = 369, + MaintainerId = 52 + }, + new + { + FilterListId = 370, + MaintainerId = 52 + }, + new + { + FilterListId = 372, + MaintainerId = 53 + }, + new + { + FilterListId = 373, + MaintainerId = 53 + }, + new + { + FilterListId = 374, + MaintainerId = 53 + }, + new + { + FilterListId = 375, + MaintainerId = 54 + }, + new + { + FilterListId = 376, + MaintainerId = 55 + }, + new + { + FilterListId = 377, + MaintainerId = 56 + }, + new + { + FilterListId = 378, + MaintainerId = 56 + }, + new + { + FilterListId = 379, + MaintainerId = 57 + }, + new + { + FilterListId = 380, + MaintainerId = 58 + }, + new + { + FilterListId = 381, + MaintainerId = 59 + }, + new + { + FilterListId = 385, + MaintainerId = 22 + }, + new + { + FilterListId = 388, + MaintainerId = 22 + }, + new + { + FilterListId = 390, + MaintainerId = 34 + }, + new + { + FilterListId = 391, + MaintainerId = 22 + }, + new + { + FilterListId = 392, + MaintainerId = 22 + }, + new + { + FilterListId = 393, + MaintainerId = 22 + }, + new + { + FilterListId = 395, + MaintainerId = 62 + }, + new + { + FilterListId = 399, + MaintainerId = 64 + }, + new + { + FilterListId = 400, + MaintainerId = 69 + }, + new + { + FilterListId = 401, + MaintainerId = 69 + }, + new + { + FilterListId = 403, + MaintainerId = 64 + }, + new + { + FilterListId = 405, + MaintainerId = 57 + }, + new + { + FilterListId = 410, + MaintainerId = 57 + }, + new + { + FilterListId = 412, + MaintainerId = 66 + }, + new + { + FilterListId = 413, + MaintainerId = 66 + }, + new + { + FilterListId = 414, + MaintainerId = 66 + }, + new + { + FilterListId = 415, + MaintainerId = 66 + }, + new + { + FilterListId = 416, + MaintainerId = 66 + }, + new + { + FilterListId = 419, + MaintainerId = 125 + }, + new + { + FilterListId = 420, + MaintainerId = 125 + }, + new + { + FilterListId = 426, + MaintainerId = 124 + }, + new + { + FilterListId = 429, + MaintainerId = 68 + }, + new + { + FilterListId = 430, + MaintainerId = 22 + }, + new + { + FilterListId = 431, + MaintainerId = 22 + }, + new + { + FilterListId = 432, + MaintainerId = 22 + }, + new + { + FilterListId = 433, + MaintainerId = 22 + }, + new + { + FilterListId = 434, + MaintainerId = 22 + }, + new + { + FilterListId = 436, + MaintainerId = 64 + }, + new + { + FilterListId = 437, + MaintainerId = 71 + }, + new + { + FilterListId = 446, + MaintainerId = 153 + }, + new + { + FilterListId = 447, + MaintainerId = 127 + }, + new + { + FilterListId = 448, + MaintainerId = 127 + }, + new + { + FilterListId = 449, + MaintainerId = 105 + }, + new + { + FilterListId = 450, + MaintainerId = 105 + }, + new + { + FilterListId = 451, + MaintainerId = 105 + }, + new + { + FilterListId = 467, + MaintainerId = 128 + }, + new + { + FilterListId = 468, + MaintainerId = 128 + }, + new + { + FilterListId = 469, + MaintainerId = 128 + }, + new + { + FilterListId = 472, + MaintainerId = 90 + }, + new + { + FilterListId = 473, + MaintainerId = 90 + }, + new + { + FilterListId = 474, + MaintainerId = 90 + }, + new + { + FilterListId = 475, + MaintainerId = 90 + }, + new + { + FilterListId = 476, + MaintainerId = 90 + }, + new + { + FilterListId = 477, + MaintainerId = 90 + }, + new + { + FilterListId = 478, + MaintainerId = 90 + }, + new + { + FilterListId = 479, + MaintainerId = 7 + }, + new + { + FilterListId = 481, + MaintainerId = 84 + }, + new + { + FilterListId = 482, + MaintainerId = 84 + }, + new + { + FilterListId = 483, + MaintainerId = 84 + }, + new + { + FilterListId = 484, + MaintainerId = 84 + }, + new + { + FilterListId = 485, + MaintainerId = 84 + }, + new + { + FilterListId = 486, + MaintainerId = 84 + }, + new + { + FilterListId = 487, + MaintainerId = 84 + }, + new + { + FilterListId = 504, + MaintainerId = 22 + }, + new + { + FilterListId = 505, + MaintainerId = 22 + }, + new + { + FilterListId = 506, + MaintainerId = 6 + }, + new + { + FilterListId = 507, + MaintainerId = 7 + }, + new + { + FilterListId = 508, + MaintainerId = 34 + }, + new + { + FilterListId = 509, + MaintainerId = 72 + }, + new + { + FilterListId = 510, + MaintainerId = 73 + }, + new + { + FilterListId = 512, + MaintainerId = 75 + }, + new + { + FilterListId = 513, + MaintainerId = 76 + }, + new + { + FilterListId = 514, + MaintainerId = 77 + }, + new + { + FilterListId = 515, + MaintainerId = 78 + }, + new + { + FilterListId = 516, + MaintainerId = 78 + }, + new + { + FilterListId = 517, + MaintainerId = 78 + }, + new + { + FilterListId = 518, + MaintainerId = 79 + }, + new + { + FilterListId = 519, + MaintainerId = 79 + }, + new + { + FilterListId = 520, + MaintainerId = 79 + }, + new + { + FilterListId = 521, + MaintainerId = 80 + }, + new + { + FilterListId = 522, + MaintainerId = 80 + }, + new + { + FilterListId = 525, + MaintainerId = 81 + }, + new + { + FilterListId = 526, + MaintainerId = 81 + }, + new + { + FilterListId = 564, + MaintainerId = 14 + }, + new + { + FilterListId = 565, + MaintainerId = 82 + }, + new + { + FilterListId = 566, + MaintainerId = 15 + }, + new + { + FilterListId = 569, + MaintainerId = 15 + }, + new + { + FilterListId = 570, + MaintainerId = 15 + }, + new + { + FilterListId = 573, + MaintainerId = 15 + }, + new + { + FilterListId = 574, + MaintainerId = 15 + }, + new + { + FilterListId = 575, + MaintainerId = 15 + }, + new + { + FilterListId = 583, + MaintainerId = 15 + }, + new + { + FilterListId = 585, + MaintainerId = 15 + }, + new + { + FilterListId = 586, + MaintainerId = 15 + }, + new + { + FilterListId = 589, + MaintainerId = 137 + }, + new + { + FilterListId = 590, + MaintainerId = 137 + }, + new + { + FilterListId = 591, + MaintainerId = 137 + }, + new + { + FilterListId = 592, + MaintainerId = 137 + }, + new + { + FilterListId = 595, + MaintainerId = 139 + }, + new + { + FilterListId = 596, + MaintainerId = 139 + }, + new + { + FilterListId = 601, + MaintainerId = 38 + }, + new + { + FilterListId = 602, + MaintainerId = 38 + }, + new + { + FilterListId = 603, + MaintainerId = 22 + }, + new + { + FilterListId = 604, + MaintainerId = 115 + }, + new + { + FilterListId = 606, + MaintainerId = 83 + }, + new + { + FilterListId = 607, + MaintainerId = 34 + }, + new + { + FilterListId = 608, + MaintainerId = 34 + }, + new + { + FilterListId = 609, + MaintainerId = 34 + }, + new + { + FilterListId = 610, + MaintainerId = 34 + }, + new + { + FilterListId = 611, + MaintainerId = 34 + }, + new + { + FilterListId = 612, + MaintainerId = 34 + }, + new + { + FilterListId = 613, + MaintainerId = 34 + }, + new + { + FilterListId = 614, + MaintainerId = 34 + }, + new + { + FilterListId = 616, + MaintainerId = 34 + }, + new + { + FilterListId = 617, + MaintainerId = 91 + }, + new + { + FilterListId = 631, + MaintainerId = 153 + }, + new + { + FilterListId = 658, + MaintainerId = 94 + }, + new + { + FilterListId = 659, + MaintainerId = 94 + }, + new + { + FilterListId = 660, + MaintainerId = 94 + }, + new + { + FilterListId = 661, + MaintainerId = 94 + }, + new + { + FilterListId = 670, + MaintainerId = 22 + }, + new + { + FilterListId = 672, + MaintainerId = 91 + }, + new + { + FilterListId = 673, + MaintainerId = 91 + }, + new + { + FilterListId = 674, + MaintainerId = 91 + }, + new + { + FilterListId = 675, + MaintainerId = 91 + }, + new + { + FilterListId = 676, + MaintainerId = 91 + }, + new + { + FilterListId = 677, + MaintainerId = 91 + }, + new + { + FilterListId = 680, + MaintainerId = 22 + }, + new + { + FilterListId = 681, + MaintainerId = 10 + }, + new + { + FilterListId = 685, + MaintainerId = 88 + }, + new + { + FilterListId = 686, + MaintainerId = 82 + }, + new + { + FilterListId = 729, + MaintainerId = 134 + }, + new + { + FilterListId = 730, + MaintainerId = 134 + }, + new + { + FilterListId = 734, + MaintainerId = 38 + }, + new + { + FilterListId = 756, + MaintainerId = 102 + }, + new + { + FilterListId = 759, + MaintainerId = 14 + }, + new + { + FilterListId = 762, + MaintainerId = 14 + }, + new + { + FilterListId = 763, + MaintainerId = 14 + }, + new + { + FilterListId = 764, + MaintainerId = 14 + }, + new + { + FilterListId = 765, + MaintainerId = 14 + }, + new + { + FilterListId = 773, + MaintainerId = 7 + }, + new + { + FilterListId = 774, + MaintainerId = 14 + }, + new + { + FilterListId = 775, + MaintainerId = 7 + }, + new + { + FilterListId = 775, + MaintainerId = 22 + }, + new + { + FilterListId = 775, + MaintainerId = 99 + }, + new + { + FilterListId = 775, + MaintainerId = 147 + }, + new + { + FilterListId = 776, + MaintainerId = 7 + }, + new + { + FilterListId = 776, + MaintainerId = 100 + }, + new + { + FilterListId = 777, + MaintainerId = 7 + }, + new + { + FilterListId = 777, + MaintainerId = 102 + }, + new + { + FilterListId = 778, + MaintainerId = 7 + }, + new + { + FilterListId = 779, + MaintainerId = 7 + }, + new + { + FilterListId = 780, + MaintainerId = 7 + }, + new + { + FilterListId = 780, + MaintainerId = 97 + }, + new + { + FilterListId = 781, + MaintainerId = 7 + }, + new + { + FilterListId = 781, + MaintainerId = 98 + }, + new + { + FilterListId = 782, + MaintainerId = 7 + }, + new + { + FilterListId = 783, + MaintainerId = 7 + }, + new + { + FilterListId = 783, + MaintainerId = 96 + }, + new + { + FilterListId = 784, + MaintainerId = 7 + }, + new + { + FilterListId = 785, + MaintainerId = 14 + }, + new + { + FilterListId = 786, + MaintainerId = 7 + }, + new + { + FilterListId = 786, + MaintainerId = 12 + }, + new + { + FilterListId = 786, + MaintainerId = 13 + }, + new + { + FilterListId = 787, + MaintainerId = 7 + }, + new + { + FilterListId = 787, + MaintainerId = 92 + }, + new + { + FilterListId = 788, + MaintainerId = 12 + }, + new + { + FilterListId = 788, + MaintainerId = 13 + }, + new + { + FilterListId = 789, + MaintainerId = 7 + }, + new + { + FilterListId = 790, + MaintainerId = 7 + }, + new + { + FilterListId = 791, + MaintainerId = 92 + }, + new + { + FilterListId = 792, + MaintainerId = 7 + }, + new + { + FilterListId = 794, + MaintainerId = 98 + }, + new + { + FilterListId = 796, + MaintainerId = 7 + }, + new + { + FilterListId = 797, + MaintainerId = 7 + }, + new + { + FilterListId = 798, + MaintainerId = 7 + }, + new + { + FilterListId = 798, + MaintainerId = 11 + }, + new + { + FilterListId = 798, + MaintainerId = 12 + }, + new + { + FilterListId = 798, + MaintainerId = 13 + }, + new + { + FilterListId = 799, + MaintainerId = 7 + }, + new + { + FilterListId = 800, + MaintainerId = 7 + }, + new + { + FilterListId = 805, + MaintainerId = 92 + }, + new + { + FilterListId = 806, + MaintainerId = 7 + }, + new + { + FilterListId = 810, + MaintainerId = 25 + }, + new + { + FilterListId = 811, + MaintainerId = 25 + }, + new + { + FilterListId = 812, + MaintainerId = 25 + }, + new + { + FilterListId = 816, + MaintainerId = 22 + }, + new + { + FilterListId = 817, + MaintainerId = 64 + }, + new + { + FilterListId = 819, + MaintainerId = 22 + }, + new + { + FilterListId = 820, + MaintainerId = 57 + }, + new + { + FilterListId = 842, + MaintainerId = 91 + }, + new + { + FilterListId = 843, + MaintainerId = 38 + }, + new + { + FilterListId = 844, + MaintainerId = 38 + }, + new + { + FilterListId = 845, + MaintainerId = 38 + }, + new + { + FilterListId = 846, + MaintainerId = 38 + }, + new + { + FilterListId = 847, + MaintainerId = 106 + }, + new + { + FilterListId = 848, + MaintainerId = 22 + }, + new + { + FilterListId = 850, + MaintainerId = 22 + }, + new + { + FilterListId = 851, + MaintainerId = 22 + }, + new + { + FilterListId = 852, + MaintainerId = 22 + }, + new + { + FilterListId = 853, + MaintainerId = 22 + }, + new + { + FilterListId = 855, + MaintainerId = 22 + }, + new + { + FilterListId = 856, + MaintainerId = 22 + }, + new + { + FilterListId = 857, + MaintainerId = 22 + }, + new + { + FilterListId = 859, + MaintainerId = 22 + }, + new + { + FilterListId = 861, + MaintainerId = 107 + }, + new + { + FilterListId = 862, + MaintainerId = 38 + }, + new + { + FilterListId = 863, + MaintainerId = 22 + }, + new + { + FilterListId = 866, + MaintainerId = 38 + }, + new + { + FilterListId = 867, + MaintainerId = 38 + }, + new + { + FilterListId = 868, + MaintainerId = 108 + }, + new + { + FilterListId = 869, + MaintainerId = 108 + }, + new + { + FilterListId = 870, + MaintainerId = 108 + }, + new + { + FilterListId = 871, + MaintainerId = 108 + }, + new + { + FilterListId = 872, + MaintainerId = 108 + }, + new + { + FilterListId = 873, + MaintainerId = 108 + }, + new + { + FilterListId = 874, + MaintainerId = 108 + }, + new + { + FilterListId = 875, + MaintainerId = 108 + }, + new + { + FilterListId = 876, + MaintainerId = 108 + }, + new + { + FilterListId = 877, + MaintainerId = 108 + }, + new + { + FilterListId = 878, + MaintainerId = 108 + }, + new + { + FilterListId = 879, + MaintainerId = 108 + }, + new + { + FilterListId = 881, + MaintainerId = 108 + }, + new + { + FilterListId = 882, + MaintainerId = 108 + }, + new + { + FilterListId = 884, + MaintainerId = 134 + }, + new + { + FilterListId = 885, + MaintainerId = 109 + }, + new + { + FilterListId = 886, + MaintainerId = 109 + }, + new + { + FilterListId = 887, + MaintainerId = 109 + }, + new + { + FilterListId = 888, + MaintainerId = 109 + }, + new + { + FilterListId = 889, + MaintainerId = 109 + }, + new + { + FilterListId = 890, + MaintainerId = 109 + }, + new + { + FilterListId = 891, + MaintainerId = 109 + }, + new + { + FilterListId = 892, + MaintainerId = 109 + }, + new + { + FilterListId = 893, + MaintainerId = 109 + }, + new + { + FilterListId = 894, + MaintainerId = 109 + }, + new + { + FilterListId = 895, + MaintainerId = 109 + }, + new + { + FilterListId = 896, + MaintainerId = 109 + }, + new + { + FilterListId = 897, + MaintainerId = 109 + }, + new + { + FilterListId = 898, + MaintainerId = 109 + }, + new + { + FilterListId = 899, + MaintainerId = 109 + }, + new + { + FilterListId = 900, + MaintainerId = 109 + }, + new + { + FilterListId = 901, + MaintainerId = 109 + }, + new + { + FilterListId = 902, + MaintainerId = 109 + }, + new + { + FilterListId = 903, + MaintainerId = 109 + }, + new + { + FilterListId = 904, + MaintainerId = 109 + }, + new + { + FilterListId = 905, + MaintainerId = 109 + }, + new + { + FilterListId = 906, + MaintainerId = 109 + }, + new + { + FilterListId = 907, + MaintainerId = 109 + }, + new + { + FilterListId = 908, + MaintainerId = 109 + }, + new + { + FilterListId = 909, + MaintainerId = 109 + }, + new + { + FilterListId = 910, + MaintainerId = 109 + }, + new + { + FilterListId = 911, + MaintainerId = 109 + }, + new + { + FilterListId = 912, + MaintainerId = 109 + }, + new + { + FilterListId = 913, + MaintainerId = 109 + }, + new + { + FilterListId = 914, + MaintainerId = 109 + }, + new + { + FilterListId = 915, + MaintainerId = 109 + }, + new + { + FilterListId = 916, + MaintainerId = 109 + }, + new + { + FilterListId = 917, + MaintainerId = 109 + }, + new + { + FilterListId = 918, + MaintainerId = 109 + }, + new + { + FilterListId = 919, + MaintainerId = 109 + }, + new + { + FilterListId = 920, + MaintainerId = 109 + }, + new + { + FilterListId = 921, + MaintainerId = 109 + }, + new + { + FilterListId = 922, + MaintainerId = 109 + }, + new + { + FilterListId = 923, + MaintainerId = 109 + }, + new + { + FilterListId = 924, + MaintainerId = 109 + }, + new + { + FilterListId = 925, + MaintainerId = 109 + }, + new + { + FilterListId = 926, + MaintainerId = 109 + }, + new + { + FilterListId = 927, + MaintainerId = 109 + }, + new + { + FilterListId = 928, + MaintainerId = 109 + }, + new + { + FilterListId = 929, + MaintainerId = 109 + }, + new + { + FilterListId = 930, + MaintainerId = 109 + }, + new + { + FilterListId = 931, + MaintainerId = 109 + }, + new + { + FilterListId = 932, + MaintainerId = 109 + }, + new + { + FilterListId = 933, + MaintainerId = 109 + }, + new + { + FilterListId = 934, + MaintainerId = 109 + }, + new + { + FilterListId = 935, + MaintainerId = 109 + }, + new + { + FilterListId = 936, + MaintainerId = 109 + }, + new + { + FilterListId = 937, + MaintainerId = 109 + }, + new + { + FilterListId = 938, + MaintainerId = 109 + }, + new + { + FilterListId = 939, + MaintainerId = 109 + }, + new + { + FilterListId = 940, + MaintainerId = 109 + }, + new + { + FilterListId = 941, + MaintainerId = 109 + }, + new + { + FilterListId = 942, + MaintainerId = 109 + }, + new + { + FilterListId = 943, + MaintainerId = 109 + }, + new + { + FilterListId = 944, + MaintainerId = 109 + }, + new + { + FilterListId = 945, + MaintainerId = 109 + }, + new + { + FilterListId = 946, + MaintainerId = 109 + }, + new + { + FilterListId = 947, + MaintainerId = 109 + }, + new + { + FilterListId = 948, + MaintainerId = 109 + }, + new + { + FilterListId = 949, + MaintainerId = 109 + }, + new + { + FilterListId = 950, + MaintainerId = 109 + }, + new + { + FilterListId = 951, + MaintainerId = 109 + }, + new + { + FilterListId = 952, + MaintainerId = 109 + }, + new + { + FilterListId = 953, + MaintainerId = 109 + }, + new + { + FilterListId = 954, + MaintainerId = 109 + }, + new + { + FilterListId = 955, + MaintainerId = 109 + }, + new + { + FilterListId = 956, + MaintainerId = 109 + }, + new + { + FilterListId = 957, + MaintainerId = 109 + }, + new + { + FilterListId = 958, + MaintainerId = 109 + }, + new + { + FilterListId = 959, + MaintainerId = 109 + }, + new + { + FilterListId = 960, + MaintainerId = 109 + }, + new + { + FilterListId = 961, + MaintainerId = 109 + }, + new + { + FilterListId = 962, + MaintainerId = 109 + }, + new + { + FilterListId = 963, + MaintainerId = 109 + }, + new + { + FilterListId = 964, + MaintainerId = 109 + }, + new + { + FilterListId = 965, + MaintainerId = 109 + }, + new + { + FilterListId = 966, + MaintainerId = 109 + }, + new + { + FilterListId = 967, + MaintainerId = 109 + }, + new + { + FilterListId = 968, + MaintainerId = 109 + }, + new + { + FilterListId = 969, + MaintainerId = 109 + }, + new + { + FilterListId = 970, + MaintainerId = 109 + }, + new + { + FilterListId = 971, + MaintainerId = 109 + }, + new + { + FilterListId = 972, + MaintainerId = 109 + }, + new + { + FilterListId = 973, + MaintainerId = 109 + }, + new + { + FilterListId = 974, + MaintainerId = 109 + }, + new + { + FilterListId = 975, + MaintainerId = 109 + }, + new + { + FilterListId = 976, + MaintainerId = 109 + }, + new + { + FilterListId = 977, + MaintainerId = 109 + }, + new + { + FilterListId = 978, + MaintainerId = 109 + }, + new + { + FilterListId = 979, + MaintainerId = 109 + }, + new + { + FilterListId = 980, + MaintainerId = 109 + }, + new + { + FilterListId = 981, + MaintainerId = 109 + }, + new + { + FilterListId = 982, + MaintainerId = 109 + }, + new + { + FilterListId = 983, + MaintainerId = 109 + }, + new + { + FilterListId = 984, + MaintainerId = 109 + }, + new + { + FilterListId = 985, + MaintainerId = 109 + }, + new + { + FilterListId = 986, + MaintainerId = 109 + }, + new + { + FilterListId = 987, + MaintainerId = 109 + }, + new + { + FilterListId = 988, + MaintainerId = 109 + }, + new + { + FilterListId = 989, + MaintainerId = 109 + }, + new + { + FilterListId = 990, + MaintainerId = 109 + }, + new + { + FilterListId = 991, + MaintainerId = 109 + }, + new + { + FilterListId = 992, + MaintainerId = 109 + }, + new + { + FilterListId = 993, + MaintainerId = 109 + }, + new + { + FilterListId = 994, + MaintainerId = 109 + }, + new + { + FilterListId = 995, + MaintainerId = 109 + }, + new + { + FilterListId = 996, + MaintainerId = 109 + }, + new + { + FilterListId = 997, + MaintainerId = 109 + }, + new + { + FilterListId = 998, + MaintainerId = 109 + }, + new + { + FilterListId = 999, + MaintainerId = 109 + }, + new + { + FilterListId = 1000, + MaintainerId = 109 + }, + new + { + FilterListId = 1001, + MaintainerId = 109 + }, + new + { + FilterListId = 1002, + MaintainerId = 109 + }, + new + { + FilterListId = 1003, + MaintainerId = 109 + }, + new + { + FilterListId = 1004, + MaintainerId = 109 + }, + new + { + FilterListId = 1005, + MaintainerId = 109 + }, + new + { + FilterListId = 1006, + MaintainerId = 109 + }, + new + { + FilterListId = 1007, + MaintainerId = 109 + }, + new + { + FilterListId = 1008, + MaintainerId = 109 + }, + new + { + FilterListId = 1009, + MaintainerId = 109 + }, + new + { + FilterListId = 1010, + MaintainerId = 109 + }, + new + { + FilterListId = 1011, + MaintainerId = 109 + }, + new + { + FilterListId = 1012, + MaintainerId = 109 + }, + new + { + FilterListId = 1013, + MaintainerId = 109 + }, + new + { + FilterListId = 1014, + MaintainerId = 109 + }, + new + { + FilterListId = 1015, + MaintainerId = 109 + }, + new + { + FilterListId = 1016, + MaintainerId = 109 + }, + new + { + FilterListId = 1017, + MaintainerId = 109 + }, + new + { + FilterListId = 1018, + MaintainerId = 109 + }, + new + { + FilterListId = 1019, + MaintainerId = 109 + }, + new + { + FilterListId = 1020, + MaintainerId = 109 + }, + new + { + FilterListId = 1021, + MaintainerId = 109 + }, + new + { + FilterListId = 1022, + MaintainerId = 109 + }, + new + { + FilterListId = 1023, + MaintainerId = 109 + }, + new + { + FilterListId = 1024, + MaintainerId = 109 + }, + new + { + FilterListId = 1025, + MaintainerId = 109 + }, + new + { + FilterListId = 1026, + MaintainerId = 109 + }, + new + { + FilterListId = 1027, + MaintainerId = 109 + }, + new + { + FilterListId = 1028, + MaintainerId = 109 + }, + new + { + FilterListId = 1029, + MaintainerId = 109 + }, + new + { + FilterListId = 1030, + MaintainerId = 109 + }, + new + { + FilterListId = 1031, + MaintainerId = 109 + }, + new + { + FilterListId = 1032, + MaintainerId = 109 + }, + new + { + FilterListId = 1033, + MaintainerId = 109 + }, + new + { + FilterListId = 1034, + MaintainerId = 109 + }, + new + { + FilterListId = 1035, + MaintainerId = 109 + }, + new + { + FilterListId = 1036, + MaintainerId = 109 + }, + new + { + FilterListId = 1037, + MaintainerId = 109 + }, + new + { + FilterListId = 1038, + MaintainerId = 109 + }, + new + { + FilterListId = 1039, + MaintainerId = 109 + }, + new + { + FilterListId = 1040, + MaintainerId = 109 + }, + new + { + FilterListId = 1041, + MaintainerId = 109 + }, + new + { + FilterListId = 1042, + MaintainerId = 109 + }, + new + { + FilterListId = 1043, + MaintainerId = 109 + }, + new + { + FilterListId = 1044, + MaintainerId = 109 + }, + new + { + FilterListId = 1045, + MaintainerId = 109 + }, + new + { + FilterListId = 1047, + MaintainerId = 109 + }, + new + { + FilterListId = 1048, + MaintainerId = 109 + }, + new + { + FilterListId = 1049, + MaintainerId = 109 + }, + new + { + FilterListId = 1050, + MaintainerId = 109 + }, + new + { + FilterListId = 1051, + MaintainerId = 109 + }, + new + { + FilterListId = 1052, + MaintainerId = 109 + }, + new + { + FilterListId = 1053, + MaintainerId = 109 + }, + new + { + FilterListId = 1054, + MaintainerId = 109 + }, + new + { + FilterListId = 1055, + MaintainerId = 109 + }, + new + { + FilterListId = 1056, + MaintainerId = 109 + }, + new + { + FilterListId = 1057, + MaintainerId = 109 + }, + new + { + FilterListId = 1058, + MaintainerId = 109 + }, + new + { + FilterListId = 1059, + MaintainerId = 109 + }, + new + { + FilterListId = 1060, + MaintainerId = 109 + }, + new + { + FilterListId = 1061, + MaintainerId = 109 + }, + new + { + FilterListId = 1062, + MaintainerId = 109 + }, + new + { + FilterListId = 1063, + MaintainerId = 109 + }, + new + { + FilterListId = 1064, + MaintainerId = 109 + }, + new + { + FilterListId = 1065, + MaintainerId = 109 + }, + new + { + FilterListId = 1066, + MaintainerId = 109 + }, + new + { + FilterListId = 1067, + MaintainerId = 109 + }, + new + { + FilterListId = 1068, + MaintainerId = 109 + }, + new + { + FilterListId = 1069, + MaintainerId = 109 + }, + new + { + FilterListId = 1070, + MaintainerId = 109 + }, + new + { + FilterListId = 1071, + MaintainerId = 109 + }, + new + { + FilterListId = 1072, + MaintainerId = 109 + }, + new + { + FilterListId = 1073, + MaintainerId = 109 + }, + new + { + FilterListId = 1074, + MaintainerId = 109 + }, + new + { + FilterListId = 1075, + MaintainerId = 109 + }, + new + { + FilterListId = 1076, + MaintainerId = 109 + }, + new + { + FilterListId = 1077, + MaintainerId = 109 + }, + new + { + FilterListId = 1078, + MaintainerId = 109 + }, + new + { + FilterListId = 1079, + MaintainerId = 109 + }, + new + { + FilterListId = 1080, + MaintainerId = 109 + }, + new + { + FilterListId = 1081, + MaintainerId = 109 + }, + new + { + FilterListId = 1082, + MaintainerId = 109 + }, + new + { + FilterListId = 1083, + MaintainerId = 109 + }, + new + { + FilterListId = 1084, + MaintainerId = 109 + }, + new + { + FilterListId = 1085, + MaintainerId = 109 + }, + new + { + FilterListId = 1086, + MaintainerId = 109 + }, + new + { + FilterListId = 1087, + MaintainerId = 109 + }, + new + { + FilterListId = 1088, + MaintainerId = 109 + }, + new + { + FilterListId = 1089, + MaintainerId = 109 + }, + new + { + FilterListId = 1090, + MaintainerId = 109 + }, + new + { + FilterListId = 1091, + MaintainerId = 109 + }, + new + { + FilterListId = 1092, + MaintainerId = 109 + }, + new + { + FilterListId = 1093, + MaintainerId = 109 + }, + new + { + FilterListId = 1094, + MaintainerId = 109 + }, + new + { + FilterListId = 1095, + MaintainerId = 109 + }, + new + { + FilterListId = 1096, + MaintainerId = 109 + }, + new + { + FilterListId = 1097, + MaintainerId = 109 + }, + new + { + FilterListId = 1098, + MaintainerId = 109 + }, + new + { + FilterListId = 1099, + MaintainerId = 109 + }, + new + { + FilterListId = 1100, + MaintainerId = 109 + }, + new + { + FilterListId = 1101, + MaintainerId = 109 + }, + new + { + FilterListId = 1102, + MaintainerId = 109 + }, + new + { + FilterListId = 1103, + MaintainerId = 109 + }, + new + { + FilterListId = 1104, + MaintainerId = 109 + }, + new + { + FilterListId = 1105, + MaintainerId = 109 + }, + new + { + FilterListId = 1106, + MaintainerId = 109 + }, + new + { + FilterListId = 1107, + MaintainerId = 109 + }, + new + { + FilterListId = 1108, + MaintainerId = 109 + }, + new + { + FilterListId = 1109, + MaintainerId = 109 + }, + new + { + FilterListId = 1110, + MaintainerId = 109 + }, + new + { + FilterListId = 1111, + MaintainerId = 109 + }, + new + { + FilterListId = 1112, + MaintainerId = 109 + }, + new + { + FilterListId = 1113, + MaintainerId = 109 + }, + new + { + FilterListId = 1114, + MaintainerId = 109 + }, + new + { + FilterListId = 1115, + MaintainerId = 109 + }, + new + { + FilterListId = 1116, + MaintainerId = 109 + }, + new + { + FilterListId = 1117, + MaintainerId = 109 + }, + new + { + FilterListId = 1118, + MaintainerId = 109 + }, + new + { + FilterListId = 1119, + MaintainerId = 109 + }, + new + { + FilterListId = 1120, + MaintainerId = 109 + }, + new + { + FilterListId = 1121, + MaintainerId = 109 + }, + new + { + FilterListId = 1122, + MaintainerId = 109 + }, + new + { + FilterListId = 1123, + MaintainerId = 109 + }, + new + { + FilterListId = 1124, + MaintainerId = 109 + }, + new + { + FilterListId = 1125, + MaintainerId = 109 + }, + new + { + FilterListId = 1126, + MaintainerId = 109 + }, + new + { + FilterListId = 1127, + MaintainerId = 109 + }, + new + { + FilterListId = 1128, + MaintainerId = 109 + }, + new + { + FilterListId = 1130, + MaintainerId = 109 + }, + new + { + FilterListId = 1133, + MaintainerId = 109 + }, + new + { + FilterListId = 1135, + MaintainerId = 109 + }, + new + { + FilterListId = 1139, + MaintainerId = 109 + }, + new + { + FilterListId = 1140, + MaintainerId = 109 + }, + new + { + FilterListId = 1141, + MaintainerId = 109 + }, + new + { + FilterListId = 1142, + MaintainerId = 109 + }, + new + { + FilterListId = 1143, + MaintainerId = 109 + }, + new + { + FilterListId = 1144, + MaintainerId = 109 + }, + new + { + FilterListId = 1146, + MaintainerId = 109 + }, + new + { + FilterListId = 1148, + MaintainerId = 109 + }, + new + { + FilterListId = 1149, + MaintainerId = 109 + }, + new + { + FilterListId = 1151, + MaintainerId = 109 + }, + new + { + FilterListId = 1152, + MaintainerId = 109 + }, + new + { + FilterListId = 1153, + MaintainerId = 109 + }, + new + { + FilterListId = 1154, + MaintainerId = 109 + }, + new + { + FilterListId = 1155, + MaintainerId = 109 + }, + new + { + FilterListId = 1156, + MaintainerId = 109 + }, + new + { + FilterListId = 1157, + MaintainerId = 109 + }, + new + { + FilterListId = 1158, + MaintainerId = 109 + }, + new + { + FilterListId = 1159, + MaintainerId = 109 + }, + new + { + FilterListId = 1160, + MaintainerId = 109 + }, + new + { + FilterListId = 1161, + MaintainerId = 109 + }, + new + { + FilterListId = 1162, + MaintainerId = 109 + }, + new + { + FilterListId = 1165, + MaintainerId = 109 + }, + new + { + FilterListId = 1166, + MaintainerId = 109 + }, + new + { + FilterListId = 1167, + MaintainerId = 109 + }, + new + { + FilterListId = 1168, + MaintainerId = 109 + }, + new + { + FilterListId = 1169, + MaintainerId = 109 + }, + new + { + FilterListId = 1172, + MaintainerId = 109 + }, + new + { + FilterListId = 1173, + MaintainerId = 109 + }, + new + { + FilterListId = 1174, + MaintainerId = 109 + }, + new + { + FilterListId = 1175, + MaintainerId = 109 + }, + new + { + FilterListId = 1176, + MaintainerId = 109 + }, + new + { + FilterListId = 1179, + MaintainerId = 109 + }, + new + { + FilterListId = 1180, + MaintainerId = 109 + }, + new + { + FilterListId = 1182, + MaintainerId = 109 + }, + new + { + FilterListId = 1183, + MaintainerId = 109 + }, + new + { + FilterListId = 1184, + MaintainerId = 109 + }, + new + { + FilterListId = 1185, + MaintainerId = 109 + }, + new + { + FilterListId = 1187, + MaintainerId = 109 + }, + new + { + FilterListId = 1189, + MaintainerId = 109 + }, + new + { + FilterListId = 1190, + MaintainerId = 109 + }, + new + { + FilterListId = 1191, + MaintainerId = 109 + }, + new + { + FilterListId = 1192, + MaintainerId = 109 + }, + new + { + FilterListId = 1193, + MaintainerId = 109 + }, + new + { + FilterListId = 1194, + MaintainerId = 109 + }, + new + { + FilterListId = 1196, + MaintainerId = 109 + }, + new + { + FilterListId = 1197, + MaintainerId = 109 + }, + new + { + FilterListId = 1199, + MaintainerId = 109 + }, + new + { + FilterListId = 1202, + MaintainerId = 109 + }, + new + { + FilterListId = 1203, + MaintainerId = 109 + }, + new + { + FilterListId = 1204, + MaintainerId = 109 + }, + new + { + FilterListId = 1205, + MaintainerId = 109 + }, + new + { + FilterListId = 1206, + MaintainerId = 109 + }, + new + { + FilterListId = 1207, + MaintainerId = 109 + }, + new + { + FilterListId = 1209, + MaintainerId = 109 + }, + new + { + FilterListId = 1210, + MaintainerId = 109 + }, + new + { + FilterListId = 1211, + MaintainerId = 109 + }, + new + { + FilterListId = 1212, + MaintainerId = 109 + }, + new + { + FilterListId = 1213, + MaintainerId = 109 + }, + new + { + FilterListId = 1214, + MaintainerId = 109 + }, + new + { + FilterListId = 1215, + MaintainerId = 109 + }, + new + { + FilterListId = 1216, + MaintainerId = 109 + }, + new + { + FilterListId = 1217, + MaintainerId = 109 + }, + new + { + FilterListId = 1218, + MaintainerId = 109 + }, + new + { + FilterListId = 1220, + MaintainerId = 109 + }, + new + { + FilterListId = 1221, + MaintainerId = 109 + }, + new + { + FilterListId = 1222, + MaintainerId = 109 + }, + new + { + FilterListId = 1223, + MaintainerId = 109 + }, + new + { + FilterListId = 1224, + MaintainerId = 109 + }, + new + { + FilterListId = 1225, + MaintainerId = 109 + }, + new + { + FilterListId = 1226, + MaintainerId = 109 + }, + new + { + FilterListId = 1227, + MaintainerId = 109 + }, + new + { + FilterListId = 1228, + MaintainerId = 109 + }, + new + { + FilterListId = 1229, + MaintainerId = 109 + }, + new + { + FilterListId = 1230, + MaintainerId = 109 + }, + new + { + FilterListId = 1233, + MaintainerId = 110 + }, + new + { + FilterListId = 1234, + MaintainerId = 110 + }, + new + { + FilterListId = 1235, + MaintainerId = 110 + }, + new + { + FilterListId = 1237, + MaintainerId = 110 + }, + new + { + FilterListId = 1238, + MaintainerId = 110 + }, + new + { + FilterListId = 1239, + MaintainerId = 110 + }, + new + { + FilterListId = 1240, + MaintainerId = 110 + }, + new + { + FilterListId = 1241, + MaintainerId = 110 + }, + new + { + FilterListId = 1242, + MaintainerId = 110 + }, + new + { + FilterListId = 1243, + MaintainerId = 109 + }, + new + { + FilterListId = 1244, + MaintainerId = 109 + }, + new + { + FilterListId = 1245, + MaintainerId = 109 + }, + new + { + FilterListId = 1247, + MaintainerId = 22 + }, + new + { + FilterListId = 1279, + MaintainerId = 112 + }, + new + { + FilterListId = 1280, + MaintainerId = 112 + }, + new + { + FilterListId = 1281, + MaintainerId = 112 + }, + new + { + FilterListId = 1282, + MaintainerId = 113 + }, + new + { + FilterListId = 1284, + MaintainerId = 134 + }, + new + { + FilterListId = 1285, + MaintainerId = 134 + }, + new + { + FilterListId = 1289, + MaintainerId = 22 + }, + new + { + FilterListId = 1290, + MaintainerId = 22 + }, + new + { + FilterListId = 1291, + MaintainerId = 22 + }, + new + { + FilterListId = 1292, + MaintainerId = 22 + }, + new + { + FilterListId = 1293, + MaintainerId = 22 + }, + new + { + FilterListId = 1294, + MaintainerId = 134 + }, + new + { + FilterListId = 1295, + MaintainerId = 117 + }, + new + { + FilterListId = 1296, + MaintainerId = 117 + }, + new + { + FilterListId = 1297, + MaintainerId = 94 + }, + new + { + FilterListId = 1298, + MaintainerId = 114 + }, + new + { + FilterListId = 1299, + MaintainerId = 114 + }, + new + { + FilterListId = 1300, + MaintainerId = 115 + }, + new + { + FilterListId = 1301, + MaintainerId = 38 + }, + new + { + FilterListId = 1302, + MaintainerId = 38 + }, + new + { + FilterListId = 1303, + MaintainerId = 38 + }, + new + { + FilterListId = 1304, + MaintainerId = 38 + }, + new + { + FilterListId = 1305, + MaintainerId = 116 + }, + new + { + FilterListId = 1306, + MaintainerId = 116 + }, + new + { + FilterListId = 1307, + MaintainerId = 116 + }, + new + { + FilterListId = 1308, + MaintainerId = 116 + }, + new + { + FilterListId = 1309, + MaintainerId = 116 + }, + new + { + FilterListId = 1310, + MaintainerId = 116 + }, + new + { + FilterListId = 1311, + MaintainerId = 116 + }, + new + { + FilterListId = 1312, + MaintainerId = 116 + }, + new + { + FilterListId = 1313, + MaintainerId = 116 + }, + new + { + FilterListId = 1314, + MaintainerId = 116 + }, + new + { + FilterListId = 1315, + MaintainerId = 116 + }, + new + { + FilterListId = 1316, + MaintainerId = 116 + }, + new + { + FilterListId = 1317, + MaintainerId = 116 + }, + new + { + FilterListId = 1318, + MaintainerId = 116 + }, + new + { + FilterListId = 1319, + MaintainerId = 116 + }, + new + { + FilterListId = 1320, + MaintainerId = 116 + }, + new + { + FilterListId = 1321, + MaintainerId = 116 + }, + new + { + FilterListId = 1322, + MaintainerId = 116 + }, + new + { + FilterListId = 1323, + MaintainerId = 116 + }, + new + { + FilterListId = 1324, + MaintainerId = 116 + }, + new + { + FilterListId = 1325, + MaintainerId = 116 + }, + new + { + FilterListId = 1326, + MaintainerId = 116 + }, + new + { + FilterListId = 1327, + MaintainerId = 116 + }, + new + { + FilterListId = 1328, + MaintainerId = 116 + }, + new + { + FilterListId = 1329, + MaintainerId = 116 + }, + new + { + FilterListId = 1330, + MaintainerId = 116 + }, + new + { + FilterListId = 1331, + MaintainerId = 116 + }, + new + { + FilterListId = 1332, + MaintainerId = 116 + }, + new + { + FilterListId = 1333, + MaintainerId = 116 + }, + new + { + FilterListId = 1334, + MaintainerId = 116 + }, + new + { + FilterListId = 1335, + MaintainerId = 116 + }, + new + { + FilterListId = 1336, + MaintainerId = 116 + }, + new + { + FilterListId = 1337, + MaintainerId = 116 + }, + new + { + FilterListId = 1338, + MaintainerId = 116 + }, + new + { + FilterListId = 1339, + MaintainerId = 116 + }, + new + { + FilterListId = 1340, + MaintainerId = 116 + }, + new + { + FilterListId = 1341, + MaintainerId = 116 + }, + new + { + FilterListId = 1342, + MaintainerId = 116 + }, + new + { + FilterListId = 1343, + MaintainerId = 116 + }, + new + { + FilterListId = 1344, + MaintainerId = 116 + }, + new + { + FilterListId = 1345, + MaintainerId = 116 + }, + new + { + FilterListId = 1346, + MaintainerId = 116 + }, + new + { + FilterListId = 1347, + MaintainerId = 116 + }, + new + { + FilterListId = 1348, + MaintainerId = 116 + }, + new + { + FilterListId = 1349, + MaintainerId = 116 + }, + new + { + FilterListId = 1350, + MaintainerId = 116 + }, + new + { + FilterListId = 1351, + MaintainerId = 116 + }, + new + { + FilterListId = 1352, + MaintainerId = 116 + }, + new + { + FilterListId = 1353, + MaintainerId = 116 + }, + new + { + FilterListId = 1354, + MaintainerId = 116 + }, + new + { + FilterListId = 1355, + MaintainerId = 116 + }, + new + { + FilterListId = 1356, + MaintainerId = 116 + }, + new + { + FilterListId = 1357, + MaintainerId = 116 + }, + new + { + FilterListId = 1358, + MaintainerId = 116 + }, + new + { + FilterListId = 1359, + MaintainerId = 116 + }, + new + { + FilterListId = 1360, + MaintainerId = 116 + }, + new + { + FilterListId = 1361, + MaintainerId = 116 + }, + new + { + FilterListId = 1362, + MaintainerId = 116 + }, + new + { + FilterListId = 1363, + MaintainerId = 116 + }, + new + { + FilterListId = 1364, + MaintainerId = 116 + }, + new + { + FilterListId = 1365, + MaintainerId = 116 + }, + new + { + FilterListId = 1366, + MaintainerId = 116 + }, + new + { + FilterListId = 1367, + MaintainerId = 116 + }, + new + { + FilterListId = 1368, + MaintainerId = 116 + }, + new + { + FilterListId = 1369, + MaintainerId = 116 + }, + new + { + FilterListId = 1370, + MaintainerId = 116 + }, + new + { + FilterListId = 1371, + MaintainerId = 116 + }, + new + { + FilterListId = 1372, + MaintainerId = 116 + }, + new + { + FilterListId = 1373, + MaintainerId = 116 + }, + new + { + FilterListId = 1374, + MaintainerId = 116 + }, + new + { + FilterListId = 1375, + MaintainerId = 116 + }, + new + { + FilterListId = 1376, + MaintainerId = 116 + }, + new + { + FilterListId = 1377, + MaintainerId = 116 + }, + new + { + FilterListId = 1378, + MaintainerId = 116 + }, + new + { + FilterListId = 1379, + MaintainerId = 116 + }, + new + { + FilterListId = 1380, + MaintainerId = 116 + }, + new + { + FilterListId = 1381, + MaintainerId = 116 + }, + new + { + FilterListId = 1382, + MaintainerId = 116 + }, + new + { + FilterListId = 1383, + MaintainerId = 116 + }, + new + { + FilterListId = 1384, + MaintainerId = 116 + }, + new + { + FilterListId = 1385, + MaintainerId = 116 + }, + new + { + FilterListId = 1386, + MaintainerId = 116 + }, + new + { + FilterListId = 1387, + MaintainerId = 116 + }, + new + { + FilterListId = 1388, + MaintainerId = 116 + }, + new + { + FilterListId = 1389, + MaintainerId = 116 + }, + new + { + FilterListId = 1390, + MaintainerId = 116 + }, + new + { + FilterListId = 1391, + MaintainerId = 116 + }, + new + { + FilterListId = 1392, + MaintainerId = 116 + }, + new + { + FilterListId = 1393, + MaintainerId = 116 + }, + new + { + FilterListId = 1394, + MaintainerId = 116 + }, + new + { + FilterListId = 1395, + MaintainerId = 116 + }, + new + { + FilterListId = 1396, + MaintainerId = 116 + }, + new + { + FilterListId = 1397, + MaintainerId = 116 + }, + new + { + FilterListId = 1398, + MaintainerId = 116 + }, + new + { + FilterListId = 1399, + MaintainerId = 116 + }, + new + { + FilterListId = 1400, + MaintainerId = 116 + }, + new + { + FilterListId = 1401, + MaintainerId = 116 + }, + new + { + FilterListId = 1402, + MaintainerId = 116 + }, + new + { + FilterListId = 1403, + MaintainerId = 116 + }, + new + { + FilterListId = 1404, + MaintainerId = 116 + }, + new + { + FilterListId = 1405, + MaintainerId = 116 + }, + new + { + FilterListId = 1406, + MaintainerId = 116 + }, + new + { + FilterListId = 1407, + MaintainerId = 116 + }, + new + { + FilterListId = 1408, + MaintainerId = 116 + }, + new + { + FilterListId = 1409, + MaintainerId = 116 + }, + new + { + FilterListId = 1410, + MaintainerId = 116 + }, + new + { + FilterListId = 1411, + MaintainerId = 116 + }, + new + { + FilterListId = 1412, + MaintainerId = 116 + }, + new + { + FilterListId = 1413, + MaintainerId = 116 + }, + new + { + FilterListId = 1414, + MaintainerId = 116 + }, + new + { + FilterListId = 1415, + MaintainerId = 116 + }, + new + { + FilterListId = 1416, + MaintainerId = 116 + }, + new + { + FilterListId = 1417, + MaintainerId = 116 + }, + new + { + FilterListId = 1418, + MaintainerId = 116 + }, + new + { + FilterListId = 1419, + MaintainerId = 116 + }, + new + { + FilterListId = 1420, + MaintainerId = 116 + }, + new + { + FilterListId = 1421, + MaintainerId = 116 + }, + new + { + FilterListId = 1422, + MaintainerId = 116 + }, + new + { + FilterListId = 1423, + MaintainerId = 116 + }, + new + { + FilterListId = 1424, + MaintainerId = 116 + }, + new + { + FilterListId = 1425, + MaintainerId = 116 + }, + new + { + FilterListId = 1426, + MaintainerId = 116 + }, + new + { + FilterListId = 1427, + MaintainerId = 116 + }, + new + { + FilterListId = 1428, + MaintainerId = 116 + }, + new + { + FilterListId = 1429, + MaintainerId = 116 + }, + new + { + FilterListId = 1430, + MaintainerId = 116 + }, + new + { + FilterListId = 1431, + MaintainerId = 116 + }, + new + { + FilterListId = 1432, + MaintainerId = 116 + }, + new + { + FilterListId = 1433, + MaintainerId = 116 + }, + new + { + FilterListId = 1434, + MaintainerId = 116 + }, + new + { + FilterListId = 1435, + MaintainerId = 116 + }, + new + { + FilterListId = 1436, + MaintainerId = 116 + }, + new + { + FilterListId = 1437, + MaintainerId = 116 + }, + new + { + FilterListId = 1438, + MaintainerId = 116 + }, + new + { + FilterListId = 1439, + MaintainerId = 116 + }, + new + { + FilterListId = 1440, + MaintainerId = 116 + }, + new + { + FilterListId = 1441, + MaintainerId = 116 + }, + new + { + FilterListId = 1442, + MaintainerId = 116 + }, + new + { + FilterListId = 1443, + MaintainerId = 116 + }, + new + { + FilterListId = 1444, + MaintainerId = 116 + }, + new + { + FilterListId = 1445, + MaintainerId = 116 + }, + new + { + FilterListId = 1446, + MaintainerId = 116 + }, + new + { + FilterListId = 1447, + MaintainerId = 116 + }, + new + { + FilterListId = 1448, + MaintainerId = 116 + }, + new + { + FilterListId = 1449, + MaintainerId = 116 + }, + new + { + FilterListId = 1450, + MaintainerId = 116 + }, + new + { + FilterListId = 1451, + MaintainerId = 116 + }, + new + { + FilterListId = 1452, + MaintainerId = 116 + }, + new + { + FilterListId = 1454, + MaintainerId = 22 + }, + new + { + FilterListId = 1455, + MaintainerId = 22 + }, + new + { + FilterListId = 1456, + MaintainerId = 22 + }, + new + { + FilterListId = 1458, + MaintainerId = 30 + }, + new + { + FilterListId = 1459, + MaintainerId = 22 + }, + new + { + FilterListId = 1460, + MaintainerId = 22 + }, + new + { + FilterListId = 1461, + MaintainerId = 22 + }, + new + { + FilterListId = 1463, + MaintainerId = 135 + }, + new + { + FilterListId = 1464, + MaintainerId = 135 + }, + new + { + FilterListId = 1465, + MaintainerId = 135 + }, + new + { + FilterListId = 1470, + MaintainerId = 84 + }, + new + { + FilterListId = 1473, + MaintainerId = 118 + }, + new + { + FilterListId = 1474, + MaintainerId = 118 + }, + new + { + FilterListId = 1475, + MaintainerId = 119 + }, + new + { + FilterListId = 1476, + MaintainerId = 119 + }, + new + { + FilterListId = 1477, + MaintainerId = 119 + }, + new + { + FilterListId = 1478, + MaintainerId = 119 + }, + new + { + FilterListId = 1479, + MaintainerId = 119 + }, + new + { + FilterListId = 1480, + MaintainerId = 118 + }, + new + { + FilterListId = 1483, + MaintainerId = 2 + }, + new + { + FilterListId = 1484, + MaintainerId = 154 + }, + new + { + FilterListId = 1485, + MaintainerId = 120 + }, + new + { + FilterListId = 1486, + MaintainerId = 120 + }, + new + { + FilterListId = 1490, + MaintainerId = 121 + }, + new + { + FilterListId = 1492, + MaintainerId = 121 + }, + new + { + FilterListId = 1498, + MaintainerId = 121 + }, + new + { + FilterListId = 1499, + MaintainerId = 121 + }, + new + { + FilterListId = 1502, + MaintainerId = 122 + }, + new + { + FilterListId = 1503, + MaintainerId = 122 + }, + new + { + FilterListId = 1504, + MaintainerId = 122 + }, + new + { + FilterListId = 1505, + MaintainerId = 123 + }, + new + { + FilterListId = 1506, + MaintainerId = 123 + }, + new + { + FilterListId = 1507, + MaintainerId = 124 + }, + new + { + FilterListId = 1508, + MaintainerId = 125 + }, + new + { + FilterListId = 1509, + MaintainerId = 125 + }, + new + { + FilterListId = 1510, + MaintainerId = 125 + }, + new + { + FilterListId = 1511, + MaintainerId = 121 + }, + new + { + FilterListId = 1517, + MaintainerId = 121 + }, + new + { + FilterListId = 1520, + MaintainerId = 121 + }, + new + { + FilterListId = 1523, + MaintainerId = 126 + }, + new + { + FilterListId = 1523, + MaintainerId = 155 + }, + new + { + FilterListId = 1524, + MaintainerId = 126 + }, + new + { + FilterListId = 1524, + MaintainerId = 155 + }, + new + { + FilterListId = 1525, + MaintainerId = 126 + }, + new + { + FilterListId = 1525, + MaintainerId = 155 + }, + new + { + FilterListId = 1526, + MaintainerId = 91 + }, + new + { + FilterListId = 1527, + MaintainerId = 91 + }, + new + { + FilterListId = 1528, + MaintainerId = 46 + }, + new + { + FilterListId = 1529, + MaintainerId = 7 + }, + new + { + FilterListId = 1531, + MaintainerId = 128 + }, + new + { + FilterListId = 1532, + MaintainerId = 128 + }, + new + { + FilterListId = 1534, + MaintainerId = 129 + }, + new + { + FilterListId = 1535, + MaintainerId = 22 + }, + new + { + FilterListId = 1536, + MaintainerId = 130 + }, + new + { + FilterListId = 1537, + MaintainerId = 7 + }, + new + { + FilterListId = 1538, + MaintainerId = 7 + }, + new + { + FilterListId = 1539, + MaintainerId = 7 + }, + new + { + FilterListId = 1540, + MaintainerId = 7 + }, + new + { + FilterListId = 1541, + MaintainerId = 7 + }, + new + { + FilterListId = 1542, + MaintainerId = 7 + }, + new + { + FilterListId = 1543, + MaintainerId = 7 + }, + new + { + FilterListId = 1544, + MaintainerId = 7 + }, + new + { + FilterListId = 1548, + MaintainerId = 7 + }, + new + { + FilterListId = 1549, + MaintainerId = 7 + }, + new + { + FilterListId = 1550, + MaintainerId = 22 + }, + new + { + FilterListId = 1551, + MaintainerId = 22 + }, + new + { + FilterListId = 1552, + MaintainerId = 22 + }, + new + { + FilterListId = 1554, + MaintainerId = 22 + }, + new + { + FilterListId = 1556, + MaintainerId = 131 + }, + new + { + FilterListId = 1558, + MaintainerId = 107 + }, + new + { + FilterListId = 1562, + MaintainerId = 132 + }, + new + { + FilterListId = 1564, + MaintainerId = 22 + }, + new + { + FilterListId = 1565, + MaintainerId = 22 + }, + new + { + FilterListId = 1567, + MaintainerId = 46 + }, + new + { + FilterListId = 1568, + MaintainerId = 46 + }, + new + { + FilterListId = 1569, + MaintainerId = 46 + }, + new + { + FilterListId = 1570, + MaintainerId = 46 + }, + new + { + FilterListId = 1574, + MaintainerId = 132 + }, + new + { + FilterListId = 1575, + MaintainerId = 22 + }, + new + { + FilterListId = 1576, + MaintainerId = 22 + }, + new + { + FilterListId = 1579, + MaintainerId = 22 + }, + new + { + FilterListId = 1581, + MaintainerId = 22 + }, + new + { + FilterListId = 1582, + MaintainerId = 22 + }, + new + { + FilterListId = 1583, + MaintainerId = 22 + }, + new + { + FilterListId = 1584, + MaintainerId = 22 + }, + new + { + FilterListId = 1585, + MaintainerId = 22 + }, + new + { + FilterListId = 1586, + MaintainerId = 22 + }, + new + { + FilterListId = 1587, + MaintainerId = 22 + }, + new + { + FilterListId = 1588, + MaintainerId = 22 + }, + new + { + FilterListId = 1589, + MaintainerId = 22 + }, + new + { + FilterListId = 1590, + MaintainerId = 22 + }, + new + { + FilterListId = 1591, + MaintainerId = 22 + }, + new + { + FilterListId = 1592, + MaintainerId = 22 + }, + new + { + FilterListId = 1593, + MaintainerId = 22 + }, + new + { + FilterListId = 1604, + MaintainerId = 22 + }, + new + { + FilterListId = 1605, + MaintainerId = 22 + }, + new + { + FilterListId = 1606, + MaintainerId = 22 + }, + new + { + FilterListId = 1635, + MaintainerId = 22 + }, + new + { + FilterListId = 1636, + MaintainerId = 22 + }, + new + { + FilterListId = 1637, + MaintainerId = 22 + }, + new + { + FilterListId = 1639, + MaintainerId = 139 + }, + new + { + FilterListId = 1664, + MaintainerId = 23 + }, + new + { + FilterListId = 1665, + MaintainerId = 23 + }, + new + { + FilterListId = 1728, + MaintainerId = 151 + }, + new + { + FilterListId = 1729, + MaintainerId = 151 + }, + new + { + FilterListId = 1730, + MaintainerId = 151 + }, + new + { + FilterListId = 1731, + MaintainerId = 151 + }, + new + { + FilterListId = 1732, + MaintainerId = 151 + }, + new + { + FilterListId = 1733, + MaintainerId = 151 + }, + new + { + FilterListId = 1734, + MaintainerId = 25 + }, + new + { + FilterListId = 1735, + MaintainerId = 25 + }, + new + { + FilterListId = 1736, + MaintainerId = 22 + }, + new + { + FilterListId = 1737, + MaintainerId = 22 + }, + new + { + FilterListId = 1738, + MaintainerId = 22 + }, + new + { + FilterListId = 1740, + MaintainerId = 84 + }, + new + { + FilterListId = 1741, + MaintainerId = 84 + }, + new + { + FilterListId = 1742, + MaintainerId = 84 + }, + new + { + FilterListId = 1743, + MaintainerId = 84 + }, + new + { + FilterListId = 1744, + MaintainerId = 84 + }, + new + { + FilterListId = 1745, + MaintainerId = 84 + }, + new + { + FilterListId = 1746, + MaintainerId = 84 + }, + new + { + FilterListId = 1747, + MaintainerId = 84 + }, + new + { + FilterListId = 1748, + MaintainerId = 84 + }, + new + { + FilterListId = 1749, + MaintainerId = 84 + }, + new + { + FilterListId = 1750, + MaintainerId = 84 + }, + new + { + FilterListId = 1751, + MaintainerId = 84 + }, + new + { + FilterListId = 1752, + MaintainerId = 84 + }, + new + { + FilterListId = 1753, + MaintainerId = 84 + }, + new + { + FilterListId = 1754, + MaintainerId = 84 + }, + new + { + FilterListId = 1755, + MaintainerId = 84 + }, + new + { + FilterListId = 1756, + MaintainerId = 84 + }, + new + { + FilterListId = 1757, + MaintainerId = 84 + }, + new + { + FilterListId = 1758, + MaintainerId = 84 + }, + new + { + FilterListId = 1759, + MaintainerId = 84 + }, + new + { + FilterListId = 1760, + MaintainerId = 84 + }, + new + { + FilterListId = 1761, + MaintainerId = 84 + }, + new + { + FilterListId = 1762, + MaintainerId = 84 + }, + new + { + FilterListId = 1763, + MaintainerId = 84 + }, + new + { + FilterListId = 1764, + MaintainerId = 84 + }, + new + { + FilterListId = 1765, + MaintainerId = 84 + }, + new + { + FilterListId = 1766, + MaintainerId = 84 + }, + new + { + FilterListId = 1767, + MaintainerId = 84 + }, + new + { + FilterListId = 1768, + MaintainerId = 84 + }, + new + { + FilterListId = 1769, + MaintainerId = 84 + }, + new + { + FilterListId = 1770, + MaintainerId = 84 + }, + new + { + FilterListId = 1771, + MaintainerId = 84 + }, + new + { + FilterListId = 1772, + MaintainerId = 84 + }, + new + { + FilterListId = 1773, + MaintainerId = 84 + }, + new + { + FilterListId = 1774, + MaintainerId = 84 + }, + new + { + FilterListId = 1775, + MaintainerId = 84 + }, + new + { + FilterListId = 1776, + MaintainerId = 84 + }, + new + { + FilterListId = 1777, + MaintainerId = 84 + }, + new + { + FilterListId = 1778, + MaintainerId = 84 + }, + new + { + FilterListId = 1779, + MaintainerId = 84 + }, + new + { + FilterListId = 1780, + MaintainerId = 84 + }, + new + { + FilterListId = 1781, + MaintainerId = 84 + }, + new + { + FilterListId = 1782, + MaintainerId = 84 + }, + new + { + FilterListId = 1783, + MaintainerId = 84 + }, + new + { + FilterListId = 1784, + MaintainerId = 84 + }, + new + { + FilterListId = 1785, + MaintainerId = 84 + }, + new + { + FilterListId = 1786, + MaintainerId = 84 + }, + new + { + FilterListId = 1787, + MaintainerId = 84 + }, + new + { + FilterListId = 1788, + MaintainerId = 84 + }, + new + { + FilterListId = 1789, + MaintainerId = 84 + }, + new + { + FilterListId = 1790, + MaintainerId = 84 + }, + new + { + FilterListId = 1791, + MaintainerId = 84 + }, + new + { + FilterListId = 1792, + MaintainerId = 84 + }, + new + { + FilterListId = 1793, + MaintainerId = 84 + }, + new + { + FilterListId = 1794, + MaintainerId = 84 + }, + new + { + FilterListId = 1795, + MaintainerId = 84 + }, + new + { + FilterListId = 1796, + MaintainerId = 84 + }, + new + { + FilterListId = 1797, + MaintainerId = 84 + }, + new + { + FilterListId = 1798, + MaintainerId = 84 + }, + new + { + FilterListId = 1799, + MaintainerId = 15 + }, + new + { + FilterListId = 1814, + MaintainerId = 22 + }, + new + { + FilterListId = 1815, + MaintainerId = 22 + }, + new + { + FilterListId = 1816, + MaintainerId = 34 + }, + new + { + FilterListId = 1817, + MaintainerId = 32 + }, + new + { + FilterListId = 1818, + MaintainerId = 140 + }, + new + { + FilterListId = 1819, + MaintainerId = 139 + }, + new + { + FilterListId = 1832, + MaintainerId = 22 + }, + new + { + FilterListId = 1833, + MaintainerId = 141 + }, + new + { + FilterListId = 1834, + MaintainerId = 142 + }, + new + { + FilterListId = 1835, + MaintainerId = 143 + }, + new + { + FilterListId = 1836, + MaintainerId = 144 + }, + new + { + FilterListId = 1838, + MaintainerId = 144 + }, + new + { + FilterListId = 1839, + MaintainerId = 144 + }, + new + { + FilterListId = 1840, + MaintainerId = 22 + }, + new + { + FilterListId = 1841, + MaintainerId = 22 + }, + new + { + FilterListId = 1842, + MaintainerId = 22 + }, + new + { + FilterListId = 1866, + MaintainerId = 147 + }, + new + { + FilterListId = 1867, + MaintainerId = 147 + }, + new + { + FilterListId = 1876, + MaintainerId = 22 + }, + new + { + FilterListId = 1877, + MaintainerId = 22 + }, + new + { + FilterListId = 1878, + MaintainerId = 22 + }, + new + { + FilterListId = 1890, + MaintainerId = 148 + }, + new + { + FilterListId = 1891, + MaintainerId = 148 + }, + new + { + FilterListId = 1892, + MaintainerId = 148 + }, + new + { + FilterListId = 1893, + MaintainerId = 148 + }, + new + { + FilterListId = 1901, + MaintainerId = 22 + }, + new + { + FilterListId = 1929, + MaintainerId = 22 + }, + new + { + FilterListId = 1930, + MaintainerId = 22 + }, + new + { + FilterListId = 1950, + MaintainerId = 91 + }, + new + { + FilterListId = 1951, + MaintainerId = 22 + }, + new + { + FilterListId = 1952, + MaintainerId = 22 + }, + new + { + FilterListId = 1953, + MaintainerId = 25 + }, + new + { + FilterListId = 1954, + MaintainerId = 25 + }, + new + { + FilterListId = 1955, + MaintainerId = 25 + }, + new + { + FilterListId = 1964, + MaintainerId = 22 + }, + new + { + FilterListId = 1965, + MaintainerId = 22 + }, + new + { + FilterListId = 1966, + MaintainerId = 22 + }, + new + { + FilterListId = 1967, + MaintainerId = 22 + }, + new + { + FilterListId = 1968, + MaintainerId = 46 + }, + new + { + FilterListId = 1969, + MaintainerId = 46 + }, + new + { + FilterListId = 1970, + MaintainerId = 46 + }, + new + { + FilterListId = 1971, + MaintainerId = 46 + }, + new + { + FilterListId = 1972, + MaintainerId = 22 + }, + new + { + FilterListId = 1973, + MaintainerId = 22 + }, + new + { + FilterListId = 1974, + MaintainerId = 22 + }, + new + { + FilterListId = 1975, + MaintainerId = 22 + }, + new + { + FilterListId = 1976, + MaintainerId = 22 + }, + new + { + FilterListId = 1977, + MaintainerId = 22 + }, + new + { + FilterListId = 1978, + MaintainerId = 22 + }, + new + { + FilterListId = 1979, + MaintainerId = 22 + }, + new + { + FilterListId = 1980, + MaintainerId = 22 + }, + new + { + FilterListId = 1981, + MaintainerId = 22 + }, + new + { + FilterListId = 1983, + MaintainerId = 22 + }, + new + { + FilterListId = 1984, + MaintainerId = 22 + }, + new + { + FilterListId = 1987, + MaintainerId = 22 + }, + new + { + FilterListId = 1988, + MaintainerId = 22 + }, + new + { + FilterListId = 1989, + MaintainerId = 22 + }, + new + { + FilterListId = 1990, + MaintainerId = 22 + }, + new + { + FilterListId = 1991, + MaintainerId = 22 + }, + new + { + FilterListId = 1992, + MaintainerId = 153 + }, + new + { + FilterListId = 1993, + MaintainerId = 153 + }, + new + { + FilterListId = 1994, + MaintainerId = 153 + }, + new + { + FilterListId = 1995, + MaintainerId = 153 + }, + new + { + FilterListId = 1996, + MaintainerId = 144 + }, + new + { + FilterListId = 1997, + MaintainerId = 144 + }, + new + { + FilterListId = 1998, + MaintainerId = 144 + }, + new + { + FilterListId = 2001, + MaintainerId = 25 + }, + new + { + FilterListId = 2002, + MaintainerId = 25 + }, + new + { + FilterListId = 2003, + MaintainerId = 25 + }, + new + { + FilterListId = 2005, + MaintainerId = 153 + }, + new + { + FilterListId = 2006, + MaintainerId = 153 + }, + new + { + FilterListId = 2007, + MaintainerId = 153 + }, + new + { + FilterListId = 2008, + MaintainerId = 154 + }, + new + { + FilterListId = 2009, + MaintainerId = 154 + }, + new + { + FilterListId = 2010, + MaintainerId = 154 + }, + new + { + FilterListId = 2011, + MaintainerId = 154 + }, + new + { + FilterListId = 2012, + MaintainerId = 154 + }, + new + { + FilterListId = 2013, + MaintainerId = 154 + }, + new + { + FilterListId = 2014, + MaintainerId = 154 + }, + new + { + FilterListId = 2015, + MaintainerId = 154 + }, + new + { + FilterListId = 2016, + MaintainerId = 154 + }, + new + { + FilterListId = 2017, + MaintainerId = 154 + }, + new + { + FilterListId = 2018, + MaintainerId = 154 + }, + new + { + FilterListId = 2034, + MaintainerId = 14 + }, + new + { + FilterListId = 2035, + MaintainerId = 14 + }, + new + { + FilterListId = 2041, + MaintainerId = 22 + }, + new + { + FilterListId = 2042, + MaintainerId = 64 + }, + new + { + FilterListId = 2047, + MaintainerId = 152 + }, + new + { + FilterListId = 2048, + MaintainerId = 152 + }, + new + { + FilterListId = 2049, + MaintainerId = 152 + }, + new + { + FilterListId = 2050, + MaintainerId = 152 + }, + new + { + FilterListId = 2051, + MaintainerId = 146 + }, + new + { + FilterListId = 2052, + MaintainerId = 146 + }, + new + { + FilterListId = 2053, + MaintainerId = 146 + }, + new + { + FilterListId = 2054, + MaintainerId = 146 + }, + new + { + FilterListId = 2055, + MaintainerId = 146 + }, + new + { + FilterListId = 2056, + MaintainerId = 146 + }, + new + { + FilterListId = 2060, + MaintainerId = 144 + }, + new + { + FilterListId = 2061, + MaintainerId = 144 + }, + new + { + FilterListId = 2062, + MaintainerId = 148 + }, + new + { + FilterListId = 2070, + MaintainerId = 148 + }, + new + { + FilterListId = 2079, + MaintainerId = 150 + }, + new + { + FilterListId = 2080, + MaintainerId = 150 + }, + new + { + FilterListId = 2081, + MaintainerId = 150 + }, + new + { + FilterListId = 2082, + MaintainerId = 150 + }, + new + { + FilterListId = 2083, + MaintainerId = 150 + }, + new + { + FilterListId = 2084, + MaintainerId = 150 + }, + new + { + FilterListId = 2085, + MaintainerId = 150 + }, + new + { + FilterListId = 2086, + MaintainerId = 150 + }, + new + { + FilterListId = 2088, + MaintainerId = 150 + }, + new + { + FilterListId = 2089, + MaintainerId = 150 + }, + new + { + FilterListId = 2090, + MaintainerId = 150 + }, + new + { + FilterListId = 2091, + MaintainerId = 150 + }, + new + { + FilterListId = 2092, + MaintainerId = 150 + }, + new + { + FilterListId = 2093, + MaintainerId = 150 + }, + new + { + FilterListId = 2094, + MaintainerId = 150 + }, + new + { + FilterListId = 2095, + MaintainerId = 150 + }, + new + { + FilterListId = 2112, + MaintainerId = 22 + }, + new + { + FilterListId = 2113, + MaintainerId = 22 + }, + new + { + FilterListId = 2114, + MaintainerId = 22 + }, + new + { + FilterListId = 2126, + MaintainerId = 92 + }, + new + { + FilterListId = 2127, + MaintainerId = 92 + }, + new + { + FilterListId = 2128, + MaintainerId = 92 + }, + new + { + FilterListId = 2129, + MaintainerId = 92 + }, + new + { + FilterListId = 2130, + MaintainerId = 92 + }, + new + { + FilterListId = 2131, + MaintainerId = 92 + }, + new + { + FilterListId = 2138, + MaintainerId = 145 + }, + new + { + FilterListId = 2139, + MaintainerId = 145 + }, + new + { + FilterListId = 2140, + MaintainerId = 105 + }, + new + { + FilterListId = 2141, + MaintainerId = 105 + }, + new + { + FilterListId = 2142, + MaintainerId = 105 + }, + new + { + FilterListId = 2143, + MaintainerId = 105 + }, + new + { + FilterListId = 2144, + MaintainerId = 105 + }, + new + { + FilterListId = 2145, + MaintainerId = 105 + }, + new + { + FilterListId = 2146, + MaintainerId = 105 + }, + new + { + FilterListId = 2147, + MaintainerId = 105 + }, + new + { + FilterListId = 2148, + MaintainerId = 105 + }, + new + { + FilterListId = 2151, + MaintainerId = 155 + }, + new + { + FilterListId = 2152, + MaintainerId = 155 + }, + new + { + FilterListId = 2156, + MaintainerId = 22 + }, + new + { + FilterListId = 2157, + MaintainerId = 22 + }, + new + { + FilterListId = 2158, + MaintainerId = 22 + }, + new + { + FilterListId = 2163, + MaintainerId = 22 + }, + new + { + FilterListId = 2185, + MaintainerId = 46 + }, + new + { + FilterListId = 2186, + MaintainerId = 46 + }, + new + { + FilterListId = 2187, + MaintainerId = 46 + }, + new + { + FilterListId = 2188, + MaintainerId = 46 + }, + new + { + FilterListId = 2189, + MaintainerId = 46 + }, + new + { + FilterListId = 2190, + MaintainerId = 46 + }, + new + { + FilterListId = 2191, + MaintainerId = 46 + }, + new + { + FilterListId = 2192, + MaintainerId = 46 + }, + new + { + FilterListId = 2193, + MaintainerId = 46 + }, + new + { + FilterListId = 2194, + MaintainerId = 46 + }, + new + { + FilterListId = 2199, + MaintainerId = 46 + }, + new + { + FilterListId = 2200, + MaintainerId = 46 + }, + new + { + FilterListId = 2201, + MaintainerId = 46 + }, + new + { + FilterListId = 2202, + MaintainerId = 46 + }, + new + { + FilterListId = 2203, + MaintainerId = 46 + }, + new + { + FilterListId = 2204, + MaintainerId = 46 + }, + new + { + FilterListId = 2205, + MaintainerId = 46 + }, + new + { + FilterListId = 2206, + MaintainerId = 46 + }, + new + { + FilterListId = 2207, + MaintainerId = 46 + }, + new + { + FilterListId = 2208, + MaintainerId = 46 + }, + new + { + FilterListId = 2209, + MaintainerId = 46 + }, + new + { + FilterListId = 2210, + MaintainerId = 46 + }, + new + { + FilterListId = 2211, + MaintainerId = 46 + }, + new + { + FilterListId = 2212, + MaintainerId = 46 + }, + new + { + FilterListId = 2213, + MaintainerId = 46 + }, + new + { + FilterListId = 2214, + MaintainerId = 46 + }, + new + { + FilterListId = 2220, + MaintainerId = 22 + }, + new + { + FilterListId = 2221, + MaintainerId = 149 + }, + new + { + FilterListId = 2222, + MaintainerId = 149 + }, + new + { + FilterListId = 2223, + MaintainerId = 149 + }, + new + { + FilterListId = 2224, + MaintainerId = 149 + }, + new + { + FilterListId = 2225, + MaintainerId = 149 + }, + new + { + FilterListId = 2226, + MaintainerId = 149 + }, + new + { + FilterListId = 2227, + MaintainerId = 149 + }, + new + { + FilterListId = 2228, + MaintainerId = 149 + }, + new + { + FilterListId = 2229, + MaintainerId = 149 + }, + new + { + FilterListId = 2230, + MaintainerId = 6 + }, + new + { + FilterListId = 2231, + MaintainerId = 6 + }, + new + { + FilterListId = 2232, + MaintainerId = 6 + }, + new + { + FilterListId = 2233, + MaintainerId = 6 + }, + new + { + FilterListId = 2234, + MaintainerId = 6 + }, + new + { + FilterListId = 2235, + MaintainerId = 6 + }, + new + { + FilterListId = 2236, + MaintainerId = 6 + }, + new + { + FilterListId = 2237, + MaintainerId = 6 + }, + new + { + FilterListId = 2238, + MaintainerId = 6 + }, + new + { + FilterListId = 2239, + MaintainerId = 6 + }, + new + { + FilterListId = 2240, + MaintainerId = 6 + }, + new + { + FilterListId = 2241, + MaintainerId = 6 + }, + new + { + FilterListId = 2242, + MaintainerId = 6 + }, + new + { + FilterListId = 2243, + MaintainerId = 6 + }, + new + { + FilterListId = 2244, + MaintainerId = 6 + }, + new + { + FilterListId = 2245, + MaintainerId = 6 + }, + new + { + FilterListId = 2246, + MaintainerId = 6 + }, + new + { + FilterListId = 2247, + MaintainerId = 6 + }, + new + { + FilterListId = 2248, + MaintainerId = 6 + }, + new + { + FilterListId = 2249, + MaintainerId = 6 + }, + new + { + FilterListId = 2250, + MaintainerId = 6 + }, + new + { + FilterListId = 2251, + MaintainerId = 6 + }, + new + { + FilterListId = 2252, + MaintainerId = 6 + }, + new + { + FilterListId = 2253, + MaintainerId = 6 + }, + new + { + FilterListId = 2254, + MaintainerId = 6 + }, + new + { + FilterListId = 2255, + MaintainerId = 6 + }, + new + { + FilterListId = 2256, + MaintainerId = 6 + }, + new + { + FilterListId = 2257, + MaintainerId = 6 + }, + new + { + FilterListId = 2258, + MaintainerId = 6 + }, + new + { + FilterListId = 2259, + MaintainerId = 6 + }, + new + { + FilterListId = 2260, + MaintainerId = 6 + }, + new + { + FilterListId = 2261, + MaintainerId = 6 + }, + new + { + FilterListId = 2262, + MaintainerId = 6 + }, + new + { + FilterListId = 2263, + MaintainerId = 6 + }, + new + { + FilterListId = 2264, + MaintainerId = 6 + }, + new + { + FilterListId = 2265, + MaintainerId = 6 + }, + new + { + FilterListId = 2266, + MaintainerId = 6 + }, + new + { + FilterListId = 2267, + MaintainerId = 6 + }, + new + { + FilterListId = 2268, + MaintainerId = 6 + }, + new + { + FilterListId = 2269, + MaintainerId = 6 + }, + new + { + FilterListId = 2270, + MaintainerId = 6 + }, + new + { + FilterListId = 2271, + MaintainerId = 6 + }, + new + { + FilterListId = 2272, + MaintainerId = 6 + }, + new + { + FilterListId = 2273, + MaintainerId = 6 + }, + new + { + FilterListId = 2274, + MaintainerId = 6 + }, + new + { + FilterListId = 2275, + MaintainerId = 6 + }, + new + { + FilterListId = 2286, + MaintainerId = 22 + }, + new + { + FilterListId = 2287, + MaintainerId = 22 + }, + new + { + FilterListId = 2315, + MaintainerId = 155 + }, + new + { + FilterListId = 2316, + MaintainerId = 155 + }, + new + { + FilterListId = 2317, + MaintainerId = 155 + }, + new + { + FilterListId = 2319, + MaintainerId = 156 + }, + new + { + FilterListId = 2320, + MaintainerId = 156 + }, + new + { + FilterListId = 2342, + MaintainerId = 46 + }, + new + { + FilterListId = 2343, + MaintainerId = 46 + }, + new + { + FilterListId = 2366, + MaintainerId = 22 + }, + new + { + FilterListId = 2369, + MaintainerId = 22 + }, + new + { + FilterListId = 2373, + MaintainerId = 22 + }, + new + { + FilterListId = 2374, + MaintainerId = 22 + }, + new + { + FilterListId = 2375, + MaintainerId = 22 + }, + new + { + FilterListId = 2376, + MaintainerId = 22 + }, + new + { + FilterListId = 2377, + MaintainerId = 7 + }, + new + { + FilterListId = 2377, + MaintainerId = 22 + }, + new + { + FilterListId = 2378, + MaintainerId = 7 + }, + new + { + FilterListId = 2378, + MaintainerId = 22 + }, + new + { + FilterListId = 2391, + MaintainerId = 144 + }, + new + { + FilterListId = 2396, + MaintainerId = 46 + }, + new + { + FilterListId = 2397, + MaintainerId = 46 + }, + new + { + FilterListId = 2398, + MaintainerId = 46 + }, + new + { + FilterListId = 2399, + MaintainerId = 46 + }, + new + { + FilterListId = 2400, + MaintainerId = 46 + }, + new + { + FilterListId = 2401, + MaintainerId = 46 + }, + new + { + FilterListId = 2402, + MaintainerId = 46 + }, + new + { + FilterListId = 2403, + MaintainerId = 22 + }, + new + { + FilterListId = 2404, + MaintainerId = 22 + }, + new + { + FilterListId = 2405, + MaintainerId = 22 + }, + new + { + FilterListId = 2406, + MaintainerId = 22 + }, + new + { + FilterListId = 2407, + MaintainerId = 6 + }, + new + { + FilterListId = 2408, + MaintainerId = 6 + }, + new + { + FilterListId = 2409, + MaintainerId = 6 + }, + new + { + FilterListId = 2410, + MaintainerId = 22 + }, + new + { + FilterListId = 2425, + MaintainerId = 22 + }, + new + { + FilterListId = 2427, + MaintainerId = 46 + }, + new + { + FilterListId = 2428, + MaintainerId = 22 + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterListSyntax", b => + { + b.Property("FilterListId") + .HasColumnType("integer"); + + b.Property("SyntaxId") + .HasColumnType("integer"); + + b.HasKey("FilterListId", "SyntaxId"); + + b.HasIndex("SyntaxId"); + + b.ToTable("FilterListSyntaxes"); + + b.HasData( + new + { + FilterListId = 1, + SyntaxId = 3 + }, + new + { + FilterListId = 2, + SyntaxId = 3 + }, + new + { + FilterListId = 3, + SyntaxId = 1 + }, + new + { + FilterListId = 4, + SyntaxId = 1 + }, + new + { + FilterListId = 5, + SyntaxId = 28 + }, + new + { + FilterListId = 6, + SyntaxId = 3 + }, + new + { + FilterListId = 10, + SyntaxId = 1 + }, + new + { + FilterListId = 11, + SyntaxId = 3 + }, + new + { + FilterListId = 12, + SyntaxId = 3 + }, + new + { + FilterListId = 13, + SyntaxId = 3 + }, + new + { + FilterListId = 14, + SyntaxId = 3 + }, + new + { + FilterListId = 16, + SyntaxId = 6 + }, + new + { + FilterListId = 17, + SyntaxId = 1 + }, + new + { + FilterListId = 18, + SyntaxId = 3 + }, + new + { + FilterListId = 19, + SyntaxId = 28 + }, + new + { + FilterListId = 20, + SyntaxId = 17 + }, + new + { + FilterListId = 27, + SyntaxId = 4 + }, + new + { + FilterListId = 28, + SyntaxId = 3 + }, + new + { + FilterListId = 29, + SyntaxId = 3 + }, + new + { + FilterListId = 30, + SyntaxId = 3 + }, + new + { + FilterListId = 31, + SyntaxId = 3 + }, + new + { + FilterListId = 32, + SyntaxId = 28 + }, + new + { + FilterListId = 33, + SyntaxId = 3 + }, + new + { + FilterListId = 34, + SyntaxId = 8 + }, + new + { + FilterListId = 36, + SyntaxId = 2 + }, + new + { + FilterListId = 38, + SyntaxId = 28 + }, + new + { + FilterListId = 39, + SyntaxId = 3 + }, + new + { + FilterListId = 47, + SyntaxId = 1 + }, + new + { + FilterListId = 49, + SyntaxId = 1 + }, + new + { + FilterListId = 50, + SyntaxId = 3 + }, + new + { + FilterListId = 51, + SyntaxId = 3 + }, + new + { + FilterListId = 52, + SyntaxId = 28 + }, + new + { + FilterListId = 53, + SyntaxId = 1 + }, + new + { + FilterListId = 54, + SyntaxId = 1 + }, + new + { + FilterListId = 56, + SyntaxId = 3 + }, + new + { + FilterListId = 59, + SyntaxId = 4 + }, + new + { + FilterListId = 60, + SyntaxId = 1 + }, + new + { + FilterListId = 61, + SyntaxId = 4 + }, + new + { + FilterListId = 62, + SyntaxId = 3 + }, + new + { + FilterListId = 63, + SyntaxId = 3 + }, + new + { + FilterListId = 64, + SyntaxId = 1 + }, + new + { + FilterListId = 65, + SyntaxId = 1 + }, + new + { + FilterListId = 66, + SyntaxId = 3 + }, + new + { + FilterListId = 67, + SyntaxId = 46 + }, + new + { + FilterListId = 68, + SyntaxId = 3 + }, + new + { + FilterListId = 69, + SyntaxId = 3 + }, + new + { + FilterListId = 70, + SyntaxId = 3 + }, + new + { + FilterListId = 71, + SyntaxId = 3 + }, + new + { + FilterListId = 72, + SyntaxId = 3 + }, + new + { + FilterListId = 78, + SyntaxId = 1 + }, + new + { + FilterListId = 79, + SyntaxId = 1 + }, + new + { + FilterListId = 80, + SyntaxId = 1 + }, + new + { + FilterListId = 81, + SyntaxId = 1 + }, + new + { + FilterListId = 82, + SyntaxId = 4 + }, + new + { + FilterListId = 83, + SyntaxId = 4 + }, + new + { + FilterListId = 84, + SyntaxId = 17 + }, + new + { + FilterListId = 85, + SyntaxId = 4 + }, + new + { + FilterListId = 86, + SyntaxId = 4 + }, + new + { + FilterListId = 87, + SyntaxId = 4 + }, + new + { + FilterListId = 88, + SyntaxId = 4 + }, + new + { + FilterListId = 89, + SyntaxId = 4 + }, + new + { + FilterListId = 90, + SyntaxId = 4 + }, + new + { + FilterListId = 91, + SyntaxId = 4 + }, + new + { + FilterListId = 93, + SyntaxId = 1 + }, + new + { + FilterListId = 94, + SyntaxId = 3 + }, + new + { + FilterListId = 95, + SyntaxId = 1 + }, + new + { + FilterListId = 96, + SyntaxId = 1 + }, + new + { + FilterListId = 97, + SyntaxId = 3 + }, + new + { + FilterListId = 98, + SyntaxId = 3 + }, + new + { + FilterListId = 99, + SyntaxId = 3 + }, + new + { + FilterListId = 100, + SyntaxId = 3 + }, + new + { + FilterListId = 101, + SyntaxId = 3 + }, + new + { + FilterListId = 102, + SyntaxId = 4 + }, + new + { + FilterListId = 103, + SyntaxId = 1 + }, + new + { + FilterListId = 104, + SyntaxId = 1 + }, + new + { + FilterListId = 105, + SyntaxId = 1 + }, + new + { + FilterListId = 106, + SyntaxId = 1 + }, + new + { + FilterListId = 107, + SyntaxId = 1 + }, + new + { + FilterListId = 108, + SyntaxId = 1 + }, + new + { + FilterListId = 109, + SyntaxId = 1 + }, + new + { + FilterListId = 110, + SyntaxId = 1 + }, + new + { + FilterListId = 111, + SyntaxId = 1 + }, + new + { + FilterListId = 112, + SyntaxId = 1 + }, + new + { + FilterListId = 113, + SyntaxId = 4 + }, + new + { + FilterListId = 114, + SyntaxId = 3 + }, + new + { + FilterListId = 115, + SyntaxId = 1 + }, + new + { + FilterListId = 116, + SyntaxId = 3 + }, + new + { + FilterListId = 117, + SyntaxId = 3 + }, + new + { + FilterListId = 118, + SyntaxId = 3 + }, + new + { + FilterListId = 119, + SyntaxId = 3 + }, + new + { + FilterListId = 131, + SyntaxId = 3 + }, + new + { + FilterListId = 132, + SyntaxId = 4 + }, + new + { + FilterListId = 133, + SyntaxId = 3 + }, + new + { + FilterListId = 134, + SyntaxId = 3 + }, + new + { + FilterListId = 135, + SyntaxId = 3 + }, + new + { + FilterListId = 136, + SyntaxId = 3 + }, + new + { + FilterListId = 137, + SyntaxId = 1 + }, + new + { + FilterListId = 138, + SyntaxId = 1 + }, + new + { + FilterListId = 139, + SyntaxId = 2 + }, + new + { + FilterListId = 140, + SyntaxId = 3 + }, + new + { + FilterListId = 141, + SyntaxId = 28 + }, + new + { + FilterListId = 142, + SyntaxId = 3 + }, + new + { + FilterListId = 143, + SyntaxId = 28 + }, + new + { + FilterListId = 144, + SyntaxId = 28 + }, + new + { + FilterListId = 145, + SyntaxId = 28 + }, + new + { + FilterListId = 146, + SyntaxId = 3 + }, + new + { + FilterListId = 147, + SyntaxId = 3 + }, + new + { + FilterListId = 150, + SyntaxId = 3 + }, + new + { + FilterListId = 151, + SyntaxId = 28 + }, + new + { + FilterListId = 152, + SyntaxId = 3 + }, + new + { + FilterListId = 155, + SyntaxId = 6 + }, + new + { + FilterListId = 156, + SyntaxId = 6 + }, + new + { + FilterListId = 157, + SyntaxId = 6 + }, + new + { + FilterListId = 158, + SyntaxId = 6 + }, + new + { + FilterListId = 159, + SyntaxId = 6 + }, + new + { + FilterListId = 160, + SyntaxId = 6 + }, + new + { + FilterListId = 161, + SyntaxId = 6 + }, + new + { + FilterListId = 162, + SyntaxId = 6 + }, + new + { + FilterListId = 163, + SyntaxId = 6 + }, + new + { + FilterListId = 164, + SyntaxId = 6 + }, + new + { + FilterListId = 165, + SyntaxId = 6 + }, + new + { + FilterListId = 166, + SyntaxId = 6 + }, + new + { + FilterListId = 167, + SyntaxId = 6 + }, + new + { + FilterListId = 168, + SyntaxId = 47 + }, + new + { + FilterListId = 169, + SyntaxId = 6 + }, + new + { + FilterListId = 170, + SyntaxId = 3 + }, + new + { + FilterListId = 171, + SyntaxId = 3 + }, + new + { + FilterListId = 173, + SyntaxId = 1 + }, + new + { + FilterListId = 175, + SyntaxId = 3 + }, + new + { + FilterListId = 176, + SyntaxId = 1 + }, + new + { + FilterListId = 177, + SyntaxId = 1 + }, + new + { + FilterListId = 178, + SyntaxId = 3 + }, + new + { + FilterListId = 179, + SyntaxId = 1 + }, + new + { + FilterListId = 181, + SyntaxId = 3 + }, + new + { + FilterListId = 183, + SyntaxId = 28 + }, + new + { + FilterListId = 184, + SyntaxId = 3 + }, + new + { + FilterListId = 185, + SyntaxId = 1 + }, + new + { + FilterListId = 186, + SyntaxId = 1 + }, + new + { + FilterListId = 187, + SyntaxId = 1 + }, + new + { + FilterListId = 188, + SyntaxId = 1 + }, + new + { + FilterListId = 189, + SyntaxId = 1 + }, + new + { + FilterListId = 190, + SyntaxId = 1 + }, + new + { + FilterListId = 191, + SyntaxId = 1 + }, + new + { + FilterListId = 192, + SyntaxId = 1 + }, + new + { + FilterListId = 197, + SyntaxId = 3 + }, + new + { + FilterListId = 198, + SyntaxId = 3 + }, + new + { + FilterListId = 199, + SyntaxId = 3 + }, + new + { + FilterListId = 200, + SyntaxId = 3 + }, + new + { + FilterListId = 201, + SyntaxId = 3 + }, + new + { + FilterListId = 202, + SyntaxId = 3 + }, + new + { + FilterListId = 203, + SyntaxId = 3 + }, + new + { + FilterListId = 204, + SyntaxId = 3 + }, + new + { + FilterListId = 205, + SyntaxId = 3 + }, + new + { + FilterListId = 206, + SyntaxId = 3 + }, + new + { + FilterListId = 207, + SyntaxId = 3 + }, + new + { + FilterListId = 212, + SyntaxId = 1 + }, + new + { + FilterListId = 213, + SyntaxId = 3 + }, + new + { + FilterListId = 214, + SyntaxId = 3 + }, + new + { + FilterListId = 215, + SyntaxId = 3 + }, + new + { + FilterListId = 216, + SyntaxId = 3 + }, + new + { + FilterListId = 217, + SyntaxId = 3 + }, + new + { + FilterListId = 220, + SyntaxId = 3 + }, + new + { + FilterListId = 221, + SyntaxId = 3 + }, + new + { + FilterListId = 222, + SyntaxId = 3 + }, + new + { + FilterListId = 223, + SyntaxId = 3 + }, + new + { + FilterListId = 224, + SyntaxId = 3 + }, + new + { + FilterListId = 225, + SyntaxId = 1 + }, + new + { + FilterListId = 226, + SyntaxId = 1 + }, + new + { + FilterListId = 227, + SyntaxId = 3 + }, + new + { + FilterListId = 228, + SyntaxId = 3 + }, + new + { + FilterListId = 229, + SyntaxId = 3 + }, + new + { + FilterListId = 232, + SyntaxId = 3 + }, + new + { + FilterListId = 233, + SyntaxId = 3 + }, + new + { + FilterListId = 234, + SyntaxId = 28 + }, + new + { + FilterListId = 235, + SyntaxId = 3 + }, + new + { + FilterListId = 236, + SyntaxId = 3 + }, + new + { + FilterListId = 237, + SyntaxId = 3 + }, + new + { + FilterListId = 238, + SyntaxId = 28 + }, + new + { + FilterListId = 239, + SyntaxId = 3 + }, + new + { + FilterListId = 240, + SyntaxId = 3 + }, + new + { + FilterListId = 241, + SyntaxId = 3 + }, + new + { + FilterListId = 242, + SyntaxId = 3 + }, + new + { + FilterListId = 243, + SyntaxId = 3 + }, + new + { + FilterListId = 244, + SyntaxId = 28 + }, + new + { + FilterListId = 245, + SyntaxId = 3 + }, + new + { + FilterListId = 246, + SyntaxId = 3 + }, + new + { + FilterListId = 247, + SyntaxId = 3 + }, + new + { + FilterListId = 248, + SyntaxId = 3 + }, + new + { + FilterListId = 249, + SyntaxId = 28 + }, + new + { + FilterListId = 250, + SyntaxId = 3 + }, + new + { + FilterListId = 251, + SyntaxId = 3 + }, + new + { + FilterListId = 252, + SyntaxId = 1 + }, + new + { + FilterListId = 253, + SyntaxId = 4 + }, + new + { + FilterListId = 254, + SyntaxId = 3 + }, + new + { + FilterListId = 255, + SyntaxId = 3 + }, + new + { + FilterListId = 256, + SyntaxId = 3 + }, + new + { + FilterListId = 257, + SyntaxId = 3 + }, + new + { + FilterListId = 258, + SyntaxId = 3 + }, + new + { + FilterListId = 259, + SyntaxId = 3 + }, + new + { + FilterListId = 260, + SyntaxId = 3 + }, + new + { + FilterListId = 261, + SyntaxId = 3 + }, + new + { + FilterListId = 262, + SyntaxId = 3 + }, + new + { + FilterListId = 263, + SyntaxId = 3 + }, + new + { + FilterListId = 264, + SyntaxId = 3 + }, + new + { + FilterListId = 265, + SyntaxId = 3 + }, + new + { + FilterListId = 266, + SyntaxId = 3 + }, + new + { + FilterListId = 267, + SyntaxId = 3 + }, + new + { + FilterListId = 268, + SyntaxId = 3 + }, + new + { + FilterListId = 269, + SyntaxId = 3 + }, + new + { + FilterListId = 270, + SyntaxId = 4 + }, + new + { + FilterListId = 270, + SyntaxId = 16 + }, + new + { + FilterListId = 271, + SyntaxId = 28 + }, + new + { + FilterListId = 272, + SyntaxId = 2 + }, + new + { + FilterListId = 274, + SyntaxId = 2 + }, + new + { + FilterListId = 275, + SyntaxId = 2 + }, + new + { + FilterListId = 276, + SyntaxId = 1 + }, + new + { + FilterListId = 277, + SyntaxId = 3 + }, + new + { + FilterListId = 278, + SyntaxId = 3 + }, + new + { + FilterListId = 279, + SyntaxId = 47 + }, + new + { + FilterListId = 280, + SyntaxId = 3 + }, + new + { + FilterListId = 281, + SyntaxId = 3 + }, + new + { + FilterListId = 282, + SyntaxId = 1 + }, + new + { + FilterListId = 283, + SyntaxId = 3 + }, + new + { + FilterListId = 284, + SyntaxId = 3 + }, + new + { + FilterListId = 285, + SyntaxId = 4 + }, + new + { + FilterListId = 286, + SyntaxId = 2 + }, + new + { + FilterListId = 287, + SyntaxId = 2 + }, + new + { + FilterListId = 288, + SyntaxId = 2 + }, + new + { + FilterListId = 289, + SyntaxId = 3 + }, + new + { + FilterListId = 290, + SyntaxId = 3 + }, + new + { + FilterListId = 291, + SyntaxId = 3 + }, + new + { + FilterListId = 292, + SyntaxId = 3 + }, + new + { + FilterListId = 293, + SyntaxId = 3 + }, + new + { + FilterListId = 294, + SyntaxId = 3 + }, + new + { + FilterListId = 295, + SyntaxId = 3 + }, + new + { + FilterListId = 297, + SyntaxId = 3 + }, + new + { + FilterListId = 298, + SyntaxId = 3 + }, + new + { + FilterListId = 299, + SyntaxId = 3 + }, + new + { + FilterListId = 300, + SyntaxId = 3 + }, + new + { + FilterListId = 301, + SyntaxId = 3 + }, + new + { + FilterListId = 302, + SyntaxId = 15 + }, + new + { + FilterListId = 303, + SyntaxId = 2 + }, + new + { + FilterListId = 304, + SyntaxId = 2 + }, + new + { + FilterListId = 305, + SyntaxId = 3 + }, + new + { + FilterListId = 306, + SyntaxId = 3 + }, + new + { + FilterListId = 307, + SyntaxId = 4 + }, + new + { + FilterListId = 308, + SyntaxId = 1 + }, + new + { + FilterListId = 309, + SyntaxId = 1 + }, + new + { + FilterListId = 311, + SyntaxId = 4 + }, + new + { + FilterListId = 312, + SyntaxId = 4 + }, + new + { + FilterListId = 313, + SyntaxId = 4 + }, + new + { + FilterListId = 315, + SyntaxId = 3 + }, + new + { + FilterListId = 316, + SyntaxId = 1 + }, + new + { + FilterListId = 317, + SyntaxId = 1 + }, + new + { + FilterListId = 318, + SyntaxId = 1 + }, + new + { + FilterListId = 319, + SyntaxId = 2 + }, + new + { + FilterListId = 320, + SyntaxId = 1 + }, + new + { + FilterListId = 321, + SyntaxId = 50 + }, + new + { + FilterListId = 322, + SyntaxId = 50 + }, + new + { + FilterListId = 323, + SyntaxId = 50 + }, + new + { + FilterListId = 324, + SyntaxId = 36 + }, + new + { + FilterListId = 324, + SyntaxId = 54 + }, + new + { + FilterListId = 325, + SyntaxId = 1 + }, + new + { + FilterListId = 327, + SyntaxId = 3 + }, + new + { + FilterListId = 329, + SyntaxId = 1 + }, + new + { + FilterListId = 330, + SyntaxId = 1 + }, + new + { + FilterListId = 331, + SyntaxId = 4 + }, + new + { + FilterListId = 332, + SyntaxId = 3 + }, + new + { + FilterListId = 333, + SyntaxId = 2 + }, + new + { + FilterListId = 334, + SyntaxId = 1 + }, + new + { + FilterListId = 335, + SyntaxId = 1 + }, + new + { + FilterListId = 336, + SyntaxId = 1 + }, + new + { + FilterListId = 337, + SyntaxId = 1 + }, + new + { + FilterListId = 338, + SyntaxId = 1 + }, + new + { + FilterListId = 339, + SyntaxId = 1 + }, + new + { + FilterListId = 340, + SyntaxId = 14 + }, + new + { + FilterListId = 341, + SyntaxId = 4 + }, + new + { + FilterListId = 342, + SyntaxId = 4 + }, + new + { + FilterListId = 343, + SyntaxId = 4 + }, + new + { + FilterListId = 344, + SyntaxId = 4 + }, + new + { + FilterListId = 345, + SyntaxId = 6 + }, + new + { + FilterListId = 346, + SyntaxId = 3 + }, + new + { + FilterListId = 347, + SyntaxId = 1 + }, + new + { + FilterListId = 348, + SyntaxId = 8 + }, + new + { + FilterListId = 349, + SyntaxId = 1 + }, + new + { + FilterListId = 350, + SyntaxId = 6 + }, + new + { + FilterListId = 352, + SyntaxId = 28 + }, + new + { + FilterListId = 353, + SyntaxId = 4 + }, + new + { + FilterListId = 354, + SyntaxId = 4 + }, + new + { + FilterListId = 355, + SyntaxId = 3 + }, + new + { + FilterListId = 356, + SyntaxId = 4 + }, + new + { + FilterListId = 357, + SyntaxId = 2 + }, + new + { + FilterListId = 358, + SyntaxId = 2 + }, + new + { + FilterListId = 359, + SyntaxId = 2 + }, + new + { + FilterListId = 360, + SyntaxId = 1 + }, + new + { + FilterListId = 361, + SyntaxId = 1 + }, + new + { + FilterListId = 362, + SyntaxId = 1 + }, + new + { + FilterListId = 363, + SyntaxId = 2 + }, + new + { + FilterListId = 367, + SyntaxId = 7 + }, + new + { + FilterListId = 368, + SyntaxId = 7 + }, + new + { + FilterListId = 369, + SyntaxId = 4 + }, + new + { + FilterListId = 370, + SyntaxId = 10 + }, + new + { + FilterListId = 371, + SyntaxId = 4 + }, + new + { + FilterListId = 372, + SyntaxId = 3 + }, + new + { + FilterListId = 373, + SyntaxId = 3 + }, + new + { + FilterListId = 374, + SyntaxId = 3 + }, + new + { + FilterListId = 375, + SyntaxId = 4 + }, + new + { + FilterListId = 376, + SyntaxId = 3 + }, + new + { + FilterListId = 377, + SyntaxId = 28 + }, + new + { + FilterListId = 378, + SyntaxId = 1 + }, + new + { + FilterListId = 379, + SyntaxId = 4 + }, + new + { + FilterListId = 380, + SyntaxId = 4 + }, + new + { + FilterListId = 381, + SyntaxId = 3 + }, + new + { + FilterListId = 383, + SyntaxId = 3 + }, + new + { + FilterListId = 385, + SyntaxId = 3 + }, + new + { + FilterListId = 388, + SyntaxId = 10 + }, + new + { + FilterListId = 390, + SyntaxId = 3 + }, + new + { + FilterListId = 391, + SyntaxId = 3 + }, + new + { + FilterListId = 392, + SyntaxId = 3 + }, + new + { + FilterListId = 393, + SyntaxId = 11 + }, + new + { + FilterListId = 395, + SyntaxId = 50 + }, + new + { + FilterListId = 396, + SyntaxId = 4 + }, + new + { + FilterListId = 397, + SyntaxId = 4 + }, + new + { + FilterListId = 398, + SyntaxId = 4 + }, + new + { + FilterListId = 399, + SyntaxId = 3 + }, + new + { + FilterListId = 400, + SyntaxId = 20 + }, + new + { + FilterListId = 401, + SyntaxId = 1 + }, + new + { + FilterListId = 403, + SyntaxId = 3 + }, + new + { + FilterListId = 405, + SyntaxId = 4 + }, + new + { + FilterListId = 410, + SyntaxId = 4 + }, + new + { + FilterListId = 412, + SyntaxId = 9 + }, + new + { + FilterListId = 412, + SyntaxId = 34 + }, + new + { + FilterListId = 413, + SyntaxId = 2 + }, + new + { + FilterListId = 414, + SyntaxId = 2 + }, + new + { + FilterListId = 415, + SyntaxId = 9 + }, + new + { + FilterListId = 416, + SyntaxId = 2 + }, + new + { + FilterListId = 417, + SyntaxId = 2 + }, + new + { + FilterListId = 418, + SyntaxId = 2 + }, + new + { + FilterListId = 419, + SyntaxId = 2 + }, + new + { + FilterListId = 420, + SyntaxId = 2 + }, + new + { + FilterListId = 421, + SyntaxId = 1 + }, + new + { + FilterListId = 422, + SyntaxId = 2 + }, + new + { + FilterListId = 424, + SyntaxId = 2 + }, + new + { + FilterListId = 425, + SyntaxId = 2 + }, + new + { + FilterListId = 426, + SyntaxId = 2 + }, + new + { + FilterListId = 427, + SyntaxId = 2 + }, + new + { + FilterListId = 428, + SyntaxId = 2 + }, + new + { + FilterListId = 429, + SyntaxId = 3 + }, + new + { + FilterListId = 430, + SyntaxId = 1 + }, + new + { + FilterListId = 431, + SyntaxId = 4 + }, + new + { + FilterListId = 432, + SyntaxId = 3 + }, + new + { + FilterListId = 432, + SyntaxId = 28 + }, + new + { + FilterListId = 433, + SyntaxId = 3 + }, + new + { + FilterListId = 434, + SyntaxId = 3 + }, + new + { + FilterListId = 435, + SyntaxId = 14 + }, + new + { + FilterListId = 436, + SyntaxId = 3 + }, + new + { + FilterListId = 437, + SyntaxId = 3 + }, + new + { + FilterListId = 438, + SyntaxId = 2 + }, + new + { + FilterListId = 439, + SyntaxId = 2 + }, + new + { + FilterListId = 440, + SyntaxId = 2 + }, + new + { + FilterListId = 441, + SyntaxId = 2 + }, + new + { + FilterListId = 442, + SyntaxId = 2 + }, + new + { + FilterListId = 445, + SyntaxId = 2 + }, + new + { + FilterListId = 446, + SyntaxId = 2 + }, + new + { + FilterListId = 447, + SyntaxId = 2 + }, + new + { + FilterListId = 448, + SyntaxId = 2 + }, + new + { + FilterListId = 449, + SyntaxId = 1 + }, + new + { + FilterListId = 450, + SyntaxId = 1 + }, + new + { + FilterListId = 451, + SyntaxId = 1 + }, + new + { + FilterListId = 465, + SyntaxId = 2 + }, + new + { + FilterListId = 467, + SyntaxId = 3 + }, + new + { + FilterListId = 468, + SyntaxId = 3 + }, + new + { + FilterListId = 469, + SyntaxId = 3 + }, + new + { + FilterListId = 470, + SyntaxId = 9 + }, + new + { + FilterListId = 470, + SyntaxId = 34 + }, + new + { + FilterListId = 471, + SyntaxId = 9 + }, + new + { + FilterListId = 471, + SyntaxId = 34 + }, + new + { + FilterListId = 472, + SyntaxId = 1 + }, + new + { + FilterListId = 473, + SyntaxId = 1 + }, + new + { + FilterListId = 474, + SyntaxId = 1 + }, + new + { + FilterListId = 475, + SyntaxId = 1 + }, + new + { + FilterListId = 476, + SyntaxId = 1 + }, + new + { + FilterListId = 477, + SyntaxId = 1 + }, + new + { + FilterListId = 478, + SyntaxId = 1 + }, + new + { + FilterListId = 479, + SyntaxId = 3 + }, + new + { + FilterListId = 480, + SyntaxId = 3 + }, + new + { + FilterListId = 481, + SyntaxId = 1 + }, + new + { + FilterListId = 482, + SyntaxId = 1 + }, + new + { + FilterListId = 483, + SyntaxId = 1 + }, + new + { + FilterListId = 484, + SyntaxId = 1 + }, + new + { + FilterListId = 485, + SyntaxId = 1 + }, + new + { + FilterListId = 486, + SyntaxId = 1 + }, + new + { + FilterListId = 487, + SyntaxId = 1 + }, + new + { + FilterListId = 490, + SyntaxId = 1 + }, + new + { + FilterListId = 491, + SyntaxId = 1 + }, + new + { + FilterListId = 492, + SyntaxId = 1 + }, + new + { + FilterListId = 493, + SyntaxId = 1 + }, + new + { + FilterListId = 494, + SyntaxId = 1 + }, + new + { + FilterListId = 495, + SyntaxId = 1 + }, + new + { + FilterListId = 496, + SyntaxId = 8 + }, + new + { + FilterListId = 504, + SyntaxId = 3 + }, + new + { + FilterListId = 505, + SyntaxId = 3 + }, + new + { + FilterListId = 506, + SyntaxId = 3 + }, + new + { + FilterListId = 507, + SyntaxId = 10 + }, + new + { + FilterListId = 508, + SyntaxId = 3 + }, + new + { + FilterListId = 509, + SyntaxId = 3 + }, + new + { + FilterListId = 510, + SyntaxId = 16 + }, + new + { + FilterListId = 512, + SyntaxId = 13 + }, + new + { + FilterListId = 513, + SyntaxId = 4 + }, + new + { + FilterListId = 514, + SyntaxId = 4 + }, + new + { + FilterListId = 515, + SyntaxId = 47 + }, + new + { + FilterListId = 516, + SyntaxId = 2 + }, + new + { + FilterListId = 517, + SyntaxId = 28 + }, + new + { + FilterListId = 518, + SyntaxId = 2 + }, + new + { + FilterListId = 519, + SyntaxId = 2 + }, + new + { + FilterListId = 520, + SyntaxId = 2 + }, + new + { + FilterListId = 521, + SyntaxId = 2 + }, + new + { + FilterListId = 522, + SyntaxId = 2 + }, + new + { + FilterListId = 525, + SyntaxId = 2 + }, + new + { + FilterListId = 526, + SyntaxId = 2 + }, + new + { + FilterListId = 562, + SyntaxId = 3 + }, + new + { + FilterListId = 563, + SyntaxId = 4 + }, + new + { + FilterListId = 564, + SyntaxId = 3 + }, + new + { + FilterListId = 565, + SyntaxId = 3 + }, + new + { + FilterListId = 566, + SyntaxId = 38 + }, + new + { + FilterListId = 569, + SyntaxId = 38 + }, + new + { + FilterListId = 570, + SyntaxId = 38 + }, + new + { + FilterListId = 573, + SyntaxId = 38 + }, + new + { + FilterListId = 574, + SyntaxId = 38 + }, + new + { + FilterListId = 575, + SyntaxId = 38 + }, + new + { + FilterListId = 583, + SyntaxId = 38 + }, + new + { + FilterListId = 585, + SyntaxId = 38 + }, + new + { + FilterListId = 586, + SyntaxId = 38 + }, + new + { + FilterListId = 589, + SyntaxId = 1 + }, + new + { + FilterListId = 590, + SyntaxId = 1 + }, + new + { + FilterListId = 591, + SyntaxId = 1 + }, + new + { + FilterListId = 592, + SyntaxId = 1 + }, + new + { + FilterListId = 593, + SyntaxId = 1 + }, + new + { + FilterListId = 595, + SyntaxId = 1 + }, + new + { + FilterListId = 596, + SyntaxId = 1 + }, + new + { + FilterListId = 598, + SyntaxId = 1 + }, + new + { + FilterListId = 599, + SyntaxId = 1 + }, + new + { + FilterListId = 600, + SyntaxId = 28 + }, + new + { + FilterListId = 601, + SyntaxId = 4 + }, + new + { + FilterListId = 602, + SyntaxId = 1 + }, + new + { + FilterListId = 603, + SyntaxId = 3 + }, + new + { + FilterListId = 604, + SyntaxId = 9 + }, + new + { + FilterListId = 605, + SyntaxId = 9 + }, + new + { + FilterListId = 605, + SyntaxId = 34 + }, + new + { + FilterListId = 606, + SyntaxId = 1 + }, + new + { + FilterListId = 607, + SyntaxId = 3 + }, + new + { + FilterListId = 608, + SyntaxId = 3 + }, + new + { + FilterListId = 609, + SyntaxId = 3 + }, + new + { + FilterListId = 610, + SyntaxId = 3 + }, + new + { + FilterListId = 611, + SyntaxId = 3 + }, + new + { + FilterListId = 612, + SyntaxId = 3 + }, + new + { + FilterListId = 613, + SyntaxId = 3 + }, + new + { + FilterListId = 614, + SyntaxId = 4 + }, + new + { + FilterListId = 616, + SyntaxId = 3 + }, + new + { + FilterListId = 617, + SyntaxId = 1 + }, + new + { + FilterListId = 618, + SyntaxId = 2 + }, + new + { + FilterListId = 619, + SyntaxId = 1 + }, + new + { + FilterListId = 625, + SyntaxId = 1 + }, + new + { + FilterListId = 626, + SyntaxId = 1 + }, + new + { + FilterListId = 628, + SyntaxId = 54 + }, + new + { + FilterListId = 630, + SyntaxId = 2 + }, + new + { + FilterListId = 631, + SyntaxId = 2 + }, + new + { + FilterListId = 632, + SyntaxId = 2 + }, + new + { + FilterListId = 658, + SyntaxId = 3 + }, + new + { + FilterListId = 659, + SyntaxId = 4 + }, + new + { + FilterListId = 660, + SyntaxId = 3 + }, + new + { + FilterListId = 661, + SyntaxId = 4 + }, + new + { + FilterListId = 663, + SyntaxId = 4 + }, + new + { + FilterListId = 664, + SyntaxId = 1 + }, + new + { + FilterListId = 665, + SyntaxId = 1 + }, + new + { + FilterListId = 666, + SyntaxId = 1 + }, + new + { + FilterListId = 667, + SyntaxId = 1 + }, + new + { + FilterListId = 668, + SyntaxId = 1 + }, + new + { + FilterListId = 669, + SyntaxId = 1 + }, + new + { + FilterListId = 670, + SyntaxId = 18 + }, + new + { + FilterListId = 671, + SyntaxId = 18 + }, + new + { + FilterListId = 672, + SyntaxId = 18 + }, + new + { + FilterListId = 673, + SyntaxId = 10 + }, + new + { + FilterListId = 674, + SyntaxId = 2 + }, + new + { + FilterListId = 675, + SyntaxId = 9 + }, + new + { + FilterListId = 676, + SyntaxId = 19 + }, + new + { + FilterListId = 677, + SyntaxId = 16 + }, + new + { + FilterListId = 678, + SyntaxId = 19 + }, + new + { + FilterListId = 679, + SyntaxId = 19 + }, + new + { + FilterListId = 680, + SyntaxId = 2 + }, + new + { + FilterListId = 680, + SyntaxId = 9 + }, + new + { + FilterListId = 680, + SyntaxId = 16 + }, + new + { + FilterListId = 680, + SyntaxId = 39 + }, + new + { + FilterListId = 680, + SyntaxId = 52 + }, + new + { + FilterListId = 681, + SyntaxId = 9 + }, + new + { + FilterListId = 682, + SyntaxId = 9 + }, + new + { + FilterListId = 683, + SyntaxId = 9 + }, + new + { + FilterListId = 684, + SyntaxId = 2 + }, + new + { + FilterListId = 685, + SyntaxId = 1 + }, + new + { + FilterListId = 686, + SyntaxId = 3 + }, + new + { + FilterListId = 687, + SyntaxId = 1 + }, + new + { + FilterListId = 689, + SyntaxId = 1 + }, + new + { + FilterListId = 690, + SyntaxId = 9 + }, + new + { + FilterListId = 691, + SyntaxId = 9 + }, + new + { + FilterListId = 692, + SyntaxId = 2 + }, + new + { + FilterListId = 693, + SyntaxId = 1 + }, + new + { + FilterListId = 694, + SyntaxId = 2 + }, + new + { + FilterListId = 696, + SyntaxId = 2 + }, + new + { + FilterListId = 697, + SyntaxId = 2 + }, + new + { + FilterListId = 698, + SyntaxId = 2 + }, + new + { + FilterListId = 699, + SyntaxId = 2 + }, + new + { + FilterListId = 700, + SyntaxId = 2 + }, + new + { + FilterListId = 703, + SyntaxId = 2 + }, + new + { + FilterListId = 704, + SyntaxId = 2 + }, + new + { + FilterListId = 705, + SyntaxId = 2 + }, + new + { + FilterListId = 706, + SyntaxId = 2 + }, + new + { + FilterListId = 707, + SyntaxId = 2 + }, + new + { + FilterListId = 708, + SyntaxId = 2 + }, + new + { + FilterListId = 709, + SyntaxId = 2 + }, + new + { + FilterListId = 710, + SyntaxId = 2 + }, + new + { + FilterListId = 711, + SyntaxId = 2 + }, + new + { + FilterListId = 712, + SyntaxId = 2 + }, + new + { + FilterListId = 715, + SyntaxId = 14 + }, + new + { + FilterListId = 716, + SyntaxId = 37 + }, + new + { + FilterListId = 717, + SyntaxId = 14 + }, + new + { + FilterListId = 718, + SyntaxId = 37 + }, + new + { + FilterListId = 719, + SyntaxId = 3 + }, + new + { + FilterListId = 720, + SyntaxId = 4 + }, + new + { + FilterListId = 721, + SyntaxId = 4 + }, + new + { + FilterListId = 722, + SyntaxId = 3 + }, + new + { + FilterListId = 723, + SyntaxId = 3 + }, + new + { + FilterListId = 724, + SyntaxId = 3 + }, + new + { + FilterListId = 726, + SyntaxId = 3 + }, + new + { + FilterListId = 728, + SyntaxId = 3 + }, + new + { + FilterListId = 729, + SyntaxId = 4 + }, + new + { + FilterListId = 730, + SyntaxId = 3 + }, + new + { + FilterListId = 731, + SyntaxId = 3 + }, + new + { + FilterListId = 732, + SyntaxId = 3 + }, + new + { + FilterListId = 734, + SyntaxId = 4 + }, + new + { + FilterListId = 735, + SyntaxId = 4 + }, + new + { + FilterListId = 736, + SyntaxId = 3 + }, + new + { + FilterListId = 743, + SyntaxId = 4 + }, + new + { + FilterListId = 744, + SyntaxId = 4 + }, + new + { + FilterListId = 746, + SyntaxId = 4 + }, + new + { + FilterListId = 747, + SyntaxId = 4 + }, + new + { + FilterListId = 748, + SyntaxId = 10 + }, + new + { + FilterListId = 749, + SyntaxId = 10 + }, + new + { + FilterListId = 750, + SyntaxId = 10 + }, + new + { + FilterListId = 751, + SyntaxId = 10 + }, + new + { + FilterListId = 752, + SyntaxId = 10 + }, + new + { + FilterListId = 753, + SyntaxId = 10 + }, + new + { + FilterListId = 754, + SyntaxId = 10 + }, + new + { + FilterListId = 755, + SyntaxId = 10 + }, + new + { + FilterListId = 756, + SyntaxId = 10 + }, + new + { + FilterListId = 757, + SyntaxId = 10 + }, + new + { + FilterListId = 758, + SyntaxId = 10 + }, + new + { + FilterListId = 759, + SyntaxId = 10 + }, + new + { + FilterListId = 760, + SyntaxId = 10 + }, + new + { + FilterListId = 761, + SyntaxId = 10 + }, + new + { + FilterListId = 762, + SyntaxId = 10 + }, + new + { + FilterListId = 763, + SyntaxId = 10 + }, + new + { + FilterListId = 764, + SyntaxId = 10 + }, + new + { + FilterListId = 765, + SyntaxId = 10 + }, + new + { + FilterListId = 766, + SyntaxId = 3 + }, + new + { + FilterListId = 767, + SyntaxId = 3 + }, + new + { + FilterListId = 769, + SyntaxId = 3 + }, + new + { + FilterListId = 770, + SyntaxId = 3 + }, + new + { + FilterListId = 772, + SyntaxId = 3 + }, + new + { + FilterListId = 773, + SyntaxId = 10 + }, + new + { + FilterListId = 774, + SyntaxId = 10 + }, + new + { + FilterListId = 775, + SyntaxId = 10 + }, + new + { + FilterListId = 776, + SyntaxId = 10 + }, + new + { + FilterListId = 777, + SyntaxId = 10 + }, + new + { + FilterListId = 778, + SyntaxId = 10 + }, + new + { + FilterListId = 779, + SyntaxId = 10 + }, + new + { + FilterListId = 780, + SyntaxId = 10 + }, + new + { + FilterListId = 781, + SyntaxId = 10 + }, + new + { + FilterListId = 782, + SyntaxId = 10 + }, + new + { + FilterListId = 783, + SyntaxId = 10 + }, + new + { + FilterListId = 784, + SyntaxId = 10 + }, + new + { + FilterListId = 785, + SyntaxId = 10 + }, + new + { + FilterListId = 786, + SyntaxId = 10 + }, + new + { + FilterListId = 787, + SyntaxId = 10 + }, + new + { + FilterListId = 788, + SyntaxId = 10 + }, + new + { + FilterListId = 789, + SyntaxId = 10 + }, + new + { + FilterListId = 790, + SyntaxId = 10 + }, + new + { + FilterListId = 791, + SyntaxId = 10 + }, + new + { + FilterListId = 792, + SyntaxId = 10 + }, + new + { + FilterListId = 793, + SyntaxId = 10 + }, + new + { + FilterListId = 794, + SyntaxId = 10 + }, + new + { + FilterListId = 795, + SyntaxId = 10 + }, + new + { + FilterListId = 796, + SyntaxId = 10 + }, + new + { + FilterListId = 797, + SyntaxId = 10 + }, + new + { + FilterListId = 798, + SyntaxId = 10 + }, + new + { + FilterListId = 799, + SyntaxId = 10 + }, + new + { + FilterListId = 800, + SyntaxId = 10 + }, + new + { + FilterListId = 801, + SyntaxId = 3 + }, + new + { + FilterListId = 802, + SyntaxId = 3 + }, + new + { + FilterListId = 803, + SyntaxId = 3 + }, + new + { + FilterListId = 804, + SyntaxId = 3 + }, + new + { + FilterListId = 805, + SyntaxId = 4 + }, + new + { + FilterListId = 806, + SyntaxId = 3 + }, + new + { + FilterListId = 807, + SyntaxId = 4 + }, + new + { + FilterListId = 808, + SyntaxId = 3 + }, + new + { + FilterListId = 809, + SyntaxId = 3 + }, + new + { + FilterListId = 810, + SyntaxId = 2 + }, + new + { + FilterListId = 811, + SyntaxId = 1 + }, + new + { + FilterListId = 812, + SyntaxId = 2 + }, + new + { + FilterListId = 813, + SyntaxId = 3 + }, + new + { + FilterListId = 814, + SyntaxId = 3 + }, + new + { + FilterListId = 815, + SyntaxId = 3 + }, + new + { + FilterListId = 816, + SyntaxId = 3 + }, + new + { + FilterListId = 817, + SyntaxId = 1 + }, + new + { + FilterListId = 818, + SyntaxId = 3 + }, + new + { + FilterListId = 819, + SyntaxId = 3 + }, + new + { + FilterListId = 820, + SyntaxId = 51 + }, + new + { + FilterListId = 821, + SyntaxId = 47 + }, + new + { + FilterListId = 822, + SyntaxId = 3 + }, + new + { + FilterListId = 823, + SyntaxId = 47 + }, + new + { + FilterListId = 824, + SyntaxId = 4 + }, + new + { + FilterListId = 825, + SyntaxId = 3 + }, + new + { + FilterListId = 826, + SyntaxId = 2 + }, + new + { + FilterListId = 827, + SyntaxId = 1 + }, + new + { + FilterListId = 828, + SyntaxId = 3 + }, + new + { + FilterListId = 829, + SyntaxId = 3 + }, + new + { + FilterListId = 830, + SyntaxId = 20 + }, + new + { + FilterListId = 831, + SyntaxId = 20 + }, + new + { + FilterListId = 832, + SyntaxId = 20 + }, + new + { + FilterListId = 833, + SyntaxId = 20 + }, + new + { + FilterListId = 834, + SyntaxId = 20 + }, + new + { + FilterListId = 835, + SyntaxId = 20 + }, + new + { + FilterListId = 836, + SyntaxId = 28 + }, + new + { + FilterListId = 837, + SyntaxId = 3 + }, + new + { + FilterListId = 838, + SyntaxId = 3 + }, + new + { + FilterListId = 839, + SyntaxId = 3 + }, + new + { + FilterListId = 840, + SyntaxId = 3 + }, + new + { + FilterListId = 841, + SyntaxId = 3 + }, + new + { + FilterListId = 842, + SyntaxId = 20 + }, + new + { + FilterListId = 843, + SyntaxId = 4 + }, + new + { + FilterListId = 844, + SyntaxId = 4 + }, + new + { + FilterListId = 845, + SyntaxId = 1 + }, + new + { + FilterListId = 846, + SyntaxId = 4 + }, + new + { + FilterListId = 847, + SyntaxId = 3 + }, + new + { + FilterListId = 848, + SyntaxId = 3 + }, + new + { + FilterListId = 850, + SyntaxId = 3 + }, + new + { + FilterListId = 851, + SyntaxId = 3 + }, + new + { + FilterListId = 852, + SyntaxId = 21 + }, + new + { + FilterListId = 853, + SyntaxId = 21 + }, + new + { + FilterListId = 855, + SyntaxId = 4 + }, + new + { + FilterListId = 856, + SyntaxId = 3 + }, + new + { + FilterListId = 857, + SyntaxId = 11 + }, + new + { + FilterListId = 859, + SyntaxId = 3 + }, + new + { + FilterListId = 860, + SyntaxId = 3 + }, + new + { + FilterListId = 861, + SyntaxId = 4 + }, + new + { + FilterListId = 862, + SyntaxId = 4 + }, + new + { + FilterListId = 863, + SyntaxId = 3 + }, + new + { + FilterListId = 866, + SyntaxId = 1 + }, + new + { + FilterListId = 867, + SyntaxId = 1 + }, + new + { + FilterListId = 868, + SyntaxId = 4 + }, + new + { + FilterListId = 869, + SyntaxId = 4 + }, + new + { + FilterListId = 870, + SyntaxId = 3 + }, + new + { + FilterListId = 871, + SyntaxId = 4 + }, + new + { + FilterListId = 872, + SyntaxId = 3 + }, + new + { + FilterListId = 873, + SyntaxId = 3 + }, + new + { + FilterListId = 874, + SyntaxId = 3 + }, + new + { + FilterListId = 875, + SyntaxId = 3 + }, + new + { + FilterListId = 876, + SyntaxId = 3 + }, + new + { + FilterListId = 877, + SyntaxId = 28 + }, + new + { + FilterListId = 878, + SyntaxId = 4 + }, + new + { + FilterListId = 879, + SyntaxId = 4 + }, + new + { + FilterListId = 881, + SyntaxId = 3 + }, + new + { + FilterListId = 882, + SyntaxId = 21 + }, + new + { + FilterListId = 884, + SyntaxId = 3 + }, + new + { + FilterListId = 885, + SyntaxId = 2 + }, + new + { + FilterListId = 886, + SyntaxId = 2 + }, + new + { + FilterListId = 887, + SyntaxId = 2 + }, + new + { + FilterListId = 888, + SyntaxId = 2 + }, + new + { + FilterListId = 889, + SyntaxId = 2 + }, + new + { + FilterListId = 890, + SyntaxId = 2 + }, + new + { + FilterListId = 891, + SyntaxId = 2 + }, + new + { + FilterListId = 892, + SyntaxId = 2 + }, + new + { + FilterListId = 893, + SyntaxId = 2 + }, + new + { + FilterListId = 894, + SyntaxId = 2 + }, + new + { + FilterListId = 895, + SyntaxId = 2 + }, + new + { + FilterListId = 896, + SyntaxId = 2 + }, + new + { + FilterListId = 897, + SyntaxId = 2 + }, + new + { + FilterListId = 898, + SyntaxId = 2 + }, + new + { + FilterListId = 899, + SyntaxId = 2 + }, + new + { + FilterListId = 900, + SyntaxId = 2 + }, + new + { + FilterListId = 901, + SyntaxId = 2 + }, + new + { + FilterListId = 902, + SyntaxId = 2 + }, + new + { + FilterListId = 903, + SyntaxId = 2 + }, + new + { + FilterListId = 904, + SyntaxId = 2 + }, + new + { + FilterListId = 905, + SyntaxId = 2 + }, + new + { + FilterListId = 906, + SyntaxId = 2 + }, + new + { + FilterListId = 907, + SyntaxId = 2 + }, + new + { + FilterListId = 908, + SyntaxId = 2 + }, + new + { + FilterListId = 909, + SyntaxId = 2 + }, + new + { + FilterListId = 910, + SyntaxId = 2 + }, + new + { + FilterListId = 911, + SyntaxId = 2 + }, + new + { + FilterListId = 912, + SyntaxId = 2 + }, + new + { + FilterListId = 913, + SyntaxId = 2 + }, + new + { + FilterListId = 914, + SyntaxId = 2 + }, + new + { + FilterListId = 915, + SyntaxId = 2 + }, + new + { + FilterListId = 916, + SyntaxId = 2 + }, + new + { + FilterListId = 917, + SyntaxId = 2 + }, + new + { + FilterListId = 918, + SyntaxId = 2 + }, + new + { + FilterListId = 919, + SyntaxId = 2 + }, + new + { + FilterListId = 920, + SyntaxId = 2 + }, + new + { + FilterListId = 921, + SyntaxId = 2 + }, + new + { + FilterListId = 922, + SyntaxId = 2 + }, + new + { + FilterListId = 923, + SyntaxId = 2 + }, + new + { + FilterListId = 924, + SyntaxId = 2 + }, + new + { + FilterListId = 925, + SyntaxId = 2 + }, + new + { + FilterListId = 926, + SyntaxId = 2 + }, + new + { + FilterListId = 927, + SyntaxId = 2 + }, + new + { + FilterListId = 928, + SyntaxId = 2 + }, + new + { + FilterListId = 929, + SyntaxId = 2 + }, + new + { + FilterListId = 930, + SyntaxId = 2 + }, + new + { + FilterListId = 931, + SyntaxId = 2 + }, + new + { + FilterListId = 932, + SyntaxId = 2 + }, + new + { + FilterListId = 933, + SyntaxId = 2 + }, + new + { + FilterListId = 934, + SyntaxId = 2 + }, + new + { + FilterListId = 935, + SyntaxId = 2 + }, + new + { + FilterListId = 936, + SyntaxId = 2 + }, + new + { + FilterListId = 937, + SyntaxId = 2 + }, + new + { + FilterListId = 938, + SyntaxId = 2 + }, + new + { + FilterListId = 939, + SyntaxId = 2 + }, + new + { + FilterListId = 940, + SyntaxId = 2 + }, + new + { + FilterListId = 941, + SyntaxId = 2 + }, + new + { + FilterListId = 942, + SyntaxId = 2 + }, + new + { + FilterListId = 943, + SyntaxId = 2 + }, + new + { + FilterListId = 944, + SyntaxId = 2 + }, + new + { + FilterListId = 945, + SyntaxId = 2 + }, + new + { + FilterListId = 946, + SyntaxId = 2 + }, + new + { + FilterListId = 947, + SyntaxId = 2 + }, + new + { + FilterListId = 948, + SyntaxId = 2 + }, + new + { + FilterListId = 949, + SyntaxId = 2 + }, + new + { + FilterListId = 950, + SyntaxId = 2 + }, + new + { + FilterListId = 951, + SyntaxId = 2 + }, + new + { + FilterListId = 952, + SyntaxId = 2 + }, + new + { + FilterListId = 953, + SyntaxId = 2 + }, + new + { + FilterListId = 954, + SyntaxId = 2 + }, + new + { + FilterListId = 955, + SyntaxId = 2 + }, + new + { + FilterListId = 956, + SyntaxId = 2 + }, + new + { + FilterListId = 957, + SyntaxId = 2 + }, + new + { + FilterListId = 958, + SyntaxId = 2 + }, + new + { + FilterListId = 959, + SyntaxId = 2 + }, + new + { + FilterListId = 960, + SyntaxId = 2 + }, + new + { + FilterListId = 961, + SyntaxId = 2 + }, + new + { + FilterListId = 962, + SyntaxId = 2 + }, + new + { + FilterListId = 963, + SyntaxId = 2 + }, + new + { + FilterListId = 964, + SyntaxId = 2 + }, + new + { + FilterListId = 965, + SyntaxId = 2 + }, + new + { + FilterListId = 966, + SyntaxId = 2 + }, + new + { + FilterListId = 967, + SyntaxId = 2 + }, + new + { + FilterListId = 968, + SyntaxId = 2 + }, + new + { + FilterListId = 969, + SyntaxId = 2 + }, + new + { + FilterListId = 970, + SyntaxId = 2 + }, + new + { + FilterListId = 971, + SyntaxId = 2 + }, + new + { + FilterListId = 972, + SyntaxId = 2 + }, + new + { + FilterListId = 973, + SyntaxId = 2 + }, + new + { + FilterListId = 974, + SyntaxId = 2 + }, + new + { + FilterListId = 975, + SyntaxId = 2 + }, + new + { + FilterListId = 976, + SyntaxId = 2 + }, + new + { + FilterListId = 977, + SyntaxId = 2 + }, + new + { + FilterListId = 978, + SyntaxId = 2 + }, + new + { + FilterListId = 979, + SyntaxId = 2 + }, + new + { + FilterListId = 980, + SyntaxId = 2 + }, + new + { + FilterListId = 981, + SyntaxId = 2 + }, + new + { + FilterListId = 982, + SyntaxId = 2 + }, + new + { + FilterListId = 983, + SyntaxId = 2 + }, + new + { + FilterListId = 984, + SyntaxId = 2 + }, + new + { + FilterListId = 985, + SyntaxId = 2 + }, + new + { + FilterListId = 986, + SyntaxId = 2 + }, + new + { + FilterListId = 987, + SyntaxId = 2 + }, + new + { + FilterListId = 988, + SyntaxId = 2 + }, + new + { + FilterListId = 989, + SyntaxId = 2 + }, + new + { + FilterListId = 990, + SyntaxId = 2 + }, + new + { + FilterListId = 991, + SyntaxId = 2 + }, + new + { + FilterListId = 992, + SyntaxId = 2 + }, + new + { + FilterListId = 993, + SyntaxId = 2 + }, + new + { + FilterListId = 994, + SyntaxId = 2 + }, + new + { + FilterListId = 995, + SyntaxId = 2 + }, + new + { + FilterListId = 996, + SyntaxId = 2 + }, + new + { + FilterListId = 997, + SyntaxId = 2 + }, + new + { + FilterListId = 998, + SyntaxId = 2 + }, + new + { + FilterListId = 999, + SyntaxId = 2 + }, + new + { + FilterListId = 1000, + SyntaxId = 2 + }, + new + { + FilterListId = 1001, + SyntaxId = 2 + }, + new + { + FilterListId = 1002, + SyntaxId = 2 + }, + new + { + FilterListId = 1003, + SyntaxId = 2 + }, + new + { + FilterListId = 1004, + SyntaxId = 2 + }, + new + { + FilterListId = 1005, + SyntaxId = 2 + }, + new + { + FilterListId = 1006, + SyntaxId = 2 + }, + new + { + FilterListId = 1007, + SyntaxId = 2 + }, + new + { + FilterListId = 1008, + SyntaxId = 2 + }, + new + { + FilterListId = 1009, + SyntaxId = 2 + }, + new + { + FilterListId = 1010, + SyntaxId = 2 + }, + new + { + FilterListId = 1011, + SyntaxId = 2 + }, + new + { + FilterListId = 1012, + SyntaxId = 2 + }, + new + { + FilterListId = 1013, + SyntaxId = 2 + }, + new + { + FilterListId = 1014, + SyntaxId = 2 + }, + new + { + FilterListId = 1015, + SyntaxId = 2 + }, + new + { + FilterListId = 1016, + SyntaxId = 2 + }, + new + { + FilterListId = 1017, + SyntaxId = 2 + }, + new + { + FilterListId = 1018, + SyntaxId = 2 + }, + new + { + FilterListId = 1019, + SyntaxId = 2 + }, + new + { + FilterListId = 1020, + SyntaxId = 2 + }, + new + { + FilterListId = 1021, + SyntaxId = 2 + }, + new + { + FilterListId = 1022, + SyntaxId = 2 + }, + new + { + FilterListId = 1023, + SyntaxId = 2 + }, + new + { + FilterListId = 1024, + SyntaxId = 2 + }, + new + { + FilterListId = 1025, + SyntaxId = 2 + }, + new + { + FilterListId = 1026, + SyntaxId = 2 + }, + new + { + FilterListId = 1027, + SyntaxId = 2 + }, + new + { + FilterListId = 1028, + SyntaxId = 2 + }, + new + { + FilterListId = 1029, + SyntaxId = 2 + }, + new + { + FilterListId = 1030, + SyntaxId = 2 + }, + new + { + FilterListId = 1031, + SyntaxId = 2 + }, + new + { + FilterListId = 1032, + SyntaxId = 2 + }, + new + { + FilterListId = 1033, + SyntaxId = 2 + }, + new + { + FilterListId = 1034, + SyntaxId = 2 + }, + new + { + FilterListId = 1035, + SyntaxId = 2 + }, + new + { + FilterListId = 1036, + SyntaxId = 2 + }, + new + { + FilterListId = 1037, + SyntaxId = 2 + }, + new + { + FilterListId = 1038, + SyntaxId = 2 + }, + new + { + FilterListId = 1039, + SyntaxId = 2 + }, + new + { + FilterListId = 1040, + SyntaxId = 2 + }, + new + { + FilterListId = 1041, + SyntaxId = 2 + }, + new + { + FilterListId = 1042, + SyntaxId = 2 + }, + new + { + FilterListId = 1043, + SyntaxId = 2 + }, + new + { + FilterListId = 1044, + SyntaxId = 2 + }, + new + { + FilterListId = 1045, + SyntaxId = 2 + }, + new + { + FilterListId = 1047, + SyntaxId = 2 + }, + new + { + FilterListId = 1048, + SyntaxId = 2 + }, + new + { + FilterListId = 1049, + SyntaxId = 2 + }, + new + { + FilterListId = 1050, + SyntaxId = 2 + }, + new + { + FilterListId = 1051, + SyntaxId = 2 + }, + new + { + FilterListId = 1052, + SyntaxId = 2 + }, + new + { + FilterListId = 1053, + SyntaxId = 2 + }, + new + { + FilterListId = 1054, + SyntaxId = 2 + }, + new + { + FilterListId = 1055, + SyntaxId = 2 + }, + new + { + FilterListId = 1056, + SyntaxId = 2 + }, + new + { + FilterListId = 1057, + SyntaxId = 2 + }, + new + { + FilterListId = 1058, + SyntaxId = 2 + }, + new + { + FilterListId = 1059, + SyntaxId = 2 + }, + new + { + FilterListId = 1060, + SyntaxId = 2 + }, + new + { + FilterListId = 1061, + SyntaxId = 2 + }, + new + { + FilterListId = 1062, + SyntaxId = 2 + }, + new + { + FilterListId = 1063, + SyntaxId = 2 + }, + new + { + FilterListId = 1064, + SyntaxId = 2 + }, + new + { + FilterListId = 1065, + SyntaxId = 2 + }, + new + { + FilterListId = 1066, + SyntaxId = 2 + }, + new + { + FilterListId = 1067, + SyntaxId = 2 + }, + new + { + FilterListId = 1068, + SyntaxId = 2 + }, + new + { + FilterListId = 1069, + SyntaxId = 2 + }, + new + { + FilterListId = 1070, + SyntaxId = 2 + }, + new + { + FilterListId = 1071, + SyntaxId = 2 + }, + new + { + FilterListId = 1072, + SyntaxId = 2 + }, + new + { + FilterListId = 1073, + SyntaxId = 2 + }, + new + { + FilterListId = 1074, + SyntaxId = 2 + }, + new + { + FilterListId = 1075, + SyntaxId = 2 + }, + new + { + FilterListId = 1076, + SyntaxId = 2 + }, + new + { + FilterListId = 1077, + SyntaxId = 2 + }, + new + { + FilterListId = 1078, + SyntaxId = 2 + }, + new + { + FilterListId = 1079, + SyntaxId = 2 + }, + new + { + FilterListId = 1080, + SyntaxId = 2 + }, + new + { + FilterListId = 1081, + SyntaxId = 2 + }, + new + { + FilterListId = 1082, + SyntaxId = 2 + }, + new + { + FilterListId = 1083, + SyntaxId = 2 + }, + new + { + FilterListId = 1084, + SyntaxId = 2 + }, + new + { + FilterListId = 1085, + SyntaxId = 2 + }, + new + { + FilterListId = 1086, + SyntaxId = 2 + }, + new + { + FilterListId = 1087, + SyntaxId = 2 + }, + new + { + FilterListId = 1088, + SyntaxId = 2 + }, + new + { + FilterListId = 1089, + SyntaxId = 2 + }, + new + { + FilterListId = 1090, + SyntaxId = 2 + }, + new + { + FilterListId = 1091, + SyntaxId = 2 + }, + new + { + FilterListId = 1092, + SyntaxId = 2 + }, + new + { + FilterListId = 1093, + SyntaxId = 2 + }, + new + { + FilterListId = 1094, + SyntaxId = 2 + }, + new + { + FilterListId = 1095, + SyntaxId = 2 + }, + new + { + FilterListId = 1096, + SyntaxId = 2 + }, + new + { + FilterListId = 1097, + SyntaxId = 2 + }, + new + { + FilterListId = 1098, + SyntaxId = 2 + }, + new + { + FilterListId = 1099, + SyntaxId = 2 + }, + new + { + FilterListId = 1100, + SyntaxId = 2 + }, + new + { + FilterListId = 1101, + SyntaxId = 2 + }, + new + { + FilterListId = 1102, + SyntaxId = 2 + }, + new + { + FilterListId = 1103, + SyntaxId = 2 + }, + new + { + FilterListId = 1104, + SyntaxId = 2 + }, + new + { + FilterListId = 1105, + SyntaxId = 2 + }, + new + { + FilterListId = 1106, + SyntaxId = 2 + }, + new + { + FilterListId = 1107, + SyntaxId = 2 + }, + new + { + FilterListId = 1108, + SyntaxId = 2 + }, + new + { + FilterListId = 1109, + SyntaxId = 2 + }, + new + { + FilterListId = 1110, + SyntaxId = 2 + }, + new + { + FilterListId = 1111, + SyntaxId = 2 + }, + new + { + FilterListId = 1112, + SyntaxId = 2 + }, + new + { + FilterListId = 1113, + SyntaxId = 2 + }, + new + { + FilterListId = 1114, + SyntaxId = 2 + }, + new + { + FilterListId = 1115, + SyntaxId = 2 + }, + new + { + FilterListId = 1116, + SyntaxId = 2 + }, + new + { + FilterListId = 1117, + SyntaxId = 2 + }, + new + { + FilterListId = 1118, + SyntaxId = 2 + }, + new + { + FilterListId = 1119, + SyntaxId = 2 + }, + new + { + FilterListId = 1120, + SyntaxId = 2 + }, + new + { + FilterListId = 1121, + SyntaxId = 2 + }, + new + { + FilterListId = 1122, + SyntaxId = 2 + }, + new + { + FilterListId = 1123, + SyntaxId = 2 + }, + new + { + FilterListId = 1124, + SyntaxId = 2 + }, + new + { + FilterListId = 1125, + SyntaxId = 2 + }, + new + { + FilterListId = 1126, + SyntaxId = 2 + }, + new + { + FilterListId = 1127, + SyntaxId = 2 + }, + new + { + FilterListId = 1128, + SyntaxId = 2 + }, + new + { + FilterListId = 1130, + SyntaxId = 2 + }, + new + { + FilterListId = 1133, + SyntaxId = 2 + }, + new + { + FilterListId = 1135, + SyntaxId = 2 + }, + new + { + FilterListId = 1139, + SyntaxId = 2 + }, + new + { + FilterListId = 1140, + SyntaxId = 2 + }, + new + { + FilterListId = 1141, + SyntaxId = 2 + }, + new + { + FilterListId = 1142, + SyntaxId = 2 + }, + new + { + FilterListId = 1143, + SyntaxId = 2 + }, + new + { + FilterListId = 1144, + SyntaxId = 2 + }, + new + { + FilterListId = 1146, + SyntaxId = 2 + }, + new + { + FilterListId = 1148, + SyntaxId = 2 + }, + new + { + FilterListId = 1149, + SyntaxId = 2 + }, + new + { + FilterListId = 1151, + SyntaxId = 2 + }, + new + { + FilterListId = 1152, + SyntaxId = 2 + }, + new + { + FilterListId = 1153, + SyntaxId = 2 + }, + new + { + FilterListId = 1154, + SyntaxId = 2 + }, + new + { + FilterListId = 1155, + SyntaxId = 2 + }, + new + { + FilterListId = 1156, + SyntaxId = 2 + }, + new + { + FilterListId = 1157, + SyntaxId = 2 + }, + new + { + FilterListId = 1158, + SyntaxId = 2 + }, + new + { + FilterListId = 1159, + SyntaxId = 2 + }, + new + { + FilterListId = 1160, + SyntaxId = 2 + }, + new + { + FilterListId = 1161, + SyntaxId = 2 + }, + new + { + FilterListId = 1162, + SyntaxId = 2 + }, + new + { + FilterListId = 1163, + SyntaxId = 2 + }, + new + { + FilterListId = 1164, + SyntaxId = 9 + }, + new + { + FilterListId = 1165, + SyntaxId = 2 + }, + new + { + FilterListId = 1166, + SyntaxId = 2 + }, + new + { + FilterListId = 1167, + SyntaxId = 2 + }, + new + { + FilterListId = 1168, + SyntaxId = 2 + }, + new + { + FilterListId = 1169, + SyntaxId = 2 + }, + new + { + FilterListId = 1172, + SyntaxId = 2 + }, + new + { + FilterListId = 1173, + SyntaxId = 2 + }, + new + { + FilterListId = 1174, + SyntaxId = 2 + }, + new + { + FilterListId = 1175, + SyntaxId = 2 + }, + new + { + FilterListId = 1176, + SyntaxId = 2 + }, + new + { + FilterListId = 1179, + SyntaxId = 2 + }, + new + { + FilterListId = 1180, + SyntaxId = 2 + }, + new + { + FilterListId = 1182, + SyntaxId = 2 + }, + new + { + FilterListId = 1183, + SyntaxId = 2 + }, + new + { + FilterListId = 1184, + SyntaxId = 2 + }, + new + { + FilterListId = 1185, + SyntaxId = 2 + }, + new + { + FilterListId = 1187, + SyntaxId = 2 + }, + new + { + FilterListId = 1189, + SyntaxId = 2 + }, + new + { + FilterListId = 1190, + SyntaxId = 2 + }, + new + { + FilterListId = 1191, + SyntaxId = 2 + }, + new + { + FilterListId = 1192, + SyntaxId = 2 + }, + new + { + FilterListId = 1193, + SyntaxId = 2 + }, + new + { + FilterListId = 1194, + SyntaxId = 2 + }, + new + { + FilterListId = 1196, + SyntaxId = 2 + }, + new + { + FilterListId = 1197, + SyntaxId = 2 + }, + new + { + FilterListId = 1199, + SyntaxId = 2 + }, + new + { + FilterListId = 1202, + SyntaxId = 2 + }, + new + { + FilterListId = 1203, + SyntaxId = 2 + }, + new + { + FilterListId = 1204, + SyntaxId = 2 + }, + new + { + FilterListId = 1205, + SyntaxId = 2 + }, + new + { + FilterListId = 1206, + SyntaxId = 2 + }, + new + { + FilterListId = 1207, + SyntaxId = 2 + }, + new + { + FilterListId = 1209, + SyntaxId = 2 + }, + new + { + FilterListId = 1210, + SyntaxId = 2 + }, + new + { + FilterListId = 1211, + SyntaxId = 2 + }, + new + { + FilterListId = 1212, + SyntaxId = 2 + }, + new + { + FilterListId = 1213, + SyntaxId = 2 + }, + new + { + FilterListId = 1214, + SyntaxId = 2 + }, + new + { + FilterListId = 1215, + SyntaxId = 2 + }, + new + { + FilterListId = 1216, + SyntaxId = 2 + }, + new + { + FilterListId = 1217, + SyntaxId = 2 + }, + new + { + FilterListId = 1218, + SyntaxId = 2 + }, + new + { + FilterListId = 1220, + SyntaxId = 2 + }, + new + { + FilterListId = 1221, + SyntaxId = 2 + }, + new + { + FilterListId = 1222, + SyntaxId = 2 + }, + new + { + FilterListId = 1223, + SyntaxId = 2 + }, + new + { + FilterListId = 1224, + SyntaxId = 2 + }, + new + { + FilterListId = 1225, + SyntaxId = 2 + }, + new + { + FilterListId = 1226, + SyntaxId = 2 + }, + new + { + FilterListId = 1227, + SyntaxId = 2 + }, + new + { + FilterListId = 1228, + SyntaxId = 2 + }, + new + { + FilterListId = 1229, + SyntaxId = 2 + }, + new + { + FilterListId = 1230, + SyntaxId = 2 + }, + new + { + FilterListId = 1233, + SyntaxId = 2 + }, + new + { + FilterListId = 1234, + SyntaxId = 2 + }, + new + { + FilterListId = 1235, + SyntaxId = 2 + }, + new + { + FilterListId = 1237, + SyntaxId = 2 + }, + new + { + FilterListId = 1238, + SyntaxId = 2 + }, + new + { + FilterListId = 1239, + SyntaxId = 2 + }, + new + { + FilterListId = 1240, + SyntaxId = 2 + }, + new + { + FilterListId = 1241, + SyntaxId = 2 + }, + new + { + FilterListId = 1242, + SyntaxId = 3 + }, + new + { + FilterListId = 1243, + SyntaxId = 2 + }, + new + { + FilterListId = 1244, + SyntaxId = 2 + }, + new + { + FilterListId = 1245, + SyntaxId = 2 + }, + new + { + FilterListId = 1247, + SyntaxId = 3 + }, + new + { + FilterListId = 1278, + SyntaxId = 4 + }, + new + { + FilterListId = 1279, + SyntaxId = 3 + }, + new + { + FilterListId = 1280, + SyntaxId = 3 + }, + new + { + FilterListId = 1281, + SyntaxId = 4 + }, + new + { + FilterListId = 1282, + SyntaxId = 18 + }, + new + { + FilterListId = 1283, + SyntaxId = 3 + }, + new + { + FilterListId = 1284, + SyntaxId = 3 + }, + new + { + FilterListId = 1285, + SyntaxId = 7 + }, + new + { + FilterListId = 1286, + SyntaxId = 2 + }, + new + { + FilterListId = 1288, + SyntaxId = 4 + }, + new + { + FilterListId = 1289, + SyntaxId = 3 + }, + new + { + FilterListId = 1290, + SyntaxId = 17 + }, + new + { + FilterListId = 1291, + SyntaxId = 3 + }, + new + { + FilterListId = 1292, + SyntaxId = 3 + }, + new + { + FilterListId = 1293, + SyntaxId = 1 + }, + new + { + FilterListId = 1294, + SyntaxId = 3 + }, + new + { + FilterListId = 1295, + SyntaxId = 1 + }, + new + { + FilterListId = 1296, + SyntaxId = 47 + }, + new + { + FilterListId = 1297, + SyntaxId = 4 + }, + new + { + FilterListId = 1298, + SyntaxId = 1 + }, + new + { + FilterListId = 1299, + SyntaxId = 1 + }, + new + { + FilterListId = 1300, + SyntaxId = 2 + }, + new + { + FilterListId = 1301, + SyntaxId = 1 + }, + new + { + FilterListId = 1302, + SyntaxId = 1 + }, + new + { + FilterListId = 1303, + SyntaxId = 4 + }, + new + { + FilterListId = 1304, + SyntaxId = 4 + }, + new + { + FilterListId = 1305, + SyntaxId = 2 + }, + new + { + FilterListId = 1306, + SyntaxId = 8 + }, + new + { + FilterListId = 1307, + SyntaxId = 2 + }, + new + { + FilterListId = 1308, + SyntaxId = 8 + }, + new + { + FilterListId = 1309, + SyntaxId = 2 + }, + new + { + FilterListId = 1310, + SyntaxId = 8 + }, + new + { + FilterListId = 1311, + SyntaxId = 2 + }, + new + { + FilterListId = 1312, + SyntaxId = 8 + }, + new + { + FilterListId = 1313, + SyntaxId = 2 + }, + new + { + FilterListId = 1314, + SyntaxId = 8 + }, + new + { + FilterListId = 1315, + SyntaxId = 2 + }, + new + { + FilterListId = 1316, + SyntaxId = 8 + }, + new + { + FilterListId = 1317, + SyntaxId = 2 + }, + new + { + FilterListId = 1318, + SyntaxId = 8 + }, + new + { + FilterListId = 1319, + SyntaxId = 2 + }, + new + { + FilterListId = 1320, + SyntaxId = 8 + }, + new + { + FilterListId = 1321, + SyntaxId = 2 + }, + new + { + FilterListId = 1322, + SyntaxId = 8 + }, + new + { + FilterListId = 1323, + SyntaxId = 2 + }, + new + { + FilterListId = 1324, + SyntaxId = 8 + }, + new + { + FilterListId = 1325, + SyntaxId = 2 + }, + new + { + FilterListId = 1326, + SyntaxId = 8 + }, + new + { + FilterListId = 1327, + SyntaxId = 2 + }, + new + { + FilterListId = 1328, + SyntaxId = 8 + }, + new + { + FilterListId = 1329, + SyntaxId = 2 + }, + new + { + FilterListId = 1330, + SyntaxId = 8 + }, + new + { + FilterListId = 1331, + SyntaxId = 2 + }, + new + { + FilterListId = 1332, + SyntaxId = 8 + }, + new + { + FilterListId = 1333, + SyntaxId = 2 + }, + new + { + FilterListId = 1334, + SyntaxId = 8 + }, + new + { + FilterListId = 1335, + SyntaxId = 2 + }, + new + { + FilterListId = 1336, + SyntaxId = 8 + }, + new + { + FilterListId = 1337, + SyntaxId = 2 + }, + new + { + FilterListId = 1338, + SyntaxId = 8 + }, + new + { + FilterListId = 1339, + SyntaxId = 2 + }, + new + { + FilterListId = 1340, + SyntaxId = 8 + }, + new + { + FilterListId = 1341, + SyntaxId = 2 + }, + new + { + FilterListId = 1342, + SyntaxId = 8 + }, + new + { + FilterListId = 1343, + SyntaxId = 2 + }, + new + { + FilterListId = 1344, + SyntaxId = 8 + }, + new + { + FilterListId = 1345, + SyntaxId = 2 + }, + new + { + FilterListId = 1346, + SyntaxId = 8 + }, + new + { + FilterListId = 1347, + SyntaxId = 2 + }, + new + { + FilterListId = 1348, + SyntaxId = 8 + }, + new + { + FilterListId = 1349, + SyntaxId = 2 + }, + new + { + FilterListId = 1350, + SyntaxId = 8 + }, + new + { + FilterListId = 1351, + SyntaxId = 2 + }, + new + { + FilterListId = 1352, + SyntaxId = 8 + }, + new + { + FilterListId = 1353, + SyntaxId = 2 + }, + new + { + FilterListId = 1354, + SyntaxId = 8 + }, + new + { + FilterListId = 1355, + SyntaxId = 2 + }, + new + { + FilterListId = 1356, + SyntaxId = 8 + }, + new + { + FilterListId = 1357, + SyntaxId = 2 + }, + new + { + FilterListId = 1358, + SyntaxId = 8 + }, + new + { + FilterListId = 1359, + SyntaxId = 2 + }, + new + { + FilterListId = 1360, + SyntaxId = 8 + }, + new + { + FilterListId = 1361, + SyntaxId = 2 + }, + new + { + FilterListId = 1362, + SyntaxId = 8 + }, + new + { + FilterListId = 1363, + SyntaxId = 2 + }, + new + { + FilterListId = 1364, + SyntaxId = 8 + }, + new + { + FilterListId = 1365, + SyntaxId = 2 + }, + new + { + FilterListId = 1366, + SyntaxId = 8 + }, + new + { + FilterListId = 1367, + SyntaxId = 2 + }, + new + { + FilterListId = 1368, + SyntaxId = 8 + }, + new + { + FilterListId = 1369, + SyntaxId = 2 + }, + new + { + FilterListId = 1370, + SyntaxId = 8 + }, + new + { + FilterListId = 1371, + SyntaxId = 2 + }, + new + { + FilterListId = 1372, + SyntaxId = 8 + }, + new + { + FilterListId = 1373, + SyntaxId = 2 + }, + new + { + FilterListId = 1374, + SyntaxId = 8 + }, + new + { + FilterListId = 1375, + SyntaxId = 2 + }, + new + { + FilterListId = 1376, + SyntaxId = 8 + }, + new + { + FilterListId = 1377, + SyntaxId = 2 + }, + new + { + FilterListId = 1378, + SyntaxId = 8 + }, + new + { + FilterListId = 1379, + SyntaxId = 2 + }, + new + { + FilterListId = 1380, + SyntaxId = 8 + }, + new + { + FilterListId = 1381, + SyntaxId = 2 + }, + new + { + FilterListId = 1382, + SyntaxId = 8 + }, + new + { + FilterListId = 1383, + SyntaxId = 2 + }, + new + { + FilterListId = 1384, + SyntaxId = 8 + }, + new + { + FilterListId = 1385, + SyntaxId = 2 + }, + new + { + FilterListId = 1386, + SyntaxId = 8 + }, + new + { + FilterListId = 1387, + SyntaxId = 2 + }, + new + { + FilterListId = 1388, + SyntaxId = 8 + }, + new + { + FilterListId = 1389, + SyntaxId = 2 + }, + new + { + FilterListId = 1390, + SyntaxId = 8 + }, + new + { + FilterListId = 1391, + SyntaxId = 2 + }, + new + { + FilterListId = 1392, + SyntaxId = 8 + }, + new + { + FilterListId = 1393, + SyntaxId = 2 + }, + new + { + FilterListId = 1394, + SyntaxId = 8 + }, + new + { + FilterListId = 1395, + SyntaxId = 2 + }, + new + { + FilterListId = 1396, + SyntaxId = 8 + }, + new + { + FilterListId = 1397, + SyntaxId = 2 + }, + new + { + FilterListId = 1398, + SyntaxId = 8 + }, + new + { + FilterListId = 1399, + SyntaxId = 2 + }, + new + { + FilterListId = 1400, + SyntaxId = 8 + }, + new + { + FilterListId = 1401, + SyntaxId = 2 + }, + new + { + FilterListId = 1402, + SyntaxId = 8 + }, + new + { + FilterListId = 1403, + SyntaxId = 2 + }, + new + { + FilterListId = 1404, + SyntaxId = 8 + }, + new + { + FilterListId = 1405, + SyntaxId = 2 + }, + new + { + FilterListId = 1406, + SyntaxId = 8 + }, + new + { + FilterListId = 1407, + SyntaxId = 2 + }, + new + { + FilterListId = 1408, + SyntaxId = 8 + }, + new + { + FilterListId = 1409, + SyntaxId = 2 + }, + new + { + FilterListId = 1410, + SyntaxId = 8 + }, + new + { + FilterListId = 1411, + SyntaxId = 2 + }, + new + { + FilterListId = 1412, + SyntaxId = 8 + }, + new + { + FilterListId = 1413, + SyntaxId = 2 + }, + new + { + FilterListId = 1414, + SyntaxId = 8 + }, + new + { + FilterListId = 1415, + SyntaxId = 2 + }, + new + { + FilterListId = 1416, + SyntaxId = 8 + }, + new + { + FilterListId = 1417, + SyntaxId = 2 + }, + new + { + FilterListId = 1418, + SyntaxId = 8 + }, + new + { + FilterListId = 1419, + SyntaxId = 2 + }, + new + { + FilterListId = 1420, + SyntaxId = 8 + }, + new + { + FilterListId = 1421, + SyntaxId = 2 + }, + new + { + FilterListId = 1422, + SyntaxId = 8 + }, + new + { + FilterListId = 1423, + SyntaxId = 2 + }, + new + { + FilterListId = 1424, + SyntaxId = 8 + }, + new + { + FilterListId = 1425, + SyntaxId = 2 + }, + new + { + FilterListId = 1426, + SyntaxId = 8 + }, + new + { + FilterListId = 1427, + SyntaxId = 2 + }, + new + { + FilterListId = 1428, + SyntaxId = 8 + }, + new + { + FilterListId = 1429, + SyntaxId = 2 + }, + new + { + FilterListId = 1430, + SyntaxId = 8 + }, + new + { + FilterListId = 1431, + SyntaxId = 2 + }, + new + { + FilterListId = 1432, + SyntaxId = 8 + }, + new + { + FilterListId = 1433, + SyntaxId = 2 + }, + new + { + FilterListId = 1434, + SyntaxId = 8 + }, + new + { + FilterListId = 1435, + SyntaxId = 2 + }, + new + { + FilterListId = 1436, + SyntaxId = 8 + }, + new + { + FilterListId = 1437, + SyntaxId = 2 + }, + new + { + FilterListId = 1438, + SyntaxId = 8 + }, + new + { + FilterListId = 1439, + SyntaxId = 2 + }, + new + { + FilterListId = 1440, + SyntaxId = 8 + }, + new + { + FilterListId = 1441, + SyntaxId = 2 + }, + new + { + FilterListId = 1442, + SyntaxId = 8 + }, + new + { + FilterListId = 1443, + SyntaxId = 2 + }, + new + { + FilterListId = 1444, + SyntaxId = 8 + }, + new + { + FilterListId = 1445, + SyntaxId = 2 + }, + new + { + FilterListId = 1446, + SyntaxId = 8 + }, + new + { + FilterListId = 1447, + SyntaxId = 2 + }, + new + { + FilterListId = 1448, + SyntaxId = 8 + }, + new + { + FilterListId = 1449, + SyntaxId = 2 + }, + new + { + FilterListId = 1450, + SyntaxId = 8 + }, + new + { + FilterListId = 1451, + SyntaxId = 2 + }, + new + { + FilterListId = 1452, + SyntaxId = 8 + }, + new + { + FilterListId = 1454, + SyntaxId = 21 + }, + new + { + FilterListId = 1455, + SyntaxId = 21 + }, + new + { + FilterListId = 1456, + SyntaxId = 3 + }, + new + { + FilterListId = 1457, + SyntaxId = 2 + }, + new + { + FilterListId = 1458, + SyntaxId = 1 + }, + new + { + FilterListId = 1459, + SyntaxId = 3 + }, + new + { + FilterListId = 1460, + SyntaxId = 21 + }, + new + { + FilterListId = 1461, + SyntaxId = 3 + }, + new + { + FilterListId = 1463, + SyntaxId = 16 + }, + new + { + FilterListId = 1464, + SyntaxId = 2 + }, + new + { + FilterListId = 1465, + SyntaxId = 2 + }, + new + { + FilterListId = 1466, + SyntaxId = 16 + }, + new + { + FilterListId = 1467, + SyntaxId = 16 + }, + new + { + FilterListId = 1468, + SyntaxId = 16 + }, + new + { + FilterListId = 1469, + SyntaxId = 16 + }, + new + { + FilterListId = 1470, + SyntaxId = 1 + }, + new + { + FilterListId = 1471, + SyntaxId = 1 + }, + new + { + FilterListId = 1473, + SyntaxId = 2 + }, + new + { + FilterListId = 1474, + SyntaxId = 2 + }, + new + { + FilterListId = 1475, + SyntaxId = 1 + }, + new + { + FilterListId = 1476, + SyntaxId = 1 + }, + new + { + FilterListId = 1477, + SyntaxId = 25 + }, + new + { + FilterListId = 1478, + SyntaxId = 24 + }, + new + { + FilterListId = 1479, + SyntaxId = 20 + }, + new + { + FilterListId = 1480, + SyntaxId = 25 + }, + new + { + FilterListId = 1481, + SyntaxId = 1 + }, + new + { + FilterListId = 1483, + SyntaxId = 2 + }, + new + { + FilterListId = 1484, + SyntaxId = 2 + }, + new + { + FilterListId = 1485, + SyntaxId = 8 + }, + new + { + FilterListId = 1486, + SyntaxId = 8 + }, + new + { + FilterListId = 1487, + SyntaxId = 2 + }, + new + { + FilterListId = 1490, + SyntaxId = 2 + }, + new + { + FilterListId = 1492, + SyntaxId = 23 + }, + new + { + FilterListId = 1493, + SyntaxId = 2 + }, + new + { + FilterListId = 1495, + SyntaxId = 1 + }, + new + { + FilterListId = 1496, + SyntaxId = 2 + }, + new + { + FilterListId = 1497, + SyntaxId = 2 + }, + new + { + FilterListId = 1498, + SyntaxId = 2 + }, + new + { + FilterListId = 1499, + SyntaxId = 2 + }, + new + { + FilterListId = 1500, + SyntaxId = 8 + }, + new + { + FilterListId = 1501, + SyntaxId = 8 + }, + new + { + FilterListId = 1502, + SyntaxId = 26 + }, + new + { + FilterListId = 1503, + SyntaxId = 20 + }, + new + { + FilterListId = 1504, + SyntaxId = 24 + }, + new + { + FilterListId = 1505, + SyntaxId = 36 + }, + new + { + FilterListId = 1505, + SyntaxId = 54 + }, + new + { + FilterListId = 1506, + SyntaxId = 36 + }, + new + { + FilterListId = 1506, + SyntaxId = 54 + }, + new + { + FilterListId = 1508, + SyntaxId = 2 + }, + new + { + FilterListId = 1509, + SyntaxId = 2 + }, + new + { + FilterListId = 1511, + SyntaxId = 3 + }, + new + { + FilterListId = 1513, + SyntaxId = 8 + }, + new + { + FilterListId = 1517, + SyntaxId = 9 + }, + new + { + FilterListId = 1520, + SyntaxId = 23 + }, + new + { + FilterListId = 1523, + SyntaxId = 1 + }, + new + { + FilterListId = 1524, + SyntaxId = 15 + }, + new + { + FilterListId = 1525, + SyntaxId = 15 + }, + new + { + FilterListId = 1526, + SyntaxId = 24 + }, + new + { + FilterListId = 1527, + SyntaxId = 26 + }, + new + { + FilterListId = 1528, + SyntaxId = 6 + }, + new + { + FilterListId = 1529, + SyntaxId = 3 + }, + new + { + FilterListId = 1530, + SyntaxId = 28 + }, + new + { + FilterListId = 1531, + SyntaxId = 3 + }, + new + { + FilterListId = 1532, + SyntaxId = 3 + }, + new + { + FilterListId = 1533, + SyntaxId = 4 + }, + new + { + FilterListId = 1534, + SyntaxId = 9 + }, + new + { + FilterListId = 1535, + SyntaxId = 4 + }, + new + { + FilterListId = 1536, + SyntaxId = 2 + }, + new + { + FilterListId = 1537, + SyntaxId = 10 + }, + new + { + FilterListId = 1538, + SyntaxId = 10 + }, + new + { + FilterListId = 1539, + SyntaxId = 10 + }, + new + { + FilterListId = 1540, + SyntaxId = 10 + }, + new + { + FilterListId = 1541, + SyntaxId = 10 + }, + new + { + FilterListId = 1542, + SyntaxId = 10 + }, + new + { + FilterListId = 1543, + SyntaxId = 10 + }, + new + { + FilterListId = 1544, + SyntaxId = 10 + }, + new + { + FilterListId = 1545, + SyntaxId = 10 + }, + new + { + FilterListId = 1546, + SyntaxId = 10 + }, + new + { + FilterListId = 1547, + SyntaxId = 10 + }, + new + { + FilterListId = 1548, + SyntaxId = 3 + }, + new + { + FilterListId = 1549, + SyntaxId = 3 + }, + new + { + FilterListId = 1550, + SyntaxId = 4 + }, + new + { + FilterListId = 1551, + SyntaxId = 21 + }, + new + { + FilterListId = 1552, + SyntaxId = 3 + }, + new + { + FilterListId = 1554, + SyntaxId = 3 + }, + new + { + FilterListId = 1555, + SyntaxId = 14 + }, + new + { + FilterListId = 1556, + SyntaxId = 4 + }, + new + { + FilterListId = 1557, + SyntaxId = 1 + }, + new + { + FilterListId = 1557, + SyntaxId = 36 + }, + new + { + FilterListId = 1558, + SyntaxId = 4 + }, + new + { + FilterListId = 1559, + SyntaxId = 1 + }, + new + { + FilterListId = 1560, + SyntaxId = 27 + }, + new + { + FilterListId = 1561, + SyntaxId = 2 + }, + new + { + FilterListId = 1562, + SyntaxId = 21 + }, + new + { + FilterListId = 1563, + SyntaxId = 1 + }, + new + { + FilterListId = 1564, + SyntaxId = 3 + }, + new + { + FilterListId = 1565, + SyntaxId = 3 + }, + new + { + FilterListId = 1566, + SyntaxId = 1 + }, + new + { + FilterListId = 1567, + SyntaxId = 3 + }, + new + { + FilterListId = 1568, + SyntaxId = 6 + }, + new + { + FilterListId = 1569, + SyntaxId = 6 + }, + new + { + FilterListId = 1570, + SyntaxId = 6 + }, + new + { + FilterListId = 1573, + SyntaxId = 19 + }, + new + { + FilterListId = 1574, + SyntaxId = 1 + }, + new + { + FilterListId = 1575, + SyntaxId = 21 + }, + new + { + FilterListId = 1576, + SyntaxId = 3 + }, + new + { + FilterListId = 1577, + SyntaxId = 4 + }, + new + { + FilterListId = 1578, + SyntaxId = 18 + }, + new + { + FilterListId = 1579, + SyntaxId = 3 + }, + new + { + FilterListId = 1581, + SyntaxId = 6 + }, + new + { + FilterListId = 1582, + SyntaxId = 38 + }, + new + { + FilterListId = 1583, + SyntaxId = 19 + }, + new + { + FilterListId = 1584, + SyntaxId = 20 + }, + new + { + FilterListId = 1585, + SyntaxId = 23 + }, + new + { + FilterListId = 1586, + SyntaxId = 3 + }, + new + { + FilterListId = 1587, + SyntaxId = 6 + }, + new + { + FilterListId = 1588, + SyntaxId = 10 + }, + new + { + FilterListId = 1589, + SyntaxId = 19 + }, + new + { + FilterListId = 1590, + SyntaxId = 1 + }, + new + { + FilterListId = 1591, + SyntaxId = 3 + }, + new + { + FilterListId = 1592, + SyntaxId = 17 + }, + new + { + FilterListId = 1593, + SyntaxId = 4 + }, + new + { + FilterListId = 1594, + SyntaxId = 2 + }, + new + { + FilterListId = 1595, + SyntaxId = 2 + }, + new + { + FilterListId = 1596, + SyntaxId = 2 + }, + new + { + FilterListId = 1597, + SyntaxId = 2 + }, + new + { + FilterListId = 1598, + SyntaxId = 1 + }, + new + { + FilterListId = 1599, + SyntaxId = 2 + }, + new + { + FilterListId = 1600, + SyntaxId = 1 + }, + new + { + FilterListId = 1601, + SyntaxId = 1 + }, + new + { + FilterListId = 1603, + SyntaxId = 8 + }, + new + { + FilterListId = 1604, + SyntaxId = 3 + }, + new + { + FilterListId = 1605, + SyntaxId = 3 + }, + new + { + FilterListId = 1606, + SyntaxId = 3 + }, + new + { + FilterListId = 1607, + SyntaxId = 2 + }, + new + { + FilterListId = 1608, + SyntaxId = 18 + }, + new + { + FilterListId = 1609, + SyntaxId = 18 + }, + new + { + FilterListId = 1610, + SyntaxId = 18 + }, + new + { + FilterListId = 1611, + SyntaxId = 18 + }, + new + { + FilterListId = 1612, + SyntaxId = 18 + }, + new + { + FilterListId = 1613, + SyntaxId = 18 + }, + new + { + FilterListId = 1614, + SyntaxId = 18 + }, + new + { + FilterListId = 1615, + SyntaxId = 18 + }, + new + { + FilterListId = 1616, + SyntaxId = 18 + }, + new + { + FilterListId = 1617, + SyntaxId = 18 + }, + new + { + FilterListId = 1618, + SyntaxId = 18 + }, + new + { + FilterListId = 1619, + SyntaxId = 18 + }, + new + { + FilterListId = 1620, + SyntaxId = 18 + }, + new + { + FilterListId = 1621, + SyntaxId = 18 + }, + new + { + FilterListId = 1622, + SyntaxId = 18 + }, + new + { + FilterListId = 1623, + SyntaxId = 18 + }, + new + { + FilterListId = 1624, + SyntaxId = 18 + }, + new + { + FilterListId = 1625, + SyntaxId = 18 + }, + new + { + FilterListId = 1626, + SyntaxId = 18 + }, + new + { + FilterListId = 1627, + SyntaxId = 18 + }, + new + { + FilterListId = 1628, + SyntaxId = 18 + }, + new + { + FilterListId = 1629, + SyntaxId = 18 + }, + new + { + FilterListId = 1630, + SyntaxId = 18 + }, + new + { + FilterListId = 1631, + SyntaxId = 18 + }, + new + { + FilterListId = 1632, + SyntaxId = 18 + }, + new + { + FilterListId = 1633, + SyntaxId = 18 + }, + new + { + FilterListId = 1634, + SyntaxId = 18 + }, + new + { + FilterListId = 1635, + SyntaxId = 17 + }, + new + { + FilterListId = 1636, + SyntaxId = 48 + }, + new + { + FilterListId = 1637, + SyntaxId = 3 + }, + new + { + FilterListId = 1638, + SyntaxId = 14 + }, + new + { + FilterListId = 1639, + SyntaxId = 1 + }, + new + { + FilterListId = 1640, + SyntaxId = 7 + }, + new + { + FilterListId = 1641, + SyntaxId = 7 + }, + new + { + FilterListId = 1642, + SyntaxId = 51 + }, + new + { + FilterListId = 1643, + SyntaxId = 51 + }, + new + { + FilterListId = 1644, + SyntaxId = 51 + }, + new + { + FilterListId = 1645, + SyntaxId = 2 + }, + new + { + FilterListId = 1646, + SyntaxId = 2 + }, + new + { + FilterListId = 1647, + SyntaxId = 2 + }, + new + { + FilterListId = 1648, + SyntaxId = 4 + }, + new + { + FilterListId = 1649, + SyntaxId = 4 + }, + new + { + FilterListId = 1650, + SyntaxId = 47 + }, + new + { + FilterListId = 1651, + SyntaxId = 51 + }, + new + { + FilterListId = 1652, + SyntaxId = 7 + }, + new + { + FilterListId = 1653, + SyntaxId = 7 + }, + new + { + FilterListId = 1656, + SyntaxId = 51 + }, + new + { + FilterListId = 1657, + SyntaxId = 7 + }, + new + { + FilterListId = 1658, + SyntaxId = 7 + }, + new + { + FilterListId = 1659, + SyntaxId = 7 + }, + new + { + FilterListId = 1660, + SyntaxId = 7 + }, + new + { + FilterListId = 1661, + SyntaxId = 2 + }, + new + { + FilterListId = 1662, + SyntaxId = 4 + }, + new + { + FilterListId = 1663, + SyntaxId = 4 + }, + new + { + FilterListId = 1664, + SyntaxId = 8 + }, + new + { + FilterListId = 1665, + SyntaxId = 25 + }, + new + { + FilterListId = 1666, + SyntaxId = 2 + }, + new + { + FilterListId = 1667, + SyntaxId = 2 + }, + new + { + FilterListId = 1668, + SyntaxId = 20 + }, + new + { + FilterListId = 1669, + SyntaxId = 3 + }, + new + { + FilterListId = 1670, + SyntaxId = 1 + }, + new + { + FilterListId = 1671, + SyntaxId = 3 + }, + new + { + FilterListId = 1672, + SyntaxId = 3 + }, + new + { + FilterListId = 1673, + SyntaxId = 2 + }, + new + { + FilterListId = 1674, + SyntaxId = 1 + }, + new + { + FilterListId = 1675, + SyntaxId = 2 + }, + new + { + FilterListId = 1676, + SyntaxId = 1 + }, + new + { + FilterListId = 1677, + SyntaxId = 2 + }, + new + { + FilterListId = 1678, + SyntaxId = 1 + }, + new + { + FilterListId = 1679, + SyntaxId = 2 + }, + new + { + FilterListId = 1680, + SyntaxId = 1 + }, + new + { + FilterListId = 1681, + SyntaxId = 2 + }, + new + { + FilterListId = 1682, + SyntaxId = 1 + }, + new + { + FilterListId = 1683, + SyntaxId = 2 + }, + new + { + FilterListId = 1684, + SyntaxId = 1 + }, + new + { + FilterListId = 1685, + SyntaxId = 2 + }, + new + { + FilterListId = 1686, + SyntaxId = 1 + }, + new + { + FilterListId = 1687, + SyntaxId = 2 + }, + new + { + FilterListId = 1688, + SyntaxId = 1 + }, + new + { + FilterListId = 1689, + SyntaxId = 2 + }, + new + { + FilterListId = 1690, + SyntaxId = 1 + }, + new + { + FilterListId = 1691, + SyntaxId = 2 + }, + new + { + FilterListId = 1692, + SyntaxId = 1 + }, + new + { + FilterListId = 1693, + SyntaxId = 2 + }, + new + { + FilterListId = 1694, + SyntaxId = 1 + }, + new + { + FilterListId = 1695, + SyntaxId = 2 + }, + new + { + FilterListId = 1696, + SyntaxId = 1 + }, + new + { + FilterListId = 1697, + SyntaxId = 2 + }, + new + { + FilterListId = 1698, + SyntaxId = 1 + }, + new + { + FilterListId = 1699, + SyntaxId = 2 + }, + new + { + FilterListId = 1700, + SyntaxId = 1 + }, + new + { + FilterListId = 1701, + SyntaxId = 1 + }, + new + { + FilterListId = 1702, + SyntaxId = 1 + }, + new + { + FilterListId = 1703, + SyntaxId = 28 + }, + new + { + FilterListId = 1704, + SyntaxId = 2 + }, + new + { + FilterListId = 1706, + SyntaxId = 1 + }, + new + { + FilterListId = 1707, + SyntaxId = 1 + }, + new + { + FilterListId = 1708, + SyntaxId = 1 + }, + new + { + FilterListId = 1709, + SyntaxId = 1 + }, + new + { + FilterListId = 1710, + SyntaxId = 2 + }, + new + { + FilterListId = 1711, + SyntaxId = 2 + }, + new + { + FilterListId = 1712, + SyntaxId = 36 + }, + new + { + FilterListId = 1713, + SyntaxId = 1 + }, + new + { + FilterListId = 1714, + SyntaxId = 2 + }, + new + { + FilterListId = 1715, + SyntaxId = 2 + }, + new + { + FilterListId = 1716, + SyntaxId = 2 + }, + new + { + FilterListId = 1717, + SyntaxId = 2 + }, + new + { + FilterListId = 1718, + SyntaxId = 2 + }, + new + { + FilterListId = 1719, + SyntaxId = 2 + }, + new + { + FilterListId = 1720, + SyntaxId = 4 + }, + new + { + FilterListId = 1721, + SyntaxId = 2 + }, + new + { + FilterListId = 1722, + SyntaxId = 2 + }, + new + { + FilterListId = 1723, + SyntaxId = 2 + }, + new + { + FilterListId = 1724, + SyntaxId = 2 + }, + new + { + FilterListId = 1725, + SyntaxId = 2 + }, + new + { + FilterListId = 1726, + SyntaxId = 3 + }, + new + { + FilterListId = 1727, + SyntaxId = 2 + }, + new + { + FilterListId = 1728, + SyntaxId = 2 + }, + new + { + FilterListId = 1729, + SyntaxId = 2 + }, + new + { + FilterListId = 1730, + SyntaxId = 2 + }, + new + { + FilterListId = 1731, + SyntaxId = 2 + }, + new + { + FilterListId = 1732, + SyntaxId = 2 + }, + new + { + FilterListId = 1733, + SyntaxId = 2 + }, + new + { + FilterListId = 1734, + SyntaxId = 1 + }, + new + { + FilterListId = 1735, + SyntaxId = 2 + }, + new + { + FilterListId = 1736, + SyntaxId = 28 + }, + new + { + FilterListId = 1737, + SyntaxId = 4 + }, + new + { + FilterListId = 1738, + SyntaxId = 28 + }, + new + { + FilterListId = 1739, + SyntaxId = 24 + }, + new + { + FilterListId = 1740, + SyntaxId = 1 + }, + new + { + FilterListId = 1741, + SyntaxId = 1 + }, + new + { + FilterListId = 1742, + SyntaxId = 1 + }, + new + { + FilterListId = 1743, + SyntaxId = 2 + }, + new + { + FilterListId = 1744, + SyntaxId = 2 + }, + new + { + FilterListId = 1745, + SyntaxId = 2 + }, + new + { + FilterListId = 1746, + SyntaxId = 2 + }, + new + { + FilterListId = 1747, + SyntaxId = 2 + }, + new + { + FilterListId = 1748, + SyntaxId = 2 + }, + new + { + FilterListId = 1749, + SyntaxId = 2 + }, + new + { + FilterListId = 1750, + SyntaxId = 2 + }, + new + { + FilterListId = 1751, + SyntaxId = 2 + }, + new + { + FilterListId = 1752, + SyntaxId = 2 + }, + new + { + FilterListId = 1753, + SyntaxId = 2 + }, + new + { + FilterListId = 1754, + SyntaxId = 47 + }, + new + { + FilterListId = 1755, + SyntaxId = 47 + }, + new + { + FilterListId = 1756, + SyntaxId = 47 + }, + new + { + FilterListId = 1757, + SyntaxId = 47 + }, + new + { + FilterListId = 1758, + SyntaxId = 47 + }, + new + { + FilterListId = 1759, + SyntaxId = 47 + }, + new + { + FilterListId = 1760, + SyntaxId = 47 + }, + new + { + FilterListId = 1761, + SyntaxId = 47 + }, + new + { + FilterListId = 1762, + SyntaxId = 47 + }, + new + { + FilterListId = 1763, + SyntaxId = 47 + }, + new + { + FilterListId = 1764, + SyntaxId = 47 + }, + new + { + FilterListId = 1765, + SyntaxId = 20 + }, + new + { + FilterListId = 1766, + SyntaxId = 20 + }, + new + { + FilterListId = 1767, + SyntaxId = 20 + }, + new + { + FilterListId = 1768, + SyntaxId = 20 + }, + new + { + FilterListId = 1769, + SyntaxId = 20 + }, + new + { + FilterListId = 1770, + SyntaxId = 20 + }, + new + { + FilterListId = 1771, + SyntaxId = 20 + }, + new + { + FilterListId = 1772, + SyntaxId = 20 + }, + new + { + FilterListId = 1773, + SyntaxId = 20 + }, + new + { + FilterListId = 1774, + SyntaxId = 20 + }, + new + { + FilterListId = 1775, + SyntaxId = 20 + }, + new + { + FilterListId = 1776, + SyntaxId = 24 + }, + new + { + FilterListId = 1777, + SyntaxId = 24 + }, + new + { + FilterListId = 1778, + SyntaxId = 24 + }, + new + { + FilterListId = 1779, + SyntaxId = 24 + }, + new + { + FilterListId = 1780, + SyntaxId = 24 + }, + new + { + FilterListId = 1781, + SyntaxId = 24 + }, + new + { + FilterListId = 1782, + SyntaxId = 24 + }, + new + { + FilterListId = 1783, + SyntaxId = 24 + }, + new + { + FilterListId = 1784, + SyntaxId = 24 + }, + new + { + FilterListId = 1785, + SyntaxId = 24 + }, + new + { + FilterListId = 1786, + SyntaxId = 24 + }, + new + { + FilterListId = 1787, + SyntaxId = 25 + }, + new + { + FilterListId = 1788, + SyntaxId = 25 + }, + new + { + FilterListId = 1789, + SyntaxId = 25 + }, + new + { + FilterListId = 1790, + SyntaxId = 25 + }, + new + { + FilterListId = 1791, + SyntaxId = 25 + }, + new + { + FilterListId = 1792, + SyntaxId = 25 + }, + new + { + FilterListId = 1793, + SyntaxId = 25 + }, + new + { + FilterListId = 1794, + SyntaxId = 25 + }, + new + { + FilterListId = 1795, + SyntaxId = 25 + }, + new + { + FilterListId = 1796, + SyntaxId = 25 + }, + new + { + FilterListId = 1797, + SyntaxId = 25 + }, + new + { + FilterListId = 1798, + SyntaxId = 9 + }, + new + { + FilterListId = 1798, + SyntaxId = 34 + }, + new + { + FilterListId = 1799, + SyntaxId = 38 + }, + new + { + FilterListId = 1800, + SyntaxId = 29 + }, + new + { + FilterListId = 1801, + SyntaxId = 29 + }, + new + { + FilterListId = 1802, + SyntaxId = 29 + }, + new + { + FilterListId = 1803, + SyntaxId = 29 + }, + new + { + FilterListId = 1804, + SyntaxId = 29 + }, + new + { + FilterListId = 1805, + SyntaxId = 29 + }, + new + { + FilterListId = 1806, + SyntaxId = 9 + }, + new + { + FilterListId = 1807, + SyntaxId = 9 + }, + new + { + FilterListId = 1808, + SyntaxId = 9 + }, + new + { + FilterListId = 1809, + SyntaxId = 9 + }, + new + { + FilterListId = 1809, + SyntaxId = 34 + }, + new + { + FilterListId = 1810, + SyntaxId = 9 + }, + new + { + FilterListId = 1811, + SyntaxId = 9 + }, + new + { + FilterListId = 1813, + SyntaxId = 9 + }, + new + { + FilterListId = 1814, + SyntaxId = 48 + }, + new + { + FilterListId = 1815, + SyntaxId = 48 + }, + new + { + FilterListId = 1816, + SyntaxId = 30 + }, + new + { + FilterListId = 1817, + SyntaxId = 30 + }, + new + { + FilterListId = 1818, + SyntaxId = 30 + }, + new + { + FilterListId = 1819, + SyntaxId = 1 + }, + new + { + FilterListId = 1822, + SyntaxId = 9 + }, + new + { + FilterListId = 1823, + SyntaxId = 9 + }, + new + { + FilterListId = 1824, + SyntaxId = 9 + }, + new + { + FilterListId = 1824, + SyntaxId = 39 + }, + new + { + FilterListId = 1825, + SyntaxId = 9 + }, + new + { + FilterListId = 1827, + SyntaxId = 9 + }, + new + { + FilterListId = 1828, + SyntaxId = 9 + }, + new + { + FilterListId = 1829, + SyntaxId = 9 + }, + new + { + FilterListId = 1830, + SyntaxId = 9 + }, + new + { + FilterListId = 1831, + SyntaxId = 9 + }, + new + { + FilterListId = 1832, + SyntaxId = 3 + }, + new + { + FilterListId = 1833, + SyntaxId = 4 + }, + new + { + FilterListId = 1834, + SyntaxId = 3 + }, + new + { + FilterListId = 1835, + SyntaxId = 2 + }, + new + { + FilterListId = 1836, + SyntaxId = 4 + }, + new + { + FilterListId = 1838, + SyntaxId = 3 + }, + new + { + FilterListId = 1839, + SyntaxId = 1 + }, + new + { + FilterListId = 1840, + SyntaxId = 28 + }, + new + { + FilterListId = 1841, + SyntaxId = 30 + }, + new + { + FilterListId = 1842, + SyntaxId = 29 + }, + new + { + FilterListId = 1843, + SyntaxId = 3 + }, + new + { + FilterListId = 1844, + SyntaxId = 1 + }, + new + { + FilterListId = 1845, + SyntaxId = 3 + }, + new + { + FilterListId = 1846, + SyntaxId = 3 + }, + new + { + FilterListId = 1847, + SyntaxId = 3 + }, + new + { + FilterListId = 1848, + SyntaxId = 3 + }, + new + { + FilterListId = 1849, + SyntaxId = 3 + }, + new + { + FilterListId = 1850, + SyntaxId = 3 + }, + new + { + FilterListId = 1852, + SyntaxId = 4 + }, + new + { + FilterListId = 1853, + SyntaxId = 4 + }, + new + { + FilterListId = 1854, + SyntaxId = 4 + }, + new + { + FilterListId = 1856, + SyntaxId = 3 + }, + new + { + FilterListId = 1857, + SyntaxId = 3 + }, + new + { + FilterListId = 1858, + SyntaxId = 47 + }, + new + { + FilterListId = 1859, + SyntaxId = 3 + }, + new + { + FilterListId = 1860, + SyntaxId = 6 + }, + new + { + FilterListId = 1861, + SyntaxId = 3 + }, + new + { + FilterListId = 1862, + SyntaxId = 3 + }, + new + { + FilterListId = 1863, + SyntaxId = 3 + }, + new + { + FilterListId = 1864, + SyntaxId = 3 + }, + new + { + FilterListId = 1865, + SyntaxId = 3 + }, + new + { + FilterListId = 1866, + SyntaxId = 28 + }, + new + { + FilterListId = 1867, + SyntaxId = 4 + }, + new + { + FilterListId = 1868, + SyntaxId = 3 + }, + new + { + FilterListId = 1869, + SyntaxId = 1 + }, + new + { + FilterListId = 1870, + SyntaxId = 2 + }, + new + { + FilterListId = 1871, + SyntaxId = 9 + }, + new + { + FilterListId = 1872, + SyntaxId = 25 + }, + new + { + FilterListId = 1873, + SyntaxId = 50 + }, + new + { + FilterListId = 1876, + SyntaxId = 25 + }, + new + { + FilterListId = 1877, + SyntaxId = 24 + }, + new + { + FilterListId = 1878, + SyntaxId = 13 + }, + new + { + FilterListId = 1880, + SyntaxId = 2 + }, + new + { + FilterListId = 1881, + SyntaxId = 2 + }, + new + { + FilterListId = 1882, + SyntaxId = 2 + }, + new + { + FilterListId = 1886, + SyntaxId = 2 + }, + new + { + FilterListId = 1887, + SyntaxId = 1 + }, + new + { + FilterListId = 1888, + SyntaxId = 47 + }, + new + { + FilterListId = 1890, + SyntaxId = 3 + }, + new + { + FilterListId = 1891, + SyntaxId = 3 + }, + new + { + FilterListId = 1892, + SyntaxId = 47 + }, + new + { + FilterListId = 1893, + SyntaxId = 47 + }, + new + { + FilterListId = 1894, + SyntaxId = 2 + }, + new + { + FilterListId = 1895, + SyntaxId = 2 + }, + new + { + FilterListId = 1896, + SyntaxId = 2 + }, + new + { + FilterListId = 1897, + SyntaxId = 2 + }, + new + { + FilterListId = 1898, + SyntaxId = 2 + }, + new + { + FilterListId = 1899, + SyntaxId = 20 + }, + new + { + FilterListId = 1900, + SyntaxId = 20 + }, + new + { + FilterListId = 1901, + SyntaxId = 21 + }, + new + { + FilterListId = 1902, + SyntaxId = 1 + }, + new + { + FilterListId = 1903, + SyntaxId = 2 + }, + new + { + FilterListId = 1904, + SyntaxId = 2 + }, + new + { + FilterListId = 1906, + SyntaxId = 1 + }, + new + { + FilterListId = 1907, + SyntaxId = 1 + }, + new + { + FilterListId = 1908, + SyntaxId = 2 + }, + new + { + FilterListId = 1909, + SyntaxId = 2 + }, + new + { + FilterListId = 1910, + SyntaxId = 9 + }, + new + { + FilterListId = 1911, + SyntaxId = 26 + }, + new + { + FilterListId = 1912, + SyntaxId = 26 + }, + new + { + FilterListId = 1913, + SyntaxId = 26 + }, + new + { + FilterListId = 1914, + SyntaxId = 2 + }, + new + { + FilterListId = 1915, + SyntaxId = 6 + }, + new + { + FilterListId = 1916, + SyntaxId = 2 + }, + new + { + FilterListId = 1917, + SyntaxId = 30 + }, + new + { + FilterListId = 1918, + SyntaxId = 2 + }, + new + { + FilterListId = 1919, + SyntaxId = 2 + }, + new + { + FilterListId = 1920, + SyntaxId = 8 + }, + new + { + FilterListId = 1921, + SyntaxId = 1 + }, + new + { + FilterListId = 1922, + SyntaxId = 1 + }, + new + { + FilterListId = 1923, + SyntaxId = 2 + }, + new + { + FilterListId = 1924, + SyntaxId = 2 + }, + new + { + FilterListId = 1925, + SyntaxId = 2 + }, + new + { + FilterListId = 1926, + SyntaxId = 1 + }, + new + { + FilterListId = 1927, + SyntaxId = 1 + }, + new + { + FilterListId = 1928, + SyntaxId = 2 + }, + new + { + FilterListId = 1929, + SyntaxId = 4 + }, + new + { + FilterListId = 1930, + SyntaxId = 28 + }, + new + { + FilterListId = 1931, + SyntaxId = 2 + }, + new + { + FilterListId = 1932, + SyntaxId = 2 + }, + new + { + FilterListId = 1933, + SyntaxId = 2 + }, + new + { + FilterListId = 1934, + SyntaxId = 2 + }, + new + { + FilterListId = 1935, + SyntaxId = 2 + }, + new + { + FilterListId = 1936, + SyntaxId = 2 + }, + new + { + FilterListId = 1937, + SyntaxId = 1 + }, + new + { + FilterListId = 1938, + SyntaxId = 4 + }, + new + { + FilterListId = 1939, + SyntaxId = 1 + }, + new + { + FilterListId = 1940, + SyntaxId = 1 + }, + new + { + FilterListId = 1941, + SyntaxId = 29 + }, + new + { + FilterListId = 1942, + SyntaxId = 24 + }, + new + { + FilterListId = 1943, + SyntaxId = 28 + }, + new + { + FilterListId = 1944, + SyntaxId = 2 + }, + new + { + FilterListId = 1945, + SyntaxId = 30 + }, + new + { + FilterListId = 1946, + SyntaxId = 3 + }, + new + { + FilterListId = 1947, + SyntaxId = 31 + }, + new + { + FilterListId = 1948, + SyntaxId = 31 + }, + new + { + FilterListId = 1949, + SyntaxId = 31 + }, + new + { + FilterListId = 1950, + SyntaxId = 25 + }, + new + { + FilterListId = 1951, + SyntaxId = 9 + }, + new + { + FilterListId = 1951, + SyntaxId = 34 + }, + new + { + FilterListId = 1951, + SyntaxId = 39 + }, + new + { + FilterListId = 1951, + SyntaxId = 41 + }, + new + { + FilterListId = 1952, + SyntaxId = 3 + }, + new + { + FilterListId = 1953, + SyntaxId = 28 + }, + new + { + FilterListId = 1954, + SyntaxId = 28 + }, + new + { + FilterListId = 1955, + SyntaxId = 28 + }, + new + { + FilterListId = 1956, + SyntaxId = 1 + }, + new + { + FilterListId = 1957, + SyntaxId = 4 + }, + new + { + FilterListId = 1958, + SyntaxId = 4 + }, + new + { + FilterListId = 1959, + SyntaxId = 14 + }, + new + { + FilterListId = 1960, + SyntaxId = 9 + }, + new + { + FilterListId = 1960, + SyntaxId = 34 + }, + new + { + FilterListId = 1961, + SyntaxId = 3 + }, + new + { + FilterListId = 1962, + SyntaxId = 9 + }, + new + { + FilterListId = 1963, + SyntaxId = 4 + }, + new + { + FilterListId = 1964, + SyntaxId = 3 + }, + new + { + FilterListId = 1965, + SyntaxId = 3 + }, + new + { + FilterListId = 1966, + SyntaxId = 3 + }, + new + { + FilterListId = 1967, + SyntaxId = 3 + }, + new + { + FilterListId = 1968, + SyntaxId = 6 + }, + new + { + FilterListId = 1969, + SyntaxId = 6 + }, + new + { + FilterListId = 1970, + SyntaxId = 6 + }, + new + { + FilterListId = 1971, + SyntaxId = 6 + }, + new + { + FilterListId = 1972, + SyntaxId = 9 + }, + new + { + FilterListId = 1972, + SyntaxId = 34 + }, + new + { + FilterListId = 1973, + SyntaxId = 2 + }, + new + { + FilterListId = 1974, + SyntaxId = 1 + }, + new + { + FilterListId = 1975, + SyntaxId = 2 + }, + new + { + FilterListId = 1976, + SyntaxId = 3 + }, + new + { + FilterListId = 1977, + SyntaxId = 2 + }, + new + { + FilterListId = 1978, + SyntaxId = 2 + }, + new + { + FilterListId = 1979, + SyntaxId = 47 + }, + new + { + FilterListId = 1980, + SyntaxId = 2 + }, + new + { + FilterListId = 1981, + SyntaxId = 2 + }, + new + { + FilterListId = 1983, + SyntaxId = 21 + }, + new + { + FilterListId = 1984, + SyntaxId = 3 + }, + new + { + FilterListId = 1985, + SyntaxId = 22 + }, + new + { + FilterListId = 1986, + SyntaxId = 22 + }, + new + { + FilterListId = 1987, + SyntaxId = 3 + }, + new + { + FilterListId = 1988, + SyntaxId = 3 + }, + new + { + FilterListId = 1989, + SyntaxId = 30 + }, + new + { + FilterListId = 1989, + SyntaxId = 47 + }, + new + { + FilterListId = 1990, + SyntaxId = 3 + }, + new + { + FilterListId = 1991, + SyntaxId = 4 + }, + new + { + FilterListId = 1992, + SyntaxId = 2 + }, + new + { + FilterListId = 1993, + SyntaxId = 2 + }, + new + { + FilterListId = 1994, + SyntaxId = 2 + }, + new + { + FilterListId = 1995, + SyntaxId = 2 + }, + new + { + FilterListId = 1996, + SyntaxId = 3 + }, + new + { + FilterListId = 1997, + SyntaxId = 4 + }, + new + { + FilterListId = 1998, + SyntaxId = 1 + }, + new + { + FilterListId = 2000, + SyntaxId = 1 + }, + new + { + FilterListId = 2000, + SyntaxId = 36 + }, + new + { + FilterListId = 2001, + SyntaxId = 20 + }, + new + { + FilterListId = 2002, + SyntaxId = 20 + }, + new + { + FilterListId = 2003, + SyntaxId = 20 + }, + new + { + FilterListId = 2004, + SyntaxId = 1 + }, + new + { + FilterListId = 2005, + SyntaxId = 2 + }, + new + { + FilterListId = 2006, + SyntaxId = 2 + }, + new + { + FilterListId = 2007, + SyntaxId = 2 + }, + new + { + FilterListId = 2008, + SyntaxId = 2 + }, + new + { + FilterListId = 2009, + SyntaxId = 2 + }, + new + { + FilterListId = 2010, + SyntaxId = 2 + }, + new + { + FilterListId = 2011, + SyntaxId = 2 + }, + new + { + FilterListId = 2012, + SyntaxId = 2 + }, + new + { + FilterListId = 2013, + SyntaxId = 2 + }, + new + { + FilterListId = 2014, + SyntaxId = 2 + }, + new + { + FilterListId = 2015, + SyntaxId = 2 + }, + new + { + FilterListId = 2016, + SyntaxId = 2 + }, + new + { + FilterListId = 2017, + SyntaxId = 2 + }, + new + { + FilterListId = 2018, + SyntaxId = 2 + }, + new + { + FilterListId = 2022, + SyntaxId = 34 + }, + new + { + FilterListId = 2023, + SyntaxId = 34 + }, + new + { + FilterListId = 2024, + SyntaxId = 34 + }, + new + { + FilterListId = 2025, + SyntaxId = 34 + }, + new + { + FilterListId = 2026, + SyntaxId = 2 + }, + new + { + FilterListId = 2027, + SyntaxId = 47 + }, + new + { + FilterListId = 2028, + SyntaxId = 2 + }, + new + { + FilterListId = 2029, + SyntaxId = 41 + }, + new + { + FilterListId = 2030, + SyntaxId = 41 + }, + new + { + FilterListId = 2031, + SyntaxId = 41 + }, + new + { + FilterListId = 2032, + SyntaxId = 41 + }, + new + { + FilterListId = 2033, + SyntaxId = 1 + }, + new + { + FilterListId = 2034, + SyntaxId = 3 + }, + new + { + FilterListId = 2035, + SyntaxId = 10 + }, + new + { + FilterListId = 2036, + SyntaxId = 47 + }, + new + { + FilterListId = 2038, + SyntaxId = 1 + }, + new + { + FilterListId = 2039, + SyntaxId = 2 + }, + new + { + FilterListId = 2040, + SyntaxId = 25 + }, + new + { + FilterListId = 2041, + SyntaxId = 36 + }, + new + { + FilterListId = 2042, + SyntaxId = 3 + }, + new + { + FilterListId = 2043, + SyntaxId = 47 + }, + new + { + FilterListId = 2044, + SyntaxId = 2 + }, + new + { + FilterListId = 2045, + SyntaxId = 20 + }, + new + { + FilterListId = 2046, + SyntaxId = 29 + }, + new + { + FilterListId = 2047, + SyntaxId = 9 + }, + new + { + FilterListId = 2048, + SyntaxId = 2 + }, + new + { + FilterListId = 2049, + SyntaxId = 9 + }, + new + { + FilterListId = 2050, + SyntaxId = 9 + }, + new + { + FilterListId = 2051, + SyntaxId = 2 + }, + new + { + FilterListId = 2052, + SyntaxId = 1 + }, + new + { + FilterListId = 2053, + SyntaxId = 2 + }, + new + { + FilterListId = 2054, + SyntaxId = 1 + }, + new + { + FilterListId = 2055, + SyntaxId = 2 + }, + new + { + FilterListId = 2056, + SyntaxId = 1 + }, + new + { + FilterListId = 2057, + SyntaxId = 2 + }, + new + { + FilterListId = 2058, + SyntaxId = 2 + }, + new + { + FilterListId = 2059, + SyntaxId = 1 + }, + new + { + FilterListId = 2060, + SyntaxId = 4 + }, + new + { + FilterListId = 2061, + SyntaxId = 4 + }, + new + { + FilterListId = 2062, + SyntaxId = 3 + }, + new + { + FilterListId = 2063, + SyntaxId = 1 + }, + new + { + FilterListId = 2064, + SyntaxId = 22 + }, + new + { + FilterListId = 2065, + SyntaxId = 4 + }, + new + { + FilterListId = 2067, + SyntaxId = 22 + }, + new + { + FilterListId = 2068, + SyntaxId = 44 + }, + new + { + FilterListId = 2069, + SyntaxId = 22 + }, + new + { + FilterListId = 2070, + SyntaxId = 22 + }, + new + { + FilterListId = 2071, + SyntaxId = 22 + }, + new + { + FilterListId = 2072, + SyntaxId = 1 + }, + new + { + FilterListId = 2073, + SyntaxId = 47 + }, + new + { + FilterListId = 2074, + SyntaxId = 2 + }, + new + { + FilterListId = 2075, + SyntaxId = 47 + }, + new + { + FilterListId = 2076, + SyntaxId = 3 + }, + new + { + FilterListId = 2077, + SyntaxId = 47 + }, + new + { + FilterListId = 2078, + SyntaxId = 3 + }, + new + { + FilterListId = 2079, + SyntaxId = 3 + }, + new + { + FilterListId = 2080, + SyntaxId = 3 + }, + new + { + FilterListId = 2081, + SyntaxId = 6 + }, + new + { + FilterListId = 2082, + SyntaxId = 3 + }, + new + { + FilterListId = 2083, + SyntaxId = 3 + }, + new + { + FilterListId = 2084, + SyntaxId = 4 + }, + new + { + FilterListId = 2085, + SyntaxId = 53 + }, + new + { + FilterListId = 2086, + SyntaxId = 4 + }, + new + { + FilterListId = 2087, + SyntaxId = 2 + }, + new + { + FilterListId = 2088, + SyntaxId = 53 + }, + new + { + FilterListId = 2089, + SyntaxId = 4 + }, + new + { + FilterListId = 2090, + SyntaxId = 4 + }, + new + { + FilterListId = 2091, + SyntaxId = 4 + }, + new + { + FilterListId = 2092, + SyntaxId = 4 + }, + new + { + FilterListId = 2093, + SyntaxId = 4 + }, + new + { + FilterListId = 2094, + SyntaxId = 4 + }, + new + { + FilterListId = 2095, + SyntaxId = 4 + }, + new + { + FilterListId = 2099, + SyntaxId = 22 + }, + new + { + FilterListId = 2100, + SyntaxId = 3 + }, + new + { + FilterListId = 2101, + SyntaxId = 46 + }, + new + { + FilterListId = 2102, + SyntaxId = 3 + }, + new + { + FilterListId = 2103, + SyntaxId = 2 + }, + new + { + FilterListId = 2104, + SyntaxId = 6 + }, + new + { + FilterListId = 2105, + SyntaxId = 6 + }, + new + { + FilterListId = 2106, + SyntaxId = 22 + }, + new + { + FilterListId = 2107, + SyntaxId = 22 + }, + new + { + FilterListId = 2108, + SyntaxId = 22 + }, + new + { + FilterListId = 2109, + SyntaxId = 3 + }, + new + { + FilterListId = 2110, + SyntaxId = 6 + }, + new + { + FilterListId = 2111, + SyntaxId = 3 + }, + new + { + FilterListId = 2112, + SyntaxId = 2 + }, + new + { + FilterListId = 2113, + SyntaxId = 31 + }, + new + { + FilterListId = 2114, + SyntaxId = 3 + }, + new + { + FilterListId = 2115, + SyntaxId = 3 + }, + new + { + FilterListId = 2117, + SyntaxId = 10 + }, + new + { + FilterListId = 2118, + SyntaxId = 3 + }, + new + { + FilterListId = 2119, + SyntaxId = 10 + }, + new + { + FilterListId = 2120, + SyntaxId = 3 + }, + new + { + FilterListId = 2121, + SyntaxId = 10 + }, + new + { + FilterListId = 2122, + SyntaxId = 3 + }, + new + { + FilterListId = 2123, + SyntaxId = 10 + }, + new + { + FilterListId = 2124, + SyntaxId = 10 + }, + new + { + FilterListId = 2125, + SyntaxId = 10 + }, + new + { + FilterListId = 2126, + SyntaxId = 10 + }, + new + { + FilterListId = 2127, + SyntaxId = 3 + }, + new + { + FilterListId = 2128, + SyntaxId = 10 + }, + new + { + FilterListId = 2129, + SyntaxId = 3 + }, + new + { + FilterListId = 2130, + SyntaxId = 10 + }, + new + { + FilterListId = 2131, + SyntaxId = 10 + }, + new + { + FilterListId = 2132, + SyntaxId = 6 + }, + new + { + FilterListId = 2133, + SyntaxId = 4 + }, + new + { + FilterListId = 2134, + SyntaxId = 3 + }, + new + { + FilterListId = 2135, + SyntaxId = 2 + }, + new + { + FilterListId = 2136, + SyntaxId = 53 + }, + new + { + FilterListId = 2137, + SyntaxId = 2 + }, + new + { + FilterListId = 2138, + SyntaxId = 2 + }, + new + { + FilterListId = 2139, + SyntaxId = 4 + }, + new + { + FilterListId = 2140, + SyntaxId = 16 + }, + new + { + FilterListId = 2141, + SyntaxId = 16 + }, + new + { + FilterListId = 2142, + SyntaxId = 16 + }, + new + { + FilterListId = 2143, + SyntaxId = 20 + }, + new + { + FilterListId = 2144, + SyntaxId = 20 + }, + new + { + FilterListId = 2145, + SyntaxId = 20 + }, + new + { + FilterListId = 2146, + SyntaxId = 4 + }, + new + { + FilterListId = 2146, + SyntaxId = 15 + }, + new + { + FilterListId = 2147, + SyntaxId = 4 + }, + new + { + FilterListId = 2147, + SyntaxId = 15 + }, + new + { + FilterListId = 2148, + SyntaxId = 4 + }, + new + { + FilterListId = 2148, + SyntaxId = 15 + }, + new + { + FilterListId = 2149, + SyntaxId = 3 + }, + new + { + FilterListId = 2150, + SyntaxId = 3 + }, + new + { + FilterListId = 2151, + SyntaxId = 36 + }, + new + { + FilterListId = 2152, + SyntaxId = 1 + }, + new + { + FilterListId = 2152, + SyntaxId = 36 + }, + new + { + FilterListId = 2153, + SyntaxId = 26 + }, + new + { + FilterListId = 2154, + SyntaxId = 26 + }, + new + { + FilterListId = 2155, + SyntaxId = 2 + }, + new + { + FilterListId = 2156, + SyntaxId = 28 + }, + new + { + FilterListId = 2157, + SyntaxId = 28 + }, + new + { + FilterListId = 2158, + SyntaxId = 3 + }, + new + { + FilterListId = 2159, + SyntaxId = 2 + }, + new + { + FilterListId = 2160, + SyntaxId = 9 + }, + new + { + FilterListId = 2161, + SyntaxId = 46 + }, + new + { + FilterListId = 2162, + SyntaxId = 2 + }, + new + { + FilterListId = 2163, + SyntaxId = 3 + }, + new + { + FilterListId = 2165, + SyntaxId = 20 + }, + new + { + FilterListId = 2167, + SyntaxId = 1 + }, + new + { + FilterListId = 2169, + SyntaxId = 26 + }, + new + { + FilterListId = 2171, + SyntaxId = 24 + }, + new + { + FilterListId = 2172, + SyntaxId = 1 + }, + new + { + FilterListId = 2173, + SyntaxId = 1 + }, + new + { + FilterListId = 2174, + SyntaxId = 1 + }, + new + { + FilterListId = 2175, + SyntaxId = 1 + }, + new + { + FilterListId = 2176, + SyntaxId = 1 + }, + new + { + FilterListId = 2177, + SyntaxId = 1 + }, + new + { + FilterListId = 2178, + SyntaxId = 1 + }, + new + { + FilterListId = 2179, + SyntaxId = 3 + }, + new + { + FilterListId = 2180, + SyntaxId = 9 + }, + new + { + FilterListId = 2181, + SyntaxId = 2 + }, + new + { + FilterListId = 2182, + SyntaxId = 2 + }, + new + { + FilterListId = 2183, + SyntaxId = 2 + }, + new + { + FilterListId = 2184, + SyntaxId = 4 + }, + new + { + FilterListId = 2185, + SyntaxId = 6 + }, + new + { + FilterListId = 2186, + SyntaxId = 6 + }, + new + { + FilterListId = 2187, + SyntaxId = 3 + }, + new + { + FilterListId = 2188, + SyntaxId = 3 + }, + new + { + FilterListId = 2189, + SyntaxId = 4 + }, + new + { + FilterListId = 2190, + SyntaxId = 3 + }, + new + { + FilterListId = 2191, + SyntaxId = 6 + }, + new + { + FilterListId = 2192, + SyntaxId = 3 + }, + new + { + FilterListId = 2193, + SyntaxId = 3 + }, + new + { + FilterListId = 2194, + SyntaxId = 3 + }, + new + { + FilterListId = 2195, + SyntaxId = 2 + }, + new + { + FilterListId = 2196, + SyntaxId = 9 + }, + new + { + FilterListId = 2197, + SyntaxId = 39 + }, + new + { + FilterListId = 2198, + SyntaxId = 2 + }, + new + { + FilterListId = 2199, + SyntaxId = 4 + }, + new + { + FilterListId = 2200, + SyntaxId = 4 + }, + new + { + FilterListId = 2201, + SyntaxId = 4 + }, + new + { + FilterListId = 2202, + SyntaxId = 4 + }, + new + { + FilterListId = 2203, + SyntaxId = 4 + }, + new + { + FilterListId = 2204, + SyntaxId = 4 + }, + new + { + FilterListId = 2205, + SyntaxId = 4 + }, + new + { + FilterListId = 2206, + SyntaxId = 6 + }, + new + { + FilterListId = 2207, + SyntaxId = 4 + }, + new + { + FilterListId = 2208, + SyntaxId = 4 + }, + new + { + FilterListId = 2209, + SyntaxId = 4 + }, + new + { + FilterListId = 2210, + SyntaxId = 4 + }, + new + { + FilterListId = 2211, + SyntaxId = 4 + }, + new + { + FilterListId = 2212, + SyntaxId = 4 + }, + new + { + FilterListId = 2213, + SyntaxId = 4 + }, + new + { + FilterListId = 2214, + SyntaxId = 4 + }, + new + { + FilterListId = 2215, + SyntaxId = 2 + }, + new + { + FilterListId = 2216, + SyntaxId = 2 + }, + new + { + FilterListId = 2217, + SyntaxId = 9 + }, + new + { + FilterListId = 2218, + SyntaxId = 9 + }, + new + { + FilterListId = 2219, + SyntaxId = 9 + }, + new + { + FilterListId = 2220, + SyntaxId = 3 + }, + new + { + FilterListId = 2221, + SyntaxId = 6 + }, + new + { + FilterListId = 2222, + SyntaxId = 6 + }, + new + { + FilterListId = 2223, + SyntaxId = 4 + }, + new + { + FilterListId = 2224, + SyntaxId = 7 + }, + new + { + FilterListId = 2225, + SyntaxId = 7 + }, + new + { + FilterListId = 2226, + SyntaxId = 6 + }, + new + { + FilterListId = 2227, + SyntaxId = 4 + }, + new + { + FilterListId = 2228, + SyntaxId = 6 + }, + new + { + FilterListId = 2229, + SyntaxId = 4 + }, + new + { + FilterListId = 2230, + SyntaxId = 3 + }, + new + { + FilterListId = 2231, + SyntaxId = 3 + }, + new + { + FilterListId = 2232, + SyntaxId = 3 + }, + new + { + FilterListId = 2233, + SyntaxId = 3 + }, + new + { + FilterListId = 2234, + SyntaxId = 3 + }, + new + { + FilterListId = 2235, + SyntaxId = 3 + }, + new + { + FilterListId = 2236, + SyntaxId = 3 + }, + new + { + FilterListId = 2237, + SyntaxId = 3 + }, + new + { + FilterListId = 2238, + SyntaxId = 3 + }, + new + { + FilterListId = 2239, + SyntaxId = 3 + }, + new + { + FilterListId = 2240, + SyntaxId = 3 + }, + new + { + FilterListId = 2241, + SyntaxId = 3 + }, + new + { + FilterListId = 2242, + SyntaxId = 3 + }, + new + { + FilterListId = 2243, + SyntaxId = 3 + }, + new + { + FilterListId = 2244, + SyntaxId = 3 + }, + new + { + FilterListId = 2245, + SyntaxId = 3 + }, + new + { + FilterListId = 2246, + SyntaxId = 3 + }, + new + { + FilterListId = 2247, + SyntaxId = 3 + }, + new + { + FilterListId = 2248, + SyntaxId = 3 + }, + new + { + FilterListId = 2249, + SyntaxId = 3 + }, + new + { + FilterListId = 2250, + SyntaxId = 3 + }, + new + { + FilterListId = 2251, + SyntaxId = 3 + }, + new + { + FilterListId = 2252, + SyntaxId = 3 + }, + new + { + FilterListId = 2253, + SyntaxId = 10 + }, + new + { + FilterListId = 2254, + SyntaxId = 10 + }, + new + { + FilterListId = 2255, + SyntaxId = 10 + }, + new + { + FilterListId = 2256, + SyntaxId = 10 + }, + new + { + FilterListId = 2257, + SyntaxId = 10 + }, + new + { + FilterListId = 2258, + SyntaxId = 10 + }, + new + { + FilterListId = 2259, + SyntaxId = 10 + }, + new + { + FilterListId = 2260, + SyntaxId = 10 + }, + new + { + FilterListId = 2261, + SyntaxId = 10 + }, + new + { + FilterListId = 2262, + SyntaxId = 10 + }, + new + { + FilterListId = 2263, + SyntaxId = 10 + }, + new + { + FilterListId = 2264, + SyntaxId = 10 + }, + new + { + FilterListId = 2265, + SyntaxId = 10 + }, + new + { + FilterListId = 2266, + SyntaxId = 10 + }, + new + { + FilterListId = 2267, + SyntaxId = 10 + }, + new + { + FilterListId = 2268, + SyntaxId = 10 + }, + new + { + FilterListId = 2269, + SyntaxId = 10 + }, + new + { + FilterListId = 2270, + SyntaxId = 10 + }, + new + { + FilterListId = 2271, + SyntaxId = 10 + }, + new + { + FilterListId = 2272, + SyntaxId = 10 + }, + new + { + FilterListId = 2273, + SyntaxId = 10 + }, + new + { + FilterListId = 2274, + SyntaxId = 10 + }, + new + { + FilterListId = 2275, + SyntaxId = 10 + }, + new + { + FilterListId = 2276, + SyntaxId = 3 + }, + new + { + FilterListId = 2277, + SyntaxId = 36 + }, + new + { + FilterListId = 2277, + SyntaxId = 54 + }, + new + { + FilterListId = 2278, + SyntaxId = 2 + }, + new + { + FilterListId = 2279, + SyntaxId = 16 + }, + new + { + FilterListId = 2280, + SyntaxId = 16 + }, + new + { + FilterListId = 2281, + SyntaxId = 16 + }, + new + { + FilterListId = 2282, + SyntaxId = 47 + }, + new + { + FilterListId = 2283, + SyntaxId = 47 + }, + new + { + FilterListId = 2284, + SyntaxId = 2 + }, + new + { + FilterListId = 2285, + SyntaxId = 47 + }, + new + { + FilterListId = 2286, + SyntaxId = 38 + }, + new + { + FilterListId = 2287, + SyntaxId = 21 + }, + new + { + FilterListId = 2288, + SyntaxId = 4 + }, + new + { + FilterListId = 2289, + SyntaxId = 4 + }, + new + { + FilterListId = 2290, + SyntaxId = 3 + }, + new + { + FilterListId = 2291, + SyntaxId = 2 + }, + new + { + FilterListId = 2292, + SyntaxId = 20 + }, + new + { + FilterListId = 2293, + SyntaxId = 4 + }, + new + { + FilterListId = 2294, + SyntaxId = 6 + }, + new + { + FilterListId = 2295, + SyntaxId = 2 + }, + new + { + FilterListId = 2296, + SyntaxId = 1 + }, + new + { + FilterListId = 2297, + SyntaxId = 2 + }, + new + { + FilterListId = 2298, + SyntaxId = 30 + }, + new + { + FilterListId = 2299, + SyntaxId = 30 + }, + new + { + FilterListId = 2300, + SyntaxId = 2 + }, + new + { + FilterListId = 2301, + SyntaxId = 30 + }, + new + { + FilterListId = 2302, + SyntaxId = 2 + }, + new + { + FilterListId = 2303, + SyntaxId = 2 + }, + new + { + FilterListId = 2304, + SyntaxId = 2 + }, + new + { + FilterListId = 2305, + SyntaxId = 2 + }, + new + { + FilterListId = 2306, + SyntaxId = 2 + }, + new + { + FilterListId = 2307, + SyntaxId = 2 + }, + new + { + FilterListId = 2308, + SyntaxId = 9 + }, + new + { + FilterListId = 2309, + SyntaxId = 2 + }, + new + { + FilterListId = 2310, + SyntaxId = 9 + }, + new + { + FilterListId = 2311, + SyntaxId = 2 + }, + new + { + FilterListId = 2312, + SyntaxId = 2 + }, + new + { + FilterListId = 2313, + SyntaxId = 2 + }, + new + { + FilterListId = 2314, + SyntaxId = 9 + }, + new + { + FilterListId = 2315, + SyntaxId = 1 + }, + new + { + FilterListId = 2316, + SyntaxId = 1 + }, + new + { + FilterListId = 2316, + SyntaxId = 36 + }, + new + { + FilterListId = 2317, + SyntaxId = 34 + }, + new + { + FilterListId = 2318, + SyntaxId = 8 + }, + new + { + FilterListId = 2319, + SyntaxId = 2 + }, + new + { + FilterListId = 2320, + SyntaxId = 2 + }, + new + { + FilterListId = 2321, + SyntaxId = 6 + }, + new + { + FilterListId = 2322, + SyntaxId = 4 + }, + new + { + FilterListId = 2323, + SyntaxId = 4 + }, + new + { + FilterListId = 2324, + SyntaxId = 2 + }, + new + { + FilterListId = 2325, + SyntaxId = 20 + }, + new + { + FilterListId = 2326, + SyntaxId = 1 + }, + new + { + FilterListId = 2327, + SyntaxId = 26 + }, + new + { + FilterListId = 2328, + SyntaxId = 24 + }, + new + { + FilterListId = 2329, + SyntaxId = 4 + }, + new + { + FilterListId = 2330, + SyntaxId = 4 + }, + new + { + FilterListId = 2331, + SyntaxId = 4 + }, + new + { + FilterListId = 2332, + SyntaxId = 21 + }, + new + { + FilterListId = 2333, + SyntaxId = 3 + }, + new + { + FilterListId = 2334, + SyntaxId = 4 + }, + new + { + FilterListId = 2335, + SyntaxId = 4 + }, + new + { + FilterListId = 2336, + SyntaxId = 21 + }, + new + { + FilterListId = 2337, + SyntaxId = 21 + }, + new + { + FilterListId = 2338, + SyntaxId = 4 + }, + new + { + FilterListId = 2339, + SyntaxId = 2 + }, + new + { + FilterListId = 2340, + SyntaxId = 49 + }, + new + { + FilterListId = 2341, + SyntaxId = 22 + }, + new + { + FilterListId = 2342, + SyntaxId = 47 + }, + new + { + FilterListId = 2343, + SyntaxId = 47 + }, + new + { + FilterListId = 2344, + SyntaxId = 4 + }, + new + { + FilterListId = 2345, + SyntaxId = 47 + }, + new + { + FilterListId = 2346, + SyntaxId = 50 + }, + new + { + FilterListId = 2347, + SyntaxId = 20 + }, + new + { + FilterListId = 2348, + SyntaxId = 20 + }, + new + { + FilterListId = 2349, + SyntaxId = 24 + }, + new + { + FilterListId = 2350, + SyntaxId = 25 + }, + new + { + FilterListId = 2351, + SyntaxId = 52 + }, + new + { + FilterListId = 2352, + SyntaxId = 6 + }, + new + { + FilterListId = 2353, + SyntaxId = 16 + }, + new + { + FilterListId = 2354, + SyntaxId = 50 + }, + new + { + FilterListId = 2355, + SyntaxId = 50 + }, + new + { + FilterListId = 2356, + SyntaxId = 28 + }, + new + { + FilterListId = 2357, + SyntaxId = 28 + }, + new + { + FilterListId = 2358, + SyntaxId = 2 + }, + new + { + FilterListId = 2359, + SyntaxId = 2 + }, + new + { + FilterListId = 2360, + SyntaxId = 1 + }, + new + { + FilterListId = 2361, + SyntaxId = 1 + }, + new + { + FilterListId = 2362, + SyntaxId = 47 + }, + new + { + FilterListId = 2363, + SyntaxId = 4 + }, + new + { + FilterListId = 2364, + SyntaxId = 1 + }, + new + { + FilterListId = 2365, + SyntaxId = 4 + }, + new + { + FilterListId = 2366, + SyntaxId = 28 + }, + new + { + FilterListId = 2367, + SyntaxId = 2 + }, + new + { + FilterListId = 2368, + SyntaxId = 2 + }, + new + { + FilterListId = 2369, + SyntaxId = 3 + }, + new + { + FilterListId = 2370, + SyntaxId = 1 + }, + new + { + FilterListId = 2371, + SyntaxId = 4 + }, + new + { + FilterListId = 2372, + SyntaxId = 50 + }, + new + { + FilterListId = 2373, + SyntaxId = 3 + }, + new + { + FilterListId = 2374, + SyntaxId = 3 + }, + new + { + FilterListId = 2375, + SyntaxId = 21 + }, + new + { + FilterListId = 2376, + SyntaxId = 21 + }, + new + { + FilterListId = 2377, + SyntaxId = 3 + }, + new + { + FilterListId = 2378, + SyntaxId = 10 + }, + new + { + FilterListId = 2379, + SyntaxId = 22 + }, + new + { + FilterListId = 2380, + SyntaxId = 29 + }, + new + { + FilterListId = 2381, + SyntaxId = 20 + }, + new + { + FilterListId = 2382, + SyntaxId = 47 + }, + new + { + FilterListId = 2383, + SyntaxId = 16 + }, + new + { + FilterListId = 2384, + SyntaxId = 16 + }, + new + { + FilterListId = 2385, + SyntaxId = 20 + }, + new + { + FilterListId = 2386, + SyntaxId = 20 + }, + new + { + FilterListId = 2387, + SyntaxId = 3 + }, + new + { + FilterListId = 2388, + SyntaxId = 2 + }, + new + { + FilterListId = 2389, + SyntaxId = 2 + }, + new + { + FilterListId = 2390, + SyntaxId = 9 + }, + new + { + FilterListId = 2391, + SyntaxId = 4 + }, + new + { + FilterListId = 2392, + SyntaxId = 16 + }, + new + { + FilterListId = 2393, + SyntaxId = 22 + }, + new + { + FilterListId = 2394, + SyntaxId = 22 + }, + new + { + FilterListId = 2395, + SyntaxId = 22 + }, + new + { + FilterListId = 2396, + SyntaxId = 50 + }, + new + { + FilterListId = 2397, + SyntaxId = 50 + }, + new + { + FilterListId = 2398, + SyntaxId = 50 + }, + new + { + FilterListId = 2399, + SyntaxId = 50 + }, + new + { + FilterListId = 2400, + SyntaxId = 50 + }, + new + { + FilterListId = 2401, + SyntaxId = 50 + }, + new + { + FilterListId = 2402, + SyntaxId = 50 + }, + new + { + FilterListId = 2403, + SyntaxId = 50 + }, + new + { + FilterListId = 2404, + SyntaxId = 3 + }, + new + { + FilterListId = 2405, + SyntaxId = 38 + }, + new + { + FilterListId = 2406, + SyntaxId = 28 + }, + new + { + FilterListId = 2407, + SyntaxId = 4 + }, + new + { + FilterListId = 2408, + SyntaxId = 4 + }, + new + { + FilterListId = 2409, + SyntaxId = 4 + }, + new + { + FilterListId = 2410, + SyntaxId = 4 + }, + new + { + FilterListId = 2411, + SyntaxId = 2 + }, + new + { + FilterListId = 2412, + SyntaxId = 20 + }, + new + { + FilterListId = 2413, + SyntaxId = 29 + }, + new + { + FilterListId = 2414, + SyntaxId = 29 + }, + new + { + FilterListId = 2415, + SyntaxId = 8 + }, + new + { + FilterListId = 2416, + SyntaxId = 13 + }, + new + { + FilterListId = 2417, + SyntaxId = 34 + }, + new + { + FilterListId = 2418, + SyntaxId = 41 + }, + new + { + FilterListId = 2419, + SyntaxId = 47 + }, + new + { + FilterListId = 2420, + SyntaxId = 6 + }, + new + { + FilterListId = 2421, + SyntaxId = 6 + }, + new + { + FilterListId = 2422, + SyntaxId = 47 + }, + new + { + FilterListId = 2423, + SyntaxId = 6 + }, + new + { + FilterListId = 2424, + SyntaxId = 6 + }, + new + { + FilterListId = 2425, + SyntaxId = 28 + }, + new + { + FilterListId = 2426, + SyntaxId = 1 + }, + new + { + FilterListId = 2427, + SyntaxId = 50 + }, + new + { + FilterListId = 2428, + SyntaxId = 21 + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterListTag", b => + { + b.Property("FilterListId") + .HasColumnType("integer"); + + b.Property("TagId") + .HasColumnType("integer"); + + b.HasKey("FilterListId", "TagId"); + + b.HasIndex("TagId"); + + b.ToTable("FilterListTags"); + + b.HasData( + new + { + FilterListId = 1, + TagId = 2 + }, + new + { + FilterListId = 1, + TagId = 3 + }, + new + { + FilterListId = 2, + TagId = 4 + }, + new + { + FilterListId = 2, + TagId = 15 + }, + new + { + FilterListId = 3, + TagId = 2 + }, + new + { + FilterListId = 3, + TagId = 3 + }, + new + { + FilterListId = 3, + TagId = 36 + }, + new + { + FilterListId = 4, + TagId = 6 + }, + new + { + FilterListId = 5, + TagId = 3 + }, + new + { + FilterListId = 5, + TagId = 35 + }, + new + { + FilterListId = 6, + TagId = 2 + }, + new + { + FilterListId = 6, + TagId = 3 + }, + new + { + FilterListId = 10, + TagId = 6 + }, + new + { + FilterListId = 11, + TagId = 2 + }, + new + { + FilterListId = 12, + TagId = 2 + }, + new + { + FilterListId = 13, + TagId = 2 + }, + new + { + FilterListId = 14, + TagId = 2 + }, + new + { + FilterListId = 16, + TagId = 2 + }, + new + { + FilterListId = 16, + TagId = 3 + }, + new + { + FilterListId = 17, + TagId = 2 + }, + new + { + FilterListId = 18, + TagId = 9 + }, + new + { + FilterListId = 18, + TagId = 21 + }, + new + { + FilterListId = 19, + TagId = 1 + }, + new + { + FilterListId = 20, + TagId = 2 + }, + new + { + FilterListId = 20, + TagId = 6 + }, + new + { + FilterListId = 20, + TagId = 9 + }, + new + { + FilterListId = 20, + TagId = 10 + }, + new + { + FilterListId = 20, + TagId = 31 + }, + new + { + FilterListId = 27, + TagId = 3 + }, + new + { + FilterListId = 28, + TagId = 8 + }, + new + { + FilterListId = 29, + TagId = 8 + }, + new + { + FilterListId = 30, + TagId = 9 + }, + new + { + FilterListId = 31, + TagId = 2 + }, + new + { + FilterListId = 32, + TagId = 2 + }, + new + { + FilterListId = 32, + TagId = 3 + }, + new + { + FilterListId = 33, + TagId = 16 + }, + new + { + FilterListId = 34, + TagId = 7 + }, + new + { + FilterListId = 36, + TagId = 6 + }, + new + { + FilterListId = 38, + TagId = 29 + }, + new + { + FilterListId = 39, + TagId = 2 + }, + new + { + FilterListId = 47, + TagId = 3 + }, + new + { + FilterListId = 49, + TagId = 2 + }, + new + { + FilterListId = 50, + TagId = 6 + }, + new + { + FilterListId = 51, + TagId = 2 + }, + new + { + FilterListId = 52, + TagId = 3 + }, + new + { + FilterListId = 53, + TagId = 2 + }, + new + { + FilterListId = 53, + TagId = 3 + }, + new + { + FilterListId = 54, + TagId = 2 + }, + new + { + FilterListId = 56, + TagId = 2 + }, + new + { + FilterListId = 59, + TagId = 2 + }, + new + { + FilterListId = 60, + TagId = 7 + }, + new + { + FilterListId = 61, + TagId = 7 + }, + new + { + FilterListId = 62, + TagId = 2 + }, + new + { + FilterListId = 63, + TagId = 2 + }, + new + { + FilterListId = 64, + TagId = 6 + }, + new + { + FilterListId = 65, + TagId = 6 + }, + new + { + FilterListId = 66, + TagId = 2 + }, + new + { + FilterListId = 67, + TagId = 3 + }, + new + { + FilterListId = 68, + TagId = 9 + }, + new + { + FilterListId = 69, + TagId = 2 + }, + new + { + FilterListId = 70, + TagId = 8 + }, + new + { + FilterListId = 71, + TagId = 8 + }, + new + { + FilterListId = 72, + TagId = 2 + }, + new + { + FilterListId = 72, + TagId = 3 + }, + new + { + FilterListId = 78, + TagId = 1 + }, + new + { + FilterListId = 78, + TagId = 2 + }, + new + { + FilterListId = 78, + TagId = 3 + }, + new + { + FilterListId = 78, + TagId = 6 + }, + new + { + FilterListId = 78, + TagId = 7 + }, + new + { + FilterListId = 78, + TagId = 11 + }, + new + { + FilterListId = 78, + TagId = 17 + }, + new + { + FilterListId = 79, + TagId = 1 + }, + new + { + FilterListId = 79, + TagId = 2 + }, + new + { + FilterListId = 79, + TagId = 3 + }, + new + { + FilterListId = 79, + TagId = 6 + }, + new + { + FilterListId = 79, + TagId = 7 + }, + new + { + FilterListId = 79, + TagId = 17 + }, + new + { + FilterListId = 80, + TagId = 1 + }, + new + { + FilterListId = 80, + TagId = 2 + }, + new + { + FilterListId = 80, + TagId = 3 + }, + new + { + FilterListId = 80, + TagId = 6 + }, + new + { + FilterListId = 80, + TagId = 7 + }, + new + { + FilterListId = 81, + TagId = 2 + }, + new + { + FilterListId = 82, + TagId = 3 + }, + new + { + FilterListId = 83, + TagId = 5 + }, + new + { + FilterListId = 84, + TagId = 2 + }, + new + { + FilterListId = 85, + TagId = 2 + }, + new + { + FilterListId = 86, + TagId = 6 + }, + new + { + FilterListId = 87, + TagId = 10 + }, + new + { + FilterListId = 88, + TagId = 3 + }, + new + { + FilterListId = 89, + TagId = 2 + }, + new + { + FilterListId = 90, + TagId = 2 + }, + new + { + FilterListId = 91, + TagId = 6 + }, + new + { + FilterListId = 93, + TagId = 1 + }, + new + { + FilterListId = 93, + TagId = 2 + }, + new + { + FilterListId = 93, + TagId = 3 + }, + new + { + FilterListId = 93, + TagId = 4 + }, + new + { + FilterListId = 93, + TagId = 6 + }, + new + { + FilterListId = 93, + TagId = 7 + }, + new + { + FilterListId = 93, + TagId = 11 + }, + new + { + FilterListId = 93, + TagId = 17 + }, + new + { + FilterListId = 94, + TagId = 10 + }, + new + { + FilterListId = 95, + TagId = 1 + }, + new + { + FilterListId = 95, + TagId = 2 + }, + new + { + FilterListId = 95, + TagId = 3 + }, + new + { + FilterListId = 95, + TagId = 4 + }, + new + { + FilterListId = 95, + TagId = 6 + }, + new + { + FilterListId = 95, + TagId = 7 + }, + new + { + FilterListId = 95, + TagId = 17 + }, + new + { + FilterListId = 96, + TagId = 1 + }, + new + { + FilterListId = 96, + TagId = 2 + }, + new + { + FilterListId = 96, + TagId = 3 + }, + new + { + FilterListId = 96, + TagId = 4 + }, + new + { + FilterListId = 96, + TagId = 6 + }, + new + { + FilterListId = 96, + TagId = 7 + }, + new + { + FilterListId = 96, + TagId = 11 + }, + new + { + FilterListId = 97, + TagId = 9 + }, + new + { + FilterListId = 97, + TagId = 35 + }, + new + { + FilterListId = 98, + TagId = 9 + }, + new + { + FilterListId = 98, + TagId = 35 + }, + new + { + FilterListId = 99, + TagId = 2 + }, + new + { + FilterListId = 99, + TagId = 3 + }, + new + { + FilterListId = 100, + TagId = 2 + }, + new + { + FilterListId = 101, + TagId = 2 + }, + new + { + FilterListId = 102, + TagId = 9 + }, + new + { + FilterListId = 103, + TagId = 1 + }, + new + { + FilterListId = 103, + TagId = 2 + }, + new + { + FilterListId = 103, + TagId = 3 + }, + new + { + FilterListId = 103, + TagId = 4 + }, + new + { + FilterListId = 103, + TagId = 6 + }, + new + { + FilterListId = 103, + TagId = 7 + }, + new + { + FilterListId = 103, + TagId = 11 + }, + new + { + FilterListId = 103, + TagId = 17 + }, + new + { + FilterListId = 103, + TagId = 21 + }, + new + { + FilterListId = 104, + TagId = 1 + }, + new + { + FilterListId = 104, + TagId = 2 + }, + new + { + FilterListId = 104, + TagId = 3 + }, + new + { + FilterListId = 104, + TagId = 4 + }, + new + { + FilterListId = 104, + TagId = 6 + }, + new + { + FilterListId = 104, + TagId = 7 + }, + new + { + FilterListId = 104, + TagId = 17 + }, + new + { + FilterListId = 104, + TagId = 21 + }, + new + { + FilterListId = 105, + TagId = 1 + }, + new + { + FilterListId = 105, + TagId = 2 + }, + new + { + FilterListId = 105, + TagId = 3 + }, + new + { + FilterListId = 105, + TagId = 4 + }, + new + { + FilterListId = 105, + TagId = 6 + }, + new + { + FilterListId = 105, + TagId = 7 + }, + new + { + FilterListId = 105, + TagId = 17 + }, + new + { + FilterListId = 105, + TagId = 21 + }, + new + { + FilterListId = 106, + TagId = 1 + }, + new + { + FilterListId = 106, + TagId = 2 + }, + new + { + FilterListId = 106, + TagId = 3 + }, + new + { + FilterListId = 106, + TagId = 6 + }, + new + { + FilterListId = 106, + TagId = 7 + }, + new + { + FilterListId = 106, + TagId = 11 + }, + new + { + FilterListId = 106, + TagId = 17 + }, + new + { + FilterListId = 106, + TagId = 21 + }, + new + { + FilterListId = 107, + TagId = 1 + }, + new + { + FilterListId = 107, + TagId = 2 + }, + new + { + FilterListId = 107, + TagId = 3 + }, + new + { + FilterListId = 107, + TagId = 4 + }, + new + { + FilterListId = 107, + TagId = 6 + }, + new + { + FilterListId = 107, + TagId = 7 + }, + new + { + FilterListId = 107, + TagId = 21 + }, + new + { + FilterListId = 108, + TagId = 1 + }, + new + { + FilterListId = 108, + TagId = 2 + }, + new + { + FilterListId = 108, + TagId = 3 + }, + new + { + FilterListId = 108, + TagId = 6 + }, + new + { + FilterListId = 108, + TagId = 7 + }, + new + { + FilterListId = 108, + TagId = 11 + }, + new + { + FilterListId = 108, + TagId = 21 + }, + new + { + FilterListId = 109, + TagId = 1 + }, + new + { + FilterListId = 109, + TagId = 2 + }, + new + { + FilterListId = 109, + TagId = 3 + }, + new + { + FilterListId = 109, + TagId = 6 + }, + new + { + FilterListId = 109, + TagId = 7 + }, + new + { + FilterListId = 109, + TagId = 17 + }, + new + { + FilterListId = 109, + TagId = 21 + }, + new + { + FilterListId = 110, + TagId = 1 + }, + new + { + FilterListId = 110, + TagId = 2 + }, + new + { + FilterListId = 110, + TagId = 3 + }, + new + { + FilterListId = 110, + TagId = 6 + }, + new + { + FilterListId = 110, + TagId = 7 + }, + new + { + FilterListId = 110, + TagId = 21 + }, + new + { + FilterListId = 111, + TagId = 1 + }, + new + { + FilterListId = 111, + TagId = 2 + }, + new + { + FilterListId = 111, + TagId = 3 + }, + new + { + FilterListId = 111, + TagId = 4 + }, + new + { + FilterListId = 111, + TagId = 6 + }, + new + { + FilterListId = 112, + TagId = 1 + }, + new + { + FilterListId = 112, + TagId = 2 + }, + new + { + FilterListId = 112, + TagId = 3 + }, + new + { + FilterListId = 112, + TagId = 6 + }, + new + { + FilterListId = 112, + TagId = 7 + }, + new + { + FilterListId = 112, + TagId = 11 + }, + new + { + FilterListId = 113, + TagId = 2 + }, + new + { + FilterListId = 113, + TagId = 3 + }, + new + { + FilterListId = 114, + TagId = 2 + }, + new + { + FilterListId = 114, + TagId = 3 + }, + new + { + FilterListId = 115, + TagId = 2 + }, + new + { + FilterListId = 115, + TagId = 3 + }, + new + { + FilterListId = 116, + TagId = 2 + }, + new + { + FilterListId = 117, + TagId = 2 + }, + new + { + FilterListId = 118, + TagId = 2 + }, + new + { + FilterListId = 119, + TagId = 2 + }, + new + { + FilterListId = 131, + TagId = 2 + }, + new + { + FilterListId = 132, + TagId = 2 + }, + new + { + FilterListId = 132, + TagId = 3 + }, + new + { + FilterListId = 133, + TagId = 2 + }, + new + { + FilterListId = 134, + TagId = 9 + }, + new + { + FilterListId = 135, + TagId = 2 + }, + new + { + FilterListId = 135, + TagId = 3 + }, + new + { + FilterListId = 136, + TagId = 3 + }, + new + { + FilterListId = 137, + TagId = 2 + }, + new + { + FilterListId = 138, + TagId = 2 + }, + new + { + FilterListId = 139, + TagId = 7 + }, + new + { + FilterListId = 140, + TagId = 7 + }, + new + { + FilterListId = 141, + TagId = 10 + }, + new + { + FilterListId = 142, + TagId = 2 + }, + new + { + FilterListId = 143, + TagId = 10 + }, + new + { + FilterListId = 144, + TagId = 10 + }, + new + { + FilterListId = 145, + TagId = 10 + }, + new + { + FilterListId = 146, + TagId = 2 + }, + new + { + FilterListId = 147, + TagId = 2 + }, + new + { + FilterListId = 150, + TagId = 15 + }, + new + { + FilterListId = 151, + TagId = 10 + }, + new + { + FilterListId = 152, + TagId = 9 + }, + new + { + FilterListId = 155, + TagId = 10 + }, + new + { + FilterListId = 156, + TagId = 2 + }, + new + { + FilterListId = 157, + TagId = 3 + }, + new + { + FilterListId = 158, + TagId = 2 + }, + new + { + FilterListId = 159, + TagId = 4 + }, + new + { + FilterListId = 160, + TagId = 2 + }, + new + { + FilterListId = 161, + TagId = 2 + }, + new + { + FilterListId = 162, + TagId = 2 + }, + new + { + FilterListId = 163, + TagId = 2 + }, + new + { + FilterListId = 164, + TagId = 2 + }, + new + { + FilterListId = 165, + TagId = 2 + }, + new + { + FilterListId = 165, + TagId = 38 + }, + new + { + FilterListId = 166, + TagId = 2 + }, + new + { + FilterListId = 167, + TagId = 2 + }, + new + { + FilterListId = 168, + TagId = 2 + }, + new + { + FilterListId = 168, + TagId = 3 + }, + new + { + FilterListId = 169, + TagId = 8 + }, + new + { + FilterListId = 169, + TagId = 9 + }, + new + { + FilterListId = 170, + TagId = 2 + }, + new + { + FilterListId = 171, + TagId = 2 + }, + new + { + FilterListId = 173, + TagId = 2 + }, + new + { + FilterListId = 173, + TagId = 6 + }, + new + { + FilterListId = 175, + TagId = 8 + }, + new + { + FilterListId = 176, + TagId = 3 + }, + new + { + FilterListId = 177, + TagId = 2 + }, + new + { + FilterListId = 178, + TagId = 2 + }, + new + { + FilterListId = 179, + TagId = 6 + }, + new + { + FilterListId = 181, + TagId = 2 + }, + new + { + FilterListId = 183, + TagId = 2 + }, + new + { + FilterListId = 184, + TagId = 3 + }, + new + { + FilterListId = 184, + TagId = 4 + }, + new + { + FilterListId = 185, + TagId = 7 + }, + new + { + FilterListId = 186, + TagId = 6 + }, + new + { + FilterListId = 187, + TagId = 3 + }, + new + { + FilterListId = 188, + TagId = 11 + }, + new + { + FilterListId = 189, + TagId = 2 + }, + new + { + FilterListId = 190, + TagId = 7 + }, + new + { + FilterListId = 191, + TagId = 6 + }, + new + { + FilterListId = 192, + TagId = 6 + }, + new + { + FilterListId = 197, + TagId = 2 + }, + new + { + FilterListId = 198, + TagId = 2 + }, + new + { + FilterListId = 199, + TagId = 2 + }, + new + { + FilterListId = 200, + TagId = 2 + }, + new + { + FilterListId = 201, + TagId = 2 + }, + new + { + FilterListId = 202, + TagId = 2 + }, + new + { + FilterListId = 202, + TagId = 3 + }, + new + { + FilterListId = 203, + TagId = 2 + }, + new + { + FilterListId = 203, + TagId = 3 + }, + new + { + FilterListId = 204, + TagId = 9 + }, + new + { + FilterListId = 205, + TagId = 2 + }, + new + { + FilterListId = 205, + TagId = 3 + }, + new + { + FilterListId = 206, + TagId = 2 + }, + new + { + FilterListId = 207, + TagId = 5 + }, + new + { + FilterListId = 212, + TagId = 3 + }, + new + { + FilterListId = 213, + TagId = 2 + }, + new + { + FilterListId = 213, + TagId = 35 + }, + new + { + FilterListId = 214, + TagId = 5 + }, + new + { + FilterListId = 215, + TagId = 2 + }, + new + { + FilterListId = 216, + TagId = 4 + }, + new + { + FilterListId = 217, + TagId = 2 + }, + new + { + FilterListId = 217, + TagId = 3 + }, + new + { + FilterListId = 220, + TagId = 2 + }, + new + { + FilterListId = 220, + TagId = 3 + }, + new + { + FilterListId = 221, + TagId = 2 + }, + new + { + FilterListId = 221, + TagId = 3 + }, + new + { + FilterListId = 222, + TagId = 2 + }, + new + { + FilterListId = 223, + TagId = 2 + }, + new + { + FilterListId = 224, + TagId = 8 + }, + new + { + FilterListId = 225, + TagId = 2 + }, + new + { + FilterListId = 225, + TagId = 3 + }, + new + { + FilterListId = 225, + TagId = 4 + }, + new + { + FilterListId = 226, + TagId = 2 + }, + new + { + FilterListId = 227, + TagId = 10 + }, + new + { + FilterListId = 228, + TagId = 2 + }, + new + { + FilterListId = 229, + TagId = 4 + }, + new + { + FilterListId = 229, + TagId = 35 + }, + new + { + FilterListId = 232, + TagId = 21 + }, + new + { + FilterListId = 233, + TagId = 9 + }, + new + { + FilterListId = 233, + TagId = 35 + }, + new + { + FilterListId = 234, + TagId = 3 + }, + new + { + FilterListId = 234, + TagId = 35 + }, + new + { + FilterListId = 235, + TagId = 9 + }, + new + { + FilterListId = 235, + TagId = 35 + }, + new + { + FilterListId = 236, + TagId = 9 + }, + new + { + FilterListId = 236, + TagId = 35 + }, + new + { + FilterListId = 237, + TagId = 2 + }, + new + { + FilterListId = 237, + TagId = 3 + }, + new + { + FilterListId = 238, + TagId = 10 + }, + new + { + FilterListId = 239, + TagId = 2 + }, + new + { + FilterListId = 239, + TagId = 38 + }, + new + { + FilterListId = 240, + TagId = 3 + }, + new + { + FilterListId = 241, + TagId = 2 + }, + new + { + FilterListId = 241, + TagId = 3 + }, + new + { + FilterListId = 242, + TagId = 3 + }, + new + { + FilterListId = 243, + TagId = 2 + }, + new + { + FilterListId = 244, + TagId = 2 + }, + new + { + FilterListId = 245, + TagId = 2 + }, + new + { + FilterListId = 245, + TagId = 41 + }, + new + { + FilterListId = 246, + TagId = 2 + }, + new + { + FilterListId = 247, + TagId = 4 + }, + new + { + FilterListId = 247, + TagId = 8 + }, + new + { + FilterListId = 247, + TagId = 9 + }, + new + { + FilterListId = 248, + TagId = 2 + }, + new + { + FilterListId = 249, + TagId = 18 + }, + new + { + FilterListId = 250, + TagId = 8 + }, + new + { + FilterListId = 251, + TagId = 2 + }, + new + { + FilterListId = 251, + TagId = 3 + }, + new + { + FilterListId = 252, + TagId = 2 + }, + new + { + FilterListId = 253, + TagId = 2 + }, + new + { + FilterListId = 254, + TagId = 2 + }, + new + { + FilterListId = 254, + TagId = 3 + }, + new + { + FilterListId = 255, + TagId = 3 + }, + new + { + FilterListId = 255, + TagId = 40 + }, + new + { + FilterListId = 256, + TagId = 2 + }, + new + { + FilterListId = 256, + TagId = 3 + }, + new + { + FilterListId = 257, + TagId = 2 + }, + new + { + FilterListId = 257, + TagId = 3 + }, + new + { + FilterListId = 258, + TagId = 2 + }, + new + { + FilterListId = 258, + TagId = 3 + }, + new + { + FilterListId = 259, + TagId = 4 + }, + new + { + FilterListId = 260, + TagId = 2 + }, + new + { + FilterListId = 260, + TagId = 3 + }, + new + { + FilterListId = 261, + TagId = 2 + }, + new + { + FilterListId = 261, + TagId = 3 + }, + new + { + FilterListId = 262, + TagId = 2 + }, + new + { + FilterListId = 262, + TagId = 3 + }, + new + { + FilterListId = 263, + TagId = 2 + }, + new + { + FilterListId = 263, + TagId = 3 + }, + new + { + FilterListId = 264, + TagId = 2 + }, + new + { + FilterListId = 264, + TagId = 3 + }, + new + { + FilterListId = 265, + TagId = 3 + }, + new + { + FilterListId = 265, + TagId = 40 + }, + new + { + FilterListId = 266, + TagId = 3 + }, + new + { + FilterListId = 266, + TagId = 40 + }, + new + { + FilterListId = 267, + TagId = 2 + }, + new + { + FilterListId = 268, + TagId = 2 + }, + new + { + FilterListId = 269, + TagId = 2 + }, + new + { + FilterListId = 270, + TagId = 14 + }, + new + { + FilterListId = 271, + TagId = 6 + }, + new + { + FilterListId = 272, + TagId = 3 + }, + new + { + FilterListId = 274, + TagId = 6 + }, + new + { + FilterListId = 275, + TagId = 2 + }, + new + { + FilterListId = 276, + TagId = 2 + }, + new + { + FilterListId = 276, + TagId = 3 + }, + new + { + FilterListId = 277, + TagId = 2 + }, + new + { + FilterListId = 278, + TagId = 2 + }, + new + { + FilterListId = 279, + TagId = 3 + }, + new + { + FilterListId = 279, + TagId = 8 + }, + new + { + FilterListId = 280, + TagId = 21 + }, + new + { + FilterListId = 281, + TagId = 3 + }, + new + { + FilterListId = 282, + TagId = 2 + }, + new + { + FilterListId = 283, + TagId = 2 + }, + new + { + FilterListId = 284, + TagId = 2 + }, + new + { + FilterListId = 285, + TagId = 37 + }, + new + { + FilterListId = 286, + TagId = 14 + }, + new + { + FilterListId = 287, + TagId = 6 + }, + new + { + FilterListId = 288, + TagId = 6 + }, + new + { + FilterListId = 289, + TagId = 2 + }, + new + { + FilterListId = 290, + TagId = 2 + }, + new + { + FilterListId = 291, + TagId = 2 + }, + new + { + FilterListId = 292, + TagId = 2 + }, + new + { + FilterListId = 293, + TagId = 2 + }, + new + { + FilterListId = 294, + TagId = 2 + }, + new + { + FilterListId = 295, + TagId = 2 + }, + new + { + FilterListId = 297, + TagId = 2 + }, + new + { + FilterListId = 298, + TagId = 2 + }, + new + { + FilterListId = 299, + TagId = 2 + }, + new + { + FilterListId = 300, + TagId = 2 + }, + new + { + FilterListId = 301, + TagId = 2 + }, + new + { + FilterListId = 302, + TagId = 6 + }, + new + { + FilterListId = 303, + TagId = 14 + }, + new + { + FilterListId = 303, + TagId = 23 + }, + new + { + FilterListId = 304, + TagId = 3 + }, + new + { + FilterListId = 305, + TagId = 2 + }, + new + { + FilterListId = 306, + TagId = 15 + }, + new + { + FilterListId = 306, + TagId = 35 + }, + new + { + FilterListId = 307, + TagId = 3 + }, + new + { + FilterListId = 308, + TagId = 1 + }, + new + { + FilterListId = 309, + TagId = 1 + }, + new + { + FilterListId = 309, + TagId = 2 + }, + new + { + FilterListId = 309, + TagId = 3 + }, + new + { + FilterListId = 309, + TagId = 6 + }, + new + { + FilterListId = 309, + TagId = 36 + }, + new + { + FilterListId = 311, + TagId = 9 + }, + new + { + FilterListId = 312, + TagId = 9 + }, + new + { + FilterListId = 313, + TagId = 9 + }, + new + { + FilterListId = 315, + TagId = 2 + }, + new + { + FilterListId = 315, + TagId = 3 + }, + new + { + FilterListId = 315, + TagId = 15 + }, + new + { + FilterListId = 316, + TagId = 2 + }, + new + { + FilterListId = 317, + TagId = 2 + }, + new + { + FilterListId = 317, + TagId = 3 + }, + new + { + FilterListId = 318, + TagId = 1 + }, + new + { + FilterListId = 319, + TagId = 2 + }, + new + { + FilterListId = 319, + TagId = 35 + }, + new + { + FilterListId = 320, + TagId = 2 + }, + new + { + FilterListId = 320, + TagId = 35 + }, + new + { + FilterListId = 321, + TagId = 10 + }, + new + { + FilterListId = 322, + TagId = 10 + }, + new + { + FilterListId = 323, + TagId = 10 + }, + new + { + FilterListId = 324, + TagId = 2 + }, + new + { + FilterListId = 325, + TagId = 2 + }, + new + { + FilterListId = 327, + TagId = 33 + }, + new + { + FilterListId = 329, + TagId = 2 + }, + new + { + FilterListId = 330, + TagId = 2 + }, + new + { + FilterListId = 331, + TagId = 2 + }, + new + { + FilterListId = 331, + TagId = 3 + }, + new + { + FilterListId = 332, + TagId = 16 + }, + new + { + FilterListId = 333, + TagId = 13 + }, + new + { + FilterListId = 334, + TagId = 2 + }, + new + { + FilterListId = 335, + TagId = 2 + }, + new + { + FilterListId = 336, + TagId = 3 + }, + new + { + FilterListId = 336, + TagId = 6 + }, + new + { + FilterListId = 337, + TagId = 2 + }, + new + { + FilterListId = 338, + TagId = 2 + }, + new + { + FilterListId = 339, + TagId = 2 + }, + new + { + FilterListId = 340, + TagId = 12 + }, + new + { + FilterListId = 341, + TagId = 4 + }, + new + { + FilterListId = 342, + TagId = 15 + }, + new + { + FilterListId = 343, + TagId = 8 + }, + new + { + FilterListId = 344, + TagId = 9 + }, + new + { + FilterListId = 345, + TagId = 2 + }, + new + { + FilterListId = 346, + TagId = 2 + }, + new + { + FilterListId = 346, + TagId = 38 + }, + new + { + FilterListId = 347, + TagId = 2 + }, + new + { + FilterListId = 347, + TagId = 6 + }, + new + { + FilterListId = 348, + TagId = 6 + }, + new + { + FilterListId = 349, + TagId = 7 + }, + new + { + FilterListId = 350, + TagId = 2 + }, + new + { + FilterListId = 352, + TagId = 6 + }, + new + { + FilterListId = 353, + TagId = 9 + }, + new + { + FilterListId = 354, + TagId = 9 + }, + new + { + FilterListId = 355, + TagId = 9 + }, + new + { + FilterListId = 356, + TagId = 27 + }, + new + { + FilterListId = 357, + TagId = 1 + }, + new + { + FilterListId = 358, + TagId = 1 + }, + new + { + FilterListId = 358, + TagId = 20 + }, + new + { + FilterListId = 359, + TagId = 1 + }, + new + { + FilterListId = 360, + TagId = 1 + }, + new + { + FilterListId = 361, + TagId = 1 + }, + new + { + FilterListId = 361, + TagId = 20 + }, + new + { + FilterListId = 362, + TagId = 1 + }, + new + { + FilterListId = 363, + TagId = 1 + }, + new + { + FilterListId = 367, + TagId = 10 + }, + new + { + FilterListId = 368, + TagId = 10 + }, + new + { + FilterListId = 369, + TagId = 2 + }, + new + { + FilterListId = 370, + TagId = 2 + }, + new + { + FilterListId = 371, + TagId = 13 + }, + new + { + FilterListId = 371, + TagId = 21 + }, + new + { + FilterListId = 372, + TagId = 2 + }, + new + { + FilterListId = 373, + TagId = 4 + }, + new + { + FilterListId = 374, + TagId = 2 + }, + new + { + FilterListId = 375, + TagId = 2 + }, + new + { + FilterListId = 375, + TagId = 3 + }, + new + { + FilterListId = 376, + TagId = 2 + }, + new + { + FilterListId = 376, + TagId = 9 + }, + new + { + FilterListId = 377, + TagId = 6 + }, + new + { + FilterListId = 378, + TagId = 6 + }, + new + { + FilterListId = 379, + TagId = 4 + }, + new + { + FilterListId = 380, + TagId = 2 + }, + new + { + FilterListId = 381, + TagId = 30 + }, + new + { + FilterListId = 383, + TagId = 2 + }, + new + { + FilterListId = 385, + TagId = 15 + }, + new + { + FilterListId = 388, + TagId = 2 + }, + new + { + FilterListId = 388, + TagId = 6 + }, + new + { + FilterListId = 388, + TagId = 9 + }, + new + { + FilterListId = 388, + TagId = 10 + }, + new + { + FilterListId = 390, + TagId = 4 + }, + new + { + FilterListId = 390, + TagId = 9 + }, + new + { + FilterListId = 390, + TagId = 15 + }, + new + { + FilterListId = 391, + TagId = 30 + }, + new + { + FilterListId = 392, + TagId = 16 + }, + new + { + FilterListId = 392, + TagId = 40 + }, + new + { + FilterListId = 393, + TagId = 6 + }, + new + { + FilterListId = 393, + TagId = 15 + }, + new + { + FilterListId = 395, + TagId = 10 + }, + new + { + FilterListId = 396, + TagId = 2 + }, + new + { + FilterListId = 397, + TagId = 10 + }, + new + { + FilterListId = 398, + TagId = 9 + }, + new + { + FilterListId = 399, + TagId = 2 + }, + new + { + FilterListId = 399, + TagId = 3 + }, + new + { + FilterListId = 399, + TagId = 8 + }, + new + { + FilterListId = 400, + TagId = 2 + }, + new + { + FilterListId = 400, + TagId = 3 + }, + new + { + FilterListId = 400, + TagId = 6 + }, + new + { + FilterListId = 401, + TagId = 2 + }, + new + { + FilterListId = 401, + TagId = 3 + }, + new + { + FilterListId = 401, + TagId = 6 + }, + new + { + FilterListId = 403, + TagId = 15 + }, + new + { + FilterListId = 403, + TagId = 18 + }, + new + { + FilterListId = 405, + TagId = 9 + }, + new + { + FilterListId = 405, + TagId = 16 + }, + new + { + FilterListId = 410, + TagId = 1 + }, + new + { + FilterListId = 412, + TagId = 6 + }, + new + { + FilterListId = 413, + TagId = 3 + }, + new + { + FilterListId = 413, + TagId = 6 + }, + new + { + FilterListId = 414, + TagId = 6 + }, + new + { + FilterListId = 415, + TagId = 6 + }, + new + { + FilterListId = 416, + TagId = 2 + }, + new + { + FilterListId = 417, + TagId = 6 + }, + new + { + FilterListId = 418, + TagId = 6 + }, + new + { + FilterListId = 419, + TagId = 2 + }, + new + { + FilterListId = 420, + TagId = 7 + }, + new + { + FilterListId = 421, + TagId = 7 + }, + new + { + FilterListId = 422, + TagId = 13 + }, + new + { + FilterListId = 424, + TagId = 13 + }, + new + { + FilterListId = 425, + TagId = 20 + }, + new + { + FilterListId = 426, + TagId = 6 + }, + new + { + FilterListId = 427, + TagId = 7 + }, + new + { + FilterListId = 428, + TagId = 6 + }, + new + { + FilterListId = 429, + TagId = 3 + }, + new + { + FilterListId = 430, + TagId = 2 + }, + new + { + FilterListId = 430, + TagId = 6 + }, + new + { + FilterListId = 431, + TagId = 27 + }, + new + { + FilterListId = 432, + TagId = 30 + }, + new + { + FilterListId = 433, + TagId = 30 + }, + new + { + FilterListId = 434, + TagId = 15 + }, + new + { + FilterListId = 435, + TagId = 12 + }, + new + { + FilterListId = 436, + TagId = 33 + }, + new + { + FilterListId = 437, + TagId = 2 + }, + new + { + FilterListId = 438, + TagId = 15 + }, + new + { + FilterListId = 439, + TagId = 3 + }, + new + { + FilterListId = 439, + TagId = 34 + }, + new + { + FilterListId = 440, + TagId = 3 + }, + new + { + FilterListId = 441, + TagId = 2 + }, + new + { + FilterListId = 442, + TagId = 7 + }, + new + { + FilterListId = 445, + TagId = 3 + }, + new + { + FilterListId = 446, + TagId = 2 + }, + new + { + FilterListId = 447, + TagId = 3 + }, + new + { + FilterListId = 448, + TagId = 6 + }, + new + { + FilterListId = 449, + TagId = 3 + }, + new + { + FilterListId = 450, + TagId = 26 + }, + new + { + FilterListId = 451, + TagId = 3 + }, + new + { + FilterListId = 465, + TagId = 6 + }, + new + { + FilterListId = 467, + TagId = 2 + }, + new + { + FilterListId = 468, + TagId = 2 + }, + new + { + FilterListId = 469, + TagId = 3 + }, + new + { + FilterListId = 470, + TagId = 6 + }, + new + { + FilterListId = 471, + TagId = 6 + }, + new + { + FilterListId = 472, + TagId = 4 + }, + new + { + FilterListId = 472, + TagId = 19 + }, + new + { + FilterListId = 473, + TagId = 19 + }, + new + { + FilterListId = 474, + TagId = 4 + }, + new + { + FilterListId = 474, + TagId = 19 + }, + new + { + FilterListId = 475, + TagId = 3 + }, + new + { + FilterListId = 475, + TagId = 19 + }, + new + { + FilterListId = 476, + TagId = 19 + }, + new + { + FilterListId = 477, + TagId = 19 + }, + new + { + FilterListId = 478, + TagId = 19 + }, + new + { + FilterListId = 479, + TagId = 2 + }, + new + { + FilterListId = 480, + TagId = 2 + }, + new + { + FilterListId = 481, + TagId = 2 + }, + new + { + FilterListId = 481, + TagId = 3 + }, + new + { + FilterListId = 481, + TagId = 6 + }, + new + { + FilterListId = 482, + TagId = 1 + }, + new + { + FilterListId = 482, + TagId = 2 + }, + new + { + FilterListId = 482, + TagId = 3 + }, + new + { + FilterListId = 482, + TagId = 6 + }, + new + { + FilterListId = 483, + TagId = 1 + }, + new + { + FilterListId = 483, + TagId = 2 + }, + new + { + FilterListId = 483, + TagId = 3 + }, + new + { + FilterListId = 483, + TagId = 6 + }, + new + { + FilterListId = 483, + TagId = 7 + }, + new + { + FilterListId = 483, + TagId = 36 + }, + new + { + FilterListId = 484, + TagId = 1 + }, + new + { + FilterListId = 484, + TagId = 2 + }, + new + { + FilterListId = 484, + TagId = 3 + }, + new + { + FilterListId = 484, + TagId = 6 + }, + new + { + FilterListId = 484, + TagId = 7 + }, + new + { + FilterListId = 484, + TagId = 36 + }, + new + { + FilterListId = 485, + TagId = 11 + }, + new + { + FilterListId = 485, + TagId = 36 + }, + new + { + FilterListId = 486, + TagId = 1 + }, + new + { + FilterListId = 486, + TagId = 2 + }, + new + { + FilterListId = 486, + TagId = 3 + }, + new + { + FilterListId = 486, + TagId = 6 + }, + new + { + FilterListId = 486, + TagId = 7 + }, + new + { + FilterListId = 486, + TagId = 9 + }, + new + { + FilterListId = 486, + TagId = 36 + }, + new + { + FilterListId = 487, + TagId = 1 + }, + new + { + FilterListId = 487, + TagId = 2 + }, + new + { + FilterListId = 487, + TagId = 3 + }, + new + { + FilterListId = 487, + TagId = 6 + }, + new + { + FilterListId = 487, + TagId = 7 + }, + new + { + FilterListId = 487, + TagId = 9 + }, + new + { + FilterListId = 487, + TagId = 11 + }, + new + { + FilterListId = 487, + TagId = 36 + }, + new + { + FilterListId = 490, + TagId = 11 + }, + new + { + FilterListId = 491, + TagId = 11 + }, + new + { + FilterListId = 492, + TagId = 11 + }, + new + { + FilterListId = 493, + TagId = 11 + }, + new + { + FilterListId = 494, + TagId = 7 + }, + new + { + FilterListId = 495, + TagId = 7 + }, + new + { + FilterListId = 496, + TagId = 7 + }, + new + { + FilterListId = 504, + TagId = 14 + }, + new + { + FilterListId = 505, + TagId = 14 + }, + new + { + FilterListId = 506, + TagId = 3 + }, + new + { + FilterListId = 506, + TagId = 10 + }, + new + { + FilterListId = 507, + TagId = 2 + }, + new + { + FilterListId = 508, + TagId = 10 + }, + new + { + FilterListId = 509, + TagId = 7 + }, + new + { + FilterListId = 510, + TagId = 2 + }, + new + { + FilterListId = 510, + TagId = 9 + }, + new + { + FilterListId = 512, + TagId = 1 + }, + new + { + FilterListId = 513, + TagId = 2 + }, + new + { + FilterListId = 513, + TagId = 3 + }, + new + { + FilterListId = 514, + TagId = 2 + }, + new + { + FilterListId = 514, + TagId = 3 + }, + new + { + FilterListId = 515, + TagId = 2 + }, + new + { + FilterListId = 516, + TagId = 2 + }, + new + { + FilterListId = 517, + TagId = 2 + }, + new + { + FilterListId = 518, + TagId = 6 + }, + new + { + FilterListId = 519, + TagId = 6 + }, + new + { + FilterListId = 520, + TagId = 6 + }, + new + { + FilterListId = 521, + TagId = 2 + }, + new + { + FilterListId = 521, + TagId = 3 + }, + new + { + FilterListId = 522, + TagId = 15 + }, + new + { + FilterListId = 525, + TagId = 11 + }, + new + { + FilterListId = 526, + TagId = 11 + }, + new + { + FilterListId = 562, + TagId = 2 + }, + new + { + FilterListId = 563, + TagId = 2 + }, + new + { + FilterListId = 564, + TagId = 3 + }, + new + { + FilterListId = 564, + TagId = 5 + }, + new + { + FilterListId = 565, + TagId = 2 + }, + new + { + FilterListId = 566, + TagId = 5 + }, + new + { + FilterListId = 569, + TagId = 5 + }, + new + { + FilterListId = 570, + TagId = 5 + }, + new + { + FilterListId = 573, + TagId = 5 + }, + new + { + FilterListId = 574, + TagId = 5 + }, + new + { + FilterListId = 575, + TagId = 5 + }, + new + { + FilterListId = 583, + TagId = 5 + }, + new + { + FilterListId = 585, + TagId = 5 + }, + new + { + FilterListId = 586, + TagId = 5 + }, + new + { + FilterListId = 589, + TagId = 17 + }, + new + { + FilterListId = 590, + TagId = 11 + }, + new + { + FilterListId = 591, + TagId = 11 + }, + new + { + FilterListId = 592, + TagId = 4 + }, + new + { + FilterListId = 593, + TagId = 21 + }, + new + { + FilterListId = 595, + TagId = 2 + }, + new + { + FilterListId = 595, + TagId = 3 + }, + new + { + FilterListId = 596, + TagId = 2 + }, + new + { + FilterListId = 596, + TagId = 3 + }, + new + { + FilterListId = 598, + TagId = 2 + }, + new + { + FilterListId = 599, + TagId = 2 + }, + new + { + FilterListId = 600, + TagId = 2 + }, + new + { + FilterListId = 601, + TagId = 4 + }, + new + { + FilterListId = 601, + TagId = 7 + }, + new + { + FilterListId = 602, + TagId = 4 + }, + new + { + FilterListId = 602, + TagId = 7 + }, + new + { + FilterListId = 603, + TagId = 11 + }, + new + { + FilterListId = 603, + TagId = 30 + }, + new + { + FilterListId = 604, + TagId = 20 + }, + new + { + FilterListId = 605, + TagId = 6 + }, + new + { + FilterListId = 606, + TagId = 2 + }, + new + { + FilterListId = 606, + TagId = 3 + }, + new + { + FilterListId = 606, + TagId = 6 + }, + new + { + FilterListId = 607, + TagId = 28 + }, + new + { + FilterListId = 608, + TagId = 9 + }, + new + { + FilterListId = 609, + TagId = 32 + }, + new + { + FilterListId = 610, + TagId = 9 + }, + new + { + FilterListId = 611, + TagId = 9 + }, + new + { + FilterListId = 612, + TagId = 9 + }, + new + { + FilterListId = 613, + TagId = 9 + }, + new + { + FilterListId = 614, + TagId = 9 + }, + new + { + FilterListId = 616, + TagId = 9 + }, + new + { + FilterListId = 617, + TagId = 2 + }, + new + { + FilterListId = 617, + TagId = 3 + }, + new + { + FilterListId = 618, + TagId = 6 + }, + new + { + FilterListId = 619, + TagId = 2 + }, + new + { + FilterListId = 619, + TagId = 35 + }, + new + { + FilterListId = 625, + TagId = 2 + }, + new + { + FilterListId = 625, + TagId = 3 + }, + new + { + FilterListId = 626, + TagId = 3 + }, + new + { + FilterListId = 628, + TagId = 2 + }, + new + { + FilterListId = 628, + TagId = 3 + }, + new + { + FilterListId = 630, + TagId = 2 + }, + new + { + FilterListId = 631, + TagId = 7 + }, + new + { + FilterListId = 632, + TagId = 30 + }, + new + { + FilterListId = 632, + TagId = 34 + }, + new + { + FilterListId = 658, + TagId = 9 + }, + new + { + FilterListId = 659, + TagId = 9 + }, + new + { + FilterListId = 660, + TagId = 28 + }, + new + { + FilterListId = 661, + TagId = 4 + }, + new + { + FilterListId = 661, + TagId = 9 + }, + new + { + FilterListId = 663, + TagId = 2 + }, + new + { + FilterListId = 664, + TagId = 2 + }, + new + { + FilterListId = 665, + TagId = 3 + }, + new + { + FilterListId = 666, + TagId = 2 + }, + new + { + FilterListId = 667, + TagId = 2 + }, + new + { + FilterListId = 668, + TagId = 2 + }, + new + { + FilterListId = 669, + TagId = 2 + }, + new + { + FilterListId = 670, + TagId = 6 + }, + new + { + FilterListId = 670, + TagId = 38 + }, + new + { + FilterListId = 671, + TagId = 14 + }, + new + { + FilterListId = 672, + TagId = 2 + }, + new + { + FilterListId = 672, + TagId = 3 + }, + new + { + FilterListId = 673, + TagId = 2 + }, + new + { + FilterListId = 673, + TagId = 3 + }, + new + { + FilterListId = 674, + TagId = 2 + }, + new + { + FilterListId = 674, + TagId = 3 + }, + new + { + FilterListId = 675, + TagId = 2 + }, + new + { + FilterListId = 675, + TagId = 3 + }, + new + { + FilterListId = 676, + TagId = 2 + }, + new + { + FilterListId = 676, + TagId = 3 + }, + new + { + FilterListId = 677, + TagId = 2 + }, + new + { + FilterListId = 677, + TagId = 3 + }, + new + { + FilterListId = 678, + TagId = 2 + }, + new + { + FilterListId = 679, + TagId = 3 + }, + new + { + FilterListId = 680, + TagId = 6 + }, + new + { + FilterListId = 681, + TagId = 6 + }, + new + { + FilterListId = 682, + TagId = 6 + }, + new + { + FilterListId = 683, + TagId = 6 + }, + new + { + FilterListId = 684, + TagId = 6 + }, + new + { + FilterListId = 685, + TagId = 6 + }, + new + { + FilterListId = 686, + TagId = 10 + }, + new + { + FilterListId = 687, + TagId = 2 + }, + new + { + FilterListId = 689, + TagId = 3 + }, + new + { + FilterListId = 690, + TagId = 20 + }, + new + { + FilterListId = 691, + TagId = 20 + }, + new + { + FilterListId = 692, + TagId = 6 + }, + new + { + FilterListId = 692, + TagId = 20 + }, + new + { + FilterListId = 693, + TagId = 6 + }, + new + { + FilterListId = 694, + TagId = 6 + }, + new + { + FilterListId = 696, + TagId = 2 + }, + new + { + FilterListId = 696, + TagId = 3 + }, + new + { + FilterListId = 696, + TagId = 6 + }, + new + { + FilterListId = 697, + TagId = 2 + }, + new + { + FilterListId = 697, + TagId = 3 + }, + new + { + FilterListId = 697, + TagId = 6 + }, + new + { + FilterListId = 698, + TagId = 6 + }, + new + { + FilterListId = 699, + TagId = 1 + }, + new + { + FilterListId = 700, + TagId = 2 + }, + new + { + FilterListId = 703, + TagId = 6 + }, + new + { + FilterListId = 704, + TagId = 2 + }, + new + { + FilterListId = 705, + TagId = 1 + }, + new + { + FilterListId = 706, + TagId = 6 + }, + new + { + FilterListId = 707, + TagId = 6 + }, + new + { + FilterListId = 708, + TagId = 6 + }, + new + { + FilterListId = 709, + TagId = 6 + }, + new + { + FilterListId = 710, + TagId = 3 + }, + new + { + FilterListId = 711, + TagId = 6 + }, + new + { + FilterListId = 712, + TagId = 2 + }, + new + { + FilterListId = 715, + TagId = 12 + }, + new + { + FilterListId = 716, + TagId = 12 + }, + new + { + FilterListId = 717, + TagId = 12 + }, + new + { + FilterListId = 718, + TagId = 12 + }, + new + { + FilterListId = 719, + TagId = 10 + }, + new + { + FilterListId = 720, + TagId = 3 + }, + new + { + FilterListId = 721, + TagId = 3 + }, + new + { + FilterListId = 722, + TagId = 15 + }, + new + { + FilterListId = 723, + TagId = 2 + }, + new + { + FilterListId = 724, + TagId = 15 + }, + new + { + FilterListId = 724, + TagId = 35 + }, + new + { + FilterListId = 726, + TagId = 3 + }, + new + { + FilterListId = 728, + TagId = 2 + }, + new + { + FilterListId = 729, + TagId = 9 + }, + new + { + FilterListId = 730, + TagId = 18 + }, + new + { + FilterListId = 731, + TagId = 2 + }, + new + { + FilterListId = 732, + TagId = 9 + }, + new + { + FilterListId = 734, + TagId = 2 + }, + new + { + FilterListId = 734, + TagId = 11 + }, + new + { + FilterListId = 735, + TagId = 9 + }, + new + { + FilterListId = 736, + TagId = 3 + }, + new + { + FilterListId = 743, + TagId = 2 + }, + new + { + FilterListId = 744, + TagId = 9 + }, + new + { + FilterListId = 746, + TagId = 2 + }, + new + { + FilterListId = 747, + TagId = 2 + }, + new + { + FilterListId = 748, + TagId = 3 + }, + new + { + FilterListId = 749, + TagId = 6 + }, + new + { + FilterListId = 750, + TagId = 10 + }, + new + { + FilterListId = 751, + TagId = 30 + }, + new + { + FilterListId = 752, + TagId = 2 + }, + new + { + FilterListId = 753, + TagId = 8 + }, + new + { + FilterListId = 754, + TagId = 6 + }, + new + { + FilterListId = 755, + TagId = 6 + }, + new + { + FilterListId = 756, + TagId = 2 + }, + new + { + FilterListId = 757, + TagId = 3 + }, + new + { + FilterListId = 758, + TagId = 2 + }, + new + { + FilterListId = 759, + TagId = 2 + }, + new + { + FilterListId = 760, + TagId = 4 + }, + new + { + FilterListId = 761, + TagId = 2 + }, + new + { + FilterListId = 762, + TagId = 2 + }, + new + { + FilterListId = 763, + TagId = 3 + }, + new + { + FilterListId = 764, + TagId = 3 + }, + new + { + FilterListId = 764, + TagId = 40 + }, + new + { + FilterListId = 765, + TagId = 2 + }, + new + { + FilterListId = 766, + TagId = 2 + }, + new + { + FilterListId = 767, + TagId = 2 + }, + new + { + FilterListId = 769, + TagId = 28 + }, + new + { + FilterListId = 770, + TagId = 2 + }, + new + { + FilterListId = 772, + TagId = 9 + }, + new + { + FilterListId = 773, + TagId = 2 + }, + new + { + FilterListId = 774, + TagId = 9 + }, + new + { + FilterListId = 775, + TagId = 2 + }, + new + { + FilterListId = 776, + TagId = 2 + }, + new + { + FilterListId = 777, + TagId = 2 + }, + new + { + FilterListId = 778, + TagId = 3 + }, + new + { + FilterListId = 779, + TagId = 2 + }, + new + { + FilterListId = 780, + TagId = 2 + }, + new + { + FilterListId = 781, + TagId = 2 + }, + new + { + FilterListId = 782, + TagId = 2 + }, + new + { + FilterListId = 783, + TagId = 2 + }, + new + { + FilterListId = 784, + TagId = 2 + }, + new + { + FilterListId = 785, + TagId = 3 + }, + new + { + FilterListId = 786, + TagId = 2 + }, + new + { + FilterListId = 787, + TagId = 2 + }, + new + { + FilterListId = 788, + TagId = 2 + }, + new + { + FilterListId = 789, + TagId = 2 + }, + new + { + FilterListId = 790, + TagId = 3 + }, + new + { + FilterListId = 791, + TagId = 2 + }, + new + { + FilterListId = 792, + TagId = 2 + }, + new + { + FilterListId = 793, + TagId = 2 + }, + new + { + FilterListId = 794, + TagId = 2 + }, + new + { + FilterListId = 795, + TagId = 2 + }, + new + { + FilterListId = 796, + TagId = 2 + }, + new + { + FilterListId = 797, + TagId = 5 + }, + new + { + FilterListId = 798, + TagId = 2 + }, + new + { + FilterListId = 799, + TagId = 2 + }, + new + { + FilterListId = 800, + TagId = 2 + }, + new + { + FilterListId = 801, + TagId = 2 + }, + new + { + FilterListId = 802, + TagId = 2 + }, + new + { + FilterListId = 803, + TagId = 2 + }, + new + { + FilterListId = 804, + TagId = 2 + }, + new + { + FilterListId = 805, + TagId = 2 + }, + new + { + FilterListId = 806, + TagId = 2 + }, + new + { + FilterListId = 807, + TagId = 25 + }, + new + { + FilterListId = 808, + TagId = 2 + }, + new + { + FilterListId = 809, + TagId = 2 + }, + new + { + FilterListId = 809, + TagId = 10 + }, + new + { + FilterListId = 810, + TagId = 1 + }, + new + { + FilterListId = 810, + TagId = 2 + }, + new + { + FilterListId = 810, + TagId = 3 + }, + new + { + FilterListId = 810, + TagId = 6 + }, + new + { + FilterListId = 810, + TagId = 36 + }, + new + { + FilterListId = 811, + TagId = 1 + }, + new + { + FilterListId = 811, + TagId = 2 + }, + new + { + FilterListId = 811, + TagId = 3 + }, + new + { + FilterListId = 811, + TagId = 6 + }, + new + { + FilterListId = 812, + TagId = 1 + }, + new + { + FilterListId = 812, + TagId = 2 + }, + new + { + FilterListId = 812, + TagId = 3 + }, + new + { + FilterListId = 812, + TagId = 6 + }, + new + { + FilterListId = 813, + TagId = 10 + }, + new + { + FilterListId = 814, + TagId = 2 + }, + new + { + FilterListId = 815, + TagId = 2 + }, + new + { + FilterListId = 815, + TagId = 9 + }, + new + { + FilterListId = 816, + TagId = 15 + }, + new + { + FilterListId = 817, + TagId = 2 + }, + new + { + FilterListId = 817, + TagId = 3 + }, + new + { + FilterListId = 817, + TagId = 6 + }, + new + { + FilterListId = 817, + TagId = 7 + }, + new + { + FilterListId = 818, + TagId = 2 + }, + new + { + FilterListId = 819, + TagId = 9 + }, + new + { + FilterListId = 819, + TagId = 35 + }, + new + { + FilterListId = 820, + TagId = 3 + }, + new + { + FilterListId = 821, + TagId = 2 + }, + new + { + FilterListId = 822, + TagId = 2 + }, + new + { + FilterListId = 823, + TagId = 3 + }, + new + { + FilterListId = 824, + TagId = 16 + }, + new + { + FilterListId = 825, + TagId = 16 + }, + new + { + FilterListId = 825, + TagId = 40 + }, + new + { + FilterListId = 826, + TagId = 2 + }, + new + { + FilterListId = 827, + TagId = 2 + }, + new + { + FilterListId = 828, + TagId = 2 + }, + new + { + FilterListId = 828, + TagId = 6 + }, + new + { + FilterListId = 829, + TagId = 2 + }, + new + { + FilterListId = 830, + TagId = 2 + }, + new + { + FilterListId = 831, + TagId = 2 + }, + new + { + FilterListId = 832, + TagId = 19 + }, + new + { + FilterListId = 833, + TagId = 19 + }, + new + { + FilterListId = 834, + TagId = 19 + }, + new + { + FilterListId = 835, + TagId = 19 + }, + new + { + FilterListId = 836, + TagId = 21 + }, + new + { + FilterListId = 837, + TagId = 2 + }, + new + { + FilterListId = 837, + TagId = 19 + }, + new + { + FilterListId = 837, + TagId = 21 + }, + new + { + FilterListId = 838, + TagId = 2 + }, + new + { + FilterListId = 839, + TagId = 15 + }, + new + { + FilterListId = 840, + TagId = 9 + }, + new + { + FilterListId = 840, + TagId = 15 + }, + new + { + FilterListId = 841, + TagId = 4 + }, + new + { + FilterListId = 841, + TagId = 9 + }, + new + { + FilterListId = 842, + TagId = 2 + }, + new + { + FilterListId = 842, + TagId = 3 + }, + new + { + FilterListId = 843, + TagId = 3 + }, + new + { + FilterListId = 843, + TagId = 4 + }, + new + { + FilterListId = 843, + TagId = 9 + }, + new + { + FilterListId = 843, + TagId = 35 + }, + new + { + FilterListId = 844, + TagId = 3 + }, + new + { + FilterListId = 844, + TagId = 4 + }, + new + { + FilterListId = 844, + TagId = 35 + }, + new + { + FilterListId = 845, + TagId = 3 + }, + new + { + FilterListId = 846, + TagId = 2 + }, + new + { + FilterListId = 846, + TagId = 3 + }, + new + { + FilterListId = 847, + TagId = 2 + }, + new + { + FilterListId = 848, + TagId = 9 + }, + new + { + FilterListId = 848, + TagId = 35 + }, + new + { + FilterListId = 850, + TagId = 11 + }, + new + { + FilterListId = 850, + TagId = 15 + }, + new + { + FilterListId = 851, + TagId = 9 + }, + new + { + FilterListId = 851, + TagId = 35 + }, + new + { + FilterListId = 852, + TagId = 9 + }, + new + { + FilterListId = 852, + TagId = 35 + }, + new + { + FilterListId = 853, + TagId = 9 + }, + new + { + FilterListId = 855, + TagId = 27 + }, + new + { + FilterListId = 856, + TagId = 15 + }, + new + { + FilterListId = 857, + TagId = 3 + }, + new + { + FilterListId = 857, + TagId = 12 + }, + new + { + FilterListId = 859, + TagId = 11 + }, + new + { + FilterListId = 859, + TagId = 15 + }, + new + { + FilterListId = 860, + TagId = 9 + }, + new + { + FilterListId = 861, + TagId = 2 + }, + new + { + FilterListId = 862, + TagId = 3 + }, + new + { + FilterListId = 862, + TagId = 14 + }, + new + { + FilterListId = 863, + TagId = 22 + }, + new + { + FilterListId = 863, + TagId = 30 + }, + new + { + FilterListId = 866, + TagId = 3 + }, + new + { + FilterListId = 866, + TagId = 4 + }, + new + { + FilterListId = 866, + TagId = 19 + }, + new + { + FilterListId = 866, + TagId = 35 + }, + new + { + FilterListId = 867, + TagId = 3 + }, + new + { + FilterListId = 867, + TagId = 4 + }, + new + { + FilterListId = 867, + TagId = 19 + }, + new + { + FilterListId = 867, + TagId = 35 + }, + new + { + FilterListId = 868, + TagId = 2 + }, + new + { + FilterListId = 869, + TagId = 2 + }, + new + { + FilterListId = 870, + TagId = 2 + }, + new + { + FilterListId = 871, + TagId = 2 + }, + new + { + FilterListId = 872, + TagId = 9 + }, + new + { + FilterListId = 873, + TagId = 15 + }, + new + { + FilterListId = 874, + TagId = 15 + }, + new + { + FilterListId = 875, + TagId = 6 + }, + new + { + FilterListId = 876, + TagId = 4 + }, + new + { + FilterListId = 877, + TagId = 1 + }, + new + { + FilterListId = 878, + TagId = 2 + }, + new + { + FilterListId = 879, + TagId = 2 + }, + new + { + FilterListId = 881, + TagId = 2 + }, + new + { + FilterListId = 881, + TagId = 35 + }, + new + { + FilterListId = 882, + TagId = 2 + }, + new + { + FilterListId = 884, + TagId = 2 + }, + new + { + FilterListId = 885, + TagId = 6 + }, + new + { + FilterListId = 886, + TagId = 6 + }, + new + { + FilterListId = 887, + TagId = 6 + }, + new + { + FilterListId = 888, + TagId = 6 + }, + new + { + FilterListId = 889, + TagId = 6 + }, + new + { + FilterListId = 890, + TagId = 6 + }, + new + { + FilterListId = 891, + TagId = 6 + }, + new + { + FilterListId = 892, + TagId = 6 + }, + new + { + FilterListId = 893, + TagId = 6 + }, + new + { + FilterListId = 894, + TagId = 6 + }, + new + { + FilterListId = 895, + TagId = 6 + }, + new + { + FilterListId = 896, + TagId = 6 + }, + new + { + FilterListId = 897, + TagId = 6 + }, + new + { + FilterListId = 898, + TagId = 6 + }, + new + { + FilterListId = 899, + TagId = 6 + }, + new + { + FilterListId = 900, + TagId = 6 + }, + new + { + FilterListId = 901, + TagId = 6 + }, + new + { + FilterListId = 902, + TagId = 6 + }, + new + { + FilterListId = 903, + TagId = 6 + }, + new + { + FilterListId = 904, + TagId = 6 + }, + new + { + FilterListId = 905, + TagId = 6 + }, + new + { + FilterListId = 906, + TagId = 6 + }, + new + { + FilterListId = 907, + TagId = 6 + }, + new + { + FilterListId = 908, + TagId = 6 + }, + new + { + FilterListId = 909, + TagId = 6 + }, + new + { + FilterListId = 910, + TagId = 6 + }, + new + { + FilterListId = 911, + TagId = 6 + }, + new + { + FilterListId = 912, + TagId = 6 + }, + new + { + FilterListId = 913, + TagId = 6 + }, + new + { + FilterListId = 914, + TagId = 6 + }, + new + { + FilterListId = 915, + TagId = 6 + }, + new + { + FilterListId = 916, + TagId = 6 + }, + new + { + FilterListId = 917, + TagId = 6 + }, + new + { + FilterListId = 918, + TagId = 6 + }, + new + { + FilterListId = 919, + TagId = 6 + }, + new + { + FilterListId = 920, + TagId = 6 + }, + new + { + FilterListId = 921, + TagId = 6 + }, + new + { + FilterListId = 922, + TagId = 6 + }, + new + { + FilterListId = 923, + TagId = 6 + }, + new + { + FilterListId = 924, + TagId = 6 + }, + new + { + FilterListId = 925, + TagId = 6 + }, + new + { + FilterListId = 926, + TagId = 6 + }, + new + { + FilterListId = 927, + TagId = 6 + }, + new + { + FilterListId = 928, + TagId = 6 + }, + new + { + FilterListId = 929, + TagId = 6 + }, + new + { + FilterListId = 930, + TagId = 6 + }, + new + { + FilterListId = 931, + TagId = 6 + }, + new + { + FilterListId = 932, + TagId = 6 + }, + new + { + FilterListId = 933, + TagId = 6 + }, + new + { + FilterListId = 934, + TagId = 6 + }, + new + { + FilterListId = 935, + TagId = 6 + }, + new + { + FilterListId = 936, + TagId = 6 + }, + new + { + FilterListId = 937, + TagId = 6 + }, + new + { + FilterListId = 938, + TagId = 6 + }, + new + { + FilterListId = 939, + TagId = 6 + }, + new + { + FilterListId = 940, + TagId = 6 + }, + new + { + FilterListId = 941, + TagId = 6 + }, + new + { + FilterListId = 942, + TagId = 6 + }, + new + { + FilterListId = 943, + TagId = 6 + }, + new + { + FilterListId = 944, + TagId = 6 + }, + new + { + FilterListId = 945, + TagId = 6 + }, + new + { + FilterListId = 946, + TagId = 6 + }, + new + { + FilterListId = 947, + TagId = 6 + }, + new + { + FilterListId = 948, + TagId = 6 + }, + new + { + FilterListId = 949, + TagId = 6 + }, + new + { + FilterListId = 950, + TagId = 6 + }, + new + { + FilterListId = 951, + TagId = 6 + }, + new + { + FilterListId = 952, + TagId = 6 + }, + new + { + FilterListId = 953, + TagId = 6 + }, + new + { + FilterListId = 954, + TagId = 6 + }, + new + { + FilterListId = 955, + TagId = 6 + }, + new + { + FilterListId = 956, + TagId = 6 + }, + new + { + FilterListId = 957, + TagId = 6 + }, + new + { + FilterListId = 958, + TagId = 6 + }, + new + { + FilterListId = 959, + TagId = 6 + }, + new + { + FilterListId = 960, + TagId = 6 + }, + new + { + FilterListId = 961, + TagId = 6 + }, + new + { + FilterListId = 962, + TagId = 6 + }, + new + { + FilterListId = 963, + TagId = 6 + }, + new + { + FilterListId = 964, + TagId = 6 + }, + new + { + FilterListId = 965, + TagId = 6 + }, + new + { + FilterListId = 966, + TagId = 6 + }, + new + { + FilterListId = 967, + TagId = 6 + }, + new + { + FilterListId = 968, + TagId = 6 + }, + new + { + FilterListId = 969, + TagId = 6 + }, + new + { + FilterListId = 970, + TagId = 6 + }, + new + { + FilterListId = 971, + TagId = 6 + }, + new + { + FilterListId = 972, + TagId = 6 + }, + new + { + FilterListId = 973, + TagId = 6 + }, + new + { + FilterListId = 974, + TagId = 6 + }, + new + { + FilterListId = 975, + TagId = 6 + }, + new + { + FilterListId = 976, + TagId = 6 + }, + new + { + FilterListId = 977, + TagId = 6 + }, + new + { + FilterListId = 978, + TagId = 6 + }, + new + { + FilterListId = 979, + TagId = 6 + }, + new + { + FilterListId = 980, + TagId = 6 + }, + new + { + FilterListId = 981, + TagId = 6 + }, + new + { + FilterListId = 982, + TagId = 6 + }, + new + { + FilterListId = 983, + TagId = 6 + }, + new + { + FilterListId = 984, + TagId = 6 + }, + new + { + FilterListId = 985, + TagId = 6 + }, + new + { + FilterListId = 986, + TagId = 6 + }, + new + { + FilterListId = 987, + TagId = 6 + }, + new + { + FilterListId = 988, + TagId = 6 + }, + new + { + FilterListId = 989, + TagId = 6 + }, + new + { + FilterListId = 990, + TagId = 6 + }, + new + { + FilterListId = 991, + TagId = 6 + }, + new + { + FilterListId = 992, + TagId = 6 + }, + new + { + FilterListId = 993, + TagId = 6 + }, + new + { + FilterListId = 994, + TagId = 6 + }, + new + { + FilterListId = 995, + TagId = 6 + }, + new + { + FilterListId = 996, + TagId = 6 + }, + new + { + FilterListId = 997, + TagId = 6 + }, + new + { + FilterListId = 998, + TagId = 6 + }, + new + { + FilterListId = 999, + TagId = 6 + }, + new + { + FilterListId = 1000, + TagId = 6 + }, + new + { + FilterListId = 1001, + TagId = 6 + }, + new + { + FilterListId = 1002, + TagId = 6 + }, + new + { + FilterListId = 1003, + TagId = 6 + }, + new + { + FilterListId = 1004, + TagId = 6 + }, + new + { + FilterListId = 1005, + TagId = 6 + }, + new + { + FilterListId = 1006, + TagId = 6 + }, + new + { + FilterListId = 1007, + TagId = 6 + }, + new + { + FilterListId = 1008, + TagId = 6 + }, + new + { + FilterListId = 1009, + TagId = 6 + }, + new + { + FilterListId = 1010, + TagId = 6 + }, + new + { + FilterListId = 1011, + TagId = 6 + }, + new + { + FilterListId = 1012, + TagId = 6 + }, + new + { + FilterListId = 1013, + TagId = 6 + }, + new + { + FilterListId = 1014, + TagId = 6 + }, + new + { + FilterListId = 1015, + TagId = 6 + }, + new + { + FilterListId = 1016, + TagId = 6 + }, + new + { + FilterListId = 1017, + TagId = 6 + }, + new + { + FilterListId = 1018, + TagId = 6 + }, + new + { + FilterListId = 1019, + TagId = 6 + }, + new + { + FilterListId = 1020, + TagId = 6 + }, + new + { + FilterListId = 1021, + TagId = 6 + }, + new + { + FilterListId = 1022, + TagId = 6 + }, + new + { + FilterListId = 1023, + TagId = 6 + }, + new + { + FilterListId = 1024, + TagId = 6 + }, + new + { + FilterListId = 1025, + TagId = 6 + }, + new + { + FilterListId = 1026, + TagId = 6 + }, + new + { + FilterListId = 1027, + TagId = 6 + }, + new + { + FilterListId = 1028, + TagId = 6 + }, + new + { + FilterListId = 1029, + TagId = 6 + }, + new + { + FilterListId = 1030, + TagId = 6 + }, + new + { + FilterListId = 1031, + TagId = 6 + }, + new + { + FilterListId = 1032, + TagId = 6 + }, + new + { + FilterListId = 1033, + TagId = 6 + }, + new + { + FilterListId = 1034, + TagId = 6 + }, + new + { + FilterListId = 1035, + TagId = 6 + }, + new + { + FilterListId = 1036, + TagId = 6 + }, + new + { + FilterListId = 1037, + TagId = 6 + }, + new + { + FilterListId = 1038, + TagId = 6 + }, + new + { + FilterListId = 1039, + TagId = 6 + }, + new + { + FilterListId = 1040, + TagId = 6 + }, + new + { + FilterListId = 1041, + TagId = 6 + }, + new + { + FilterListId = 1042, + TagId = 6 + }, + new + { + FilterListId = 1043, + TagId = 6 + }, + new + { + FilterListId = 1044, + TagId = 6 + }, + new + { + FilterListId = 1045, + TagId = 6 + }, + new + { + FilterListId = 1047, + TagId = 6 + }, + new + { + FilterListId = 1048, + TagId = 6 + }, + new + { + FilterListId = 1049, + TagId = 6 + }, + new + { + FilterListId = 1050, + TagId = 6 + }, + new + { + FilterListId = 1051, + TagId = 6 + }, + new + { + FilterListId = 1052, + TagId = 6 + }, + new + { + FilterListId = 1053, + TagId = 6 + }, + new + { + FilterListId = 1054, + TagId = 6 + }, + new + { + FilterListId = 1055, + TagId = 6 + }, + new + { + FilterListId = 1056, + TagId = 6 + }, + new + { + FilterListId = 1057, + TagId = 6 + }, + new + { + FilterListId = 1058, + TagId = 6 + }, + new + { + FilterListId = 1059, + TagId = 6 + }, + new + { + FilterListId = 1060, + TagId = 6 + }, + new + { + FilterListId = 1061, + TagId = 6 + }, + new + { + FilterListId = 1062, + TagId = 6 + }, + new + { + FilterListId = 1063, + TagId = 6 + }, + new + { + FilterListId = 1064, + TagId = 6 + }, + new + { + FilterListId = 1065, + TagId = 6 + }, + new + { + FilterListId = 1066, + TagId = 6 + }, + new + { + FilterListId = 1067, + TagId = 6 + }, + new + { + FilterListId = 1068, + TagId = 6 + }, + new + { + FilterListId = 1069, + TagId = 6 + }, + new + { + FilterListId = 1070, + TagId = 6 + }, + new + { + FilterListId = 1071, + TagId = 6 + }, + new + { + FilterListId = 1072, + TagId = 6 + }, + new + { + FilterListId = 1073, + TagId = 6 + }, + new + { + FilterListId = 1074, + TagId = 6 + }, + new + { + FilterListId = 1075, + TagId = 6 + }, + new + { + FilterListId = 1076, + TagId = 6 + }, + new + { + FilterListId = 1077, + TagId = 6 + }, + new + { + FilterListId = 1078, + TagId = 6 + }, + new + { + FilterListId = 1079, + TagId = 6 + }, + new + { + FilterListId = 1080, + TagId = 6 + }, + new + { + FilterListId = 1081, + TagId = 6 + }, + new + { + FilterListId = 1082, + TagId = 6 + }, + new + { + FilterListId = 1083, + TagId = 6 + }, + new + { + FilterListId = 1084, + TagId = 6 + }, + new + { + FilterListId = 1085, + TagId = 6 + }, + new + { + FilterListId = 1086, + TagId = 6 + }, + new + { + FilterListId = 1087, + TagId = 6 + }, + new + { + FilterListId = 1088, + TagId = 6 + }, + new + { + FilterListId = 1089, + TagId = 6 + }, + new + { + FilterListId = 1090, + TagId = 6 + }, + new + { + FilterListId = 1091, + TagId = 6 + }, + new + { + FilterListId = 1092, + TagId = 6 + }, + new + { + FilterListId = 1093, + TagId = 6 + }, + new + { + FilterListId = 1094, + TagId = 6 + }, + new + { + FilterListId = 1095, + TagId = 6 + }, + new + { + FilterListId = 1096, + TagId = 6 + }, + new + { + FilterListId = 1097, + TagId = 6 + }, + new + { + FilterListId = 1098, + TagId = 6 + }, + new + { + FilterListId = 1099, + TagId = 6 + }, + new + { + FilterListId = 1100, + TagId = 6 + }, + new + { + FilterListId = 1101, + TagId = 6 + }, + new + { + FilterListId = 1102, + TagId = 2 + }, + new + { + FilterListId = 1103, + TagId = 21 + }, + new + { + FilterListId = 1104, + TagId = 4 + }, + new + { + FilterListId = 1105, + TagId = 2 + }, + new + { + FilterListId = 1106, + TagId = 2 + }, + new + { + FilterListId = 1107, + TagId = 2 + }, + new + { + FilterListId = 1108, + TagId = 2 + }, + new + { + FilterListId = 1109, + TagId = 5 + }, + new + { + FilterListId = 1110, + TagId = 2 + }, + new + { + FilterListId = 1111, + TagId = 2 + }, + new + { + FilterListId = 1112, + TagId = 2 + }, + new + { + FilterListId = 1113, + TagId = 2 + }, + new + { + FilterListId = 1114, + TagId = 2 + }, + new + { + FilterListId = 1115, + TagId = 2 + }, + new + { + FilterListId = 1116, + TagId = 2 + }, + new + { + FilterListId = 1116, + TagId = 35 + }, + new + { + FilterListId = 1117, + TagId = 2 + }, + new + { + FilterListId = 1118, + TagId = 2 + }, + new + { + FilterListId = 1119, + TagId = 2 + }, + new + { + FilterListId = 1120, + TagId = 2 + }, + new + { + FilterListId = 1121, + TagId = 2 + }, + new + { + FilterListId = 1121, + TagId = 35 + }, + new + { + FilterListId = 1122, + TagId = 2 + }, + new + { + FilterListId = 1123, + TagId = 2 + }, + new + { + FilterListId = 1124, + TagId = 2 + }, + new + { + FilterListId = 1125, + TagId = 2 + }, + new + { + FilterListId = 1126, + TagId = 8 + }, + new + { + FilterListId = 1127, + TagId = 2 + }, + new + { + FilterListId = 1128, + TagId = 21 + }, + new + { + FilterListId = 1130, + TagId = 6 + }, + new + { + FilterListId = 1133, + TagId = 14 + }, + new + { + FilterListId = 1135, + TagId = 2 + }, + new + { + FilterListId = 1139, + TagId = 2 + }, + new + { + FilterListId = 1140, + TagId = 2 + }, + new + { + FilterListId = 1141, + TagId = 6 + }, + new + { + FilterListId = 1142, + TagId = 6 + }, + new + { + FilterListId = 1143, + TagId = 6 + }, + new + { + FilterListId = 1144, + TagId = 2 + }, + new + { + FilterListId = 1146, + TagId = 2 + }, + new + { + FilterListId = 1148, + TagId = 2 + }, + new + { + FilterListId = 1149, + TagId = 2 + }, + new + { + FilterListId = 1151, + TagId = 2 + }, + new + { + FilterListId = 1152, + TagId = 9 + }, + new + { + FilterListId = 1153, + TagId = 2 + }, + new + { + FilterListId = 1154, + TagId = 4 + }, + new + { + FilterListId = 1155, + TagId = 2 + }, + new + { + FilterListId = 1156, + TagId = 2 + }, + new + { + FilterListId = 1157, + TagId = 2 + }, + new + { + FilterListId = 1158, + TagId = 2 + }, + new + { + FilterListId = 1158, + TagId = 35 + }, + new + { + FilterListId = 1159, + TagId = 2 + }, + new + { + FilterListId = 1160, + TagId = 7 + }, + new + { + FilterListId = 1161, + TagId = 6 + }, + new + { + FilterListId = 1162, + TagId = 2 + }, + new + { + FilterListId = 1163, + TagId = 7 + }, + new + { + FilterListId = 1164, + TagId = 7 + }, + new + { + FilterListId = 1165, + TagId = 2 + }, + new + { + FilterListId = 1166, + TagId = 29 + }, + new + { + FilterListId = 1167, + TagId = 2 + }, + new + { + FilterListId = 1168, + TagId = 6 + }, + new + { + FilterListId = 1169, + TagId = 6 + }, + new + { + FilterListId = 1172, + TagId = 2 + }, + new + { + FilterListId = 1173, + TagId = 2 + }, + new + { + FilterListId = 1174, + TagId = 2 + }, + new + { + FilterListId = 1175, + TagId = 2 + }, + new + { + FilterListId = 1176, + TagId = 2 + }, + new + { + FilterListId = 1179, + TagId = 3 + }, + new + { + FilterListId = 1180, + TagId = 2 + }, + new + { + FilterListId = 1182, + TagId = 2 + }, + new + { + FilterListId = 1183, + TagId = 2 + }, + new + { + FilterListId = 1184, + TagId = 8 + }, + new + { + FilterListId = 1185, + TagId = 2 + }, + new + { + FilterListId = 1187, + TagId = 6 + }, + new + { + FilterListId = 1189, + TagId = 2 + }, + new + { + FilterListId = 1190, + TagId = 2 + }, + new + { + FilterListId = 1191, + TagId = 2 + }, + new + { + FilterListId = 1192, + TagId = 2 + }, + new + { + FilterListId = 1193, + TagId = 6 + }, + new + { + FilterListId = 1194, + TagId = 2 + }, + new + { + FilterListId = 1196, + TagId = 2 + }, + new + { + FilterListId = 1197, + TagId = 2 + }, + new + { + FilterListId = 1199, + TagId = 2 + }, + new + { + FilterListId = 1202, + TagId = 2 + }, + new + { + FilterListId = 1203, + TagId = 2 + }, + new + { + FilterListId = 1204, + TagId = 2 + }, + new + { + FilterListId = 1205, + TagId = 2 + }, + new + { + FilterListId = 1206, + TagId = 2 + }, + new + { + FilterListId = 1207, + TagId = 2 + }, + new + { + FilterListId = 1209, + TagId = 1 + }, + new + { + FilterListId = 1209, + TagId = 2 + }, + new + { + FilterListId = 1209, + TagId = 3 + }, + new + { + FilterListId = 1209, + TagId = 6 + }, + new + { + FilterListId = 1209, + TagId = 7 + }, + new + { + FilterListId = 1210, + TagId = 7 + }, + new + { + FilterListId = 1211, + TagId = 6 + }, + new + { + FilterListId = 1212, + TagId = 6 + }, + new + { + FilterListId = 1213, + TagId = 2 + }, + new + { + FilterListId = 1214, + TagId = 2 + }, + new + { + FilterListId = 1215, + TagId = 2 + }, + new + { + FilterListId = 1216, + TagId = 6 + }, + new + { + FilterListId = 1217, + TagId = 6 + }, + new + { + FilterListId = 1218, + TagId = 2 + }, + new + { + FilterListId = 1220, + TagId = 2 + }, + new + { + FilterListId = 1221, + TagId = 3 + }, + new + { + FilterListId = 1222, + TagId = 3 + }, + new + { + FilterListId = 1223, + TagId = 2 + }, + new + { + FilterListId = 1224, + TagId = 2 + }, + new + { + FilterListId = 1225, + TagId = 2 + }, + new + { + FilterListId = 1226, + TagId = 2 + }, + new + { + FilterListId = 1227, + TagId = 3 + }, + new + { + FilterListId = 1228, + TagId = 10 + }, + new + { + FilterListId = 1229, + TagId = 2 + }, + new + { + FilterListId = 1230, + TagId = 2 + }, + new + { + FilterListId = 1233, + TagId = 26 + }, + new + { + FilterListId = 1234, + TagId = 26 + }, + new + { + FilterListId = 1235, + TagId = 3 + }, + new + { + FilterListId = 1237, + TagId = 7 + }, + new + { + FilterListId = 1238, + TagId = 6 + }, + new + { + FilterListId = 1239, + TagId = 21 + }, + new + { + FilterListId = 1240, + TagId = 1 + }, + new + { + FilterListId = 1241, + TagId = 9 + }, + new + { + FilterListId = 1242, + TagId = 2 + }, + new + { + FilterListId = 1243, + TagId = 6 + }, + new + { + FilterListId = 1244, + TagId = 6 + }, + new + { + FilterListId = 1245, + TagId = 6 + }, + new + { + FilterListId = 1247, + TagId = 30 + }, + new + { + FilterListId = 1278, + TagId = 2 + }, + new + { + FilterListId = 1278, + TagId = 3 + }, + new + { + FilterListId = 1279, + TagId = 3 + }, + new + { + FilterListId = 1280, + TagId = 5 + }, + new + { + FilterListId = 1281, + TagId = 5 + }, + new + { + FilterListId = 1282, + TagId = 10 + }, + new + { + FilterListId = 1283, + TagId = 2 + }, + new + { + FilterListId = 1283, + TagId = 9 + }, + new + { + FilterListId = 1284, + TagId = 9 + }, + new + { + FilterListId = 1285, + TagId = 10 + }, + new + { + FilterListId = 1286, + TagId = 6 + }, + new + { + FilterListId = 1286, + TagId = 7 + }, + new + { + FilterListId = 1288, + TagId = 31 + }, + new + { + FilterListId = 1289, + TagId = 9 + }, + new + { + FilterListId = 1289, + TagId = 15 + }, + new + { + FilterListId = 1289, + TagId = 35 + }, + new + { + FilterListId = 1290, + TagId = 6 + }, + new + { + FilterListId = 1290, + TagId = 7 + }, + new + { + FilterListId = 1290, + TagId = 13 + }, + new + { + FilterListId = 1291, + TagId = 25 + }, + new + { + FilterListId = 1291, + TagId = 35 + }, + new + { + FilterListId = 1292, + TagId = 9 + }, + new + { + FilterListId = 1293, + TagId = 14 + }, + new + { + FilterListId = 1294, + TagId = 2 + }, + new + { + FilterListId = 1295, + TagId = 1 + }, + new + { + FilterListId = 1295, + TagId = 2 + }, + new + { + FilterListId = 1295, + TagId = 3 + }, + new + { + FilterListId = 1295, + TagId = 6 + }, + new + { + FilterListId = 1296, + TagId = 3 + }, + new + { + FilterListId = 1297, + TagId = 27 + }, + new + { + FilterListId = 1298, + TagId = 3 + }, + new + { + FilterListId = 1298, + TagId = 22 + }, + new + { + FilterListId = 1299, + TagId = 3 + }, + new + { + FilterListId = 1300, + TagId = 3 + }, + new + { + FilterListId = 1301, + TagId = 3 + }, + new + { + FilterListId = 1301, + TagId = 4 + }, + new + { + FilterListId = 1301, + TagId = 14 + }, + new + { + FilterListId = 1301, + TagId = 19 + }, + new + { + FilterListId = 1301, + TagId = 35 + }, + new + { + FilterListId = 1301, + TagId = 38 + }, + new + { + FilterListId = 1302, + TagId = 2 + }, + new + { + FilterListId = 1302, + TagId = 3 + }, + new + { + FilterListId = 1302, + TagId = 9 + }, + new + { + FilterListId = 1303, + TagId = 9 + }, + new + { + FilterListId = 1304, + TagId = 27 + }, + new + { + FilterListId = 1305, + TagId = 2 + }, + new + { + FilterListId = 1306, + TagId = 2 + }, + new + { + FilterListId = 1307, + TagId = 6 + }, + new + { + FilterListId = 1308, + TagId = 6 + }, + new + { + FilterListId = 1309, + TagId = 15 + }, + new + { + FilterListId = 1310, + TagId = 15 + }, + new + { + FilterListId = 1311, + TagId = 3 + }, + new + { + FilterListId = 1311, + TagId = 12 + }, + new + { + FilterListId = 1312, + TagId = 3 + }, + new + { + FilterListId = 1312, + TagId = 12 + }, + new + { + FilterListId = 1313, + TagId = 15 + }, + new + { + FilterListId = 1314, + TagId = 15 + }, + new + { + FilterListId = 1315, + TagId = 15 + }, + new + { + FilterListId = 1316, + TagId = 15 + }, + new + { + FilterListId = 1317, + TagId = 15 + }, + new + { + FilterListId = 1318, + TagId = 15 + }, + new + { + FilterListId = 1319, + TagId = 15 + }, + new + { + FilterListId = 1320, + TagId = 15 + }, + new + { + FilterListId = 1321, + TagId = 4 + }, + new + { + FilterListId = 1322, + TagId = 4 + }, + new + { + FilterListId = 1323, + TagId = 7 + }, + new + { + FilterListId = 1324, + TagId = 7 + }, + new + { + FilterListId = 1325, + TagId = 15 + }, + new + { + FilterListId = 1326, + TagId = 15 + }, + new + { + FilterListId = 1327, + TagId = 15 + }, + new + { + FilterListId = 1328, + TagId = 15 + }, + new + { + FilterListId = 1329, + TagId = 15 + }, + new + { + FilterListId = 1330, + TagId = 15 + }, + new + { + FilterListId = 1331, + TagId = 37 + }, + new + { + FilterListId = 1332, + TagId = 37 + }, + new + { + FilterListId = 1333, + TagId = 15 + }, + new + { + FilterListId = 1334, + TagId = 15 + }, + new + { + FilterListId = 1335, + TagId = 15 + }, + new + { + FilterListId = 1336, + TagId = 15 + }, + new + { + FilterListId = 1337, + TagId = 15 + }, + new + { + FilterListId = 1338, + TagId = 15 + }, + new + { + FilterListId = 1339, + TagId = 15 + }, + new + { + FilterListId = 1340, + TagId = 15 + }, + new + { + FilterListId = 1341, + TagId = 15 + }, + new + { + FilterListId = 1342, + TagId = 15 + }, + new + { + FilterListId = 1343, + TagId = 15 + }, + new + { + FilterListId = 1344, + TagId = 15 + }, + new + { + FilterListId = 1345, + TagId = 15 + }, + new + { + FilterListId = 1346, + TagId = 15 + }, + new + { + FilterListId = 1347, + TagId = 22 + }, + new + { + FilterListId = 1348, + TagId = 22 + }, + new + { + FilterListId = 1349, + TagId = 4 + }, + new + { + FilterListId = 1350, + TagId = 4 + }, + new + { + FilterListId = 1351, + TagId = 17 + }, + new + { + FilterListId = 1352, + TagId = 17 + }, + new + { + FilterListId = 1353, + TagId = 25 + }, + new + { + FilterListId = 1354, + TagId = 25 + }, + new + { + FilterListId = 1355, + TagId = 24 + }, + new + { + FilterListId = 1356, + TagId = 24 + }, + new + { + FilterListId = 1357, + TagId = 15 + }, + new + { + FilterListId = 1358, + TagId = 15 + }, + new + { + FilterListId = 1359, + TagId = 30 + }, + new + { + FilterListId = 1360, + TagId = 30 + }, + new + { + FilterListId = 1361, + TagId = 30 + }, + new + { + FilterListId = 1362, + TagId = 30 + }, + new + { + FilterListId = 1363, + TagId = 15 + }, + new + { + FilterListId = 1364, + TagId = 15 + }, + new + { + FilterListId = 1365, + TagId = 15 + }, + new + { + FilterListId = 1366, + TagId = 15 + }, + new + { + FilterListId = 1367, + TagId = 15 + }, + new + { + FilterListId = 1368, + TagId = 15 + }, + new + { + FilterListId = 1369, + TagId = 15 + }, + new + { + FilterListId = 1370, + TagId = 15 + }, + new + { + FilterListId = 1371, + TagId = 30 + }, + new + { + FilterListId = 1372, + TagId = 30 + }, + new + { + FilterListId = 1373, + TagId = 15 + }, + new + { + FilterListId = 1374, + TagId = 15 + }, + new + { + FilterListId = 1375, + TagId = 15 + }, + new + { + FilterListId = 1376, + TagId = 15 + }, + new + { + FilterListId = 1377, + TagId = 30 + }, + new + { + FilterListId = 1378, + TagId = 30 + }, + new + { + FilterListId = 1379, + TagId = 15 + }, + new + { + FilterListId = 1380, + TagId = 15 + }, + new + { + FilterListId = 1381, + TagId = 15 + }, + new + { + FilterListId = 1382, + TagId = 15 + }, + new + { + FilterListId = 1383, + TagId = 30 + }, + new + { + FilterListId = 1384, + TagId = 30 + }, + new + { + FilterListId = 1385, + TagId = 30 + }, + new + { + FilterListId = 1386, + TagId = 30 + }, + new + { + FilterListId = 1387, + TagId = 30 + }, + new + { + FilterListId = 1388, + TagId = 30 + }, + new + { + FilterListId = 1389, + TagId = 30 + }, + new + { + FilterListId = 1390, + TagId = 30 + }, + new + { + FilterListId = 1391, + TagId = 25 + }, + new + { + FilterListId = 1392, + TagId = 25 + }, + new + { + FilterListId = 1393, + TagId = 11 + }, + new + { + FilterListId = 1394, + TagId = 11 + }, + new + { + FilterListId = 1395, + TagId = 30 + }, + new + { + FilterListId = 1396, + TagId = 30 + }, + new + { + FilterListId = 1397, + TagId = 30 + }, + new + { + FilterListId = 1398, + TagId = 30 + }, + new + { + FilterListId = 1399, + TagId = 15 + }, + new + { + FilterListId = 1400, + TagId = 15 + }, + new + { + FilterListId = 1401, + TagId = 15 + }, + new + { + FilterListId = 1402, + TagId = 15 + }, + new + { + FilterListId = 1403, + TagId = 15 + }, + new + { + FilterListId = 1404, + TagId = 15 + }, + new + { + FilterListId = 1405, + TagId = 15 + }, + new + { + FilterListId = 1406, + TagId = 15 + }, + new + { + FilterListId = 1407, + TagId = 15 + }, + new + { + FilterListId = 1408, + TagId = 15 + }, + new + { + FilterListId = 1409, + TagId = 15 + }, + new + { + FilterListId = 1410, + TagId = 15 + }, + new + { + FilterListId = 1411, + TagId = 22 + }, + new + { + FilterListId = 1412, + TagId = 22 + }, + new + { + FilterListId = 1413, + TagId = 15 + }, + new + { + FilterListId = 1414, + TagId = 15 + }, + new + { + FilterListId = 1415, + TagId = 30 + }, + new + { + FilterListId = 1416, + TagId = 30 + }, + new + { + FilterListId = 1417, + TagId = 15 + }, + new + { + FilterListId = 1418, + TagId = 15 + }, + new + { + FilterListId = 1419, + TagId = 15 + }, + new + { + FilterListId = 1420, + TagId = 15 + }, + new + { + FilterListId = 1421, + TagId = 13 + }, + new + { + FilterListId = 1422, + TagId = 13 + }, + new + { + FilterListId = 1423, + TagId = 15 + }, + new + { + FilterListId = 1424, + TagId = 15 + }, + new + { + FilterListId = 1425, + TagId = 11 + }, + new + { + FilterListId = 1426, + TagId = 11 + }, + new + { + FilterListId = 1427, + TagId = 15 + }, + new + { + FilterListId = 1428, + TagId = 15 + }, + new + { + FilterListId = 1429, + TagId = 4 + }, + new + { + FilterListId = 1430, + TagId = 4 + }, + new + { + FilterListId = 1431, + TagId = 6 + }, + new + { + FilterListId = 1432, + TagId = 6 + }, + new + { + FilterListId = 1433, + TagId = 3 + }, + new + { + FilterListId = 1434, + TagId = 3 + }, + new + { + FilterListId = 1435, + TagId = 26 + }, + new + { + FilterListId = 1436, + TagId = 26 + }, + new + { + FilterListId = 1437, + TagId = 23 + }, + new + { + FilterListId = 1438, + TagId = 23 + }, + new + { + FilterListId = 1439, + TagId = 11 + }, + new + { + FilterListId = 1440, + TagId = 11 + }, + new + { + FilterListId = 1441, + TagId = 24 + }, + new + { + FilterListId = 1442, + TagId = 24 + }, + new + { + FilterListId = 1443, + TagId = 3 + }, + new + { + FilterListId = 1444, + TagId = 3 + }, + new + { + FilterListId = 1445, + TagId = 4 + }, + new + { + FilterListId = 1446, + TagId = 4 + }, + new + { + FilterListId = 1447, + TagId = 4 + }, + new + { + FilterListId = 1448, + TagId = 4 + }, + new + { + FilterListId = 1449, + TagId = 30 + }, + new + { + FilterListId = 1450, + TagId = 30 + }, + new + { + FilterListId = 1451, + TagId = 30 + }, + new + { + FilterListId = 1452, + TagId = 30 + }, + new + { + FilterListId = 1454, + TagId = 9 + }, + new + { + FilterListId = 1455, + TagId = 9 + }, + new + { + FilterListId = 1456, + TagId = 4 + }, + new + { + FilterListId = 1457, + TagId = 7 + }, + new + { + FilterListId = 1458, + TagId = 2 + }, + new + { + FilterListId = 1458, + TagId = 3 + }, + new + { + FilterListId = 1459, + TagId = 22 + }, + new + { + FilterListId = 1460, + TagId = 6 + }, + new + { + FilterListId = 1460, + TagId = 7 + }, + new + { + FilterListId = 1460, + TagId = 15 + }, + new + { + FilterListId = 1460, + TagId = 20 + }, + new + { + FilterListId = 1461, + TagId = 9 + }, + new + { + FilterListId = 1461, + TagId = 15 + }, + new + { + FilterListId = 1461, + TagId = 19 + }, + new + { + FilterListId = 1461, + TagId = 35 + }, + new + { + FilterListId = 1463, + TagId = 1 + }, + new + { + FilterListId = 1463, + TagId = 2 + }, + new + { + FilterListId = 1463, + TagId = 3 + }, + new + { + FilterListId = 1463, + TagId = 7 + }, + new + { + FilterListId = 1464, + TagId = 2 + }, + new + { + FilterListId = 1464, + TagId = 7 + }, + new + { + FilterListId = 1465, + TagId = 2 + }, + new + { + FilterListId = 1465, + TagId = 35 + }, + new + { + FilterListId = 1466, + TagId = 3 + }, + new + { + FilterListId = 1467, + TagId = 3 + }, + new + { + FilterListId = 1468, + TagId = 3 + }, + new + { + FilterListId = 1469, + TagId = 3 + }, + new + { + FilterListId = 1470, + TagId = 3 + }, + new + { + FilterListId = 1470, + TagId = 6 + }, + new + { + FilterListId = 1471, + TagId = 2 + }, + new + { + FilterListId = 1473, + TagId = 2 + }, + new + { + FilterListId = 1473, + TagId = 3 + }, + new + { + FilterListId = 1474, + TagId = 2 + }, + new + { + FilterListId = 1474, + TagId = 3 + }, + new + { + FilterListId = 1475, + TagId = 3 + }, + new + { + FilterListId = 1475, + TagId = 4 + }, + new + { + FilterListId = 1476, + TagId = 3 + }, + new + { + FilterListId = 1476, + TagId = 4 + }, + new + { + FilterListId = 1477, + TagId = 3 + }, + new + { + FilterListId = 1477, + TagId = 4 + }, + new + { + FilterListId = 1478, + TagId = 3 + }, + new + { + FilterListId = 1479, + TagId = 3 + }, + new + { + FilterListId = 1479, + TagId = 4 + }, + new + { + FilterListId = 1480, + TagId = 3 + }, + new + { + FilterListId = 1481, + TagId = 3 + }, + new + { + FilterListId = 1481, + TagId = 4 + }, + new + { + FilterListId = 1483, + TagId = 3 + }, + new + { + FilterListId = 1483, + TagId = 4 + }, + new + { + FilterListId = 1483, + TagId = 10 + }, + new + { + FilterListId = 1484, + TagId = 24 + }, + new + { + FilterListId = 1485, + TagId = 24 + }, + new + { + FilterListId = 1486, + TagId = 24 + }, + new + { + FilterListId = 1487, + TagId = 3 + }, + new + { + FilterListId = 1490, + TagId = 3 + }, + new + { + FilterListId = 1490, + TagId = 6 + }, + new + { + FilterListId = 1492, + TagId = 3 + }, + new + { + FilterListId = 1493, + TagId = 1 + }, + new + { + FilterListId = 1494, + TagId = 3 + }, + new + { + FilterListId = 1495, + TagId = 3 + }, + new + { + FilterListId = 1495, + TagId = 6 + }, + new + { + FilterListId = 1495, + TagId = 7 + }, + new + { + FilterListId = 1495, + TagId = 36 + }, + new + { + FilterListId = 1496, + TagId = 3 + }, + new + { + FilterListId = 1496, + TagId = 6 + }, + new + { + FilterListId = 1497, + TagId = 3 + }, + new + { + FilterListId = 1498, + TagId = 3 + }, + new + { + FilterListId = 1499, + TagId = 3 + }, + new + { + FilterListId = 1500, + TagId = 3 + }, + new + { + FilterListId = 1501, + TagId = 3 + }, + new + { + FilterListId = 1501, + TagId = 11 + }, + new + { + FilterListId = 1502, + TagId = 3 + }, + new + { + FilterListId = 1502, + TagId = 6 + }, + new + { + FilterListId = 1503, + TagId = 3 + }, + new + { + FilterListId = 1503, + TagId = 6 + }, + new + { + FilterListId = 1504, + TagId = 3 + }, + new + { + FilterListId = 1504, + TagId = 6 + }, + new + { + FilterListId = 1505, + TagId = 6 + }, + new + { + FilterListId = 1506, + TagId = 3 + }, + new + { + FilterListId = 1506, + TagId = 6 + }, + new + { + FilterListId = 1507, + TagId = 2 + }, + new + { + FilterListId = 1507, + TagId = 6 + }, + new + { + FilterListId = 1508, + TagId = 3 + }, + new + { + FilterListId = 1508, + TagId = 6 + }, + new + { + FilterListId = 1509, + TagId = 3 + }, + new + { + FilterListId = 1509, + TagId = 6 + }, + new + { + FilterListId = 1510, + TagId = 3 + }, + new + { + FilterListId = 1510, + TagId = 6 + }, + new + { + FilterListId = 1511, + TagId = 3 + }, + new + { + FilterListId = 1512, + TagId = 3 + }, + new + { + FilterListId = 1513, + TagId = 3 + }, + new + { + FilterListId = 1517, + TagId = 3 + }, + new + { + FilterListId = 1520, + TagId = 6 + }, + new + { + FilterListId = 1523, + TagId = 2 + }, + new + { + FilterListId = 1523, + TagId = 3 + }, + new + { + FilterListId = 1523, + TagId = 6 + }, + new + { + FilterListId = 1523, + TagId = 7 + }, + new + { + FilterListId = 1524, + TagId = 3 + }, + new + { + FilterListId = 1525, + TagId = 3 + }, + new + { + FilterListId = 1526, + TagId = 2 + }, + new + { + FilterListId = 1526, + TagId = 3 + }, + new + { + FilterListId = 1527, + TagId = 2 + }, + new + { + FilterListId = 1527, + TagId = 3 + }, + new + { + FilterListId = 1528, + TagId = 2 + }, + new + { + FilterListId = 1529, + TagId = 2 + }, + new + { + FilterListId = 1530, + TagId = 29 + }, + new + { + FilterListId = 1531, + TagId = 2 + }, + new + { + FilterListId = 1531, + TagId = 6 + }, + new + { + FilterListId = 1532, + TagId = 3 + }, + new + { + FilterListId = 1532, + TagId = 6 + }, + new + { + FilterListId = 1532, + TagId = 7 + }, + new + { + FilterListId = 1533, + TagId = 2 + }, + new + { + FilterListId = 1534, + TagId = 2 + }, + new + { + FilterListId = 1534, + TagId = 3 + }, + new + { + FilterListId = 1535, + TagId = 27 + }, + new + { + FilterListId = 1536, + TagId = 2 + }, + new + { + FilterListId = 1536, + TagId = 3 + }, + new + { + FilterListId = 1537, + TagId = 3 + }, + new + { + FilterListId = 1538, + TagId = 2 + }, + new + { + FilterListId = 1539, + TagId = 2 + }, + new + { + FilterListId = 1539, + TagId = 38 + }, + new + { + FilterListId = 1540, + TagId = 2 + }, + new + { + FilterListId = 1541, + TagId = 10 + }, + new + { + FilterListId = 1542, + TagId = 2 + }, + new + { + FilterListId = 1543, + TagId = 2 + }, + new + { + FilterListId = 1544, + TagId = 2 + }, + new + { + FilterListId = 1545, + TagId = 2 + }, + new + { + FilterListId = 1546, + TagId = 2 + }, + new + { + FilterListId = 1547, + TagId = 2 + }, + new + { + FilterListId = 1548, + TagId = 2 + }, + new + { + FilterListId = 1549, + TagId = 2 + }, + new + { + FilterListId = 1550, + TagId = 27 + }, + new + { + FilterListId = 1551, + TagId = 27 + }, + new + { + FilterListId = 1552, + TagId = 15 + }, + new + { + FilterListId = 1554, + TagId = 22 + }, + new + { + FilterListId = 1555, + TagId = 12 + }, + new + { + FilterListId = 1556, + TagId = 30 + }, + new + { + FilterListId = 1557, + TagId = 2 + }, + new + { + FilterListId = 1557, + TagId = 3 + }, + new + { + FilterListId = 1557, + TagId = 36 + }, + new + { + FilterListId = 1558, + TagId = 5 + }, + new + { + FilterListId = 1559, + TagId = 21 + }, + new + { + FilterListId = 1560, + TagId = 1 + }, + new + { + FilterListId = 1561, + TagId = 5 + }, + new + { + FilterListId = 1561, + TagId = 14 + }, + new + { + FilterListId = 1562, + TagId = 2 + }, + new + { + FilterListId = 1562, + TagId = 3 + }, + new + { + FilterListId = 1562, + TagId = 4 + }, + new + { + FilterListId = 1562, + TagId = 8 + }, + new + { + FilterListId = 1562, + TagId = 16 + }, + new + { + FilterListId = 1562, + TagId = 20 + }, + new + { + FilterListId = 1562, + TagId = 29 + }, + new + { + FilterListId = 1563, + TagId = 2 + }, + new + { + FilterListId = 1564, + TagId = 21 + }, + new + { + FilterListId = 1565, + TagId = 30 + }, + new + { + FilterListId = 1566, + TagId = 2 + }, + new + { + FilterListId = 1567, + TagId = 2 + }, + new + { + FilterListId = 1568, + TagId = 2 + }, + new + { + FilterListId = 1569, + TagId = 2 + }, + new + { + FilterListId = 1570, + TagId = 2 + }, + new + { + FilterListId = 1573, + TagId = 2 + }, + new + { + FilterListId = 1574, + TagId = 2 + }, + new + { + FilterListId = 1574, + TagId = 3 + }, + new + { + FilterListId = 1574, + TagId = 4 + }, + new + { + FilterListId = 1574, + TagId = 8 + }, + new + { + FilterListId = 1574, + TagId = 16 + }, + new + { + FilterListId = 1574, + TagId = 20 + }, + new + { + FilterListId = 1574, + TagId = 29 + }, + new + { + FilterListId = 1575, + TagId = 9 + }, + new + { + FilterListId = 1575, + TagId = 19 + }, + new + { + FilterListId = 1575, + TagId = 35 + }, + new + { + FilterListId = 1576, + TagId = 18 + }, + new + { + FilterListId = 1576, + TagId = 27 + }, + new + { + FilterListId = 1577, + TagId = 2 + }, + new + { + FilterListId = 1577, + TagId = 10 + }, + new + { + FilterListId = 1578, + TagId = 19 + }, + new + { + FilterListId = 1579, + TagId = 2 + }, + new + { + FilterListId = 1581, + TagId = 2 + }, + new + { + FilterListId = 1581, + TagId = 6 + }, + new + { + FilterListId = 1581, + TagId = 9 + }, + new + { + FilterListId = 1581, + TagId = 10 + }, + new + { + FilterListId = 1581, + TagId = 31 + }, + new + { + FilterListId = 1582, + TagId = 2 + }, + new + { + FilterListId = 1582, + TagId = 6 + }, + new + { + FilterListId = 1582, + TagId = 9 + }, + new + { + FilterListId = 1582, + TagId = 10 + }, + new + { + FilterListId = 1582, + TagId = 31 + }, + new + { + FilterListId = 1583, + TagId = 2 + }, + new + { + FilterListId = 1583, + TagId = 6 + }, + new + { + FilterListId = 1584, + TagId = 2 + }, + new + { + FilterListId = 1584, + TagId = 6 + }, + new + { + FilterListId = 1585, + TagId = 2 + }, + new + { + FilterListId = 1585, + TagId = 6 + }, + new + { + FilterListId = 1586, + TagId = 6 + }, + new + { + FilterListId = 1587, + TagId = 6 + }, + new + { + FilterListId = 1588, + TagId = 6 + }, + new + { + FilterListId = 1589, + TagId = 6 + }, + new + { + FilterListId = 1589, + TagId = 38 + }, + new + { + FilterListId = 1590, + TagId = 6 + }, + new + { + FilterListId = 1591, + TagId = 15 + }, + new + { + FilterListId = 1591, + TagId = 19 + }, + new + { + FilterListId = 1592, + TagId = 30 + }, + new + { + FilterListId = 1593, + TagId = 2 + }, + new + { + FilterListId = 1593, + TagId = 6 + }, + new + { + FilterListId = 1593, + TagId = 9 + }, + new + { + FilterListId = 1593, + TagId = 31 + }, + new + { + FilterListId = 1594, + TagId = 7 + }, + new + { + FilterListId = 1595, + TagId = 7 + }, + new + { + FilterListId = 1596, + TagId = 1 + }, + new + { + FilterListId = 1597, + TagId = 1 + }, + new + { + FilterListId = 1597, + TagId = 2 + }, + new + { + FilterListId = 1597, + TagId = 3 + }, + new + { + FilterListId = 1597, + TagId = 6 + }, + new + { + FilterListId = 1597, + TagId = 7 + }, + new + { + FilterListId = 1597, + TagId = 36 + }, + new + { + FilterListId = 1598, + TagId = 1 + }, + new + { + FilterListId = 1598, + TagId = 2 + }, + new + { + FilterListId = 1598, + TagId = 3 + }, + new + { + FilterListId = 1598, + TagId = 6 + }, + new + { + FilterListId = 1598, + TagId = 7 + }, + new + { + FilterListId = 1598, + TagId = 36 + }, + new + { + FilterListId = 1599, + TagId = 1 + }, + new + { + FilterListId = 1599, + TagId = 2 + }, + new + { + FilterListId = 1599, + TagId = 3 + }, + new + { + FilterListId = 1599, + TagId = 6 + }, + new + { + FilterListId = 1599, + TagId = 7 + }, + new + { + FilterListId = 1599, + TagId = 36 + }, + new + { + FilterListId = 1600, + TagId = 1 + }, + new + { + FilterListId = 1600, + TagId = 2 + }, + new + { + FilterListId = 1600, + TagId = 3 + }, + new + { + FilterListId = 1600, + TagId = 6 + }, + new + { + FilterListId = 1600, + TagId = 7 + }, + new + { + FilterListId = 1600, + TagId = 36 + }, + new + { + FilterListId = 1601, + TagId = 2 + }, + new + { + FilterListId = 1601, + TagId = 6 + }, + new + { + FilterListId = 1603, + TagId = 6 + }, + new + { + FilterListId = 1604, + TagId = 9 + }, + new + { + FilterListId = 1604, + TagId = 35 + }, + new + { + FilterListId = 1605, + TagId = 30 + }, + new + { + FilterListId = 1606, + TagId = 19 + }, + new + { + FilterListId = 1607, + TagId = 6 + }, + new + { + FilterListId = 1608, + TagId = 1 + }, + new + { + FilterListId = 1608, + TagId = 2 + }, + new + { + FilterListId = 1608, + TagId = 3 + }, + new + { + FilterListId = 1608, + TagId = 6 + }, + new + { + FilterListId = 1608, + TagId = 7 + }, + new + { + FilterListId = 1609, + TagId = 1 + }, + new + { + FilterListId = 1609, + TagId = 2 + }, + new + { + FilterListId = 1609, + TagId = 3 + }, + new + { + FilterListId = 1609, + TagId = 4 + }, + new + { + FilterListId = 1609, + TagId = 6 + }, + new + { + FilterListId = 1609, + TagId = 7 + }, + new + { + FilterListId = 1609, + TagId = 11 + }, + new + { + FilterListId = 1609, + TagId = 17 + }, + new + { + FilterListId = 1609, + TagId = 21 + }, + new + { + FilterListId = 1610, + TagId = 1 + }, + new + { + FilterListId = 1610, + TagId = 2 + }, + new + { + FilterListId = 1610, + TagId = 3 + }, + new + { + FilterListId = 1610, + TagId = 6 + }, + new + { + FilterListId = 1610, + TagId = 7 + }, + new + { + FilterListId = 1610, + TagId = 11 + }, + new + { + FilterListId = 1610, + TagId = 17 + }, + new + { + FilterListId = 1610, + TagId = 21 + }, + new + { + FilterListId = 1611, + TagId = 1 + }, + new + { + FilterListId = 1611, + TagId = 2 + }, + new + { + FilterListId = 1611, + TagId = 3 + }, + new + { + FilterListId = 1611, + TagId = 4 + }, + new + { + FilterListId = 1611, + TagId = 6 + }, + new + { + FilterListId = 1611, + TagId = 7 + }, + new + { + FilterListId = 1611, + TagId = 17 + }, + new + { + FilterListId = 1611, + TagId = 21 + }, + new + { + FilterListId = 1612, + TagId = 1 + }, + new + { + FilterListId = 1612, + TagId = 2 + }, + new + { + FilterListId = 1612, + TagId = 3 + }, + new + { + FilterListId = 1612, + TagId = 6 + }, + new + { + FilterListId = 1612, + TagId = 7 + }, + new + { + FilterListId = 1612, + TagId = 17 + }, + new + { + FilterListId = 1612, + TagId = 21 + }, + new + { + FilterListId = 1613, + TagId = 1 + }, + new + { + FilterListId = 1613, + TagId = 2 + }, + new + { + FilterListId = 1613, + TagId = 3 + }, + new + { + FilterListId = 1613, + TagId = 4 + }, + new + { + FilterListId = 1613, + TagId = 6 + }, + new + { + FilterListId = 1613, + TagId = 7 + }, + new + { + FilterListId = 1613, + TagId = 17 + }, + new + { + FilterListId = 1613, + TagId = 21 + }, + new + { + FilterListId = 1614, + TagId = 1 + }, + new + { + FilterListId = 1614, + TagId = 2 + }, + new + { + FilterListId = 1614, + TagId = 3 + }, + new + { + FilterListId = 1614, + TagId = 6 + }, + new + { + FilterListId = 1614, + TagId = 7 + }, + new + { + FilterListId = 1614, + TagId = 11 + }, + new + { + FilterListId = 1614, + TagId = 21 + }, + new + { + FilterListId = 1615, + TagId = 1 + }, + new + { + FilterListId = 1615, + TagId = 2 + }, + new + { + FilterListId = 1615, + TagId = 3 + }, + new + { + FilterListId = 1615, + TagId = 4 + }, + new + { + FilterListId = 1615, + TagId = 6 + }, + new + { + FilterListId = 1615, + TagId = 7 + }, + new + { + FilterListId = 1615, + TagId = 21 + }, + new + { + FilterListId = 1616, + TagId = 1 + }, + new + { + FilterListId = 1616, + TagId = 2 + }, + new + { + FilterListId = 1616, + TagId = 3 + }, + new + { + FilterListId = 1616, + TagId = 6 + }, + new + { + FilterListId = 1616, + TagId = 7 + }, + new + { + FilterListId = 1616, + TagId = 21 + }, + new + { + FilterListId = 1617, + TagId = 1 + }, + new + { + FilterListId = 1617, + TagId = 2 + }, + new + { + FilterListId = 1617, + TagId = 3 + }, + new + { + FilterListId = 1617, + TagId = 4 + }, + new + { + FilterListId = 1617, + TagId = 6 + }, + new + { + FilterListId = 1617, + TagId = 7 + }, + new + { + FilterListId = 1617, + TagId = 11 + }, + new + { + FilterListId = 1617, + TagId = 17 + }, + new + { + FilterListId = 1618, + TagId = 1 + }, + new + { + FilterListId = 1618, + TagId = 2 + }, + new + { + FilterListId = 1618, + TagId = 3 + }, + new + { + FilterListId = 1618, + TagId = 6 + }, + new + { + FilterListId = 1618, + TagId = 7 + }, + new + { + FilterListId = 1618, + TagId = 11 + }, + new + { + FilterListId = 1618, + TagId = 17 + }, + new + { + FilterListId = 1619, + TagId = 1 + }, + new + { + FilterListId = 1619, + TagId = 2 + }, + new + { + FilterListId = 1619, + TagId = 3 + }, + new + { + FilterListId = 1619, + TagId = 4 + }, + new + { + FilterListId = 1619, + TagId = 6 + }, + new + { + FilterListId = 1619, + TagId = 7 + }, + new + { + FilterListId = 1619, + TagId = 17 + }, + new + { + FilterListId = 1620, + TagId = 1 + }, + new + { + FilterListId = 1620, + TagId = 2 + }, + new + { + FilterListId = 1620, + TagId = 3 + }, + new + { + FilterListId = 1620, + TagId = 6 + }, + new + { + FilterListId = 1620, + TagId = 7 + }, + new + { + FilterListId = 1620, + TagId = 17 + }, + new + { + FilterListId = 1621, + TagId = 1 + }, + new + { + FilterListId = 1621, + TagId = 2 + }, + new + { + FilterListId = 1621, + TagId = 3 + }, + new + { + FilterListId = 1621, + TagId = 4 + }, + new + { + FilterListId = 1621, + TagId = 6 + }, + new + { + FilterListId = 1621, + TagId = 7 + }, + new + { + FilterListId = 1621, + TagId = 11 + }, + new + { + FilterListId = 1622, + TagId = 1 + }, + new + { + FilterListId = 1622, + TagId = 2 + }, + new + { + FilterListId = 1622, + TagId = 3 + }, + new + { + FilterListId = 1622, + TagId = 6 + }, + new + { + FilterListId = 1622, + TagId = 7 + }, + new + { + FilterListId = 1622, + TagId = 11 + }, + new + { + FilterListId = 1623, + TagId = 1 + }, + new + { + FilterListId = 1623, + TagId = 2 + }, + new + { + FilterListId = 1623, + TagId = 3 + }, + new + { + FilterListId = 1623, + TagId = 4 + }, + new + { + FilterListId = 1623, + TagId = 6 + }, + new + { + FilterListId = 1624, + TagId = 2 + }, + new + { + FilterListId = 1624, + TagId = 3 + }, + new + { + FilterListId = 1625, + TagId = 2 + }, + new + { + FilterListId = 1625, + TagId = 3 + }, + new + { + FilterListId = 1626, + TagId = 10 + }, + new + { + FilterListId = 1627, + TagId = 2 + }, + new + { + FilterListId = 1628, + TagId = 3 + }, + new + { + FilterListId = 1629, + TagId = 10 + }, + new + { + FilterListId = 1630, + TagId = 4 + }, + new + { + FilterListId = 1630, + TagId = 6 + }, + new + { + FilterListId = 1631, + TagId = 3 + }, + new + { + FilterListId = 1631, + TagId = 4 + }, + new + { + FilterListId = 1632, + TagId = 3 + }, + new + { + FilterListId = 1632, + TagId = 4 + }, + new + { + FilterListId = 1633, + TagId = 3 + }, + new + { + FilterListId = 1633, + TagId = 26 + }, + new + { + FilterListId = 1634, + TagId = 3 + }, + new + { + FilterListId = 1635, + TagId = 22 + }, + new + { + FilterListId = 1636, + TagId = 22 + }, + new + { + FilterListId = 1637, + TagId = 4 + }, + new + { + FilterListId = 1638, + TagId = 12 + }, + new + { + FilterListId = 1639, + TagId = 15 + }, + new + { + FilterListId = 1639, + TagId = 19 + }, + new + { + FilterListId = 1640, + TagId = 4 + }, + new + { + FilterListId = 1640, + TagId = 10 + }, + new + { + FilterListId = 1641, + TagId = 10 + }, + new + { + FilterListId = 1642, + TagId = 3 + }, + new + { + FilterListId = 1643, + TagId = 3 + }, + new + { + FilterListId = 1644, + TagId = 3 + }, + new + { + FilterListId = 1645, + TagId = 2 + }, + new + { + FilterListId = 1645, + TagId = 3 + }, + new + { + FilterListId = 1646, + TagId = 2 + }, + new + { + FilterListId = 1646, + TagId = 3 + }, + new + { + FilterListId = 1647, + TagId = 6 + }, + new + { + FilterListId = 1648, + TagId = 9 + }, + new + { + FilterListId = 1649, + TagId = 15 + }, + new + { + FilterListId = 1649, + TagId = 35 + }, + new + { + FilterListId = 1650, + TagId = 15 + }, + new + { + FilterListId = 1650, + TagId = 35 + }, + new + { + FilterListId = 1651, + TagId = 3 + }, + new + { + FilterListId = 1652, + TagId = 10 + }, + new + { + FilterListId = 1653, + TagId = 10 + }, + new + { + FilterListId = 1656, + TagId = 3 + }, + new + { + FilterListId = 1657, + TagId = 10 + }, + new + { + FilterListId = 1658, + TagId = 10 + }, + new + { + FilterListId = 1659, + TagId = 10 + }, + new + { + FilterListId = 1660, + TagId = 10 + }, + new + { + FilterListId = 1661, + TagId = 3 + }, + new + { + FilterListId = 1662, + TagId = 9 + }, + new + { + FilterListId = 1663, + TagId = 10 + }, + new + { + FilterListId = 1664, + TagId = 6 + }, + new + { + FilterListId = 1665, + TagId = 6 + }, + new + { + FilterListId = 1666, + TagId = 1 + }, + new + { + FilterListId = 1667, + TagId = 1 + }, + new + { + FilterListId = 1668, + TagId = 15 + }, + new + { + FilterListId = 1669, + TagId = 3 + }, + new + { + FilterListId = 1670, + TagId = 2 + }, + new + { + FilterListId = 1670, + TagId = 3 + }, + new + { + FilterListId = 1671, + TagId = 2 + }, + new + { + FilterListId = 1672, + TagId = 2 + }, + new + { + FilterListId = 1673, + TagId = 19 + }, + new + { + FilterListId = 1674, + TagId = 19 + }, + new + { + FilterListId = 1675, + TagId = 19 + }, + new + { + FilterListId = 1676, + TagId = 19 + }, + new + { + FilterListId = 1677, + TagId = 19 + }, + new + { + FilterListId = 1678, + TagId = 19 + }, + new + { + FilterListId = 1679, + TagId = 19 + }, + new + { + FilterListId = 1680, + TagId = 19 + }, + new + { + FilterListId = 1681, + TagId = 19 + }, + new + { + FilterListId = 1682, + TagId = 19 + }, + new + { + FilterListId = 1683, + TagId = 19 + }, + new + { + FilterListId = 1684, + TagId = 19 + }, + new + { + FilterListId = 1685, + TagId = 19 + }, + new + { + FilterListId = 1686, + TagId = 19 + }, + new + { + FilterListId = 1687, + TagId = 19 + }, + new + { + FilterListId = 1688, + TagId = 19 + }, + new + { + FilterListId = 1689, + TagId = 19 + }, + new + { + FilterListId = 1690, + TagId = 19 + }, + new + { + FilterListId = 1691, + TagId = 19 + }, + new + { + FilterListId = 1692, + TagId = 19 + }, + new + { + FilterListId = 1693, + TagId = 19 + }, + new + { + FilterListId = 1694, + TagId = 19 + }, + new + { + FilterListId = 1695, + TagId = 19 + }, + new + { + FilterListId = 1696, + TagId = 19 + }, + new + { + FilterListId = 1697, + TagId = 19 + }, + new + { + FilterListId = 1698, + TagId = 19 + }, + new + { + FilterListId = 1699, + TagId = 19 + }, + new + { + FilterListId = 1700, + TagId = 19 + }, + new + { + FilterListId = 1701, + TagId = 2 + }, + new + { + FilterListId = 1702, + TagId = 2 + }, + new + { + FilterListId = 1703, + TagId = 2 + }, + new + { + FilterListId = 1704, + TagId = 2 + }, + new + { + FilterListId = 1706, + TagId = 2 + }, + new + { + FilterListId = 1706, + TagId = 3 + }, + new + { + FilterListId = 1706, + TagId = 6 + }, + new + { + FilterListId = 1707, + TagId = 2 + }, + new + { + FilterListId = 1708, + TagId = 11 + }, + new + { + FilterListId = 1709, + TagId = 4 + }, + new + { + FilterListId = 1710, + TagId = 6 + }, + new + { + FilterListId = 1711, + TagId = 6 + }, + new + { + FilterListId = 1712, + TagId = 3 + }, + new + { + FilterListId = 1712, + TagId = 12 + }, + new + { + FilterListId = 1713, + TagId = 2 + }, + new + { + FilterListId = 1714, + TagId = 6 + }, + new + { + FilterListId = 1715, + TagId = 2 + }, + new + { + FilterListId = 1716, + TagId = 6 + }, + new + { + FilterListId = 1717, + TagId = 6 + }, + new + { + FilterListId = 1718, + TagId = 6 + }, + new + { + FilterListId = 1719, + TagId = 6 + }, + new + { + FilterListId = 1720, + TagId = 3 + }, + new + { + FilterListId = 1720, + TagId = 6 + }, + new + { + FilterListId = 1721, + TagId = 3 + }, + new + { + FilterListId = 1722, + TagId = 6 + }, + new + { + FilterListId = 1723, + TagId = 3 + }, + new + { + FilterListId = 1724, + TagId = 6 + }, + new + { + FilterListId = 1724, + TagId = 7 + }, + new + { + FilterListId = 1725, + TagId = 3 + }, + new + { + FilterListId = 1725, + TagId = 6 + }, + new + { + FilterListId = 1726, + TagId = 6 + }, + new + { + FilterListId = 1727, + TagId = 6 + }, + new + { + FilterListId = 1728, + TagId = 2 + }, + new + { + FilterListId = 1729, + TagId = 2 + }, + new + { + FilterListId = 1730, + TagId = 3 + }, + new + { + FilterListId = 1731, + TagId = 9 + }, + new + { + FilterListId = 1732, + TagId = 6 + }, + new + { + FilterListId = 1733, + TagId = 3 + }, + new + { + FilterListId = 1734, + TagId = 1 + }, + new + { + FilterListId = 1734, + TagId = 2 + }, + new + { + FilterListId = 1734, + TagId = 3 + }, + new + { + FilterListId = 1734, + TagId = 6 + }, + new + { + FilterListId = 1735, + TagId = 1 + }, + new + { + FilterListId = 1735, + TagId = 2 + }, + new + { + FilterListId = 1735, + TagId = 3 + }, + new + { + FilterListId = 1735, + TagId = 6 + }, + new + { + FilterListId = 1736, + TagId = 2 + }, + new + { + FilterListId = 1737, + TagId = 15 + }, + new + { + FilterListId = 1738, + TagId = 6 + }, + new + { + FilterListId = 1739, + TagId = 2 + }, + new + { + FilterListId = 1740, + TagId = 4 + }, + new + { + FilterListId = 1741, + TagId = 11 + }, + new + { + FilterListId = 1742, + TagId = 2 + }, + new + { + FilterListId = 1743, + TagId = 2 + }, + new + { + FilterListId = 1743, + TagId = 3 + }, + new + { + FilterListId = 1743, + TagId = 6 + }, + new + { + FilterListId = 1744, + TagId = 1 + }, + new + { + FilterListId = 1744, + TagId = 2 + }, + new + { + FilterListId = 1744, + TagId = 3 + }, + new + { + FilterListId = 1744, + TagId = 6 + }, + new + { + FilterListId = 1745, + TagId = 1 + }, + new + { + FilterListId = 1745, + TagId = 2 + }, + new + { + FilterListId = 1745, + TagId = 3 + }, + new + { + FilterListId = 1745, + TagId = 6 + }, + new + { + FilterListId = 1745, + TagId = 7 + }, + new + { + FilterListId = 1745, + TagId = 36 + }, + new + { + FilterListId = 1746, + TagId = 1 + }, + new + { + FilterListId = 1746, + TagId = 2 + }, + new + { + FilterListId = 1746, + TagId = 3 + }, + new + { + FilterListId = 1746, + TagId = 6 + }, + new + { + FilterListId = 1746, + TagId = 7 + }, + new + { + FilterListId = 1746, + TagId = 36 + }, + new + { + FilterListId = 1747, + TagId = 11 + }, + new + { + FilterListId = 1747, + TagId = 36 + }, + new + { + FilterListId = 1748, + TagId = 1 + }, + new + { + FilterListId = 1748, + TagId = 2 + }, + new + { + FilterListId = 1748, + TagId = 3 + }, + new + { + FilterListId = 1748, + TagId = 6 + }, + new + { + FilterListId = 1748, + TagId = 7 + }, + new + { + FilterListId = 1748, + TagId = 9 + }, + new + { + FilterListId = 1748, + TagId = 36 + }, + new + { + FilterListId = 1749, + TagId = 1 + }, + new + { + FilterListId = 1749, + TagId = 2 + }, + new + { + FilterListId = 1749, + TagId = 3 + }, + new + { + FilterListId = 1749, + TagId = 6 + }, + new + { + FilterListId = 1749, + TagId = 7 + }, + new + { + FilterListId = 1749, + TagId = 9 + }, + new + { + FilterListId = 1749, + TagId = 11 + }, + new + { + FilterListId = 1749, + TagId = 36 + }, + new + { + FilterListId = 1750, + TagId = 3 + }, + new + { + FilterListId = 1750, + TagId = 6 + }, + new + { + FilterListId = 1751, + TagId = 4 + }, + new + { + FilterListId = 1752, + TagId = 11 + }, + new + { + FilterListId = 1753, + TagId = 2 + }, + new + { + FilterListId = 1754, + TagId = 2 + }, + new + { + FilterListId = 1754, + TagId = 3 + }, + new + { + FilterListId = 1754, + TagId = 6 + }, + new + { + FilterListId = 1755, + TagId = 1 + }, + new + { + FilterListId = 1755, + TagId = 2 + }, + new + { + FilterListId = 1755, + TagId = 3 + }, + new + { + FilterListId = 1755, + TagId = 6 + }, + new + { + FilterListId = 1756, + TagId = 1 + }, + new + { + FilterListId = 1756, + TagId = 2 + }, + new + { + FilterListId = 1756, + TagId = 3 + }, + new + { + FilterListId = 1756, + TagId = 6 + }, + new + { + FilterListId = 1756, + TagId = 7 + }, + new + { + FilterListId = 1756, + TagId = 36 + }, + new + { + FilterListId = 1757, + TagId = 1 + }, + new + { + FilterListId = 1757, + TagId = 2 + }, + new + { + FilterListId = 1757, + TagId = 3 + }, + new + { + FilterListId = 1757, + TagId = 6 + }, + new + { + FilterListId = 1757, + TagId = 7 + }, + new + { + FilterListId = 1757, + TagId = 36 + }, + new + { + FilterListId = 1758, + TagId = 1 + }, + new + { + FilterListId = 1758, + TagId = 2 + }, + new + { + FilterListId = 1758, + TagId = 3 + }, + new + { + FilterListId = 1758, + TagId = 6 + }, + new + { + FilterListId = 1758, + TagId = 7 + }, + new + { + FilterListId = 1758, + TagId = 9 + }, + new + { + FilterListId = 1758, + TagId = 11 + }, + new + { + FilterListId = 1758, + TagId = 36 + }, + new + { + FilterListId = 1759, + TagId = 1 + }, + new + { + FilterListId = 1759, + TagId = 2 + }, + new + { + FilterListId = 1759, + TagId = 3 + }, + new + { + FilterListId = 1759, + TagId = 6 + }, + new + { + FilterListId = 1759, + TagId = 7 + }, + new + { + FilterListId = 1759, + TagId = 9 + }, + new + { + FilterListId = 1759, + TagId = 36 + }, + new + { + FilterListId = 1760, + TagId = 1 + }, + new + { + FilterListId = 1760, + TagId = 2 + }, + new + { + FilterListId = 1760, + TagId = 3 + }, + new + { + FilterListId = 1760, + TagId = 6 + }, + new + { + FilterListId = 1760, + TagId = 7 + }, + new + { + FilterListId = 1760, + TagId = 9 + }, + new + { + FilterListId = 1760, + TagId = 11 + }, + new + { + FilterListId = 1760, + TagId = 36 + }, + new + { + FilterListId = 1761, + TagId = 3 + }, + new + { + FilterListId = 1761, + TagId = 6 + }, + new + { + FilterListId = 1762, + TagId = 4 + }, + new + { + FilterListId = 1763, + TagId = 11 + }, + new + { + FilterListId = 1764, + TagId = 2 + }, + new + { + FilterListId = 1765, + TagId = 2 + }, + new + { + FilterListId = 1765, + TagId = 3 + }, + new + { + FilterListId = 1765, + TagId = 6 + }, + new + { + FilterListId = 1766, + TagId = 1 + }, + new + { + FilterListId = 1766, + TagId = 2 + }, + new + { + FilterListId = 1766, + TagId = 3 + }, + new + { + FilterListId = 1766, + TagId = 6 + }, + new + { + FilterListId = 1767, + TagId = 1 + }, + new + { + FilterListId = 1767, + TagId = 2 + }, + new + { + FilterListId = 1767, + TagId = 3 + }, + new + { + FilterListId = 1767, + TagId = 6 + }, + new + { + FilterListId = 1767, + TagId = 7 + }, + new + { + FilterListId = 1767, + TagId = 36 + }, + new + { + FilterListId = 1768, + TagId = 1 + }, + new + { + FilterListId = 1768, + TagId = 2 + }, + new + { + FilterListId = 1768, + TagId = 3 + }, + new + { + FilterListId = 1768, + TagId = 6 + }, + new + { + FilterListId = 1768, + TagId = 7 + }, + new + { + FilterListId = 1768, + TagId = 36 + }, + new + { + FilterListId = 1769, + TagId = 11 + }, + new + { + FilterListId = 1769, + TagId = 36 + }, + new + { + FilterListId = 1770, + TagId = 1 + }, + new + { + FilterListId = 1770, + TagId = 2 + }, + new + { + FilterListId = 1770, + TagId = 3 + }, + new + { + FilterListId = 1770, + TagId = 6 + }, + new + { + FilterListId = 1770, + TagId = 7 + }, + new + { + FilterListId = 1770, + TagId = 9 + }, + new + { + FilterListId = 1770, + TagId = 36 + }, + new + { + FilterListId = 1771, + TagId = 1 + }, + new + { + FilterListId = 1771, + TagId = 2 + }, + new + { + FilterListId = 1771, + TagId = 3 + }, + new + { + FilterListId = 1771, + TagId = 6 + }, + new + { + FilterListId = 1771, + TagId = 7 + }, + new + { + FilterListId = 1771, + TagId = 9 + }, + new + { + FilterListId = 1771, + TagId = 11 + }, + new + { + FilterListId = 1771, + TagId = 36 + }, + new + { + FilterListId = 1772, + TagId = 3 + }, + new + { + FilterListId = 1772, + TagId = 6 + }, + new + { + FilterListId = 1773, + TagId = 4 + }, + new + { + FilterListId = 1774, + TagId = 11 + }, + new + { + FilterListId = 1775, + TagId = 2 + }, + new + { + FilterListId = 1776, + TagId = 2 + }, + new + { + FilterListId = 1776, + TagId = 3 + }, + new + { + FilterListId = 1776, + TagId = 6 + }, + new + { + FilterListId = 1777, + TagId = 1 + }, + new + { + FilterListId = 1777, + TagId = 2 + }, + new + { + FilterListId = 1777, + TagId = 3 + }, + new + { + FilterListId = 1777, + TagId = 6 + }, + new + { + FilterListId = 1778, + TagId = 1 + }, + new + { + FilterListId = 1778, + TagId = 2 + }, + new + { + FilterListId = 1778, + TagId = 3 + }, + new + { + FilterListId = 1778, + TagId = 6 + }, + new + { + FilterListId = 1778, + TagId = 7 + }, + new + { + FilterListId = 1778, + TagId = 36 + }, + new + { + FilterListId = 1779, + TagId = 1 + }, + new + { + FilterListId = 1779, + TagId = 2 + }, + new + { + FilterListId = 1779, + TagId = 3 + }, + new + { + FilterListId = 1779, + TagId = 6 + }, + new + { + FilterListId = 1779, + TagId = 7 + }, + new + { + FilterListId = 1779, + TagId = 36 + }, + new + { + FilterListId = 1780, + TagId = 11 + }, + new + { + FilterListId = 1780, + TagId = 36 + }, + new + { + FilterListId = 1781, + TagId = 1 + }, + new + { + FilterListId = 1781, + TagId = 2 + }, + new + { + FilterListId = 1781, + TagId = 3 + }, + new + { + FilterListId = 1781, + TagId = 6 + }, + new + { + FilterListId = 1781, + TagId = 7 + }, + new + { + FilterListId = 1781, + TagId = 9 + }, + new + { + FilterListId = 1781, + TagId = 36 + }, + new + { + FilterListId = 1782, + TagId = 1 + }, + new + { + FilterListId = 1782, + TagId = 2 + }, + new + { + FilterListId = 1782, + TagId = 3 + }, + new + { + FilterListId = 1782, + TagId = 6 + }, + new + { + FilterListId = 1782, + TagId = 7 + }, + new + { + FilterListId = 1782, + TagId = 9 + }, + new + { + FilterListId = 1782, + TagId = 11 + }, + new + { + FilterListId = 1782, + TagId = 36 + }, + new + { + FilterListId = 1783, + TagId = 3 + }, + new + { + FilterListId = 1783, + TagId = 6 + }, + new + { + FilterListId = 1784, + TagId = 4 + }, + new + { + FilterListId = 1785, + TagId = 11 + }, + new + { + FilterListId = 1786, + TagId = 2 + }, + new + { + FilterListId = 1787, + TagId = 2 + }, + new + { + FilterListId = 1787, + TagId = 3 + }, + new + { + FilterListId = 1787, + TagId = 6 + }, + new + { + FilterListId = 1788, + TagId = 1 + }, + new + { + FilterListId = 1788, + TagId = 2 + }, + new + { + FilterListId = 1788, + TagId = 3 + }, + new + { + FilterListId = 1788, + TagId = 6 + }, + new + { + FilterListId = 1789, + TagId = 1 + }, + new + { + FilterListId = 1789, + TagId = 2 + }, + new + { + FilterListId = 1789, + TagId = 3 + }, + new + { + FilterListId = 1789, + TagId = 6 + }, + new + { + FilterListId = 1789, + TagId = 7 + }, + new + { + FilterListId = 1789, + TagId = 36 + }, + new + { + FilterListId = 1790, + TagId = 1 + }, + new + { + FilterListId = 1790, + TagId = 2 + }, + new + { + FilterListId = 1790, + TagId = 3 + }, + new + { + FilterListId = 1790, + TagId = 6 + }, + new + { + FilterListId = 1790, + TagId = 7 + }, + new + { + FilterListId = 1790, + TagId = 36 + }, + new + { + FilterListId = 1791, + TagId = 11 + }, + new + { + FilterListId = 1791, + TagId = 36 + }, + new + { + FilterListId = 1792, + TagId = 1 + }, + new + { + FilterListId = 1792, + TagId = 2 + }, + new + { + FilterListId = 1792, + TagId = 3 + }, + new + { + FilterListId = 1792, + TagId = 6 + }, + new + { + FilterListId = 1792, + TagId = 7 + }, + new + { + FilterListId = 1792, + TagId = 9 + }, + new + { + FilterListId = 1792, + TagId = 36 + }, + new + { + FilterListId = 1793, + TagId = 1 + }, + new + { + FilterListId = 1793, + TagId = 2 + }, + new + { + FilterListId = 1793, + TagId = 3 + }, + new + { + FilterListId = 1793, + TagId = 6 + }, + new + { + FilterListId = 1793, + TagId = 7 + }, + new + { + FilterListId = 1793, + TagId = 9 + }, + new + { + FilterListId = 1793, + TagId = 11 + }, + new + { + FilterListId = 1793, + TagId = 36 + }, + new + { + FilterListId = 1794, + TagId = 3 + }, + new + { + FilterListId = 1794, + TagId = 6 + }, + new + { + FilterListId = 1795, + TagId = 4 + }, + new + { + FilterListId = 1796, + TagId = 11 + }, + new + { + FilterListId = 1797, + TagId = 2 + }, + new + { + FilterListId = 1798, + TagId = 6 + }, + new + { + FilterListId = 1799, + TagId = 5 + }, + new + { + FilterListId = 1800, + TagId = 2 + }, + new + { + FilterListId = 1800, + TagId = 3 + }, + new + { + FilterListId = 1800, + TagId = 12 + }, + new + { + FilterListId = 1801, + TagId = 2 + }, + new + { + FilterListId = 1801, + TagId = 3 + }, + new + { + FilterListId = 1802, + TagId = 2 + }, + new + { + FilterListId = 1803, + TagId = 2 + }, + new + { + FilterListId = 1803, + TagId = 3 + }, + new + { + FilterListId = 1804, + TagId = 2 + }, + new + { + FilterListId = 1805, + TagId = 2 + }, + new + { + FilterListId = 1805, + TagId = 12 + }, + new + { + FilterListId = 1806, + TagId = 6 + }, + new + { + FilterListId = 1807, + TagId = 6 + }, + new + { + FilterListId = 1808, + TagId = 6 + }, + new + { + FilterListId = 1809, + TagId = 6 + }, + new + { + FilterListId = 1810, + TagId = 6 + }, + new + { + FilterListId = 1811, + TagId = 6 + }, + new + { + FilterListId = 1813, + TagId = 6 + }, + new + { + FilterListId = 1814, + TagId = 21 + }, + new + { + FilterListId = 1814, + TagId = 25 + }, + new + { + FilterListId = 1815, + TagId = 15 + }, + new + { + FilterListId = 1816, + TagId = 7 + }, + new + { + FilterListId = 1817, + TagId = 2 + }, + new + { + FilterListId = 1817, + TagId = 3 + }, + new + { + FilterListId = 1818, + TagId = 2 + }, + new + { + FilterListId = 1818, + TagId = 3 + }, + new + { + FilterListId = 1819, + TagId = 15 + }, + new + { + FilterListId = 1819, + TagId = 19 + }, + new + { + FilterListId = 1822, + TagId = 6 + }, + new + { + FilterListId = 1823, + TagId = 6 + }, + new + { + FilterListId = 1824, + TagId = 6 + }, + new + { + FilterListId = 1825, + TagId = 7 + }, + new + { + FilterListId = 1827, + TagId = 6 + }, + new + { + FilterListId = 1828, + TagId = 7 + }, + new + { + FilterListId = 1829, + TagId = 6 + }, + new + { + FilterListId = 1830, + TagId = 6 + }, + new + { + FilterListId = 1831, + TagId = 2 + }, + new + { + FilterListId = 1831, + TagId = 3 + }, + new + { + FilterListId = 1832, + TagId = 18 + }, + new + { + FilterListId = 1832, + TagId = 30 + }, + new + { + FilterListId = 1833, + TagId = 27 + }, + new + { + FilterListId = 1834, + TagId = 32 + }, + new + { + FilterListId = 1835, + TagId = 9 + }, + new + { + FilterListId = 1836, + TagId = 2 + }, + new + { + FilterListId = 1836, + TagId = 3 + }, + new + { + FilterListId = 1836, + TagId = 6 + }, + new + { + FilterListId = 1838, + TagId = 4 + }, + new + { + FilterListId = 1839, + TagId = 19 + }, + new + { + FilterListId = 1840, + TagId = 6 + }, + new + { + FilterListId = 1841, + TagId = 6 + }, + new + { + FilterListId = 1842, + TagId = 6 + }, + new + { + FilterListId = 1842, + TagId = 38 + }, + new + { + FilterListId = 1843, + TagId = 2 + }, + new + { + FilterListId = 1844, + TagId = 2 + }, + new + { + FilterListId = 1845, + TagId = 2 + }, + new + { + FilterListId = 1846, + TagId = 2 + }, + new + { + FilterListId = 1847, + TagId = 9 + }, + new + { + FilterListId = 1848, + TagId = 2 + }, + new + { + FilterListId = 1848, + TagId = 3 + }, + new + { + FilterListId = 1848, + TagId = 4 + }, + new + { + FilterListId = 1848, + TagId = 9 + }, + new + { + FilterListId = 1849, + TagId = 2 + }, + new + { + FilterListId = 1850, + TagId = 2 + }, + new + { + FilterListId = 1852, + TagId = 2 + }, + new + { + FilterListId = 1853, + TagId = 9 + }, + new + { + FilterListId = 1854, + TagId = 9 + }, + new + { + FilterListId = 1856, + TagId = 4 + }, + new + { + FilterListId = 1857, + TagId = 2 + }, + new + { + FilterListId = 1858, + TagId = 3 + }, + new + { + FilterListId = 1859, + TagId = 9 + }, + new + { + FilterListId = 1860, + TagId = 10 + }, + new + { + FilterListId = 1861, + TagId = 10 + }, + new + { + FilterListId = 1862, + TagId = 2 + }, + new + { + FilterListId = 1863, + TagId = 2 + }, + new + { + FilterListId = 1864, + TagId = 2 + }, + new + { + FilterListId = 1865, + TagId = 2 + }, + new + { + FilterListId = 1866, + TagId = 2 + }, + new + { + FilterListId = 1867, + TagId = 2 + }, + new + { + FilterListId = 1868, + TagId = 1 + }, + new + { + FilterListId = 1868, + TagId = 2 + }, + new + { + FilterListId = 1868, + TagId = 3 + }, + new + { + FilterListId = 1868, + TagId = 6 + }, + new + { + FilterListId = 1868, + TagId = 7 + }, + new + { + FilterListId = 1868, + TagId = 36 + }, + new + { + FilterListId = 1869, + TagId = 1 + }, + new + { + FilterListId = 1869, + TagId = 2 + }, + new + { + FilterListId = 1869, + TagId = 3 + }, + new + { + FilterListId = 1869, + TagId = 6 + }, + new + { + FilterListId = 1869, + TagId = 7 + }, + new + { + FilterListId = 1869, + TagId = 36 + }, + new + { + FilterListId = 1870, + TagId = 1 + }, + new + { + FilterListId = 1870, + TagId = 2 + }, + new + { + FilterListId = 1870, + TagId = 3 + }, + new + { + FilterListId = 1870, + TagId = 6 + }, + new + { + FilterListId = 1870, + TagId = 7 + }, + new + { + FilterListId = 1870, + TagId = 36 + }, + new + { + FilterListId = 1871, + TagId = 1 + }, + new + { + FilterListId = 1871, + TagId = 2 + }, + new + { + FilterListId = 1871, + TagId = 3 + }, + new + { + FilterListId = 1871, + TagId = 6 + }, + new + { + FilterListId = 1871, + TagId = 7 + }, + new + { + FilterListId = 1871, + TagId = 36 + }, + new + { + FilterListId = 1872, + TagId = 1 + }, + new + { + FilterListId = 1872, + TagId = 2 + }, + new + { + FilterListId = 1872, + TagId = 3 + }, + new + { + FilterListId = 1872, + TagId = 6 + }, + new + { + FilterListId = 1872, + TagId = 7 + }, + new + { + FilterListId = 1872, + TagId = 36 + }, + new + { + FilterListId = 1873, + TagId = 10 + }, + new + { + FilterListId = 1876, + TagId = 2 + }, + new + { + FilterListId = 1876, + TagId = 7 + }, + new + { + FilterListId = 1877, + TagId = 2 + }, + new + { + FilterListId = 1877, + TagId = 7 + }, + new + { + FilterListId = 1878, + TagId = 2 + }, + new + { + FilterListId = 1878, + TagId = 7 + }, + new + { + FilterListId = 1880, + TagId = 6 + }, + new + { + FilterListId = 1881, + TagId = 2 + }, + new + { + FilterListId = 1882, + TagId = 3 + }, + new + { + FilterListId = 1886, + TagId = 2 + }, + new + { + FilterListId = 1887, + TagId = 2 + }, + new + { + FilterListId = 1887, + TagId = 3 + }, + new + { + FilterListId = 1887, + TagId = 6 + }, + new + { + FilterListId = 1888, + TagId = 2 + }, + new + { + FilterListId = 1888, + TagId = 10 + }, + new + { + FilterListId = 1890, + TagId = 2 + }, + new + { + FilterListId = 1891, + TagId = 6 + }, + new + { + FilterListId = 1892, + TagId = 2 + }, + new + { + FilterListId = 1892, + TagId = 3 + }, + new + { + FilterListId = 1892, + TagId = 6 + }, + new + { + FilterListId = 1893, + TagId = 10 + }, + new + { + FilterListId = 1894, + TagId = 2 + }, + new + { + FilterListId = 1894, + TagId = 3 + }, + new + { + FilterListId = 1894, + TagId = 6 + }, + new + { + FilterListId = 1895, + TagId = 2 + }, + new + { + FilterListId = 1895, + TagId = 3 + }, + new + { + FilterListId = 1895, + TagId = 6 + }, + new + { + FilterListId = 1896, + TagId = 2 + }, + new + { + FilterListId = 1896, + TagId = 3 + }, + new + { + FilterListId = 1897, + TagId = 6 + }, + new + { + FilterListId = 1898, + TagId = 15 + }, + new + { + FilterListId = 1899, + TagId = 3 + }, + new + { + FilterListId = 1900, + TagId = 2 + }, + new + { + FilterListId = 1901, + TagId = 30 + }, + new + { + FilterListId = 1902, + TagId = 3 + }, + new + { + FilterListId = 1903, + TagId = 3 + }, + new + { + FilterListId = 1904, + TagId = 3 + }, + new + { + FilterListId = 1906, + TagId = 2 + }, + new + { + FilterListId = 1906, + TagId = 3 + }, + new + { + FilterListId = 1906, + TagId = 6 + }, + new + { + FilterListId = 1907, + TagId = 2 + }, + new + { + FilterListId = 1908, + TagId = 6 + }, + new + { + FilterListId = 1909, + TagId = 2 + }, + new + { + FilterListId = 1910, + TagId = 2 + }, + new + { + FilterListId = 1911, + TagId = 2 + }, + new + { + FilterListId = 1912, + TagId = 7 + }, + new + { + FilterListId = 1913, + TagId = 6 + }, + new + { + FilterListId = 1914, + TagId = 3 + }, + new + { + FilterListId = 1914, + TagId = 34 + }, + new + { + FilterListId = 1915, + TagId = 2 + }, + new + { + FilterListId = 1915, + TagId = 10 + }, + new + { + FilterListId = 1916, + TagId = 2 + }, + new + { + FilterListId = 1917, + TagId = 2 + }, + new + { + FilterListId = 1918, + TagId = 2 + }, + new + { + FilterListId = 1918, + TagId = 3 + }, + new + { + FilterListId = 1919, + TagId = 2 + }, + new + { + FilterListId = 1920, + TagId = 2 + }, + new + { + FilterListId = 1921, + TagId = 2 + }, + new + { + FilterListId = 1921, + TagId = 3 + }, + new + { + FilterListId = 1922, + TagId = 6 + }, + new + { + FilterListId = 1922, + TagId = 7 + }, + new + { + FilterListId = 1923, + TagId = 1 + }, + new + { + FilterListId = 1924, + TagId = 2 + }, + new + { + FilterListId = 1925, + TagId = 2 + }, + new + { + FilterListId = 1926, + TagId = 2 + }, + new + { + FilterListId = 1927, + TagId = 6 + }, + new + { + FilterListId = 1928, + TagId = 3 + }, + new + { + FilterListId = 1929, + TagId = 15 + }, + new + { + FilterListId = 1930, + TagId = 2 + }, + new + { + FilterListId = 1930, + TagId = 9 + }, + new + { + FilterListId = 1930, + TagId = 34 + }, + new + { + FilterListId = 1931, + TagId = 2 + }, + new + { + FilterListId = 1932, + TagId = 21 + }, + new + { + FilterListId = 1933, + TagId = 2 + }, + new + { + FilterListId = 1934, + TagId = 3 + }, + new + { + FilterListId = 1935, + TagId = 6 + }, + new + { + FilterListId = 1936, + TagId = 6 + }, + new + { + FilterListId = 1937, + TagId = 7 + }, + new + { + FilterListId = 1938, + TagId = 2 + }, + new + { + FilterListId = 1939, + TagId = 2 + }, + new + { + FilterListId = 1939, + TagId = 6 + }, + new + { + FilterListId = 1940, + TagId = 2 + }, + new + { + FilterListId = 1941, + TagId = 2 + }, + new + { + FilterListId = 1941, + TagId = 12 + }, + new + { + FilterListId = 1942, + TagId = 2 + }, + new + { + FilterListId = 1942, + TagId = 6 + }, + new + { + FilterListId = 1943, + TagId = 2 + }, + new + { + FilterListId = 1943, + TagId = 6 + }, + new + { + FilterListId = 1944, + TagId = 2 + }, + new + { + FilterListId = 1944, + TagId = 6 + }, + new + { + FilterListId = 1945, + TagId = 2 + }, + new + { + FilterListId = 1945, + TagId = 3 + }, + new + { + FilterListId = 1945, + TagId = 34 + }, + new + { + FilterListId = 1946, + TagId = 9 + }, + new + { + FilterListId = 1946, + TagId = 11 + }, + new + { + FilterListId = 1947, + TagId = 12 + }, + new + { + FilterListId = 1948, + TagId = 39 + }, + new + { + FilterListId = 1949, + TagId = 39 + }, + new + { + FilterListId = 1950, + TagId = 2 + }, + new + { + FilterListId = 1951, + TagId = 20 + }, + new + { + FilterListId = 1952, + TagId = 9 + }, + new + { + FilterListId = 1953, + TagId = 1 + }, + new + { + FilterListId = 1953, + TagId = 2 + }, + new + { + FilterListId = 1953, + TagId = 3 + }, + new + { + FilterListId = 1953, + TagId = 6 + }, + new + { + FilterListId = 1953, + TagId = 36 + }, + new + { + FilterListId = 1954, + TagId = 1 + }, + new + { + FilterListId = 1954, + TagId = 2 + }, + new + { + FilterListId = 1954, + TagId = 3 + }, + new + { + FilterListId = 1954, + TagId = 6 + }, + new + { + FilterListId = 1955, + TagId = 1 + }, + new + { + FilterListId = 1955, + TagId = 2 + }, + new + { + FilterListId = 1955, + TagId = 3 + }, + new + { + FilterListId = 1955, + TagId = 6 + }, + new + { + FilterListId = 1956, + TagId = 7 + }, + new + { + FilterListId = 1957, + TagId = 2 + }, + new + { + FilterListId = 1957, + TagId = 5 + }, + new + { + FilterListId = 1957, + TagId = 35 + }, + new + { + FilterListId = 1957, + TagId = 41 + }, + new + { + FilterListId = 1958, + TagId = 2 + }, + new + { + FilterListId = 1958, + TagId = 6 + }, + new + { + FilterListId = 1958, + TagId = 35 + }, + new + { + FilterListId = 1958, + TagId = 41 + }, + new + { + FilterListId = 1959, + TagId = 12 + }, + new + { + FilterListId = 1959, + TagId = 34 + }, + new + { + FilterListId = 1960, + TagId = 6 + }, + new + { + FilterListId = 1961, + TagId = 2 + }, + new + { + FilterListId = 1962, + TagId = 6 + }, + new + { + FilterListId = 1963, + TagId = 2 + }, + new + { + FilterListId = 1963, + TagId = 6 + }, + new + { + FilterListId = 1963, + TagId = 10 + }, + new + { + FilterListId = 1963, + TagId = 35 + }, + new + { + FilterListId = 1963, + TagId = 41 + }, + new + { + FilterListId = 1964, + TagId = 30 + }, + new + { + FilterListId = 1965, + TagId = 9 + }, + new + { + FilterListId = 1966, + TagId = 9 + }, + new + { + FilterListId = 1966, + TagId = 11 + }, + new + { + FilterListId = 1966, + TagId = 35 + }, + new + { + FilterListId = 1967, + TagId = 2 + }, + new + { + FilterListId = 1967, + TagId = 9 + }, + new + { + FilterListId = 1968, + TagId = 31 + }, + new + { + FilterListId = 1969, + TagId = 32 + }, + new + { + FilterListId = 1970, + TagId = 33 + }, + new + { + FilterListId = 1971, + TagId = 5 + }, + new + { + FilterListId = 1972, + TagId = 2 + }, + new + { + FilterListId = 1973, + TagId = 9 + }, + new + { + FilterListId = 1973, + TagId = 35 + }, + new + { + FilterListId = 1974, + TagId = 9 + }, + new + { + FilterListId = 1975, + TagId = 30 + }, + new + { + FilterListId = 1976, + TagId = 30 + }, + new + { + FilterListId = 1977, + TagId = 30 + }, + new + { + FilterListId = 1978, + TagId = 30 + }, + new + { + FilterListId = 1979, + TagId = 16 + }, + new + { + FilterListId = 1979, + TagId = 40 + }, + new + { + FilterListId = 1980, + TagId = 16 + }, + new + { + FilterListId = 1980, + TagId = 40 + }, + new + { + FilterListId = 1981, + TagId = 30 + }, + new + { + FilterListId = 1981, + TagId = 35 + }, + new + { + FilterListId = 1983, + TagId = 11 + }, + new + { + FilterListId = 1983, + TagId = 30 + }, + new + { + FilterListId = 1984, + TagId = 9 + }, + new + { + FilterListId = 1984, + TagId = 35 + }, + new + { + FilterListId = 1985, + TagId = 2 + }, + new + { + FilterListId = 1985, + TagId = 3 + }, + new + { + FilterListId = 1986, + TagId = 2 + }, + new + { + FilterListId = 1986, + TagId = 3 + }, + new + { + FilterListId = 1986, + TagId = 11 + }, + new + { + FilterListId = 1987, + TagId = 15 + }, + new + { + FilterListId = 1988, + TagId = 15 + }, + new + { + FilterListId = 1989, + TagId = 19 + }, + new + { + FilterListId = 1990, + TagId = 31 + }, + new + { + FilterListId = 1991, + TagId = 27 + }, + new + { + FilterListId = 1991, + TagId = 38 + }, + new + { + FilterListId = 1992, + TagId = 22 + }, + new + { + FilterListId = 1993, + TagId = 22 + }, + new + { + FilterListId = 1994, + TagId = 23 + }, + new + { + FilterListId = 1995, + TagId = 17 + }, + new + { + FilterListId = 1996, + TagId = 5 + }, + new + { + FilterListId = 1997, + TagId = 15 + }, + new + { + FilterListId = 1998, + TagId = 15 + }, + new + { + FilterListId = 2000, + TagId = 2 + }, + new + { + FilterListId = 2000, + TagId = 3 + }, + new + { + FilterListId = 2001, + TagId = 1 + }, + new + { + FilterListId = 2001, + TagId = 2 + }, + new + { + FilterListId = 2001, + TagId = 3 + }, + new + { + FilterListId = 2001, + TagId = 6 + }, + new + { + FilterListId = 2001, + TagId = 36 + }, + new + { + FilterListId = 2002, + TagId = 1 + }, + new + { + FilterListId = 2002, + TagId = 2 + }, + new + { + FilterListId = 2002, + TagId = 3 + }, + new + { + FilterListId = 2002, + TagId = 6 + }, + new + { + FilterListId = 2003, + TagId = 1 + }, + new + { + FilterListId = 2003, + TagId = 2 + }, + new + { + FilterListId = 2003, + TagId = 3 + }, + new + { + FilterListId = 2003, + TagId = 6 + }, + new + { + FilterListId = 2004, + TagId = 2 + }, + new + { + FilterListId = 2005, + TagId = 1 + }, + new + { + FilterListId = 2006, + TagId = 11 + }, + new + { + FilterListId = 2007, + TagId = 4 + }, + new + { + FilterListId = 2008, + TagId = 2 + }, + new + { + FilterListId = 2009, + TagId = 1 + }, + new + { + FilterListId = 2010, + TagId = 6 + }, + new + { + FilterListId = 2011, + TagId = 24 + }, + new + { + FilterListId = 2012, + TagId = 3 + }, + new + { + FilterListId = 2013, + TagId = 6 + }, + new + { + FilterListId = 2014, + TagId = 17 + }, + new + { + FilterListId = 2015, + TagId = 7 + }, + new + { + FilterListId = 2016, + TagId = 6 + }, + new + { + FilterListId = 2017, + TagId = 11 + }, + new + { + FilterListId = 2018, + TagId = 15 + }, + new + { + FilterListId = 2022, + TagId = 20 + }, + new + { + FilterListId = 2023, + TagId = 20 + }, + new + { + FilterListId = 2024, + TagId = 20 + }, + new + { + FilterListId = 2025, + TagId = 20 + }, + new + { + FilterListId = 2026, + TagId = 3 + }, + new + { + FilterListId = 2026, + TagId = 4 + }, + new + { + FilterListId = 2027, + TagId = 3 + }, + new + { + FilterListId = 2027, + TagId = 4 + }, + new + { + FilterListId = 2028, + TagId = 6 + }, + new + { + FilterListId = 2029, + TagId = 20 + }, + new + { + FilterListId = 2030, + TagId = 20 + }, + new + { + FilterListId = 2031, + TagId = 20 + }, + new + { + FilterListId = 2032, + TagId = 20 + }, + new + { + FilterListId = 2033, + TagId = 2 + }, + new + { + FilterListId = 2034, + TagId = 32 + }, + new + { + FilterListId = 2035, + TagId = 32 + }, + new + { + FilterListId = 2036, + TagId = 2 + }, + new + { + FilterListId = 2036, + TagId = 3 + }, + new + { + FilterListId = 2036, + TagId = 6 + }, + new + { + FilterListId = 2038, + TagId = 2 + }, + new + { + FilterListId = 2038, + TagId = 3 + }, + new + { + FilterListId = 2038, + TagId = 6 + }, + new + { + FilterListId = 2039, + TagId = 2 + }, + new + { + FilterListId = 2039, + TagId = 3 + }, + new + { + FilterListId = 2039, + TagId = 6 + }, + new + { + FilterListId = 2040, + TagId = 2 + }, + new + { + FilterListId = 2040, + TagId = 3 + }, + new + { + FilterListId = 2040, + TagId = 6 + }, + new + { + FilterListId = 2041, + TagId = 2 + }, + new + { + FilterListId = 2041, + TagId = 6 + }, + new + { + FilterListId = 2043, + TagId = 2 + }, + new + { + FilterListId = 2043, + TagId = 3 + }, + new + { + FilterListId = 2043, + TagId = 22 + }, + new + { + FilterListId = 2044, + TagId = 2 + }, + new + { + FilterListId = 2044, + TagId = 3 + }, + new + { + FilterListId = 2044, + TagId = 22 + }, + new + { + FilterListId = 2045, + TagId = 2 + }, + new + { + FilterListId = 2045, + TagId = 3 + }, + new + { + FilterListId = 2045, + TagId = 22 + }, + new + { + FilterListId = 2046, + TagId = 2 + }, + new + { + FilterListId = 2046, + TagId = 3 + }, + new + { + FilterListId = 2046, + TagId = 22 + }, + new + { + FilterListId = 2047, + TagId = 14 + }, + new + { + FilterListId = 2048, + TagId = 6 + }, + new + { + FilterListId = 2049, + TagId = 6 + }, + new + { + FilterListId = 2050, + TagId = 14 + }, + new + { + FilterListId = 2051, + TagId = 3 + }, + new + { + FilterListId = 2052, + TagId = 3 + }, + new + { + FilterListId = 2053, + TagId = 3 + }, + new + { + FilterListId = 2054, + TagId = 3 + }, + new + { + FilterListId = 2055, + TagId = 3 + }, + new + { + FilterListId = 2056, + TagId = 3 + }, + new + { + FilterListId = 2057, + TagId = 3 + }, + new + { + FilterListId = 2058, + TagId = 24 + }, + new + { + FilterListId = 2059, + TagId = 24 + }, + new + { + FilterListId = 2060, + TagId = 2 + }, + new + { + FilterListId = 2060, + TagId = 3 + }, + new + { + FilterListId = 2060, + TagId = 6 + }, + new + { + FilterListId = 2061, + TagId = 2 + }, + new + { + FilterListId = 2061, + TagId = 3 + }, + new + { + FilterListId = 2061, + TagId = 6 + }, + new + { + FilterListId = 2062, + TagId = 2 + }, + new + { + FilterListId = 2062, + TagId = 3 + }, + new + { + FilterListId = 2063, + TagId = 2 + }, + new + { + FilterListId = 2064, + TagId = 2 + }, + new + { + FilterListId = 2065, + TagId = 9 + }, + new + { + FilterListId = 2067, + TagId = 2 + }, + new + { + FilterListId = 2068, + TagId = 2 + }, + new + { + FilterListId = 2068, + TagId = 3 + }, + new + { + FilterListId = 2069, + TagId = 2 + }, + new + { + FilterListId = 2069, + TagId = 3 + }, + new + { + FilterListId = 2069, + TagId = 6 + }, + new + { + FilterListId = 2070, + TagId = 2 + }, + new + { + FilterListId = 2070, + TagId = 3 + }, + new + { + FilterListId = 2070, + TagId = 6 + }, + new + { + FilterListId = 2071, + TagId = 12 + }, + new + { + FilterListId = 2071, + TagId = 34 + }, + new + { + FilterListId = 2072, + TagId = 2 + }, + new + { + FilterListId = 2072, + TagId = 3 + }, + new + { + FilterListId = 2072, + TagId = 6 + }, + new + { + FilterListId = 2073, + TagId = 2 + }, + new + { + FilterListId = 2073, + TagId = 3 + }, + new + { + FilterListId = 2073, + TagId = 6 + }, + new + { + FilterListId = 2074, + TagId = 2 + }, + new + { + FilterListId = 2074, + TagId = 3 + }, + new + { + FilterListId = 2074, + TagId = 6 + }, + new + { + FilterListId = 2075, + TagId = 2 + }, + new + { + FilterListId = 2075, + TagId = 3 + }, + new + { + FilterListId = 2075, + TagId = 34 + }, + new + { + FilterListId = 2076, + TagId = 8 + }, + new + { + FilterListId = 2077, + TagId = 7 + }, + new + { + FilterListId = 2078, + TagId = 10 + }, + new + { + FilterListId = 2079, + TagId = 4 + }, + new + { + FilterListId = 2080, + TagId = 3 + }, + new + { + FilterListId = 2081, + TagId = 8 + }, + new + { + FilterListId = 2082, + TagId = 15 + }, + new + { + FilterListId = 2083, + TagId = 15 + }, + new + { + FilterListId = 2084, + TagId = 15 + }, + new + { + FilterListId = 2085, + TagId = 10 + }, + new + { + FilterListId = 2086, + TagId = 15 + }, + new + { + FilterListId = 2087, + TagId = 6 + }, + new + { + FilterListId = 2088, + TagId = 10 + }, + new + { + FilterListId = 2089, + TagId = 31 + }, + new + { + FilterListId = 2090, + TagId = 31 + }, + new + { + FilterListId = 2091, + TagId = 2 + }, + new + { + FilterListId = 2092, + TagId = 3 + }, + new + { + FilterListId = 2093, + TagId = 4 + }, + new + { + FilterListId = 2094, + TagId = 9 + }, + new + { + FilterListId = 2095, + TagId = 7 + }, + new + { + FilterListId = 2099, + TagId = 6 + }, + new + { + FilterListId = 2100, + TagId = 3 + }, + new + { + FilterListId = 2101, + TagId = 6 + }, + new + { + FilterListId = 2102, + TagId = 2 + }, + new + { + FilterListId = 2103, + TagId = 3 + }, + new + { + FilterListId = 2104, + TagId = 2 + }, + new + { + FilterListId = 2105, + TagId = 2 + }, + new + { + FilterListId = 2106, + TagId = 2 + }, + new + { + FilterListId = 2107, + TagId = 12 + }, + new + { + FilterListId = 2107, + TagId = 34 + }, + new + { + FilterListId = 2108, + TagId = 12 + }, + new + { + FilterListId = 2108, + TagId = 34 + }, + new + { + FilterListId = 2108, + TagId = 38 + }, + new + { + FilterListId = 2109, + TagId = 2 + }, + new + { + FilterListId = 2110, + TagId = 2 + }, + new + { + FilterListId = 2111, + TagId = 2 + }, + new + { + FilterListId = 2112, + TagId = 3 + }, + new + { + FilterListId = 2113, + TagId = 12 + }, + new + { + FilterListId = 2114, + TagId = 31 + }, + new + { + FilterListId = 2115, + TagId = 2 + }, + new + { + FilterListId = 2117, + TagId = 2 + }, + new + { + FilterListId = 2118, + TagId = 2 + }, + new + { + FilterListId = 2119, + TagId = 2 + }, + new + { + FilterListId = 2120, + TagId = 2 + }, + new + { + FilterListId = 2121, + TagId = 2 + }, + new + { + FilterListId = 2122, + TagId = 2 + }, + new + { + FilterListId = 2123, + TagId = 2 + }, + new + { + FilterListId = 2124, + TagId = 2 + }, + new + { + FilterListId = 2125, + TagId = 5 + }, + new + { + FilterListId = 2126, + TagId = 9 + }, + new + { + FilterListId = 2127, + TagId = 9 + }, + new + { + FilterListId = 2128, + TagId = 9 + }, + new + { + FilterListId = 2129, + TagId = 11 + }, + new + { + FilterListId = 2130, + TagId = 11 + }, + new + { + FilterListId = 2131, + TagId = 3 + }, + new + { + FilterListId = 2132, + TagId = 2 + }, + new + { + FilterListId = 2133, + TagId = 2 + }, + new + { + FilterListId = 2134, + TagId = 2 + }, + new + { + FilterListId = 2134, + TagId = 35 + }, + new + { + FilterListId = 2134, + TagId = 41 + }, + new + { + FilterListId = 2135, + TagId = 21 + }, + new + { + FilterListId = 2136, + TagId = 2 + }, + new + { + FilterListId = 2137, + TagId = 3 + }, + new + { + FilterListId = 2137, + TagId = 34 + }, + new + { + FilterListId = 2138, + TagId = 21 + }, + new + { + FilterListId = 2139, + TagId = 2 + }, + new + { + FilterListId = 2140, + TagId = 3 + }, + new + { + FilterListId = 2141, + TagId = 26 + }, + new + { + FilterListId = 2142, + TagId = 19 + }, + new + { + FilterListId = 2143, + TagId = 3 + }, + new + { + FilterListId = 2144, + TagId = 26 + }, + new + { + FilterListId = 2145, + TagId = 19 + }, + new + { + FilterListId = 2146, + TagId = 3 + }, + new + { + FilterListId = 2147, + TagId = 26 + }, + new + { + FilterListId = 2148, + TagId = 19 + }, + new + { + FilterListId = 2149, + TagId = 2 + }, + new + { + FilterListId = 2150, + TagId = 2 + }, + new + { + FilterListId = 2151, + TagId = 2 + }, + new + { + FilterListId = 2151, + TagId = 3 + }, + new + { + FilterListId = 2151, + TagId = 6 + }, + new + { + FilterListId = 2151, + TagId = 7 + }, + new + { + FilterListId = 2152, + TagId = 2 + }, + new + { + FilterListId = 2152, + TagId = 3 + }, + new + { + FilterListId = 2152, + TagId = 6 + }, + new + { + FilterListId = 2152, + TagId = 7 + }, + new + { + FilterListId = 2153, + TagId = 6 + }, + new + { + FilterListId = 2154, + TagId = 6 + }, + new + { + FilterListId = 2155, + TagId = 2 + }, + new + { + FilterListId = 2155, + TagId = 3 + }, + new + { + FilterListId = 2155, + TagId = 6 + }, + new + { + FilterListId = 2156, + TagId = 7 + }, + new + { + FilterListId = 2157, + TagId = 7 + }, + new + { + FilterListId = 2158, + TagId = 11 + }, + new + { + FilterListId = 2159, + TagId = 2 + }, + new + { + FilterListId = 2159, + TagId = 6 + }, + new + { + FilterListId = 2159, + TagId = 7 + }, + new + { + FilterListId = 2160, + TagId = 6 + }, + new + { + FilterListId = 2161, + TagId = 10 + }, + new + { + FilterListId = 2162, + TagId = 21 + }, + new + { + FilterListId = 2162, + TagId = 25 + }, + new + { + FilterListId = 2163, + TagId = 30 + }, + new + { + FilterListId = 2165, + TagId = 6 + }, + new + { + FilterListId = 2167, + TagId = 6 + }, + new + { + FilterListId = 2169, + TagId = 6 + }, + new + { + FilterListId = 2171, + TagId = 6 + }, + new + { + FilterListId = 2172, + TagId = 6 + }, + new + { + FilterListId = 2173, + TagId = 6 + }, + new + { + FilterListId = 2174, + TagId = 21 + }, + new + { + FilterListId = 2175, + TagId = 7 + }, + new + { + FilterListId = 2176, + TagId = 7 + }, + new + { + FilterListId = 2177, + TagId = 7 + }, + new + { + FilterListId = 2178, + TagId = 7 + }, + new + { + FilterListId = 2179, + TagId = 2 + }, + new + { + FilterListId = 2179, + TagId = 3 + }, + new + { + FilterListId = 2180, + TagId = 6 + }, + new + { + FilterListId = 2181, + TagId = 1 + }, + new + { + FilterListId = 2182, + TagId = 37 + }, + new + { + FilterListId = 2183, + TagId = 6 + }, + new + { + FilterListId = 2184, + TagId = 7 + }, + new + { + FilterListId = 2185, + TagId = 2 + }, + new + { + FilterListId = 2186, + TagId = 4 + }, + new + { + FilterListId = 2187, + TagId = 2 + }, + new + { + FilterListId = 2188, + TagId = 2 + }, + new + { + FilterListId = 2189, + TagId = 2 + }, + new + { + FilterListId = 2190, + TagId = 3 + }, + new + { + FilterListId = 2191, + TagId = 9 + }, + new + { + FilterListId = 2192, + TagId = 9 + }, + new + { + FilterListId = 2193, + TagId = 4 + }, + new + { + FilterListId = 2194, + TagId = 4 + }, + new + { + FilterListId = 2195, + TagId = 15 + }, + new + { + FilterListId = 2196, + TagId = 15 + }, + new + { + FilterListId = 2197, + TagId = 15 + }, + new + { + FilterListId = 2198, + TagId = 6 + }, + new + { + FilterListId = 2199, + TagId = 10 + }, + new + { + FilterListId = 2200, + TagId = 2 + }, + new + { + FilterListId = 2201, + TagId = 3 + }, + new + { + FilterListId = 2202, + TagId = 2 + }, + new + { + FilterListId = 2203, + TagId = 4 + }, + new + { + FilterListId = 2204, + TagId = 2 + }, + new + { + FilterListId = 2205, + TagId = 2 + }, + new + { + FilterListId = 2206, + TagId = 2 + }, + new + { + FilterListId = 2207, + TagId = 2 + }, + new + { + FilterListId = 2208, + TagId = 2 + }, + new + { + FilterListId = 2209, + TagId = 2 + }, + new + { + FilterListId = 2209, + TagId = 38 + }, + new + { + FilterListId = 2210, + TagId = 2 + }, + new + { + FilterListId = 2211, + TagId = 2 + }, + new + { + FilterListId = 2212, + TagId = 9 + }, + new + { + FilterListId = 2213, + TagId = 2 + }, + new + { + FilterListId = 2214, + TagId = 2 + }, + new + { + FilterListId = 2215, + TagId = 6 + }, + new + { + FilterListId = 2215, + TagId = 7 + }, + new + { + FilterListId = 2216, + TagId = 6 + }, + new + { + FilterListId = 2217, + TagId = 6 + }, + new + { + FilterListId = 2218, + TagId = 6 + }, + new + { + FilterListId = 2219, + TagId = 6 + }, + new + { + FilterListId = 2220, + TagId = 30 + }, + new + { + FilterListId = 2221, + TagId = 3 + }, + new + { + FilterListId = 2222, + TagId = 3 + }, + new + { + FilterListId = 2223, + TagId = 3 + }, + new + { + FilterListId = 2224, + TagId = 3 + }, + new + { + FilterListId = 2225, + TagId = 3 + }, + new + { + FilterListId = 2226, + TagId = 7 + }, + new + { + FilterListId = 2227, + TagId = 7 + }, + new + { + FilterListId = 2228, + TagId = 7 + }, + new + { + FilterListId = 2229, + TagId = 7 + }, + new + { + FilterListId = 2230, + TagId = 2 + }, + new + { + FilterListId = 2231, + TagId = 2 + }, + new + { + FilterListId = 2232, + TagId = 2 + }, + new + { + FilterListId = 2233, + TagId = 2 + }, + new + { + FilterListId = 2234, + TagId = 2 + }, + new + { + FilterListId = 2235, + TagId = 2 + }, + new + { + FilterListId = 2236, + TagId = 2 + }, + new + { + FilterListId = 2237, + TagId = 2 + }, + new + { + FilterListId = 2238, + TagId = 2 + }, + new + { + FilterListId = 2239, + TagId = 2 + }, + new + { + FilterListId = 2240, + TagId = 2 + }, + new + { + FilterListId = 2241, + TagId = 2 + }, + new + { + FilterListId = 2242, + TagId = 2 + }, + new + { + FilterListId = 2243, + TagId = 2 + }, + new + { + FilterListId = 2244, + TagId = 3 + }, + new + { + FilterListId = 2245, + TagId = 4 + }, + new + { + FilterListId = 2246, + TagId = 2 + }, + new + { + FilterListId = 2247, + TagId = 2 + }, + new + { + FilterListId = 2248, + TagId = 2 + }, + new + { + FilterListId = 2249, + TagId = 2 + }, + new + { + FilterListId = 2250, + TagId = 2 + }, + new + { + FilterListId = 2251, + TagId = 2 + }, + new + { + FilterListId = 2252, + TagId = 2 + }, + new + { + FilterListId = 2253, + TagId = 2 + }, + new + { + FilterListId = 2254, + TagId = 2 + }, + new + { + FilterListId = 2255, + TagId = 2 + }, + new + { + FilterListId = 2256, + TagId = 2 + }, + new + { + FilterListId = 2257, + TagId = 2 + }, + new + { + FilterListId = 2258, + TagId = 2 + }, + new + { + FilterListId = 2259, + TagId = 2 + }, + new + { + FilterListId = 2260, + TagId = 2 + }, + new + { + FilterListId = 2261, + TagId = 2 + }, + new + { + FilterListId = 2262, + TagId = 2 + }, + new + { + FilterListId = 2263, + TagId = 2 + }, + new + { + FilterListId = 2264, + TagId = 2 + }, + new + { + FilterListId = 2265, + TagId = 2 + }, + new + { + FilterListId = 2266, + TagId = 2 + }, + new + { + FilterListId = 2267, + TagId = 3 + }, + new + { + FilterListId = 2268, + TagId = 4 + }, + new + { + FilterListId = 2269, + TagId = 2 + }, + new + { + FilterListId = 2270, + TagId = 2 + }, + new + { + FilterListId = 2271, + TagId = 2 + }, + new + { + FilterListId = 2272, + TagId = 2 + }, + new + { + FilterListId = 2273, + TagId = 2 + }, + new + { + FilterListId = 2274, + TagId = 2 + }, + new + { + FilterListId = 2275, + TagId = 2 + }, + new + { + FilterListId = 2276, + TagId = 2 + }, + new + { + FilterListId = 2277, + TagId = 2 + }, + new + { + FilterListId = 2277, + TagId = 3 + }, + new + { + FilterListId = 2278, + TagId = 7 + }, + new + { + FilterListId = 2279, + TagId = 1 + }, + new + { + FilterListId = 2279, + TagId = 2 + }, + new + { + FilterListId = 2279, + TagId = 3 + }, + new + { + FilterListId = 2279, + TagId = 6 + }, + new + { + FilterListId = 2280, + TagId = 1 + }, + new + { + FilterListId = 2280, + TagId = 2 + }, + new + { + FilterListId = 2280, + TagId = 3 + }, + new + { + FilterListId = 2280, + TagId = 6 + }, + new + { + FilterListId = 2281, + TagId = 1 + }, + new + { + FilterListId = 2281, + TagId = 2 + }, + new + { + FilterListId = 2281, + TagId = 3 + }, + new + { + FilterListId = 2281, + TagId = 6 + }, + new + { + FilterListId = 2282, + TagId = 3 + }, + new + { + FilterListId = 2282, + TagId = 4 + }, + new + { + FilterListId = 2282, + TagId = 10 + }, + new + { + FilterListId = 2283, + TagId = 2 + }, + new + { + FilterListId = 2283, + TagId = 3 + }, + new + { + FilterListId = 2283, + TagId = 6 + }, + new + { + FilterListId = 2284, + TagId = 2 + }, + new + { + FilterListId = 2284, + TagId = 3 + }, + new + { + FilterListId = 2284, + TagId = 6 + }, + new + { + FilterListId = 2285, + TagId = 2 + }, + new + { + FilterListId = 2285, + TagId = 3 + }, + new + { + FilterListId = 2285, + TagId = 6 + }, + new + { + FilterListId = 2286, + TagId = 2 + }, + new + { + FilterListId = 2286, + TagId = 6 + }, + new + { + FilterListId = 2286, + TagId = 9 + }, + new + { + FilterListId = 2286, + TagId = 10 + }, + new + { + FilterListId = 2286, + TagId = 31 + }, + new + { + FilterListId = 2287, + TagId = 15 + }, + new + { + FilterListId = 2287, + TagId = 21 + }, + new + { + FilterListId = 2288, + TagId = 3 + }, + new + { + FilterListId = 2289, + TagId = 9 + }, + new + { + FilterListId = 2290, + TagId = 40 + }, + new + { + FilterListId = 2291, + TagId = 3 + }, + new + { + FilterListId = 2291, + TagId = 6 + }, + new + { + FilterListId = 2292, + TagId = 39 + }, + new + { + FilterListId = 2293, + TagId = 19 + }, + new + { + FilterListId = 2294, + TagId = 19 + }, + new + { + FilterListId = 2295, + TagId = 7 + }, + new + { + FilterListId = 2296, + TagId = 2 + }, + new + { + FilterListId = 2297, + TagId = 2 + }, + new + { + FilterListId = 2298, + TagId = 2 + }, + new + { + FilterListId = 2299, + TagId = 2 + }, + new + { + FilterListId = 2300, + TagId = 19 + }, + new + { + FilterListId = 2301, + TagId = 6 + }, + new + { + FilterListId = 2302, + TagId = 19 + }, + new + { + FilterListId = 2303, + TagId = 6 + }, + new + { + FilterListId = 2304, + TagId = 7 + }, + new + { + FilterListId = 2305, + TagId = 7 + }, + new + { + FilterListId = 2306, + TagId = 6 + }, + new + { + FilterListId = 2307, + TagId = 7 + }, + new + { + FilterListId = 2308, + TagId = 7 + }, + new + { + FilterListId = 2309, + TagId = 7 + }, + new + { + FilterListId = 2310, + TagId = 7 + }, + new + { + FilterListId = 2311, + TagId = 7 + }, + new + { + FilterListId = 2312, + TagId = 6 + }, + new + { + FilterListId = 2313, + TagId = 6 + }, + new + { + FilterListId = 2314, + TagId = 6 + }, + new + { + FilterListId = 2315, + TagId = 2 + }, + new + { + FilterListId = 2315, + TagId = 3 + }, + new + { + FilterListId = 2315, + TagId = 6 + }, + new + { + FilterListId = 2315, + TagId = 7 + }, + new + { + FilterListId = 2316, + TagId = 2 + }, + new + { + FilterListId = 2316, + TagId = 3 + }, + new + { + FilterListId = 2316, + TagId = 6 + }, + new + { + FilterListId = 2316, + TagId = 7 + }, + new + { + FilterListId = 2317, + TagId = 3 + }, + new + { + FilterListId = 2318, + TagId = 7 + }, + new + { + FilterListId = 2319, + TagId = 2 + }, + new + { + FilterListId = 2319, + TagId = 3 + }, + new + { + FilterListId = 2320, + TagId = 2 + }, + new + { + FilterListId = 2320, + TagId = 3 + }, + new + { + FilterListId = 2321, + TagId = 2 + }, + new + { + FilterListId = 2322, + TagId = 2 + }, + new + { + FilterListId = 2323, + TagId = 7 + }, + new + { + FilterListId = 2324, + TagId = 7 + }, + new + { + FilterListId = 2325, + TagId = 7 + }, + new + { + FilterListId = 2326, + TagId = 7 + }, + new + { + FilterListId = 2327, + TagId = 7 + }, + new + { + FilterListId = 2328, + TagId = 7 + }, + new + { + FilterListId = 2329, + TagId = 2 + }, + new + { + FilterListId = 2329, + TagId = 31 + }, + new + { + FilterListId = 2330, + TagId = 9 + }, + new + { + FilterListId = 2331, + TagId = 15 + }, + new + { + FilterListId = 2332, + TagId = 41 + }, + new + { + FilterListId = 2333, + TagId = 41 + }, + new + { + FilterListId = 2334, + TagId = 41 + }, + new + { + FilterListId = 2335, + TagId = 41 + }, + new + { + FilterListId = 2336, + TagId = 41 + }, + new + { + FilterListId = 2337, + TagId = 41 + }, + new + { + FilterListId = 2338, + TagId = 3 + }, + new + { + FilterListId = 2338, + TagId = 4 + }, + new + { + FilterListId = 2338, + TagId = 19 + }, + new + { + FilterListId = 2338, + TagId = 23 + }, + new + { + FilterListId = 2339, + TagId = 7 + }, + new + { + FilterListId = 2340, + TagId = 2 + }, + new + { + FilterListId = 2340, + TagId = 22 + }, + new + { + FilterListId = 2341, + TagId = 12 + }, + new + { + FilterListId = 2342, + TagId = 3 + }, + new + { + FilterListId = 2343, + TagId = 10 + }, + new + { + FilterListId = 2344, + TagId = 10 + }, + new + { + FilterListId = 2345, + TagId = 10 + }, + new + { + FilterListId = 2346, + TagId = 10 + }, + new + { + FilterListId = 2347, + TagId = 10 + }, + new + { + FilterListId = 2348, + TagId = 10 + }, + new + { + FilterListId = 2349, + TagId = 10 + }, + new + { + FilterListId = 2350, + TagId = 10 + }, + new + { + FilterListId = 2351, + TagId = 10 + }, + new + { + FilterListId = 2352, + TagId = 2 + }, + new + { + FilterListId = 2352, + TagId = 8 + }, + new + { + FilterListId = 2353, + TagId = 2 + }, + new + { + FilterListId = 2354, + TagId = 10 + }, + new + { + FilterListId = 2355, + TagId = 10 + }, + new + { + FilterListId = 2356, + TagId = 2 + }, + new + { + FilterListId = 2356, + TagId = 22 + }, + new + { + FilterListId = 2357, + TagId = 2 + }, + new + { + FilterListId = 2357, + TagId = 22 + }, + new + { + FilterListId = 2358, + TagId = 2 + }, + new + { + FilterListId = 2358, + TagId = 22 + }, + new + { + FilterListId = 2359, + TagId = 2 + }, + new + { + FilterListId = 2359, + TagId = 22 + }, + new + { + FilterListId = 2360, + TagId = 2 + }, + new + { + FilterListId = 2360, + TagId = 22 + }, + new + { + FilterListId = 2361, + TagId = 2 + }, + new + { + FilterListId = 2361, + TagId = 22 + }, + new + { + FilterListId = 2362, + TagId = 10 + }, + new + { + FilterListId = 2363, + TagId = 2 + }, + new + { + FilterListId = 2364, + TagId = 2 + }, + new + { + FilterListId = 2365, + TagId = 2 + }, + new + { + FilterListId = 2366, + TagId = 10 + }, + new + { + FilterListId = 2367, + TagId = 3 + }, + new + { + FilterListId = 2368, + TagId = 2 + }, + new + { + FilterListId = 2369, + TagId = 30 + }, + new + { + FilterListId = 2369, + TagId = 35 + }, + new + { + FilterListId = 2370, + TagId = 2 + }, + new + { + FilterListId = 2371, + TagId = 2 + }, + new + { + FilterListId = 2372, + TagId = 10 + }, + new + { + FilterListId = 2373, + TagId = 15 + }, + new + { + FilterListId = 2374, + TagId = 10 + }, + new + { + FilterListId = 2375, + TagId = 11 + }, + new + { + FilterListId = 2375, + TagId = 21 + }, + new + { + FilterListId = 2376, + TagId = 15 + }, + new + { + FilterListId = 2377, + TagId = 2 + }, + new + { + FilterListId = 2377, + TagId = 6 + }, + new + { + FilterListId = 2377, + TagId = 9 + }, + new + { + FilterListId = 2377, + TagId = 31 + }, + new + { + FilterListId = 2378, + TagId = 2 + }, + new + { + FilterListId = 2378, + TagId = 6 + }, + new + { + FilterListId = 2378, + TagId = 9 + }, + new + { + FilterListId = 2378, + TagId = 31 + }, + new + { + FilterListId = 2379, + TagId = 2 + }, + new + { + FilterListId = 2379, + TagId = 3 + }, + new + { + FilterListId = 2379, + TagId = 6 + }, + new + { + FilterListId = 2380, + TagId = 12 + }, + new + { + FilterListId = 2381, + TagId = 12 + }, + new + { + FilterListId = 2382, + TagId = 1 + }, + new + { + FilterListId = 2382, + TagId = 2 + }, + new + { + FilterListId = 2382, + TagId = 3 + }, + new + { + FilterListId = 2382, + TagId = 6 + }, + new + { + FilterListId = 2382, + TagId = 7 + }, + new + { + FilterListId = 2382, + TagId = 36 + }, + new + { + FilterListId = 2383, + TagId = 1 + }, + new + { + FilterListId = 2383, + TagId = 2 + }, + new + { + FilterListId = 2383, + TagId = 3 + }, + new + { + FilterListId = 2383, + TagId = 6 + }, + new + { + FilterListId = 2383, + TagId = 7 + }, + new + { + FilterListId = 2383, + TagId = 36 + }, + new + { + FilterListId = 2384, + TagId = 1 + }, + new + { + FilterListId = 2384, + TagId = 2 + }, + new + { + FilterListId = 2384, + TagId = 3 + }, + new + { + FilterListId = 2384, + TagId = 6 + }, + new + { + FilterListId = 2384, + TagId = 7 + }, + new + { + FilterListId = 2384, + TagId = 36 + }, + new + { + FilterListId = 2385, + TagId = 1 + }, + new + { + FilterListId = 2385, + TagId = 2 + }, + new + { + FilterListId = 2385, + TagId = 3 + }, + new + { + FilterListId = 2385, + TagId = 6 + }, + new + { + FilterListId = 2385, + TagId = 7 + }, + new + { + FilterListId = 2385, + TagId = 36 + }, + new + { + FilterListId = 2386, + TagId = 1 + }, + new + { + FilterListId = 2386, + TagId = 2 + }, + new + { + FilterListId = 2386, + TagId = 3 + }, + new + { + FilterListId = 2386, + TagId = 6 + }, + new + { + FilterListId = 2386, + TagId = 7 + }, + new + { + FilterListId = 2386, + TagId = 36 + }, + new + { + FilterListId = 2387, + TagId = 4 + }, + new + { + FilterListId = 2388, + TagId = 6 + }, + new + { + FilterListId = 2389, + TagId = 2 + }, + new + { + FilterListId = 2389, + TagId = 3 + }, + new + { + FilterListId = 2390, + TagId = 6 + }, + new + { + FilterListId = 2391, + TagId = 30 + }, + new + { + FilterListId = 2392, + TagId = 2 + }, + new + { + FilterListId = 2393, + TagId = 6 + }, + new + { + FilterListId = 2394, + TagId = 6 + }, + new + { + FilterListId = 2394, + TagId = 11 + }, + new + { + FilterListId = 2395, + TagId = 6 + }, + new + { + FilterListId = 2396, + TagId = 10 + }, + new + { + FilterListId = 2397, + TagId = 10 + }, + new + { + FilterListId = 2398, + TagId = 10 + }, + new + { + FilterListId = 2399, + TagId = 10 + }, + new + { + FilterListId = 2400, + TagId = 10 + }, + new + { + FilterListId = 2401, + TagId = 10 + }, + new + { + FilterListId = 2402, + TagId = 10 + }, + new + { + FilterListId = 2403, + TagId = 10 + }, + new + { + FilterListId = 2404, + TagId = 15 + }, + new + { + FilterListId = 2405, + TagId = 2 + }, + new + { + FilterListId = 2405, + TagId = 3 + }, + new + { + FilterListId = 2406, + TagId = 15 + }, + new + { + FilterListId = 2407, + TagId = 9 + }, + new + { + FilterListId = 2408, + TagId = 9 + }, + new + { + FilterListId = 2409, + TagId = 9 + }, + new + { + FilterListId = 2410, + TagId = 15 + }, + new + { + FilterListId = 2411, + TagId = 2 + }, + new + { + FilterListId = 2412, + TagId = 2 + }, + new + { + FilterListId = 2413, + TagId = 12 + }, + new + { + FilterListId = 2414, + TagId = 10 + }, + new + { + FilterListId = 2415, + TagId = 24 + }, + new + { + FilterListId = 2416, + TagId = 6 + }, + new + { + FilterListId = 2417, + TagId = 20 + }, + new + { + FilterListId = 2418, + TagId = 20 + }, + new + { + FilterListId = 2419, + TagId = 6 + }, + new + { + FilterListId = 2420, + TagId = 6 + }, + new + { + FilterListId = 2421, + TagId = 6 + }, + new + { + FilterListId = 2422, + TagId = 7 + }, + new + { + FilterListId = 2423, + TagId = 7 + }, + new + { + FilterListId = 2424, + TagId = 7 + }, + new + { + FilterListId = 2425, + TagId = 32 + }, + new + { + FilterListId = 2426, + TagId = 4 + }, + new + { + FilterListId = 2427, + TagId = 10 + }, + new + { + FilterListId = 2428, + TagId = 30 + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterListViewUrl", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn); + + b.Property("FilterListId") + .HasColumnType("integer"); + + b.Property("Primariness") + .ValueGeneratedOnAdd() + .HasColumnType("smallint") + .HasDefaultValue((short)1); + + b.Property("SegmentNumber") + .ValueGeneratedOnAdd() + .HasColumnType("smallint") + .HasDefaultValue((short)1); + + b.Property("Url") + .IsRequired() + .HasColumnType("text"); + + b.HasKey("Id"); + + b.HasIndex("FilterListId", "SegmentNumber", "Primariness") + .IsUnique(); + + b.ToTable("FilterListViewUrls"); + + b.HasData( + new + { + Id = 1, + FilterListId = 1, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://280blocker.net/files/280blocker_adblock.txt" + }, + new + { + Id = 2, + FilterListId = 2, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/B-Con/mute/master/mute.txt" + }, + new + { + Id = 3, + FilterListId = 3, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://adblock.mahakala.is/" + }, + new + { + Id = 4, + FilterListId = 4, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/michaeltrimm/hosts-blocking/master/_hosts.txt" + }, + new + { + Id = 5, + FilterListId = 4, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/michaeltrimm/hosts-blocking/master/_hosts.txt" + }, + new + { + Id = 6, + FilterListId = 4, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/michaeltrimm/hosts-blocking/master/_hosts.txt" + }, + new + { + Id = 7, + FilterListId = 5, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/message_seen_remover_for_facebook.txt" + }, + new + { + Id = 8, + FilterListId = 6, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mayve/private-adblock-filters/master/Adblock_List.txt" + }, + new + { + Id = 9, + FilterListId = 6, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/mayve/private-adblock-filters/master/Adblock_List.txt" + }, + new + { + Id = 10, + FilterListId = 6, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/mayve/private-adblock-filters/master/Adblock_List.txt" + }, + new + { + Id = 11, + FilterListId = 10, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.malwaredomainlist.com/hostslist/hosts.txt" + }, + new + { + Id = 12, + FilterListId = 11, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/liste_fr+easylist.txt" + }, + new + { + Id = 13, + FilterListId = 12, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/liste_fr.txt" + }, + new + { + Id = 14, + FilterListId = 13, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/liste_ar+liste_fr+easylist.txt" + }, + new + { + Id = 15, + FilterListId = 14, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/Liste_AR.txt" + }, + new + { + Id = 16, + FilterListId = 16, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/List-KR/List-KR/master/filter.txt" + }, + new + { + Id = 17, + FilterListId = 17, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://winhelp2002.mvps.org/hosts.txt" + }, + new + { + Id = 18, + FilterListId = 17, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/mvps.org/hosts" + }, + new + { + Id = 19, + FilterListId = 17, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/data/mvps.org/hosts" + }, + new + { + Id = 20, + FilterListId = 18, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/taylr/linkedinsanity/master/linkedinsanity.txt" + }, + new + { + Id = 21, + FilterListId = 18, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/taylr/linkedinsanity/master/linkedinsanity.txt" + }, + new + { + Id = 22, + FilterListId = 18, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/taylr/linkedinsanity/master/linkedinsanity.txt" + }, + new + { + Id = 23, + FilterListId = 19, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/nocoin.txt" + }, + new + { + Id = 24, + FilterListId = 19, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/hoshsadiq/adblock-nocoin-list/master/nocoin.txt" + }, + new + { + Id = 25, + FilterListId = 19, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/hoshsadiq/adblock-nocoin-list/master/nocoin.txt" + }, + new + { + Id = 26, + FilterListId = 20, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianList.txt" + }, + new + { + Id = 27, + FilterListId = 20, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianList.txt" + }, + new + { + Id = 28, + FilterListId = 27, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/metaphoricgiraffe/tracking-filters/master/trackingfilters.txt" + }, + new + { + Id = 29, + FilterListId = 27, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/metaphoricgiraffe/tracking-filters/master/trackingfilters.txt" + }, + new + { + Id = 30, + FilterListId = 27, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/metaphoricgiraffe/tracking-filters/master/trackingfilters.txt" + }, + new + { + Id = 31, + FilterListId = 28, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/liamja/Prebake/master/quiet.txt" + }, + new + { + Id = 32, + FilterListId = 28, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/liamja/Prebake/master/quiet.txt" + }, + new + { + Id = 33, + FilterListId = 28, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/liamja/Prebake/master/quiet.txt" + }, + new + { + Id = 34, + FilterListId = 29, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/liamja/Prebake/master/obtrusive.txt" + }, + new + { + Id = 35, + FilterListId = 29, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/liamja/Prebake/master/obtrusive.txt" + }, + new + { + Id = 36, + FilterListId = 29, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/liamja/Prebake/master/obtrusive.txt" + }, + new + { + Id = 37, + FilterListId = 30, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PPB.txt" + }, + new + { + Id = 38, + FilterListId = 30, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/PolishFiltersTeam/PolishAnnoyanceFilters/master/PPB.txt" + }, + new + { + Id = 39, + FilterListId = 30, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PPB.txt" + }, + new + { + Id = 40, + FilterListId = 31, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.niecko.pl/adblock/adblock.txt" + }, + new + { + Id = 41, + FilterListId = 32, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=1&mimetype=plaintext" + }, + new + { + Id = 42, + FilterListId = 33, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/LordBadmintonofYorkshire/Overlay-Blocker/master/blocklist.txt" + }, + new + { + Id = 43, + FilterListId = 33, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/LordBadmintonofYorkshire/Overlay-Blocker/master/blocklist.txt" + }, + new + { + Id = 44, + FilterListId = 33, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/LordBadmintonofYorkshire/Overlay-Blocker/master/blocklist.txt" + }, + new + { + Id = 45, + FilterListId = 34, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://openphish.com/feed.txt" + }, + new + { + Id = 46, + FilterListId = 36, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/genediazjr/nopelist/master/nopelist.txt" + }, + new + { + Id = 47, + FilterListId = 36, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/genediazjr/nopelist/master/nopelist.txt" + }, + new + { + Id = 48, + FilterListId = 36, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/genediazjr/nopelist/master/nopelist.txt" + }, + new + { + Id = 49, + FilterListId = 38, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Rpsl/adblock-leadgenerator-list/master/list/list.txt" + }, + new + { + Id = 50, + FilterListId = 38, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/Rpsl/adblock-leadgenerator-list/master/list/list.txt" + }, + new + { + Id = 51, + FilterListId = 38, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/Rpsl/adblock-leadgenerator-list/master/list/list.txt" + }, + new + { + Id = 52, + FilterListId = 39, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://notabug.org/latvian-list/adblock-latvian/raw/master/lists/latvian-list.txt" + }, + new + { + Id = 53, + FilterListId = 47, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/NanoMeow/UltimateMirror/master/archive/hphosts.txt" + }, + new + { + Id = 54, + FilterListId = 47, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/static/HPHosts/HostsAdServers.txt" + }, + new + { + Id = 55, + FilterListId = 49, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://sites.google.com/site/hosts2ch/ja?attredirects=0" + }, + new + { + Id = 56, + FilterListId = 50, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/HexxiumCreations/threat-list/gh-pages/hexxiumthreatlist.txt" + }, + new + { + Id = 57, + FilterListId = 50, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/HexxiumCreations/threat-list/gh-pages/hexxiumthreatlist.txt" + }, + new + { + Id = 58, + FilterListId = 50, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/HexxiumCreations/threat-list/gh-pages/hexxiumthreatlist.txt" + }, + new + { + Id = 59, + FilterListId = 51, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kargig/greek-adblockplus-filter/master/void-gr-filters.txt" + }, + new + { + Id = 60, + FilterListId = 51, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/kargig/greek-adblockplus-filter/master/void-gr-filters.txt" + }, + new + { + Id = 61, + FilterListId = 51, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/kargig/greek-adblockplus-filter/master/void-gr-filters.txt" + }, + new + { + Id = 62, + FilterListId = 52, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gnuzilla.gnu.org/filters/blacklist.txt" + }, + new + { + Id = 63, + FilterListId = 53, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/gmbkslist (Hosts).txt" + }, + new + { + Id = 64, + FilterListId = 53, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/DandelionSprout/adfilt/master/AncientLibrary/gmbkslist (Hosts).txt" + }, + new + { + Id = 65, + FilterListId = 54, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://web.archive.org/web/20160221140034if_/http://adblock.gjtech.net/?format=unix-hosts" + }, + new + { + Id = 66, + FilterListId = 56, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/latvianlist+easylist.txt" + }, + new + { + Id = 67, + FilterListId = 59, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/gfmaster/adblock-korea-contrib/master/filter.txt" + }, + new + { + Id = 68, + FilterListId = 59, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/gfmaster/adblock-korea-contrib/master/filter.txt" + }, + new + { + Id = 69, + FilterListId = 59, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/gfmaster/adblock-korea-contrib/master/filter.txt" + }, + new + { + Id = 70, + FilterListId = 60, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt" + }, + new + { + Id = 71, + FilterListId = 60, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/PolishFiltersTeam/KADhosts/master/KADhosts.txt" + }, + new + { + Id = 72, + FilterListId = 60, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt" + }, + new + { + Id = 73, + FilterListId = 61, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/KAD/master/KAD.txt" + }, + new + { + Id = 74, + FilterListId = 61, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/PolishFiltersTeam/KAD/master/KAD.txt" + }, + new + { + Id = 75, + FilterListId = 61, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/PolishFiltersTeam/KAD/master/KAD.txt" + }, + new + { + Id = 76, + FilterListId = 62, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://qme.mydns.jp/data/AdblockV2.txt" + }, + new + { + Id = 77, + FilterListId = 63, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://qme.mydns.jp/data/Adblock.txt" + }, + new + { + Id = 78, + FilterListId = 64, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/lewisje/jansal/master/adblock/hostslt" + }, + new + { + Id = 79, + FilterListId = 64, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/lewisje/jansal/master/adblock/hostslt" + }, + new + { + Id = 80, + FilterListId = 64, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.link/repo/lewisje/jansal/master/adblock/hostslt" + }, + new + { + Id = 81, + FilterListId = 65, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/lewisje/jansal/master/adblock/hosts" + }, + new + { + Id = 82, + FilterListId = 65, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/lewisje/jansal/master/adblock/hosts" + }, + new + { + Id = 83, + FilterListId = 65, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.link/repo/lewisje/jansal/master/adblock/hosts" + }, + new + { + Id = 84, + FilterListId = 66, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.jabcreations.com/downloads/adblock-filters.php" + }, + new + { + Id = 85, + FilterListId = 67, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/piperun/iploggerfilter/master/filterlist" + }, + new + { + Id = 86, + FilterListId = 67, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/piperun/iploggerfilter/master/filterlist" + }, + new + { + Id = 87, + FilterListId = 67, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.link/repo/piperun/iploggerfilter/master/filterlist" + }, + new + { + Id = 88, + FilterListId = 68, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ilyakatz/adblock_filters/master/inpage_popups.txt" + }, + new + { + Id = 89, + FilterListId = 68, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/ilyakatz/adblock_filters/master/inpage_popups.txt" + }, + new + { + Id = 90, + FilterListId = 68, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/ilyakatz/adblock_filters/master/inpage_popups.txt" + }, + new + { + Id = 91, + FilterListId = 69, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://adblock.gardar.net/is.abp.txt" + }, + new + { + Id = 92, + FilterListId = 70, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Rudloff/adblock-imokwithcookies/master/filters.txt" + }, + new + { + Id = 93, + FilterListId = 70, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/Rudloff/adblock-imokwithcookies/master/filters.txt" + }, + new + { + Id = 94, + FilterListId = 70, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/Rudloff/adblock-imokwithcookies/master/filters.txt" + }, + new + { + Id = 95, + FilterListId = 71, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.i-dont-care-about-cookies.eu/abp/" + }, + new + { + Id = 96, + FilterListId = 72, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hufilter/hufilter/master/hufilter.txt" + }, + new + { + Id = 97, + FilterListId = 72, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://repo.or.cz/Adblock-list-backups-hufilter.git/blob_plain/refs/heads/master:/hufilter.txt" + }, + new + { + Id = 98, + FilterListId = 72, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/hufilter/hufilter/master/hufilter.txt" + }, + new + { + Id = 99, + FilterListId = 78, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts" + }, + new + { + Id = 100, + FilterListId = 78, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/gambling-porn/hosts" + }, + new + { + Id = 101, + FilterListId = 78, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/gambling-porn/hosts" + }, + new + { + Id = 102, + FilterListId = 79, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts" + }, + new + { + Id = 103, + FilterListId = 79, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/gambling/hosts" + }, + new + { + Id = 104, + FilterListId = 79, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/gambling/hosts" + }, + new + { + Id = 105, + FilterListId = 80, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts" + }, + new + { + Id = 106, + FilterListId = 80, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/hosts" + }, + new + { + Id = 107, + FilterListId = 80, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/hosts" + }, + new + { + Id = 108, + FilterListId = 81, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts" + }, + new + { + Id = 109, + FilterListId = 81, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/UncheckyAds/hosts" + }, + new + { + Id = 110, + FilterListId = 81, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/data/UncheckyAds/hosts" + }, + new + { + Id = 111, + FilterListId = 82, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uBlock-user/uBO-Personal-Filters/master/uPF.txt" + }, + new + { + Id = 112, + FilterListId = 82, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/uBlock-user/uBO-Personal-Filters/master/uPF.txt" + }, + new + { + Id = 113, + FilterListId = 82, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/uBlock-user/uBO-Personal-Filters/master/uPF.txt" + }, + new + { + Id = 114, + FilterListId = 83, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/NanoAdblocker/NanoFilters/master/NanoMirror/NanoDefender.txt" + }, + new + { + Id = 115, + FilterListId = 83, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/NanoAdblocker/NanoFilters/master/NanoMirror/NanoDefender.txt" + }, + new + { + Id = 116, + FilterListId = 84, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock_ublock.txt" + }, + new + { + Id = 117, + FilterListId = 84, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock_ublock.txt" + }, + new + { + Id = 118, + FilterListId = 84, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock_ublock.txt" + }, + new + { + Id = 119, + FilterListId = 85, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/IDKwhattoputhere/uBlock-Filters-Plus/master/uBlock-Filters-Plus.txt" + }, + new + { + Id = 120, + FilterListId = 85, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/IDKwhattoputhere/uBlock-Filters-Plus/master/uBlock-Filters-Plus.txt" + }, + new + { + Id = 121, + FilterListId = 85, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/IDKwhattoputhere/uBlock-Filters-Plus/master/uBlock-Filters-Plus.txt" + }, + new + { + Id = 122, + FilterListId = 86, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/byaka/ublock-antiskimming-list/master/build/data.txt" + }, + new + { + Id = 123, + FilterListId = 86, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/byaka/ublock-antiskimming-list/master/build/data.txt" + }, + new + { + Id = 124, + FilterListId = 86, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/byaka/ublock-antiskimming-list/master/build/data.txt" + }, + new + { + Id = 125, + FilterListId = 87, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/unbreak.txt" + }, + new + { + Id = 126, + FilterListId = 87, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/unbreak.txt" + }, + new + { + Id = 127, + FilterListId = 87, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/uBlockOrigin/uAssets/master/filters/unbreak.txt" + }, + new + { + Id = 128, + FilterListId = 88, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/privacy.txt" + }, + new + { + Id = 129, + FilterListId = 88, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/privacy.txt" + }, + new + { + Id = 130, + FilterListId = 88, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/uBlockOrigin/uAssets/master/filters/privacy.txt" + }, + new + { + Id = 131, + FilterListId = 89, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt" + }, + new + { + Id = 132, + FilterListId = 89, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/filters.txt" + }, + new + { + Id = 133, + FilterListId = 89, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/uBlockOrigin/uAssets/master/filters/filters.txt" + }, + new + { + Id = 134, + FilterListId = 90, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/experimental.txt" + }, + new + { + Id = 135, + FilterListId = 90, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/experimental.txt" + }, + new + { + Id = 136, + FilterListId = 90, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/uBlockOrigin/uAssets/master/filters/experimental.txt" + }, + new + { + Id = 137, + FilterListId = 91, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/badware.txt" + }, + new + { + Id = 138, + FilterListId = 91, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/badware.txt" + }, + new + { + Id = 139, + FilterListId = 91, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/uBlockOrigin/uAssets/master/filters/badware.txt" + }, + new + { + Id = 140, + FilterListId = 93, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts" + }, + new + { + Id = 141, + FilterListId = 93, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/gambling-porn-social/hosts" + }, + new + { + Id = 142, + FilterListId = 93, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/gambling-porn-social/hosts" + }, + new + { + Id = 143, + FilterListId = 94, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.topcashback.com/Misc/AdBlockWhiteList.aspx" + }, + new + { + Id = 144, + FilterListId = 95, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts" + }, + new + { + Id = 145, + FilterListId = 95, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/gambling-social/hosts" + }, + new + { + Id = 146, + FilterListId = 95, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/gambling-social/hosts" + }, + new + { + Id = 147, + FilterListId = 96, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts" + }, + new + { + Id = 148, + FilterListId = 96, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/porn-social/hosts" + }, + new + { + Id = 149, + FilterListId = 96, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/porn-social/hosts" + }, + new + { + Id = 150, + FilterListId = 97, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/yt_annoyances_full.txt" + }, + new + { + Id = 151, + FilterListId = 97, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/youtubefilters/raw-file/default/yt_annoyances_full.txt" + }, + new + { + Id = 152, + FilterListId = 98, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/yt_annoyances_other.txt" + }, + new + { + Id = 153, + FilterListId = 98, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/youtubefilters/raw-file/default/yt_annoyances_other.txt" + }, + new + { + Id = 154, + FilterListId = 99, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/yous/YousList/master/youslist.txt" + }, + new + { + Id = 155, + FilterListId = 99, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/yous/YousList/master/youslist.txt" + }, + new + { + Id = 156, + FilterListId = 99, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/yous/YousList/master/youslist.txt" + }, + new + { + Id = 157, + FilterListId = 100, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri-reborn.txt" + }, + new + { + Id = 158, + FilterListId = 100, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/wiltteri/subscriptions/master/wiltteri-reborn.txt" + }, + new + { + Id = 159, + FilterListId = 100, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/wiltteri/subscriptions/master/wiltteri-reborn.txt" + }, + new + { + Id = 160, + FilterListId = 101, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri.txt" + }, + new + { + Id = 161, + FilterListId = 101, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/wiltteri/subscriptions/master/wiltteri.txt" + }, + new + { + Id = 162, + FilterListId = 101, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/wiltteri/subscriptions/master/wiltteri.txt" + }, + new + { + Id = 163, + FilterListId = 102, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/ultralist.txt" + }, + new + { + Id = 164, + FilterListId = 102, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/yourduskquibbles/webannoyances/master/ultralist.txt" + }, + new + { + Id = 165, + FilterListId = 102, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/yourduskquibbles/webannoyances/master/ultralist.txt" + }, + new + { + Id = 166, + FilterListId = 103, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts" + }, + new + { + Id = 167, + FilterListId = 103, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts" + }, + new + { + Id = 168, + FilterListId = 103, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-gambling-porn-social/hosts" + }, + new + { + Id = 169, + FilterListId = 104, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts" + }, + new + { + Id = 170, + FilterListId = 104, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/fakenews-porn-social/hosts" + }, + new + { + Id = 171, + FilterListId = 104, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-porn-social/hosts" + }, + new + { + Id = 172, + FilterListId = 105, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts" + }, + new + { + Id = 173, + FilterListId = 105, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts" + }, + new + { + Id = 174, + FilterListId = 105, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-gambling-social/hosts" + }, + new + { + Id = 175, + FilterListId = 106, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts" + }, + new + { + Id = 176, + FilterListId = 106, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts" + }, + new + { + Id = 177, + FilterListId = 106, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-gambling-porn/hosts" + }, + new + { + Id = 178, + FilterListId = 107, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts" + }, + new + { + Id = 179, + FilterListId = 107, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/fakenews-social/hosts" + }, + new + { + Id = 180, + FilterListId = 107, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-social/hosts" + }, + new + { + Id = 181, + FilterListId = 108, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts" + }, + new + { + Id = 182, + FilterListId = 108, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/fakenews-porn/hosts" + }, + new + { + Id = 183, + FilterListId = 108, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-porn/hosts" + }, + new + { + Id = 184, + FilterListId = 109, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts" + }, + new + { + Id = 185, + FilterListId = 109, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/fakenews-gambling/hosts" + }, + new + { + Id = 186, + FilterListId = 109, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-gambling/hosts" + }, + new + { + Id = 187, + FilterListId = 110, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts" + }, + new + { + Id = 188, + FilterListId = 110, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/fakenews/hosts" + }, + new + { + Id = 189, + FilterListId = 110, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews/hosts" + }, + new + { + Id = 190, + FilterListId = 111, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts" + }, + new + { + Id = 191, + FilterListId = 111, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/social/hosts" + }, + new + { + Id = 192, + FilterListId = 111, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/social/hosts" + }, + new + { + Id = 193, + FilterListId = 112, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts" + }, + new + { + Id = 194, + FilterListId = 112, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://sbc.io/hosts/alternates/porn/hosts" + }, + new + { + Id = 195, + FilterListId = 112, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/porn/hosts" + }, + new + { + Id = 196, + FilterListId = 113, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tofukko/filter/master/Adblock_Plus_list.txt" + }, + new + { + Id = 197, + FilterListId = 114, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/thoughtconverge/abf/master/abf.txt" + }, + new + { + Id = 198, + FilterListId = 114, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/thoughtconverge/abf/master/abf.txt" + }, + new + { + Id = 199, + FilterListId = 114, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/thoughtconverge/abf/master/abf.txt" + }, + new + { + Id = 200, + FilterListId = 115, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hostsfile.mine.nu/hosts0.txt" + }, + new + { + Id = 201, + FilterListId = 116, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.zoso.ro/pages/rolist2.txt" + }, + new + { + Id = 202, + FilterListId = 117, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/rolist+easylist.txt" + }, + new + { + Id = 203, + FilterListId = 118, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.zoso.ro/pages/rolist.txt" + }, + new + { + Id = 204, + FilterListId = 119, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://road.adblock.ro/lista.txt" + }, + new + { + Id = 205, + FilterListId = 119, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tcptomato/ROad-Block/master/road-block-filters-light.txt" + }, + new + { + Id = 206, + FilterListId = 119, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/tcptomato/ROad-Block/master/road-block-filters-light.txt" + }, + new + { + Id = 207, + FilterListId = 131, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/advblock.txt" + }, + new + { + Id = 208, + FilterListId = 132, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://denis-ovs.narod.ru/adblock.txt" + }, + new + { + Id = 209, + FilterListId = 133, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/ruadlist+easylist.txt" + }, + new + { + Id = 210, + FilterListId = 134, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/bitblock.txt" + }, + new + { + Id = 211, + FilterListId = 135, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hostsfile.mine.nu/downloads/adblock.txt" + }, + new + { + Id = 212, + FilterListId = 136, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/betterwebleon/slovenian-list/master/filters.txt" + }, + new + { + Id = 213, + FilterListId = 136, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/betterwebleon/slovenian-list/master/filters.txt" + }, + new + { + Id = 214, + FilterListId = 136, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/betterwebleon/slovenian-list/master/filters.txt" + }, + new + { + Id = 215, + FilterListId = 137, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts" + }, + new + { + Id = 216, + FilterListId = 137, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/StevenBlack/hosts/master/data/StevenBlack/hosts" + }, + new + { + Id = 217, + FilterListId = 137, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/StevenBlack/hosts/raw/master/data/StevenBlack/hosts" + }, + new + { + Id = 218, + FilterListId = 138, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/StreamingAds/hosts" + }, + new + { + Id = 219, + FilterListId = 138, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/FadeMind/hosts.extras/master/StreamingAds/hosts" + }, + new + { + Id = 220, + FilterListId = 138, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.link/repo/FadeMind/hosts.extras/master/StreamingAds/hosts" + }, + new + { + Id = 221, + FilterListId = 139, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Spam404/lists/master/main-blacklist.txt" + }, + new + { + Id = 222, + FilterListId = 139, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/Spam404/lists/master/main-blacklist.txt" + }, + new + { + Id = 223, + FilterListId = 139, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/Spam404/lists/master/main-blacklist.txt" + }, + new + { + Id = 224, + FilterListId = 140, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Spam404/lists/master/adblock-list.txt" + }, + new + { + Id = 225, + FilterListId = 140, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/Spam404/lists/master/adblock-list.txt" + }, + new + { + Id = 226, + FilterListId = 140, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/Spam404/lists/master/adblock-list.txt" + }, + new + { + Id = 227, + FilterListId = 141, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://shopping.mileageplus.com/adBlockWhitelist.php" + }, + new + { + Id = 228, + FilterListId = 142, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://web.archive.org/web/20160221140104if_/http://adblock.gjtech.net/?format=adblock-plus" + }, + new + { + Id = 229, + FilterListId = 143, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://rapidrewardsshopping.southwest.com/adBlockWhitelist.php" + }, + new + { + Id = 230, + FilterListId = 144, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.aadvantageeshopping.com/adBlockWhitelist.php" + }, + new + { + Id = 231, + FilterListId = 145, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.mileageplanshopping.com/adBlockWhitelist.php" + }, + new + { + Id = 232, + FilterListId = 146, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://web.archive.org/web/20121106002043if_/http://www.schuzak.jp:80/other/abp.conf" + }, + new + { + Id = 233, + FilterListId = 147, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://adblock.dk/block.csv" + }, + new + { + Id = 234, + FilterListId = 147, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://adblock.schack.dk/block.txt" + }, + new + { + Id = 235, + FilterListId = 150, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/cntblock.txt" + }, + new + { + Id = 236, + FilterListId = 151, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.barclaycardrewardsboost.com/adBlockWhitelist.php" + }, + new + { + Id = 237, + FilterListId = 152, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pastebin.com/raw/r9a5WrZa" + }, + new + { + Id = 238, + FilterListId = 155, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/10.txt" + }, + new + { + Id = 239, + FilterListId = 156, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/13.txt" + }, + new + { + Id = 240, + FilterListId = 157, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/3.txt" + }, + new + { + Id = 241, + FilterListId = 158, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/9.txt" + }, + new + { + Id = 242, + FilterListId = 159, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/4.txt" + }, + new + { + Id = 243, + FilterListId = 160, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/mac/filters/12.txt" + }, + new + { + Id = 244, + FilterListId = 161, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/1.txt" + }, + new + { + Id = 245, + FilterListId = 162, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/android/filters/11.txt" + }, + new + { + Id = 246, + FilterListId = 163, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/7.txt" + }, + new + { + Id = 247, + FilterListId = 164, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/6.txt" + }, + new + { + Id = 248, + FilterListId = 165, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/5.txt" + }, + new + { + Id = 249, + FilterListId = 166, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/2.txt" + }, + new + { + Id = 250, + FilterListId = 167, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/8.txt" + }, + new + { + Id = 251, + FilterListId = 168, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/windows/filters/15.txt" + }, + new + { + Id = 252, + FilterListId = 169, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/14.txt" + }, + new + { + Id = 253, + FilterListId = 170, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/adwarefilters.txt" + }, + new + { + Id = 254, + FilterListId = 171, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://dl.dropboxusercontent.com/s/1ybzw9lb7m1qiyl/AAs.txt" + }, + new + { + Id = 255, + FilterListId = 173, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://rlwpx.free.fr/WPFF/hmis.7z" + }, + new + { + Id = 256, + FilterListId = 175, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/r4vi/block-the-eu-cookie-shit-list/master/filterlist.txt" + }, + new + { + Id = 257, + FilterListId = 175, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/r4vi/block-the-eu-cookie-shit-list/master/filterlist.txt" + }, + new + { + Id = 258, + FilterListId = 175, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/r4vi/block-the-eu-cookie-shit-list/master/filterlist.txt" + }, + new + { + Id = 259, + FilterListId = 176, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/anarki999/Adblock-List-Archive/master/Better.fyiTrackersBlocklist.txt" + }, + new + { + Id = 260, + FilterListId = 176, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/anarki999/Adblock-List-Archive/master/Better.fyiTrackersBlocklist.txt" + }, + new + { + Id = 261, + FilterListId = 176, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/anarki999/Adblock-List-Archive/master/Better.fyiTrackersBlocklist.txt" + }, + new + { + Id = 262, + FilterListId = 177, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://paulgb.github.io/BarbBlock/blacklists/hosts-file.txt" + }, + new + { + Id = 263, + FilterListId = 178, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/rebelion76/bankiru_plus_adblock_list/master/bankiru_plus.txt" + }, + new + { + Id = 264, + FilterListId = 178, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/rebelion76/bankiru_plus_adblock_list/master/bankiru_plus.txt" + }, + new + { + Id = 265, + FilterListId = 178, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/rebelion76/bankiru_plus_adblock_list/master/bankiru_plus.txt" + }, + new + { + Id = 266, + FilterListId = 179, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.hostsfile.org/Downloads/hosts.txt" + }, + new + { + Id = 267, + FilterListId = 181, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://git.sourceforge.jp/view?p=ayucat-list/ayucat-list.git;a=blob_plain;f=ayucat-list.txt;hb=b254c74c132832a3ade7b9d42c2ef8d3dd59fdb9" + }, + new + { + Id = 268, + FilterListId = 181, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Ayucat Powerful List.txt" + }, + new + { + Id = 269, + FilterListId = 183, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yhonay/antipopads/master/popads.txt" + }, + new + { + Id = 270, + FilterListId = 183, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/Yhonay/antipopads/master/popads.txt" + }, + new + { + Id = 271, + FilterListId = 183, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/Yhonay/antipopads/master/popads.txt" + }, + new + { + Id = 272, + FilterListId = 184, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-antifacebook.txt" + }, + new + { + Id = 273, + FilterListId = 185, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://rlwpx.free.fr/WPFF/hblc.7z" + }, + new + { + Id = 274, + FilterListId = 186, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://rlwpx.free.fr/WPFF/hrsk.7z" + }, + new + { + Id = 275, + FilterListId = 186, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/Airelle-hrsk.txt" + }, + new + { + Id = 276, + FilterListId = 187, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://rlwpx.free.fr/WPFF/htrc.7z" + }, + new + { + Id = 277, + FilterListId = 187, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/Airelle-trc.txt" + }, + new + { + Id = 278, + FilterListId = 188, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://rlwpx.free.fr/WPFF/hsex.7z" + }, + new + { + Id = 279, + FilterListId = 189, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://rlwpx.free.fr/WPFF/hpub.7z" + }, + new + { + Id = 280, + FilterListId = 190, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts" + }, + new + { + Id = 281, + FilterListId = 190, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/FadeMind/hosts.extras/master/add.Spam/hosts" + }, + new + { + Id = 282, + FilterListId = 190, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.link/repo/FadeMind/hosts.extras/master/add.Spam/hosts" + }, + new + { + Id = 283, + FilterListId = 191, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts" + }, + new + { + Id = 284, + FilterListId = 191, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/FadeMind/hosts.extras/master/add.Risk/hosts" + }, + new + { + Id = 285, + FilterListId = 191, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.link/repo/FadeMind/hosts.extras/master/add.Risk/hosts" + }, + new + { + Id = 286, + FilterListId = 192, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts" + }, + new + { + Id = 287, + FilterListId = 192, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/FadeMind/hosts.extras/master/add.Dead/hosts" + }, + new + { + Id = 288, + FilterListId = 192, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.link/repo/FadeMind/hosts.extras/master/add.Dead/hosts" + }, + new + { + Id = 289, + FilterListId = 197, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/abpindo+easylist.txt" + }, + new + { + Id = 290, + FilterListId = 198, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ABPindo/indonesianadblockrules/master/subscriptions/abpindo.txt" + }, + new + { + Id = 291, + FilterListId = 198, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/heradhis/indonesianadblockrules/master/subscriptions/abpindo.txt" + }, + new + { + Id = 292, + FilterListId = 198, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/ABPindo/indonesianadblockrules/master/subscriptions/abpindo.txt" + }, + new + { + Id = 293, + FilterListId = 199, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/gioxx/xfiles/master/facebook.txt" + }, + new + { + Id = 294, + FilterListId = 199, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/gioxx/xfiles/master/facebook.txt" + }, + new + { + Id = 295, + FilterListId = 199, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/gioxx/xfiles/master/facebook.txt" + }, + new + { + Id = 296, + FilterListId = 200, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/gioxx/xfiles/master/siteblock.txt" + }, + new + { + Id = 297, + FilterListId = 200, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/gioxx/xfiles/master/siteblock.txt" + }, + new + { + Id = 298, + FilterListId = 200, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/gioxx/xfiles/master/siteblock.txt" + }, + new + { + Id = 299, + FilterListId = 201, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/gioxx/xfiles/master/filtri.txt" + }, + new + { + Id = 300, + FilterListId = 201, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/gioxx/xfiles/master/filtri.txt" + }, + new + { + Id = 301, + FilterListId = 201, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/gioxx/xfiles/master/filtri.txt" + }, + new + { + Id = 302, + FilterListId = 202, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abpjf_paranoid.txt" + }, + new + { + Id = 303, + FilterListId = 202, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/k2jp/abp-japanese-filters/master/abpjf_paranoid.txt" + }, + new + { + Id = 304, + FilterListId = 202, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/k2jp/abp-japanese-filters/master/abpjf_paranoid.txt" + }, + new + { + Id = 305, + FilterListId = 203, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abpjf.txt" + }, + new + { + Id = 306, + FilterListId = 203, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/k2jp/abp-japanese-filters/master/abpjf.txt" + }, + new + { + Id = 307, + FilterListId = 203, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/k2jp/abp-japanese-filters/master/abpjf.txt" + }, + new + { + Id = 308, + FilterListId = 204, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abpjf_element_hiding.txt" + }, + new + { + Id = 309, + FilterListId = 204, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/k2jp/abp-japanese-filters/master/abpjf_element_hiding.txt" + }, + new + { + Id = 310, + FilterListId = 204, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/k2jp/abp-japanese-filters/master/abpjf_element_hiding.txt" + }, + new + { + Id = 311, + FilterListId = 205, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abpjf_3rd_party_sns.txt" + }, + new + { + Id = 312, + FilterListId = 205, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/k2jp/abp-japanese-filters/master/abpjf_3rd_party_sns.txt" + }, + new + { + Id = 313, + FilterListId = 205, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/k2jp/abp-japanese-filters/master/abpjf_3rd_party_sns.txt" + }, + new + { + Id = 314, + FilterListId = 206, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn.txt" + }, + new + { + Id = 315, + FilterListId = 206, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/abpvn/abpvn/master/filter/abpvn.txt" + }, + new + { + Id = 316, + FilterListId = 206, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/abpvn/abpvn/master/filter/abpvn.txt" + }, + new + { + Id = 317, + FilterListId = 207, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt" + }, + new + { + Id = 318, + FilterListId = 207, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt" + }, + new + { + Id = 319, + FilterListId = 207, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt" + }, + new + { + Id = 320, + FilterListId = 212, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts" + }, + new + { + Id = 321, + FilterListId = 212, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/FadeMind/hosts.extras/master/add.2o7Net/hosts" + }, + new + { + Id = 322, + FilterListId = 212, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitcdn.link/repo/FadeMind/hosts.extras/master/add.2o7Net/hosts" + }, + new + { + Id = 323, + FilterListId = 213, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kbinani/adblock-youtube-ads/master/signed.txt" + }, + new + { + Id = 324, + FilterListId = 213, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/kbinani/adblock-youtube-ads/master/signed.txt" + }, + new + { + Id = 325, + FilterListId = 213, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/kbinani/adblock-youtube-ads/master/signed.txt" + }, + new + { + Id = 326, + FilterListId = 214, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/antiadblockfilters.txt" + }, + new + { + Id = 327, + FilterListId = 215, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/adblockpolska/Adblock_PL_List/master/adblock_polska.txt" + }, + new + { + Id = 328, + FilterListId = 215, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/adblockpolska/Adblock_PL_List/master/adblock_polska.txt" + }, + new + { + Id = 329, + FilterListId = 215, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/adblockpolska/Adblock_PL_List/master/adblock_polska.txt" + }, + new + { + Id = 330, + FilterListId = 216, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/adblock_social_filters/adblock_social_list.txt" + }, + new + { + Id = 331, + FilterListId = 216, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/MajkiIT/polish-ads-filter/master/adblock_social_filters/adblock_social_list.txt" + }, + new + { + Id = 332, + FilterListId = 216, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/MajkiIT/polish-ads-filter/master/adblock_social_filters/adblock_social_list.txt" + }, + new + { + Id = 333, + FilterListId = 217, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://ideone.com/plain/K452p" + }, + new + { + Id = 334, + FilterListId = 220, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://web.archive.org/web/20160411115130if_/http://adblock-korea.googlecode.com:80/git/adblock-korea.txt" + }, + new + { + Id = 335, + FilterListId = 221, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gurud.ee/ab.txt" + }, + new + { + Id = 336, + FilterListId = 222, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/SlashArash/adblockfa/master/adblockfa.txt" + }, + new + { + Id = 337, + FilterListId = 222, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/SlashArash/adblockfa/master/adblockfa.txt" + }, + new + { + Id = 338, + FilterListId = 222, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/SlashArash/adblockfa/master/adblockfa.txt" + }, + new + { + Id = 339, + FilterListId = 223, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock.txt" + }, + new + { + Id = 340, + FilterListId = 223, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock.txt" + }, + new + { + Id = 341, + FilterListId = 223, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock.txt" + }, + new + { + Id = 342, + FilterListId = 224, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/cookies_filters/adblock_cookies.txt" + }, + new + { + Id = 343, + FilterListId = 224, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/MajkiIT/polish-ads-filter/master/cookies_filters/adblock_cookies.txt" + }, + new + { + Id = 344, + FilterListId = 224, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/MajkiIT/polish-ads-filter/master/cookies_filters/adblock_cookies.txt" + }, + new + { + Id = 345, + FilterListId = 225, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://sites.google.com/site/logroid/files/hosts.txt?attredirects=0" + }, + new + { + Id = 346, + FilterListId = 226, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://adaway.org/hosts.txt" + }, + new + { + Id = 347, + FilterListId = 227, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/exceptionrules.txt" + }, + new + { + Id = 348, + FilterListId = 228, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/farrokhi/adblock-iran/master/filter.txt" + }, + new + { + Id = 349, + FilterListId = 228, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/farrokhi/adblock-iran/master/filter.txt" + }, + new + { + Id = 350, + FilterListId = 229, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/yt_annoyances_comments.txt" + }, + new + { + Id = 351, + FilterListId = 229, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/youtubefilters/raw-file/default/yt_annoyances_comments.txt" + }, + new + { + Id = 352, + FilterListId = 232, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/fake-news.txt" + }, + new + { + Id = 353, + FilterListId = 233, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/fb_annoyances_sidebar.txt" + }, + new + { + Id = 354, + FilterListId = 233, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/facebookfilters/raw-file/default/fb_annoyances_sidebar.txt" + }, + new + { + Id = 355, + FilterListId = 234, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://www.squirrelconspiracy.net/abp/facebook-privacy-list.txt" + }, + new + { + Id = 356, + FilterListId = 234, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Facebook Privacy List.txt" + }, + new + { + Id = 357, + FilterListId = 235, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/fb_annoyances_newsfeed.txt" + }, + new + { + Id = 358, + FilterListId = 235, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/facebookfilters/raw-file/default/fb_annoyances_newsfeed.txt" + }, + new + { + Id = 359, + FilterListId = 236, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/fb_annoyances_full.txt" + }, + new + { + Id = 360, + FilterListId = 236, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/facebookfilters/raw-file/default/fb_annoyances_full.txt" + }, + new + { + Id = 361, + FilterListId = 237, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://adblock.ee/list.php" + }, + new + { + Id = 362, + FilterListId = 238, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.ebates.com/whitelist/ebates-cash-back-shopping.txt" + }, + new + { + Id = 363, + FilterListId = 239, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easytest.txt" + }, + new + { + Id = 364, + FilterListId = 240, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easyprivacy_nointernational.txt" + }, + new + { + Id = 365, + FilterListId = 241, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easyprivacy+easylist.txt" + }, + new + { + Id = 366, + FilterListId = 242, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist.to/easylist/easyprivacy.txt" + }, + new + { + Id = 367, + FilterListId = 242, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/easyprivacy.txt" + }, + new + { + Id = 368, + FilterListId = 242, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easyprivacy.txt" + }, + new + { + Id = 369, + FilterListId = 243, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylist_noadult.txt" + }, + new + { + Id = 370, + FilterListId = 244, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt" + }, + new + { + Id = 371, + FilterListId = 245, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/easylist-thailand/easylist-thailand/master/subscription/easylist-thailand.txt" + }, + new + { + Id = 372, + FilterListId = 246, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistspanish.txt" + }, + new + { + Id = 373, + FilterListId = 247, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/fanboy-annoyance.txt" + }, + new + { + Id = 374, + FilterListId = 247, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-annoyance.txt" + }, + new + { + Id = 375, + FilterListId = 247, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://easylist.to/easylist/fanboy-annoyance.txt" + }, + new + { + Id = 376, + FilterListId = 248, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistlithuania+easylist.txt" + }, + new + { + Id = 377, + FilterListId = 249, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-antifonts.txt" + }, + new + { + Id = 378, + FilterListId = 250, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylist-cookie.txt" + }, + new + { + Id = 379, + FilterListId = 251, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://abp.mozilla-hispano.org/nauscopio/filtros.txt" + }, + new + { + Id = 380, + FilterListId = 251, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mozillahispano/nauscopio-filtros/master/filtros.txt" + }, + new + { + Id = 381, + FilterListId = 252, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filtri-dns.ga/filtri.txt" + }, + new + { + Id = 382, + FilterListId = 253, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hant0508/uBlock-filters/master/filters.txt" + }, + new + { + Id = 383, + FilterListId = 254, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-vietnam.txt" + }, + new + { + Id = 384, + FilterListId = 255, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/r/fanboy-ultimate.txt" + }, + new + { + Id = 385, + FilterListId = 256, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-turkish.txt" + }, + new + { + Id = 386, + FilterListId = 257, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-swedish.txt" + }, + new + { + Id = 387, + FilterListId = 258, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-espanol.txt" + }, + new + { + Id = 388, + FilterListId = 259, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/fanboy-social.txt" + }, + new + { + Id = 389, + FilterListId = 259, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-social.txt" + }, + new + { + Id = 390, + FilterListId = 260, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-polish.txt" + }, + new + { + Id = 391, + FilterListId = 261, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-korean.txt" + }, + new + { + Id = 392, + FilterListId = 262, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-japanese.txt" + }, + new + { + Id = 393, + FilterListId = 263, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/israelilist/IsraelList.txt" + }, + new + { + Id = 394, + FilterListId = 264, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-indian.txt" + }, + new + { + Id = 395, + FilterListId = 265, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/enhancedstats.txt" + }, + new + { + Id = 396, + FilterListId = 266, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/r/fanboy-complete.txt" + }, + new + { + Id = 397, + FilterListId = 267, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt" + }, + new + { + Id = 398, + FilterListId = 268, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjxlist.txt" + }, + new + { + Id = 399, + FilterListId = 268, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitee.com/cjx82630/cjxlist/raw/master/cjxlist.txt" + }, + new + { + Id = 400, + FilterListId = 269, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistitaly+easylist.txt" + }, + new + { + Id = 401, + FilterListId = 270, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://mirror1.malwaredomains.com/files/bulk_registrars.txt" + }, + new + { + Id = 402, + FilterListId = 271, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/malwaredomains_full.txt" + }, + new + { + Id = 403, + FilterListId = 272, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt" + }, + new + { + Id = 404, + FilterListId = 274, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt" + }, + new + { + Id = 405, + FilterListId = 275, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt" + }, + new + { + Id = 406, + FilterListId = 276, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://someonewhocares.org/hosts/zero/hosts" + }, + new + { + Id = 407, + FilterListId = 276, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/someonewhocares.org/hosts" + }, + new + { + Id = 408, + FilterListId = 277, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Czech Filters for Adblock Plus" + }, + new + { + Id = 409, + FilterListId = 278, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nicedirector/ADBlock/master/Adblock_Filter.txt" + }, + new + { + Id = 410, + FilterListId = 279, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.eff.org/files/cookieblocklist.txt" + }, + new + { + Id = 411, + FilterListId = 280, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cpeterso/clickbait-blocklist/master/clickbait-blocklist.txt" + }, + new + { + Id = 412, + FilterListId = 281, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjx-annoyance.txt" + }, + new + { + Id = 413, + FilterListId = 281, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitee.com/cjx82630/cjxlist/raw/master/cjx-annoyance.txt" + }, + new + { + Id = 414, + FilterListId = 282, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://sysctl.org/cameleon/hosts" + }, + new + { + Id = 415, + FilterListId = 283, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/bulgarian_list+easylist.txt" + }, + new + { + Id = 416, + FilterListId = 284, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://stanev.org/abp/adblock_bg.txt" + }, + new + { + Id = 417, + FilterListId = 285, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://mirror1.malwaredomains.com/files/dynamic_dns.txt" + }, + new + { + Id = 418, + FilterListId = 285, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://mirror.cedia.org.ec/malwaredomains/dynamic_dns.txt" + }, + new + { + Id = 419, + FilterListId = 286, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://mirror1.malwaredomains.com/files/freewebhosts.txt" + }, + new + { + Id = 420, + FilterListId = 287, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://mirror1.malwaredomains.com/files/justdomains" + }, + new + { + Id = 421, + FilterListId = 287, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://mirror.cedia.org.ec/malwaredomains/justdomains" + }, + new + { + Id = 422, + FilterListId = 288, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://mirror1.malwaredomains.com/files/immortal_domains.txt" + }, + new + { + Id = 423, + FilterListId = 288, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://mirror.cedia.org.ec/malwaredomains/immortal_domains.txt" + }, + new + { + Id = 424, + FilterListId = 289, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistitaly.txt" + }, + new + { + Id = 425, + FilterListId = 290, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/israellist+easylist.txt" + }, + new + { + Id = 426, + FilterListId = 291, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/easylist/EasyListHebrew/master/EasyListHebrew.txt" + }, + new + { + Id = 427, + FilterListId = 292, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistgermany+easylist.txt" + }, + new + { + Id = 428, + FilterListId = 293, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistgermany.txt" + }, + new + { + Id = 429, + FilterListId = 293, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://easylist.to/easylistgermany/easylistgermany.txt" + }, + new + { + Id = 430, + FilterListId = 294, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt" + }, + new + { + Id = 431, + FilterListId = 295, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistdutch.txt" + }, + new + { + Id = 432, + FilterListId = 297, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistczechslovak+easylist.txt" + }, + new + { + Id = 433, + FilterListId = 298, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nfer/easylistchina_it/master/easylistchina_it.txt" + }, + new + { + Id = 434, + FilterListId = 299, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt" + }, + new + { + Id = 435, + FilterListId = 300, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistchina.txt" + }, + new + { + Id = 436, + FilterListId = 301, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist.to/easylist/easylist.txt" + }, + new + { + Id = 437, + FilterListId = 301, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/easylist.txt" + }, + new + { + Id = 438, + FilterListId = 301, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylist.txt" + }, + new + { + Id = 439, + FilterListId = 302, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://feeds.dshield.org/block.txt" + }, + new + { + Id = 440, + FilterListId = 303, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://mirror1.malwaredomains.com/files/url_shorteners.txt" + }, + new + { + Id = 441, + FilterListId = 304, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://mirror1.malwaredomains.com/files/Skype-resolvers.txt" + }, + new + { + Id = 442, + FilterListId = 305, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt" + }, + new + { + Id = 443, + FilterListId = 306, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/yt_annoyances_suggestions.txt" + }, + new + { + Id = 444, + FilterListId = 306, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/youtubefilters/raw-file/default/yt_annoyances_suggestions.txt" + }, + new + { + Id = 445, + FilterListId = 307, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/taylr/linkedinsanity/master/spies-dislike-us.txt" + }, + new + { + Id = 446, + FilterListId = 308, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt" + }, + new + { + Id = 447, + FilterListId = 309, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/complete/hosts.txt" + }, + new + { + Id = 448, + FilterListId = 311, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/elypter/generic_annoying_stickybar_filter/master/generic_header_list.txt" + }, + new + { + Id = 449, + FilterListId = 312, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/elypter/filter_processor/master/generated_filterlists/blockhead(decoy_generic_extraction).txt" + }, + new + { + Id = 450, + FilterListId = 313, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/elypter/filter_processor/master/generated_filterlists/blockhead(decoy_generic_selection).txt" + }, + new + { + Id = 451, + FilterListId = 315, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://alleblock.pl/alleblock/alleblock.txt" + }, + new + { + Id = 452, + FilterListId = 316, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bkrucarci/turk-adlist/master/hosts" + }, + new + { + Id = 453, + FilterListId = 317, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt" + }, + new + { + Id = 454, + FilterListId = 318, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/anudeepND/blacklist/master/CoinMiner.txt" + }, + new + { + Id = 455, + FilterListId = 319, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/anudeepND/youtubeadsblacklist/master/domainlist.txt" + }, + new + { + Id = 456, + FilterListId = 320, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/anudeepND/youtubeadsblacklist/master/hosts.txt" + }, + new + { + Id = 457, + FilterListId = 321, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt" + }, + new + { + Id = 458, + FilterListId = 322, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/referral-sites.txt" + }, + new + { + Id = 459, + FilterListId = 323, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/optional-list.txt" + }, + new + { + Id = 460, + FilterListId = 324, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/arcetera/Minimal-Hosts-Blocker/master/etc/MinimalHostsBlocker/minimalhosts" + }, + new + { + Id = 461, + FilterListId = 325, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bjornstar/hosts/master/hosts" + }, + new + { + Id = 462, + FilterListId = 327, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/stayingonbrowser/Staying On The Phone Browser" + }, + new + { + Id = 463, + FilterListId = 327, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/stayingonbrowser/Staying On The Phone Browser" + }, + new + { + Id = 464, + FilterListId = 329, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/VeleSila/yhosts/master/hosts.txt" + }, + new + { + Id = 465, + FilterListId = 330, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/ThaiConsentHosts/master/ThaiConsentHosts.txt" + }, + new + { + Id = 466, + FilterListId = 330, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/ThaiConsentHosts/raw/master/ThaiConsentHosts.txt" + }, + new + { + Id = 467, + FilterListId = 331, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/ThaiParanoidBlock/master/ThaiParanoid.txt" + }, + new + { + Id = 468, + FilterListId = 331, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/ThaiParanoidBlock/raw/master/ThaiParanoid.txt" + }, + new + { + Id = 469, + FilterListId = 332, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/ThaiAntiForceLike/master/AntiForceLike.txt" + }, + new + { + Id = 470, + FilterListId = 333, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/pureexe/LeeCh-List/master/anime.txt" + }, + new + { + Id = 471, + FilterListId = 334, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://warui.intaa.net/adhosts/hosts.txt" + }, + new + { + Id = 472, + FilterListId = 335, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/multiverse2011/adawaylist-jp/master/hosts" + }, + new + { + Id = 473, + FilterListId = 336, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://sites.google.com/site/cosmonoteshosts/hosts_for_Windows8.txt" + }, + new + { + Id = 474, + FilterListId = 337, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://sites.google.com/site/cosmonoteshosts/hosts_for_Adaway.txt" + }, + new + { + Id = 475, + FilterListId = 338, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://sites.google.com/site/cosmonoteshosts/hosts_Ultimate.txt" + }, + new + { + Id = 476, + FilterListId = 339, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Lerist/Go-Hosts/master/hosts-ad" + }, + new + { + Id = 477, + FilterListId = 340, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Lerist/Go-Hosts/master/hosts" + }, + new + { + Id = 478, + FilterListId = 341, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/adblock_social_filters/social_filters_uB_AG.txt" + }, + new + { + Id = 479, + FilterListId = 342, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/KonoromiHimaries/PolishSubFilters/master/internal-filters/anti-donate-filters/anty-donacje.txt" + }, + new + { + Id = 480, + FilterListId = 343, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/cookies_filters/cookies_uB_AG.txt" + }, + new + { + Id = 481, + FilterListId = 344, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/KonoromiHimaries/PolishSubFilters/master/internal-filters/wewnetrzne.txt" + }, + new + { + Id = 482, + FilterListId = 345, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock_adguard.txt" + }, + new + { + Id = 483, + FilterListId = 346, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock_test.txt" + }, + new + { + Id = 484, + FilterListId = 347, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/hostfile.txt" + }, + new + { + Id = 485, + FilterListId = 348, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://vxvault.net/URL_List.php" + }, + new + { + Id = 486, + FilterListId = 349, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt" + }, + new + { + Id = 487, + FilterListId = 349, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt" + }, + new + { + Id = 488, + FilterListId = 349, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt" + }, + new + { + Id = 489, + FilterListId = 350, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/16.txt" + }, + new + { + Id = 490, + FilterListId = 352, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eladkarako/hosts/master/build/hosts_adblock.txt" + }, + new + { + Id = 491, + FilterListId = 353, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eladkarako/hosts/master/build/hosts_adblock_anti_annoyances_block.txt" + }, + new + { + Id = 492, + FilterListId = 354, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eladkarako/hosts/master/build/hosts_adblock_anti_annoyances_block_inline_script.txt" + }, + new + { + Id = 493, + FilterListId = 355, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eladkarako/hosts/master/build/hosts_adblock_anti_annoyances_hide.txt" + }, + new + { + Id = 494, + FilterListId = 356, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eladkarako/hosts/master/build/hosts_adblock_anti_annoyances_style_inject.txt" + }, + new + { + Id = 495, + FilterListId = 357, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/list.txt" + }, + new + { + Id = 496, + FilterListId = 358, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/list_optional.txt" + }, + new + { + Id = 497, + FilterListId = 359, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/list_browser.txt" + }, + new + { + Id = 498, + FilterListId = 360, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/hosts" + }, + new + { + Id = 499, + FilterListId = 361, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/hosts_optional" + }, + new + { + Id = 500, + FilterListId = 362, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/hosts_browser" + }, + new + { + Id = 501, + FilterListId = 363, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/list_browser_UBO.txt" + }, + new + { + Id = 502, + FilterListId = 367, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uMatrix-Rules/uMatrix-Rules-Domain/master/rules.txt" + }, + new + { + Id = 503, + FilterListId = 368, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uMatrix-Rules/uMatrix-Rules-Site/master/rules.txt" + }, + new + { + Id = 504, + FilterListId = 369, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters_ublock.txt" + }, + new + { + Id = 505, + FilterListId = 370, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistczechslovak+easylist.tpl" + }, + new + { + Id = 506, + FilterListId = 371, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AFNIL-AntiFakeNewsInternationalList/AFNIL/master/AFNIL-ABP-uBO.txt" + }, + new + { + Id = 507, + FilterListId = 372, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Hubird-au/Adversity/master/Adversity.txt" + }, + new + { + Id = 508, + FilterListId = 373, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Hubird-au/Adversity/master/Antisocial.txt" + }, + new + { + Id = 509, + FilterListId = 374, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Hubird-au/Adversity/master/Extreme-Measures.txt" + }, + new + { + Id = 510, + FilterListId = 375, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hl2guide/All-in-One-Customized-Adblock-List/master/aio.txt" + }, + new + { + Id = 511, + FilterListId = 376, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/haykam821/Blocklists/master/mmo.txt" + }, + new + { + Id = 512, + FilterListId = 377, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cb-software/CB-Malicious-Domains/master/block_lists/adblock_plus.txt" + }, + new + { + Id = 513, + FilterListId = 378, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cb-software/CB-Malicious-Domains/master/block_lists/hosts" + }, + new + { + Id = 514, + FilterListId = 379, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/gorhill/ef1b62d606473c68d524/raw/f8181faac18cb5172c7c9bca8e5a3b22f0c925d0/gistfile1.txt" + }, + new + { + Id = 515, + FilterListId = 380, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/toshiya44/myAssets/master/filters-exp.txt" + }, + new + { + Id = 516, + FilterListId = 381, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://rickrolldb.com/ricklist.txt" + }, + new + { + Id = 517, + FilterListId = 383, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://austinhuang.me/0131-block-list/list.txt" + }, + new + { + Id = 518, + FilterListId = 385, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Username Hider for Compilation Creators.txt" + }, + new + { + Id = 519, + FilterListId = 385, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Username Hider for Compilation Creators.txt" + }, + new + { + Id = 520, + FilterListId = 388, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/DandelionSproutsNorskeFiltre.tpl" + }, + new + { + Id = 521, + FilterListId = 388, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/DandelionSproutsNorskeFiltre.tpl" + }, + new + { + Id = 522, + FilterListId = 390, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAntiAnnoyingSpecialSupplement/master/polish_rss_filters.txt" + }, + new + { + Id = 523, + FilterListId = 391, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/IHateOverpromotedGames.txt" + }, + new + { + Id = 524, + FilterListId = 391, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/IHateOverpromotedGames.txt" + }, + new + { + Id = 525, + FilterListId = 392, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/BrowseWebsitesWithoutLoggingIn.txt" + }, + new + { + Id = 526, + FilterListId = 392, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/BrowseWebsitesWithoutLoggingIn.txt" + }, + new + { + Id = 527, + FilterListId = 393, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion Sprout-s Redirector Assistant List/DandelionSproutRedirectorList.json" + }, + new + { + Id = 528, + FilterListId = 393, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Dandelion Sprout-s Redirector Assistant List/DandelionSproutRedirectorList.json" + }, + new + { + Id = 529, + FilterListId = 395, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/raghavdua1995/DNSlock-PiHole-whitelist/master/whitelist.list" + }, + new + { + Id = 530, + FilterListId = 396, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/NanoAdblocker/NanoFilters/master/NanoFilters/NanoBase.txt" + }, + new + { + Id = 531, + FilterListId = 397, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/NanoAdblocker/NanoFilters/master/NanoFilters/NanoWhitelist.txt" + }, + new + { + Id = 532, + FilterListId = 398, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/NanoAdblocker/NanoFilters/master/NanoFilters/NanoAnnoyance.txt" + }, + new + { + Id = 533, + FilterListId = 399, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/Frellwits-Swedish-Filter.txt" + }, + new + { + Id = 534, + FilterListId = 399, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://repo.or.cz/Adblock-list-backups-Frellwits-filter-lists.git/blob_plain/refs/heads/master:/Frellwits-Swedish-Filter.txt" + }, + new + { + Id = 535, + FilterListId = 400, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/notracking/hosts-blocklists/master/domains.txt" + }, + new + { + Id = 536, + FilterListId = 401, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/notracking/hosts-blocklists/master/hostnames.txt" + }, + new + { + Id = 537, + FilterListId = 403, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/emoji-filter.txt" + }, + new + { + Id = 538, + FilterListId = 403, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://repo.or.cz/Adblock-list-backups-Frellwits-filter-lists.git/blob_plain/refs/heads/master:/emoji-filter.txt" + }, + new + { + Id = 539, + FilterListId = 405, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/annoyances.txt" + }, + new + { + Id = 540, + FilterListId = 410, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resource-abuse.txt" + }, + new + { + Id = 541, + FilterListId = 412, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/BBcan177/d7105c242f17f4498f81/raw/201968fa11b1f409d408a129a0774ffedb1560e2/MS-3" + }, + new + { + Id = 542, + FilterListId = 413, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/BBcan177/b6df57cef74e28d90acf1eec93d62d3b/raw/f0996cf5248657ada2adb396f3636be8716b99eb/MS-4" + }, + new + { + Id = 543, + FilterListId = 414, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/BBcan177/4a8bf37c131be4803cb2/raw/343ff780e15205b4dd0de37c86af34cfb26b2fbe/MS-2" + }, + new + { + Id = 544, + FilterListId = 415, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/BBcan177/bf29d47ea04391cb3eb0/raw/7290e0681bcd07415420b5c80a253652fd13f840/MS-1" + }, + new + { + Id = 545, + FilterListId = 416, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/BBcan177/2a9fc2548c3c5a5e2dc86e580b5795d2/raw/2f5c90ffb3bd02199ace1b16a0bd9f53b29f0879/EasyList_DE" + }, + new + { + Id = 546, + FilterListId = 417, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt" + }, + new + { + Id = 547, + FilterListId = 418, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/desbma/referer-spam-domains-blacklist/master/spammers.txt" + }, + new + { + Id = 548, + FilterListId = 419, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.joewein.net/dl/bl/dom-bl-base.txt" + }, + new + { + Id = 549, + FilterListId = 420, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.joewein.net/dl/bl/from-bl.txt" + }, + new + { + Id = 550, + FilterListId = 421, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/Kurobeats/phishing_hosts/raw/master/hosts" + }, + new + { + Id = 551, + FilterListId = 422, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ligyxy/Blocklist/master/BLOCKLIST" + }, + new + { + Id = 552, + FilterListId = 424, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/MOxFIVE/4730cac715ef406bd8eac7b29335be4a/raw/d21fa08e97963edde372d0d3e50703c783c9c32e/Personal%2520Blocklist.txt" + }, + new + { + Id = 553, + FilterListId = 425, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nabble/semalt-blocker/master/domains/blocked" + }, + new + { + Id = 554, + FilterListId = 426, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://osint.bambenekconsulting.com/feeds/c2-ipmasterlist.txt" + }, + new + { + Id = 555, + FilterListId = 427, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://phishing.mailscanner.info/phishing.bad.sites.conf" + }, + new + { + Id = 556, + FilterListId = 428, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.threatcrowd.org/feeds/domains.txt" + }, + new + { + Id = 557, + FilterListId = 429, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/betterwebleon/international-list/master/filters.txt" + }, + new + { + Id = 558, + FilterListId = 430, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/AdawayHosts" + }, + new + { + Id = 559, + FilterListId = 430, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/AdawayHosts" + }, + new + { + Id = 560, + FilterListId = 431, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion Sprout's Website Stretcher.txt" + }, + new + { + Id = 561, + FilterListId = 431, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Dandelion Sprout%27s Website Stretcher.txt" + }, + new + { + Id = 562, + FilterListId = 432, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-FіМ List.txt" + }, + new + { + Id = 563, + FilterListId = 432, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-FіМ List.txt" + }, + new + { + Id = 564, + FilterListId = 433, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-IMDB List.txt" + }, + new + { + Id = 565, + FilterListId = 433, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-IMDB List.txt" + }, + new + { + Id = 566, + FilterListId = 434, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/StopAutoplayOnYouTube.txt" + }, + new + { + Id = 567, + FilterListId = 434, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/StopAutoplayOnYouTube.txt" + }, + new + { + Id = 568, + FilterListId = 435, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/hosts" + }, + new + { + Id = 569, + FilterListId = 435, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://git.qvq.network/googlehosts/hosts/raw/master/hosts-files/hosts" + }, + new + { + Id = 570, + FilterListId = 436, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/i-dont-want-your-app.txt" + }, + new + { + Id = 571, + FilterListId = 436, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://repo.or.cz/Adblock-list-backups-Frellwits-filter-lists.git/blob_plain/refs/heads/master:/i-dont-want-your-app.txt" + }, + new + { + Id = 572, + FilterListId = 437, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/easylistbrasil/easylistbrasil/filtro/easylistbrasil.txt" + }, + new + { + Id = 573, + FilterListId = 438, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SessionReplay.txt" + }, + new + { + Id = 574, + FilterListId = 439, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt" + }, + new + { + Id = 575, + FilterListId = 440, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/android-tracking.txt" + }, + new + { + Id = 576, + FilterListId = 441, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/static/w3kbl.txt" + }, + new + { + Id = 577, + FilterListId = 442, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/BillStearns.txt" + }, + new + { + Id = 578, + FilterListId = 445, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/Easyprivacy.txt" + }, + new + { + Id = 579, + FilterListId = 446, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/Prigent-Ads.txt" + }, + new + { + Id = 580, + FilterListId = 447, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt" + }, + new + { + Id = 581, + FilterListId = 448, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt" + }, + new + { + Id = 582, + FilterListId = 449, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt" + }, + new + { + Id = 583, + FilterListId = 450, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/update.txt" + }, + new + { + Id = 584, + FilterListId = 451, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/extra.txt" + }, + new + { + Id = 585, + FilterListId = 465, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/Shalla-mal.txt" + }, + new + { + Id = 586, + FilterListId = 465, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Shalla-Malicious.txt" + }, + new + { + Id = 587, + FilterListId = 467, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kano1/I/master/badway.txt" + }, + new + { + Id = 588, + FilterListId = 468, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kano1/I/master/adware.txt" + }, + new + { + Id = 589, + FilterListId = 469, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kano1/Kano/master/Spyware.txt" + }, + new + { + Id = 590, + FilterListId = 470, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_level1.netset" + }, + new + { + Id = 591, + FilterListId = 471, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_level2.netset" + }, + new + { + Id = 592, + FilterListId = 472, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/pinterest/all" + }, + new + { + Id = 593, + FilterListId = 473, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/cloudflare/all" + }, + new + { + Id = 594, + FilterListId = 474, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/facebook/all" + }, + new + { + Id = 595, + FilterListId = 475, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/mozilla/all" + }, + new + { + Id = 596, + FilterListId = 476, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all" + }, + new + { + Id = 597, + FilterListId = 477, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/google/non_localized" + }, + new + { + Id = 598, + FilterListId = 478, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/google/localized" + }, + new + { + Id = 599, + FilterListId = 479, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistpolish.txt" + }, + new + { + Id = 600, + FilterListId = 480, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/yecarrillo/adblock-colombia/master/adblock_co.txt" + }, + new + { + Id = 601, + FilterListId = 481, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/spark/formats/hosts.txt" + }, + new + { + Id = 602, + FilterListId = 482, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/bluGo/formats/hosts.txt" + }, + new + { + Id = 603, + FilterListId = 482, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/bluGo/formats/hosts.txt" + }, + new + { + Id = 604, + FilterListId = 483, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/blu/formats/hosts.txt" + }, + new + { + Id = 605, + FilterListId = 484, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/basic/formats/hosts.txt" + }, + new + { + Id = 606, + FilterListId = 485, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/porn/formats/hosts.txt" + }, + new + { + Id = 607, + FilterListId = 486, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/ultimate/formats/hosts.txt" + }, + new + { + Id = 608, + FilterListId = 487, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/unified/formats/hosts.txt" + }, + new + { + Id = 609, + FilterListId = 490, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/CyanideBrother/anti-pr0n/master/hosts" + }, + new + { + Id = 610, + FilterListId = 491, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts" + }, + new + { + Id = 611, + FilterListId = 492, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mhxion/pornaway/master/hosts/porn_sites.txt" + }, + new + { + Id = 612, + FilterListId = 493, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mhxion/pornaway/master/hosts/porn_ads.txt" + }, + new + { + Id = 613, + FilterListId = 494, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts" + }, + new + { + Id = 614, + FilterListId = 495, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MetaMask/eth-phishing-detect/master/src/hosts.txt" + }, + new + { + Id = 615, + FilterListId = 496, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MrThreat/Confirmed-Phish/master/phish.txt" + }, + new + { + Id = 616, + FilterListId = 504, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Adblock list templates/Adblock list template -Beginner-.txt" + }, + new + { + Id = 617, + FilterListId = 504, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Adblock list templates/Adblock list template -Beginner-.txt" + }, + new + { + Id = 618, + FilterListId = 505, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Adblock list templates/Adblock list template -Novice-.txt" + }, + new + { + Id = 619, + FilterListId = 505, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Adblock list templates/Adblock list template -Novice-.txt" + }, + new + { + Id = 620, + FilterListId = 506, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/exceptionrules-privacy-friendly.txt" + }, + new + { + Id = 621, + FilterListId = 507, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylist.tpl" + }, + new + { + Id = 622, + FilterListId = 508, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/KAD/gh-pages/assets/other/kadfakewhitelist.txt" + }, + new + { + Id = 623, + FilterListId = 509, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/endolith/clickbait/master/clickbait.txt" + }, + new + { + Id = 624, + FilterListId = 510, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/UnluckyLuke/BlockUnderRadarJunk/master/blockunderradarjunk-list.txt" + }, + new + { + Id = 625, + FilterListId = 512, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/xd4rker/MinerBlock/master/assets/filters.txt" + }, + new + { + Id = 626, + FilterListId = 513, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hit3shjain/Andromeda-ublock-list/master/hosts.txt" + }, + new + { + Id = 627, + FilterListId = 514, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/SkeletalDemise/Skeletal-Blocker/master/Skeletal Blocker List" + }, + new + { + Id = 628, + FilterListId = 515, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://paulgb.github.io/BarbBlock/blacklists/ublock-origin.txt" + }, + new + { + Id = 629, + FilterListId = 516, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://paulgb.github.io/BarbBlock/blacklists/domain-list.txt" + }, + new + { + Id = 630, + FilterListId = 517, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://paulgb.github.io/BarbBlock/blacklists/adblock-plus.txt" + }, + new + { + Id = 631, + FilterListId = 518, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.dshield.org/feeds/suspiciousdomains_Low.txt" + }, + new + { + Id = 632, + FilterListId = 519, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.dshield.org/feeds/suspiciousdomains_Medium.txt" + }, + new + { + Id = 633, + FilterListId = 519, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://isc.sans.edu/feeds/suspiciousdomains_Medium.txt" + }, + new + { + Id = 634, + FilterListId = 520, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.dshield.org/feeds/suspiciousdomains_High.txt" + }, + new + { + Id = 635, + FilterListId = 521, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://list.kwbt.de/kwbtlist.txt" + }, + new + { + Id = 636, + FilterListId = 522, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://list.kwbt.de/kwbtlist.txt" + }, + new + { + Id = 637, + FilterListId = 525, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/chadmayfield/my-pihole-blocklists/master/lists/pi_blocklist_porn_top1m.list" + }, + new + { + Id = 638, + FilterListId = 525, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Chad-Mayfield-Porn-Blocklist-Light.txt" + }, + new + { + Id = 639, + FilterListId = 526, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/chadmayfield/my-pihole-blocklists/master/lists/pi_blocklist_porn_all.list" + }, + new + { + Id = 640, + FilterListId = 526, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Chad-Mayfield-Porn-Blocklist-Heavy.txt" + }, + new + { + Id = 641, + FilterListId = 562, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/xinggsf/Adblock-Plus-Rule/master/ABP-FX.txt" + }, + new + { + Id = 642, + FilterListId = 563, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/andromedarabbit/List-KR/master/filter.txt" + }, + new + { + Id = 643, + FilterListId = 564, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://fanboy.co.nz/fanboy-problematic-sites.txt" + }, + new + { + Id = 644, + FilterListId = 565, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://cdn.adblockcdn.com/filters/easylist_lite.txt" + }, + new + { + Id = 645, + FilterListId = 566, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/abp-filters-anti-cv.txt" + }, + new + { + Id = 646, + FilterListId = 569, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/chinese.txt" + }, + new + { + Id = 647, + FilterListId = 570, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/czech.txt" + }, + new + { + Id = 648, + FilterListId = 573, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/english.txt" + }, + new + { + Id = 649, + FilterListId = 574, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/french.txt" + }, + new + { + Id = 650, + FilterListId = 575, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/german.txt" + }, + new + { + Id = 651, + FilterListId = 583, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/portuguese.txt" + }, + new + { + Id = 652, + FilterListId = 585, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/russian.txt" + }, + new + { + Id = 653, + FilterListId = 586, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/spanish.txt" + }, + new + { + Id = 654, + FilterListId = 589, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts" + }, + new + { + Id = 655, + FilterListId = 590, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts" + }, + new + { + Id = 656, + FilterListId = 591, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/snuff-hosts" + }, + new + { + Id = 657, + FilterListId = 592, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts" + }, + new + { + Id = 658, + FilterListId = 593, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews" + }, + new + { + Id = 659, + FilterListId = 595, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt" + }, + new + { + Id = 660, + FilterListId = 596, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.github.developerdan.com/hosts/lists/tracking-aggressive-extended.txt" + }, + new + { + Id = 661, + FilterListId = 598, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bigdargon/hostsVN/master/hosts" + }, + new + { + Id = 662, + FilterListId = 599, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://abpvn.com/android/abpvn.txt" + }, + new + { + Id = 663, + FilterListId = 600, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn_noelemhide.txt" + }, + new + { + Id = 664, + FilterListId = 601, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/ThaiAntiTokenSites/master/AntiPumpSites.txt" + }, + new + { + Id = 665, + FilterListId = 601, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/ThaiAntiTokenSites/raw/master/AntiPumpSites.txt" + }, + new + { + Id = 666, + FilterListId = 602, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/ThaiAntiTokenSites/master/AntiPumpSites_hosts.txt" + }, + new + { + Id = 667, + FilterListId = 602, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/ThaiAntiTokenSites/raw/master/AntiPumpSites_hosts.txt" + }, + new + { + Id = 668, + FilterListId = 603, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-Elsagate List.txt" + }, + new + { + Id = 669, + FilterListId = 603, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-Elsagate List.txt" + }, + new + { + Id = 670, + FilterListId = 604, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/stopforumspam_30d.ipset" + }, + new + { + Id = 671, + FilterListId = 605, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_level3.netset" + }, + new + { + Id = 672, + FilterListId = 606, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Hosts/GoodbyeAds.txt" + }, + new + { + Id = 673, + FilterListId = 607, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_newsletters.txt" + }, + new + { + Id = 674, + FilterListId = 608, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_arrows.txt" + }, + new + { + Id = 675, + FilterListId = 609, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_push.txt" + }, + new + { + Id = 676, + FilterListId = 610, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_scrolling_videos.txt" + }, + new + { + Id = 677, + FilterListId = 611, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_backgrounds_self-advertising.txt" + }, + new + { + Id = 678, + FilterListId = 612, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_pop-ups.txt" + }, + new + { + Id = 679, + FilterListId = 613, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_contact_feedback_widgets.txt" + }, + new + { + Id = 680, + FilterListId = 614, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_tagged_internal_links.txt" + }, + new + { + Id = 681, + FilterListId = 616, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_other_widgets.txt" + }, + new + { + Id = 682, + FilterListId = 617, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext" + }, + new + { + Id = 683, + FilterListId = 617, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/yoyo.org/hosts" + }, + new + { + Id = 684, + FilterListId = 618, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://bitbucket.org/ethanr/dns-blacklists/raw/8575c9f96e5b4a1308f2f12394abd86d0927a4a0/bad_lists/Mandiant_APT1_Report_Appendix_D.txt" + }, + new + { + Id = 685, + FilterListId = 618, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Mandiant-APT1-Report.txt" + }, + new + { + Id = 686, + FilterListId = 619, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/HenningVanRaumle/pihole-ytadblock/master/ytadblock.txt" + }, + new + { + Id = 687, + FilterListId = 625, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nathanaccidentally/SystemHostsBlocker/master/hosts" + }, + new + { + Id = 688, + FilterListId = 626, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts" + }, + new + { + Id = 689, + FilterListId = 628, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/TakoYachty/Gift-Card-Killer/master/Untrusted Hosts Blocker.txt" + }, + new + { + Id = 690, + FilterListId = 630, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/AdguardDNS.txt" + }, + new + { + Id = 691, + FilterListId = 631, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/Prigent-Phishing.txt" + }, + new + { + Id = 692, + FilterListId = 631, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Prigent-Phishing.txt" + }, + new + { + Id = 693, + FilterListId = 632, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/static/SamsungSmart.txt" + }, + new + { + Id = 694, + FilterListId = 658, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/filters/generic_filters.txt" + }, + new + { + Id = 695, + FilterListId = 659, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/filters/modal_filters.txt" + }, + new + { + Id = 696, + FilterListId = 660, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/filters/newsletter_filters.txt" + }, + new + { + Id = 697, + FilterListId = 661, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/filters/social_filters.txt" + }, + new + { + Id = 698, + FilterListId = 663, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nmtrung/FMSF-2.0/master/fmsf_2.0.txt" + }, + new + { + Id = 699, + FilterListId = 664, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardMobileAds.txt" + }, + new + { + Id = 700, + FilterListId = 665, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardMobileSpyware.txt" + }, + new + { + Id = 701, + FilterListId = 666, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardApps.txt" + }, + new + { + Id = 702, + FilterListId = 667, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardDNS.txt" + }, + new + { + Id = 703, + FilterListId = 668, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://tgc.cloud/downloads/iOSAds.txt" + }, + new + { + Id = 704, + FilterListId = 669, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://tgc.cloud/downloads/hosts.txt" + }, + new + { + Id = 705, + FilterListId = 670, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/LittleSnitchNorwegianList.lsrules" + }, + new + { + Id = 706, + FilterListId = 670, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/LittleSnitchNorwegianList.lsrules" + }, + new + { + Id = 707, + FilterListId = 671, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://obdev.at/resources/littlesnitch/blocklist-example.lsrules" + }, + new + { + Id = 708, + FilterListId = 672, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=littlesnitch-rule-group-subscriptions;showintro=1&mimetype=plaintext" + }, + new + { + Id = 709, + FilterListId = 673, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=msfilter&showintro=1&mimetype=plaintext" + }, + new + { + Id = 710, + FilterListId = 674, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=1&mimetype=plaintext" + }, + new + { + Id = 711, + FilterListId = 675, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/adservers/iplist.php?ipformat=plain&showintro=1&mimetype=plaintext" + }, + new + { + Id = 712, + FilterListId = 676, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/as/serverlist.php?hostformat=junkbuster;showintro=1&mimetype=plaintext" + }, + new + { + Id = 713, + FilterListId = 677, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/as/serverlist.php?hostformat=adblock;showintro=1&mimetype=plaintext" + }, + new + { + Id = 714, + FilterListId = 678, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/sx2008/2766874/raw/c12a305decef3332663d1e04efa80b881211cfac/user.action" + }, + new + { + Id = 715, + FilterListId = 679, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/fdb/privoxy-config/master/block-trackers.action" + }, + new + { + Id = 716, + FilterListId = 680, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/DandelionSproutsNorskeFiltreDomains.txt" + }, + new + { + Id = 717, + FilterListId = 680, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/DandelionSproutsNorskeFiltreDomains.txt" + }, + new + { + Id = 718, + FilterListId = 681, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.malwaredomainlist.com/hostslist/ip.txt" + }, + new + { + Id = 719, + FilterListId = 682, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://malc0de.com/bl/IP_Blacklist.txt" + }, + new + { + Id = 720, + FilterListId = 683, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://www.urlvir.com/export-ip-addresses/" + }, + new + { + Id = 721, + FilterListId = 684, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://www.urlvir.com/export-hosts/" + }, + new + { + Id = 722, + FilterListId = 685, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://mirror1.malwaredomains.com/files/domains.hosts" + }, + new + { + Id = 723, + FilterListId = 685, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://mirror.cedia.org.ec/malwaredomains/domains.hosts" + }, + new + { + Id = 724, + FilterListId = 686, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://cdn.adblockcdn.com/filters/adblock_custom.txt" + }, + new + { + Id = 725, + FilterListId = 687, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://www.quero.at/download/adblock-hosts.zip" + }, + new + { + Id = 726, + FilterListId = 689, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/xxcriticxx/.pl-host-file/master/hosts.txt" + }, + new + { + Id = 727, + FilterListId = 690, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mitchellkrogza/Suspicious.Snooping.Sniffing.Hacking.IP.Addresses/master/ips.list" + }, + new + { + Id = 728, + FilterListId = 691, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mitchellkrogza/Top-Attacking-IP-Addresses-Against-Wordpress-Sites/master/wordpress-attacking-ips.txt" + }, + new + { + Id = 729, + FilterListId = 692, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites/master/hacked-domains.list" + }, + new + { + Id = 730, + FilterListId = 693, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hosts.ubuntu101.co.za/hosts" + }, + new + { + Id = 731, + FilterListId = 694, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hosts.ubuntu101.co.za/domains.list" + }, + new + { + Id = 732, + FilterListId = 696, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/dan-pollock-someonewhocares-org.txt" + }, + new + { + Id = 733, + FilterListId = 697, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/mvps-hosts-file.txt" + }, + new + { + Id = 734, + FilterListId = 698, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/malware-domain-list.txt" + }, + new + { + Id = 735, + FilterListId = 699, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/nocoin.txt" + }, + new + { + Id = 736, + FilterListId = 700, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/easylist.txt" + }, + new + { + Id = 737, + FilterListId = 703, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/kadhosts.txt" + }, + new + { + Id = 738, + FilterListId = 704, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/steven-blacks-ad-hoc-list.txt" + }, + new + { + Id = 739, + FilterListId = 705, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/coinblocker.txt" + }, + new + { + Id = 740, + FilterListId = 706, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/add-2o7net.txt" + }, + new + { + Id = 741, + FilterListId = 707, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/add-dead.txt" + }, + new + { + Id = 742, + FilterListId = 708, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/add-risk.txt" + }, + new + { + Id = 743, + FilterListId = 709, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/add-spam.txt" + }, + new + { + Id = 744, + FilterListId = 710, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/tyzbit.txt" + }, + new + { + Id = 745, + FilterListId = 710, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Tyzbit.txt" + }, + new + { + Id = 746, + FilterListId = 711, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/uncheckyads.txt" + }, + new + { + Id = 747, + FilterListId = 712, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/spotifyads.txt" + }, + new + { + Id = 748, + FilterListId = 715, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/highsea/Hosts/master/host-include-appale/hosts" + }, + new + { + Id = 749, + FilterListId = 716, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/lennylxx/ipv6-hosts/master/hosts" + }, + new + { + Id = 750, + FilterListId = 717, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/superliaoyong/hosts/master/hosts" + }, + new + { + Id = 751, + FilterListId = 718, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/popcorner/cernet-ipv6-hosts/hosts/hosts" + }, + new + { + Id = 752, + FilterListId = 719, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt" + }, + new + { + Id = 753, + FilterListId = 720, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://nonio.pt/antinonio.txt" + }, + new + { + Id = 754, + FilterListId = 721, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/brunomiguel/antinonio/master/antinonio.txt" + }, + new + { + Id = 755, + FilterListId = 722, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/balupton/6960605/raw/16bfeff88761b16296ed3ee15fbacf6840f1701a/filter-twitterdrama.txt" + }, + new + { + Id = 756, + FilterListId = 723, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/balupton/6960605/raw/16bfeff88761b16296ed3ee15fbacf6840f1701a/filter-feedlyads.txt" + }, + new + { + Id = 757, + FilterListId = 724, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/balupton/6960605/raw/16bfeff88761b16296ed3ee15fbacf6840f1701a/filter-facebookdrama.txt" + }, + new + { + Id = 758, + FilterListId = 726, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/whtsky/abp-rules/master/rules.txt" + }, + new + { + Id = 759, + FilterListId = 726, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://abp.tt.codes/rules.txt" + }, + new + { + Id = 760, + FilterListId = 728, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/realodix/AdBlockID/master/output/adblockid.txt" + }, + new + { + Id = 761, + FilterListId = 729, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/theel0ja/CrapBlock/master/crapblock-annoyances.txt" + }, + new + { + Id = 762, + FilterListId = 729, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://crapblock.theel0ja.info/crapblock-annoyances.txt" + }, + new + { + Id = 763, + FilterListId = 729, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/theel0ja/crapblock/raw/master/crapblock-annoyances.txt" + }, + new + { + Id = 764, + FilterListId = 730, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/theel0ja/CrapBlock/master/block-googlefonts.txt" + }, + new + { + Id = 765, + FilterListId = 730, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://crapblock.theel0ja.info/block-googlefonts.txt" + }, + new + { + Id = 766, + FilterListId = 730, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/theel0ja/crapblock/raw/master/block-googlefonts.txt" + }, + new + { + Id = 767, + FilterListId = 731, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/NeeEoo/AdBlockNeeEoo/master/List.txt" + }, + new + { + Id = 768, + FilterListId = 732, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dariusworks/superblock/master/cleanersitesAiO.txt" + }, + new + { + Id = 769, + FilterListId = 734, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/imageboard/GelboLube.txt" + }, + new + { + Id = 770, + FilterListId = 734, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/imageboard/GelboLube.txt" + }, + new + { + Id = 771, + FilterListId = 735, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/specific/AntiAPKMirrorCountdown.txt" + }, + new + { + Id = 772, + FilterListId = 735, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/specific/AntiAPKMirrorCountdown.txt" + }, + new + { + Id = 773, + FilterListId = 736, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/OsborneSystems/Columbia/master/Columbia.txt" + }, + new + { + Id = 774, + FilterListId = 743, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/akopachov/uBlock-AK-filter-rules/master/entertainment" + }, + new + { + Id = 775, + FilterListId = 744, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Hunter-Github/the-best-stack-overflow/master/se_filters.txt" + }, + new + { + Id = 776, + FilterListId = 746, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Hakame-kun/uBlock-Filters-Indonesia/master/uBlock Indo/ubindo.txt" + }, + new + { + Id = 777, + FilterListId = 747, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nimasaj/uBOPa/master/uBOPa.txt" + }, + new + { + Id = 778, + FilterListId = 747, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://mynext.pro/uBOPa.txt" + }, + new + { + Id = 779, + FilterListId = 748, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.microsoft.com/cms/api/am/binary/RWilsQ" + }, + new + { + Id = 780, + FilterListId = 749, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/malwaredomains_full.tpl" + }, + new + { + Id = 781, + FilterListId = 750, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easy-tracking-protection.truste.com/easy.tpl" + }, + new + { + Id = 782, + FilterListId = 751, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/ricklist.tpl" + }, + new + { + Id = 783, + FilterListId = 752, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/popup-block.tpl" + }, + new + { + Id = 784, + FilterListId = 753, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/obtrusive.tpl" + }, + new + { + Id = 785, + FilterListId = 754, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/malpatrol.tpl" + }, + new + { + Id = 786, + FilterListId = 755, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/m.tpl" + }, + new + { + Id = 787, + FilterListId = 756, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/latvian-list.tpl" + }, + new + { + Id = 788, + FilterListId = 757, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/facebook-connect-optout-adblockplusfilter.tpl" + }, + new + { + Id = 789, + FilterListId = 758, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/adblock-persian.tpl" + }, + new + { + Id = 790, + FilterListId = 759, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/IsraelList.tpl" + }, + new + { + Id = 791, + FilterListId = 760, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/Adversity/Antisocial.tpl" + }, + new + { + Id = 792, + FilterListId = 761, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/Adversity/Adversity.tpl" + }, + new + { + Id = 793, + FilterListId = 762, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.fanboy.co.nz/adblock/ie/fanboy-noele.tpl" + }, + new + { + Id = 794, + FilterListId = 763, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.fanboy.co.nz/adblock/ie/fanboy-tracking.tpl" + }, + new + { + Id = 795, + FilterListId = 764, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/fanboy/enhancedstats-addon.tpl" + }, + new + { + Id = 796, + FilterListId = 765, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://jansal.net/tpl/fanboy/fanboy-adult.tpl" + }, + new + { + Id = 797, + FilterListId = 766, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/lilydjwg/abp-rules/master/list.txt" + }, + new + { + Id = 798, + FilterListId = 767, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/OwlStudioCN/owl-abp-rules/master/owl-abp-rules.txt" + }, + new + { + Id = 799, + FilterListId = 769, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Manu1400/i-don-t-care-about-newsletters/master/adp.txt" + }, + new + { + Id = 800, + FilterListId = 770, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://adp.magnobiet.com/list.txt" + }, + new + { + Id = 801, + FilterListId = 772, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kbinani/adblock-wikipedia/master/signed.txt" + }, + new + { + Id = 802, + FilterListId = 773, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistgermany+easylist.tpl" + }, + new + { + Id = 803, + FilterListId = 774, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/fanboy-annoyance.tpl" + }, + new + { + Id = 804, + FilterListId = 775, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistlithuania+easylist.tpl" + }, + new + { + Id = 805, + FilterListId = 776, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/bulgarian_list+easylist.tpl" + }, + new + { + Id = 806, + FilterListId = 777, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/latvianlist+easylist.tpl" + }, + new + { + Id = 807, + FilterListId = 778, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easyprivacy+easylist.tpl" + }, + new + { + Id = 808, + FilterListId = 779, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistitaly+easylist.tpl" + }, + new + { + Id = 809, + FilterListId = 780, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/israellist+easylist.tpl" + }, + new + { + Id = 810, + FilterListId = 781, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistchina+easylist.tpl" + }, + new + { + Id = 811, + FilterListId = 782, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistdutch+easylist.tpl" + }, + new + { + Id = 812, + FilterListId = 783, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/rolist+easylist.tpl" + }, + new + { + Id = 813, + FilterListId = 784, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/wiltteri+easylist.tpl" + }, + new + { + Id = 814, + FilterListId = 785, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/fanboy-social.tpl" + }, + new + { + Id = 815, + FilterListId = 786, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/liste_ar+liste_fr+easylist.tpl" + }, + new + { + Id = 816, + FilterListId = 787, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/ruadlist+easylist.tpl" + }, + new + { + Id = 817, + FilterListId = 788, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/Liste_AR.tpl" + }, + new + { + Id = 818, + FilterListId = 789, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistdutch.tpl" + }, + new + { + Id = 819, + FilterListId = 790, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easyprivacy_nointernational.tpl" + }, + new + { + Id = 820, + FilterListId = 791, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/advblock.tpl" + }, + new + { + Id = 821, + FilterListId = 792, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylist_noadult.tpl" + }, + new + { + Id = 822, + FilterListId = 793, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistspanish.tpl" + }, + new + { + Id = 823, + FilterListId = 794, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistchina.tpl" + }, + new + { + Id = 824, + FilterListId = 795, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/liste_fr.tpl" + }, + new + { + Id = 825, + FilterListId = 796, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistgermany.tpl" + }, + new + { + Id = 826, + FilterListId = 797, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/antiadblockfilters.tpl" + }, + new + { + Id = 827, + FilterListId = 798, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/liste_fr+easylist.tpl" + }, + new + { + Id = 828, + FilterListId = 799, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistitaly.tpl" + }, + new + { + Id = 829, + FilterListId = 800, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistspanish+easylist.tpl" + }, + new + { + Id = 830, + FilterListId = 801, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/ABP Macedonian List.txt" + }, + new + { + Id = 831, + FilterListId = 802, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Liste DZ.txt" + }, + new + { + Id = 832, + FilterListId = 803, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Snaevar87's Icelandic filter.txt" + }, + new + { + Id = 833, + FilterListId = 804, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/TamilFriends List.txt" + }, + new + { + Id = 834, + FilterListId = 805, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/advblock+cssfixes.txt" + }, + new + { + Id = 835, + FilterListId = 806, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistportuguese.txt" + }, + new + { + Id = 836, + FilterListId = 807, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/luigimannoni/m5s-ublock-filter/master/filter-list.txt" + }, + new + { + Id = 837, + FilterListId = 808, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://ajnasz.hu/adblock/recent" + }, + new + { + Id = 838, + FilterListId = 809, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.ergensin.nl/adblock/nlblock.txt" + }, + new + { + Id = 839, + FilterListId = 809, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "http://www.verzijlbergh.com/adblock/nlblock.txt" + }, + new + { + Id = 840, + FilterListId = 810, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/complete/domains.txt" + }, + new + { + Id = 841, + FilterListId = 811, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/mini/hosts.txt" + }, + new + { + Id = 842, + FilterListId = 812, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/mini/domains.txt" + }, + new + { + Id = 843, + FilterListId = 813, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jwinnie/acceptable-ads/master/filters.txt" + }, + new + { + Id = 844, + FilterListId = 814, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/gmbkslist.txt" + }, + new + { + Id = 845, + FilterListId = 815, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Adblocking Open Filter JP" + }, + new + { + Id = 846, + FilterListId = 816, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/I Don't Want to Download Your Browser.txt" + }, + new + { + Id = 847, + FilterListId = 816, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/I Don't Want to Download Your Browser.txt" + }, + new + { + Id = 848, + FilterListId = 817, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/Frellwits-Swedish-Hosts-File.txt" + }, + new + { + Id = 849, + FilterListId = 817, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://repo.or.cz/Adblock-list-backups-Frellwits-filter-lists.git/blob_plain/refs/heads/master:/Frellwits-Swedish-Hosts-File.txt" + }, + new + { + Id = 850, + FilterListId = 818, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/indianlist.txt" + }, + new + { + Id = 851, + FilterListId = 819, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/YouTubeEvenMorePureVideoExperience.txt" + }, + new + { + Id = 852, + FilterListId = 819, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/YouTubeEvenMorePureVideoExperience.txt" + }, + new + { + Id = 853, + FilterListId = 820, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/recipes/recipes_en.txt" + }, + new + { + Id = 854, + FilterListId = 821, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/brave/adblock-lists/master/brave-unbreak.txt" + }, + new + { + Id = 855, + FilterListId = 822, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/VeleSila/VELE-SILA-List/gh-pages/KaFanList.txt" + }, + new + { + Id = 856, + FilterListId = 823, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/gasull/adblock-nsa/master/filters.txt" + }, + new + { + Id = 857, + FilterListId = 824, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mistalaba/popover-blocklist/master/blocklist.txt" + }, + new + { + Id = 858, + FilterListId = 825, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jasonbarone/membership-app-block-list/master/membership-app-block-list.txt" + }, + new + { + Id = 859, + FilterListId = 826, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/w13d/adblockListABP-PiHole/master/Spotify.txt" + }, + new + { + Id = 860, + FilterListId = 827, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/w13d/adblockListABP-PiHole/master/list.txt" + }, + new + { + Id = 861, + FilterListId = 828, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/evenxzero/Raajje-AdList/master/filter.txt" + }, + new + { + Id = 862, + FilterListId = 829, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/miyurusankalpa/adblock-list-sri-lanka/master/lkfilter.txt" + }, + new + { + Id = 863, + FilterListId = 830, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/adblock.conf" + }, + new + { + Id = 864, + FilterListId = 831, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/ads01.conf" + }, + new + { + Id = 865, + FilterListId = 832, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/facebookblock.conf" + }, + new + { + Id = 866, + FilterListId = 833, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/fastclick.conf" + }, + new + { + Id = 867, + FilterListId = 834, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/google.conf" + }, + new + { + Id = 868, + FilterListId = 835, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/microsoftblock.conf" + }, + new + { + Id = 869, + FilterListId = 836, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Recon/romanian-media-propaganda-adblock-list/master/ro-media-blocklist.txt" + }, + new + { + Id = 870, + FilterListId = 837, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/duskwuff/syndicationblock/master/filters.txt" + }, + new + { + Id = 871, + FilterListId = 838, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/SG-Nebula/vblocker_adblockplus-filterlist/master/vblocker" + }, + new + { + Id = 872, + FilterListId = 839, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Manu1400/i-don-t-care-about-gotoup-btns/master/list-gotoup-btns.txt" + }, + new + { + Id = 873, + FilterListId = 840, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/KCaglarCoskun/enur-filter-list/master/enur-filter-list.txt" + }, + new + { + Id = 874, + FilterListId = 841, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/LinuxLowell/chat-annoyances/master/chat-annoyances.txt" + }, + new + { + Id = 875, + FilterListId = 842, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=dnsmasq&showintro=1&mimetype=plaintext" + }, + new + { + Id = 876, + FilterListId = 843, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/facebook/FacebookZuckestionKiller.txt" + }, + new + { + Id = 877, + FilterListId = 843, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/facebook/FacebookZuckestionKiller.txt" + }, + new + { + Id = 878, + FilterListId = 844, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/facebook/FacebookCommands.txt" + }, + new + { + Id = 879, + FilterListId = 844, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/facebook/FacebookCommands.txt" + }, + new + { + Id = 880, + FilterListId = 845, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/hosts/hosts_google_adservice_id.txt" + }, + new + { + Id = 881, + FilterListId = 845, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/hosts/hosts_google_adservice_id.txt" + }, + new + { + Id = 882, + FilterListId = 846, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/ThaiParanoidBlock/maximum/ThaiParanoid.txt" + }, + new + { + Id = 883, + FilterListId = 846, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/ThaiParanoidBlock/raw/maximum/ThaiParanoid.txt" + }, + new + { + Id = 884, + FilterListId = 847, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/sipp11/th_ad_filters/master/th_list.txt" + }, + new + { + Id = 885, + FilterListId = 848, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/TwitchPureViewingExperience.txt" + }, + new + { + Id = 886, + FilterListId = 848, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/TwitchPureViewingExperience.txt" + }, + new + { + Id = 887, + FilterListId = 850, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAbusePorn.txt" + }, + new + { + Id = 888, + FilterListId = 850, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAbusePorn.txt" + }, + new + { + Id = 889, + FilterListId = 851, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WikiaPureBrowsingExperience.txt" + }, + new + { + Id = 890, + FilterListId = 851, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/WikiaPureBrowsingExperience.txt" + }, + new + { + Id = 891, + FilterListId = 852, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/YouTubeYetEvenMorePureVideoExperience.txt" + }, + new + { + Id = 892, + FilterListId = 852, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/YouTubeYetEvenMorePureVideoExperience.txt" + }, + new + { + Id = 893, + FilterListId = 853, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/VeryThoroughWebsiteCleaner.txt" + }, + new + { + Id = 894, + FilterListId = 853, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/VeryThoroughWebsiteCleaner.txt" + }, + new + { + Id = 895, + FilterListId = 855, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/MeWe Pink Theme.txt" + }, + new + { + Id = 896, + FilterListId = 855, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/MeWe Pink Theme.txt" + }, + new + { + Id = 897, + FilterListId = 856, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Pro-LED List.txt" + }, + new + { + Id = 898, + FilterListId = 856, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Pro-LED List.txt" + }, + new + { + Id = 899, + FilterListId = 857, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion Sprout-s Redirector Assistant List/TorRedirectorList.json" + }, + new + { + Id = 900, + FilterListId = 857, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Dandelion Sprout-s Redirector Assistant List/TorRedirectorList.json" + }, + new + { + Id = 904, + FilterListId = 859, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-Futa List.txt" + }, + new + { + Id = 905, + FilterListId = 859, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-Futa List.txt" + }, + new + { + Id = 906, + FilterListId = 860, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://bitbucket.org/nicktabick/adblock-rules/raw/master/nt-adblock.txt" + }, + new + { + Id = 907, + FilterListId = 860, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nicktabick/adblock-rules/master/nt-adblock.txt" + }, + new + { + Id = 908, + FilterListId = 860, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/nicktabick/adblock-rules/raw/master/nt-adblock.txt" + }, + new + { + Id = 909, + FilterListId = 861, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bogachenko/filterlist/master/filterlist.txt" + }, + new + { + Id = 910, + FilterListId = 862, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/other/SurvivedTrackingLinkWarning.txt" + }, + new + { + Id = 911, + FilterListId = 862, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/other/SurvivedTrackingLinkWarning.txt" + }, + new + { + Id = 912, + FilterListId = 863, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-'Christmas carols' List.txt" + }, + new + { + Id = 913, + FilterListId = 863, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-'Christmas carols' List.txt" + }, + new + { + Id = 914, + FilterListId = 866, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/hosts/hosts_facebook0.txt" + }, + new + { + Id = 915, + FilterListId = 866, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/hosts/hosts_facebook0.txt" + }, + new + { + Id = 916, + FilterListId = 867, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/hosts/static/hosts_facebook0_noregionsv.txt" + }, + new + { + Id = 917, + FilterListId = 867, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/hosts/static/hosts_facebook0_noregionsv.txt" + }, + new + { + Id = 918, + FilterListId = 868, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/mochi_filter.txt" + }, + new + { + Id = 919, + FilterListId = 869, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/mochi_filter_2gun.txt" + }, + new + { + Id = 920, + FilterListId = 870, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/mochi_filter_amazon.txt" + }, + new + { + Id = 921, + FilterListId = 871, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/mochi_filter_extended.txt" + }, + new + { + Id = 922, + FilterListId = 872, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/negi_filter.txt" + }, + new + { + Id = 923, + FilterListId = 873, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/negi_google_hplogo_block.txt" + }, + new + { + Id = 924, + FilterListId = 874, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/negi_twitter_allow_save_multi_images.txt" + }, + new + { + Id = 925, + FilterListId = 875, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/kame_filter.txt" + }, + new + { + Id = 926, + FilterListId = 876, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/kotori_filter.txt" + }, + new + { + Id = 927, + FilterListId = 877, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/kujira_filter.txt" + }, + new + { + Id = 928, + FilterListId = 878, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/ichigo_filter.txt" + }, + new + { + Id = 929, + FilterListId = 879, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/tamago_filter.txt" + }, + new + { + Id = 930, + FilterListId = 881, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/youtube_wo_tonikaku_filter.txt" + }, + new + { + Id = 931, + FilterListId = 882, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/all.txt" + }, + new + { + Id = 932, + FilterListId = 884, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/finnish-easylist-addition/finnish-easylist-addition/master/Finland_adb.txt" + }, + new + { + Id = 933, + FilterListId = 885, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Afghanistan.txt" + }, + new + { + Id = 934, + FilterListId = 886, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Aland.txt" + }, + new + { + Id = 935, + FilterListId = 887, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Albania.txt" + }, + new + { + Id = 936, + FilterListId = 888, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Algeria.txt" + }, + new + { + Id = 937, + FilterListId = 889, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/AmericanSamoa.txt" + }, + new + { + Id = 938, + FilterListId = 890, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Andorra.txt" + }, + new + { + Id = 939, + FilterListId = 891, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Angola.txt" + }, + new + { + Id = 940, + FilterListId = 892, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Anguilla.txt" + }, + new + { + Id = 941, + FilterListId = 893, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Antarctica.txt" + }, + new + { + Id = 942, + FilterListId = 894, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/AntiguaAndBarbuda.txt" + }, + new + { + Id = 943, + FilterListId = 895, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Argentina.txt" + }, + new + { + Id = 944, + FilterListId = 896, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Armenia.txt" + }, + new + { + Id = 945, + FilterListId = 897, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/AscensionIsland.txt" + }, + new + { + Id = 946, + FilterListId = 898, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Australia.txt" + }, + new + { + Id = 947, + FilterListId = 899, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Austria.txt" + }, + new + { + Id = 948, + FilterListId = 900, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Azerbaijan.txt" + }, + new + { + Id = 949, + FilterListId = 901, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bahamas.txt" + }, + new + { + Id = 950, + FilterListId = 902, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bahrain.txt" + }, + new + { + Id = 951, + FilterListId = 903, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bangladesh.txt" + }, + new + { + Id = 952, + FilterListId = 904, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Belarus.txt" + }, + new + { + Id = 953, + FilterListId = 905, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Belgium.txt" + }, + new + { + Id = 954, + FilterListId = 906, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Belize.txt" + }, + new + { + Id = 955, + FilterListId = 907, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bermuda.txt" + }, + new + { + Id = 956, + FilterListId = 908, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bhutan.txt" + }, + new + { + Id = 957, + FilterListId = 909, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bolivia.txt" + }, + new + { + Id = 958, + FilterListId = 910, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bonaire.txt" + }, + new + { + Id = 959, + FilterListId = 911, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/BosniaAndHerzegovina.txt" + }, + new + { + Id = 960, + FilterListId = 912, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Botswana.txt" + }, + new + { + Id = 961, + FilterListId = 913, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Brazil.txt" + }, + new + { + Id = 962, + FilterListId = 914, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/BritishIndianOceanTerritory.txt" + }, + new + { + Id = 963, + FilterListId = 915, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/BritishVirginIslands.txt" + }, + new + { + Id = 964, + FilterListId = 916, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bulgaria.txt" + }, + new + { + Id = 965, + FilterListId = 917, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/BurkinaFaso.txt" + }, + new + { + Id = 966, + FilterListId = 918, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Burundi.txt" + }, + new + { + Id = 967, + FilterListId = 919, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Cambodia.txt" + }, + new + { + Id = 968, + FilterListId = 920, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Cameroon.txt" + }, + new + { + Id = 969, + FilterListId = 921, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Canada.txt" + }, + new + { + Id = 970, + FilterListId = 922, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CapeVerde.txt" + }, + new + { + Id = 971, + FilterListId = 923, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Catalonia.txt" + }, + new + { + Id = 972, + FilterListId = 924, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CaymanIslands.txt" + }, + new + { + Id = 973, + FilterListId = 925, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CentralAfricanRepublic.txt" + }, + new + { + Id = 974, + FilterListId = 926, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Chile.txt" + }, + new + { + Id = 975, + FilterListId = 927, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/ChinaPeoplesRepublicof.txt" + }, + new + { + Id = 976, + FilterListId = 928, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/ChristmasIsland.txt" + }, + new + { + Id = 977, + FilterListId = 929, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CocosKeelingIslands.txt" + }, + new + { + Id = 978, + FilterListId = 930, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Colombia.txt" + }, + new + { + Id = 979, + FilterListId = 931, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CongoKinshasa.txt" + }, + new + { + Id = 980, + FilterListId = 932, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CookIslands.txt" + }, + new + { + Id = 981, + FilterListId = 933, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CostaRica.txt" + }, + new + { + Id = 982, + FilterListId = 934, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Croatia.txt" + }, + new + { + Id = 983, + FilterListId = 935, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Cuba.txt" + }, + new + { + Id = 984, + FilterListId = 936, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Cyprus.txt" + }, + new + { + Id = 985, + FilterListId = 937, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CzechRepublic.txt" + }, + new + { + Id = 986, + FilterListId = 938, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Denmark.txt" + }, + new + { + Id = 987, + FilterListId = 939, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Djibouti.txt" + }, + new + { + Id = 988, + FilterListId = 940, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Dominica.txt" + }, + new + { + Id = 989, + FilterListId = 941, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/DominicanRepublic.txt" + }, + new + { + Id = 990, + FilterListId = 942, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Ecuador.txt" + }, + new + { + Id = 991, + FilterListId = 943, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Egypt.txt" + }, + new + { + Id = 992, + FilterListId = 944, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/ElSalvador.txt" + }, + new + { + Id = 993, + FilterListId = 945, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/EquatorialGuinea.txt" + }, + new + { + Id = 994, + FilterListId = 946, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Estonia.txt" + }, + new + { + Id = 995, + FilterListId = 947, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/EuropeanUnion.txt" + }, + new + { + Id = 996, + FilterListId = 948, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/FaeroeIslands.txt" + }, + new + { + Id = 997, + FilterListId = 949, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/FederatedStatesOfMicronesia.txt" + }, + new + { + Id = 998, + FilterListId = 950, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Fiji.txt" + }, + new + { + Id = 999, + FilterListId = 951, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Finland.txt" + }, + new + { + Id = 1000, + FilterListId = 952, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/France.txt" + }, + new + { + Id = 1001, + FilterListId = 953, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/FrenchPolynesia.txt" + }, + new + { + Id = 1002, + FilterListId = 954, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/FrenchSouthernAndAntarcticLands.txt" + }, + new + { + Id = 1003, + FilterListId = 955, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/GaboneseRepublic.txt" + }, + new + { + Id = 1004, + FilterListId = 956, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Gambia.txt" + }, + new + { + Id = 1005, + FilterListId = 957, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/GazaStrip.txt" + }, + new + { + Id = 1006, + FilterListId = 958, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Georgia.txt" + }, + new + { + Id = 1007, + FilterListId = 959, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Germany.txt" + }, + new + { + Id = 1008, + FilterListId = 960, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Ghana.txt" + }, + new + { + Id = 1009, + FilterListId = 961, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Greece.txt" + }, + new + { + Id = 1010, + FilterListId = 962, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Greenland.txt" + }, + new + { + Id = 1011, + FilterListId = 963, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Grenada.txt" + }, + new + { + Id = 1012, + FilterListId = 964, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guadeloupe.txt" + }, + new + { + Id = 1013, + FilterListId = 965, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guam.txt" + }, + new + { + Id = 1014, + FilterListId = 966, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guatemala.txt" + }, + new + { + Id = 1015, + FilterListId = 967, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guernsey.txt" + }, + new + { + Id = 1016, + FilterListId = 968, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guinea.txt" + }, + new + { + Id = 1017, + FilterListId = 969, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guyana.txt" + }, + new + { + Id = 1018, + FilterListId = 970, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Haiti.txt" + }, + new + { + Id = 1019, + FilterListId = 971, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/HeardIslandAndMcDonaldIslands.txt" + }, + new + { + Id = 1020, + FilterListId = 972, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Honduras.txt" + }, + new + { + Id = 1021, + FilterListId = 973, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/HongKong.txt" + }, + new + { + Id = 1022, + FilterListId = 974, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Hungary.txt" + }, + new + { + Id = 1023, + FilterListId = 975, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Iceland.txt" + }, + new + { + Id = 1024, + FilterListId = 976, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/India.txt" + }, + new + { + Id = 1025, + FilterListId = 977, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Indonesia.txt" + }, + new + { + Id = 1026, + FilterListId = 978, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Iran.txt" + }, + new + { + Id = 1027, + FilterListId = 979, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Iraq.txt" + }, + new + { + Id = 1028, + FilterListId = 980, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Ireland.txt" + }, + new + { + Id = 1029, + FilterListId = 981, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/IsleofMan.txt" + }, + new + { + Id = 1030, + FilterListId = 982, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Israel.txt" + }, + new + { + Id = 1031, + FilterListId = 983, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Italy.txt" + }, + new + { + Id = 1032, + FilterListId = 984, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/IvoryCoast.txt" + }, + new + { + Id = 1033, + FilterListId = 985, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Japan.txt" + }, + new + { + Id = 1034, + FilterListId = 986, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Jersey.txt" + }, + new + { + Id = 1035, + FilterListId = 987, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Jordan.txt" + }, + new + { + Id = 1036, + FilterListId = 988, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Kazakhstan.txt" + }, + new + { + Id = 1037, + FilterListId = 989, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Kenya.txt" + }, + new + { + Id = 1038, + FilterListId = 990, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Kiribati.txt" + }, + new + { + Id = 1039, + FilterListId = 991, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Kuwait.txt" + }, + new + { + Id = 1040, + FilterListId = 992, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Kyrgyzstan.txt" + }, + new + { + Id = 1041, + FilterListId = 993, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Laos.txt" + }, + new + { + Id = 1042, + FilterListId = 994, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Latvia.txt" + }, + new + { + Id = 1043, + FilterListId = 995, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Lebanon.txt" + }, + new + { + Id = 1044, + FilterListId = 996, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Libya.txt" + }, + new + { + Id = 1045, + FilterListId = 997, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Liechtenstein.txt" + }, + new + { + Id = 1046, + FilterListId = 998, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Lithuania.txt" + }, + new + { + Id = 1047, + FilterListId = 999, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Luxembourg.txt" + }, + new + { + Id = 1048, + FilterListId = 1000, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Macau.txt" + }, + new + { + Id = 1049, + FilterListId = 1001, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Macedonia.txt" + }, + new + { + Id = 1050, + FilterListId = 1002, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Madagascar.txt" + }, + new + { + Id = 1051, + FilterListId = 1003, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Malawi.txt" + }, + new + { + Id = 1052, + FilterListId = 1004, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Malaysia.txt" + }, + new + { + Id = 1053, + FilterListId = 1005, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mali.txt" + }, + new + { + Id = 1054, + FilterListId = 1006, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Malta.txt" + }, + new + { + Id = 1055, + FilterListId = 1007, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mauritania.txt" + }, + new + { + Id = 1056, + FilterListId = 1008, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mauritius.txt" + }, + new + { + Id = 1057, + FilterListId = 1009, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mayotte.txt" + }, + new + { + Id = 1058, + FilterListId = 1010, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mexico.txt" + }, + new + { + Id = 1059, + FilterListId = 1011, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Moldova.txt" + }, + new + { + Id = 1060, + FilterListId = 1012, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mongolia.txt" + }, + new + { + Id = 1061, + FilterListId = 1013, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Montenegro.txt" + }, + new + { + Id = 1062, + FilterListId = 1014, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Montserrat.txt" + }, + new + { + Id = 1063, + FilterListId = 1015, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Morocco.txt" + }, + new + { + Id = 1064, + FilterListId = 1016, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mozambique.txt" + }, + new + { + Id = 1065, + FilterListId = 1017, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Namibia.txt" + }, + new + { + Id = 1066, + FilterListId = 1018, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Nauru.txt" + }, + new + { + Id = 1067, + FilterListId = 1019, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Nepal.txt" + }, + new + { + Id = 1068, + FilterListId = 1020, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Netherlands.txt" + }, + new + { + Id = 1069, + FilterListId = 1021, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/NewCaledonia.txt" + }, + new + { + Id = 1070, + FilterListId = 1022, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/NewZealand.txt" + }, + new + { + Id = 1071, + FilterListId = 1023, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Nicaragua.txt" + }, + new + { + Id = 1072, + FilterListId = 1024, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Niger.txt" + }, + new + { + Id = 1073, + FilterListId = 1025, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Nigeria.txt" + }, + new + { + Id = 1074, + FilterListId = 1026, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Niue.txt" + }, + new + { + Id = 1075, + FilterListId = 1027, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/NorfolkIsland.txt" + }, + new + { + Id = 1076, + FilterListId = 1028, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/NorthernMarianaIslands.txt" + }, + new + { + Id = 1077, + FilterListId = 1029, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Norway.txt" + }, + new + { + Id = 1078, + FilterListId = 1030, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Oman.txt" + }, + new + { + Id = 1079, + FilterListId = 1031, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Pakistan.txt" + }, + new + { + Id = 1080, + FilterListId = 1032, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Palau.txt" + }, + new + { + Id = 1081, + FilterListId = 1033, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Palestine.txt" + }, + new + { + Id = 1082, + FilterListId = 1034, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Panama.txt" + }, + new + { + Id = 1083, + FilterListId = 1035, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Paraguay.txt" + }, + new + { + Id = 1084, + FilterListId = 1036, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Peru.txt" + }, + new + { + Id = 1085, + FilterListId = 1037, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Philippines.txt" + }, + new + { + Id = 1086, + FilterListId = 1038, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/PitcairnIslands.txt" + }, + new + { + Id = 1087, + FilterListId = 1039, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Poland.txt" + }, + new + { + Id = 1088, + FilterListId = 1040, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Portugal.txt" + }, + new + { + Id = 1089, + FilterListId = 1041, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/PuertoRico.txt" + }, + new + { + Id = 1090, + FilterListId = 1042, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Qatar.txt" + }, + new + { + Id = 1091, + FilterListId = 1043, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Romania.txt" + }, + new + { + Id = 1092, + FilterListId = 1044, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Russia.txt" + }, + new + { + Id = 1093, + FilterListId = 1045, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Rwanda.txt" + }, + new + { + Id = 1094, + FilterListId = 1047, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaintHelena.txt" + }, + new + { + Id = 1095, + FilterListId = 1048, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaintLucia.txt" + }, + new + { + Id = 1096, + FilterListId = 1049, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaintPierreAndMiquelon.txt" + }, + new + { + Id = 1097, + FilterListId = 1050, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaintVincentAndGrenadines.txt" + }, + new + { + Id = 1098, + FilterListId = 1051, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Samoa.txt" + }, + new + { + Id = 1099, + FilterListId = 1052, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SanMarino.txt" + }, + new + { + Id = 1100, + FilterListId = 1053, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaoTomeAndPrincipe.txt" + }, + new + { + Id = 1101, + FilterListId = 1054, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaudiArabia.txt" + }, + new + { + Id = 1102, + FilterListId = 1055, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Senegal.txt" + }, + new + { + Id = 1103, + FilterListId = 1056, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Serbia.txt" + }, + new + { + Id = 1104, + FilterListId = 1057, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Seychelles.txt" + }, + new + { + Id = 1105, + FilterListId = 1058, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SierraLeone.txt" + }, + new + { + Id = 1106, + FilterListId = 1059, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Singapore.txt" + }, + new + { + Id = 1107, + FilterListId = 1060, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SintMaarten.txt" + }, + new + { + Id = 1108, + FilterListId = 1061, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Slovakia.txt" + }, + new + { + Id = 1109, + FilterListId = 1062, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Slovenia.txt" + }, + new + { + Id = 1110, + FilterListId = 1063, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Somalia.txt" + }, + new + { + Id = 1111, + FilterListId = 1064, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SouthAfrica.txt" + }, + new + { + Id = 1112, + FilterListId = 1065, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SouthGeorgiaAndSouthSandwichIslands.txt" + }, + new + { + Id = 1113, + FilterListId = 1066, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SouthKorea.txt" + }, + new + { + Id = 1114, + FilterListId = 1067, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Spain.txt" + }, + new + { + Id = 1115, + FilterListId = 1068, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SriLanka.txt" + }, + new + { + Id = 1116, + FilterListId = 1069, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Sudan.txt" + }, + new + { + Id = 1117, + FilterListId = 1070, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Suriname.txt" + }, + new + { + Id = 1118, + FilterListId = 1071, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Sweden.txt" + }, + new + { + Id = 1119, + FilterListId = 1072, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Switzerland.txt" + }, + new + { + Id = 1120, + FilterListId = 1073, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Syria.txt" + }, + new + { + Id = 1121, + FilterListId = 1074, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Taiwan.txt" + }, + new + { + Id = 1122, + FilterListId = 1075, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tajikistan.txt" + }, + new + { + Id = 1123, + FilterListId = 1076, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tanzania.txt" + }, + new + { + Id = 1124, + FilterListId = 1077, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Thailand.txt" + }, + new + { + Id = 1125, + FilterListId = 1078, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/TimorLeste.txt" + }, + new + { + Id = 1126, + FilterListId = 1079, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Togo.txt" + }, + new + { + Id = 1127, + FilterListId = 1080, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tokelau.txt" + }, + new + { + Id = 1128, + FilterListId = 1081, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tonga.txt" + }, + new + { + Id = 1129, + FilterListId = 1082, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/TrinidadAndTobago.txt" + }, + new + { + Id = 1130, + FilterListId = 1083, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tunisia.txt" + }, + new + { + Id = 1131, + FilterListId = 1084, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Turkey.txt" + }, + new + { + Id = 1132, + FilterListId = 1085, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Turkmenistan.txt" + }, + new + { + Id = 1133, + FilterListId = 1086, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/TurksAndCaicosIslands.txt" + }, + new + { + Id = 1134, + FilterListId = 1087, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tuvalu.txt" + }, + new + { + Id = 1135, + FilterListId = 1088, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Uganda.txt" + }, + new + { + Id = 1136, + FilterListId = 1089, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Ukraine.txt" + }, + new + { + Id = 1137, + FilterListId = 1090, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/UnitedArabEmirates.txt" + }, + new + { + Id = 1138, + FilterListId = 1091, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/UnitedKingdom.txt" + }, + new + { + Id = 1139, + FilterListId = 1092, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/UnitedStatesofAmerica.txt" + }, + new + { + Id = 1140, + FilterListId = 1093, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Uruguay.txt" + }, + new + { + Id = 1141, + FilterListId = 1094, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Uzbekistan.txt" + }, + new + { + Id = 1142, + FilterListId = 1095, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Vanuatu.txt" + }, + new + { + Id = 1143, + FilterListId = 1096, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Venezuela.txt" + }, + new + { + Id = 1144, + FilterListId = 1097, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Vietnam.txt" + }, + new + { + Id = 1145, + FilterListId = 1098, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/WallisandFutuna.txt" + }, + new + { + Id = 1146, + FilterListId = 1099, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/WesternSahara.txt" + }, + new + { + Id = 1147, + FilterListId = 1100, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Zambia.txt" + }, + new + { + Id = 1148, + FilterListId = 1101, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Zimbabwe.txt" + }, + new + { + Id = 1149, + FilterListId = 1102, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-Bulgarian-List.txt" + }, + new + { + Id = 1150, + FilterListId = 1103, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-Clickbait-Blocklist.txt" + }, + new + { + Id = 1151, + FilterListId = 1104, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-Japanese-3rd-Party-SNS-Filters.txt" + }, + new + { + Id = 1152, + FilterListId = 1105, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-Japanese-Filters.txt" + }, + new + { + Id = 1153, + FilterListId = 1106, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-Japanese-Paranoid-Filters.txt" + }, + new + { + Id = 1154, + FilterListId = 1107, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-X-Files.txt" + }, + new + { + Id = 1155, + FilterListId = 1108, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABPindo.txt" + }, + new + { + Id = 1156, + FilterListId = 1109, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/AakList.txt" + }, + new + { + Id = 1157, + FilterListId = 1110, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/AdAway-Default-Blocklist.txt" + }, + new + { + Id = 1158, + FilterListId = 1111, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-Filters-by-Gurudee.txt" + }, + new + { + Id = 1159, + FilterListId = 1112, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-Iran.txt" + }, + new + { + Id = 1160, + FilterListId = 1113, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-Korea.txt" + }, + new + { + Id = 1161, + FilterListId = 1114, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-Persian.txt" + }, + new + { + Id = 1162, + FilterListId = 1115, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-Polska.txt" + }, + new + { + Id = 1163, + FilterListId = 1116, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-YouTube-Ads.txt" + }, + new + { + Id = 1164, + FilterListId = 1117, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-uBlock-Polish-Filters.txt" + }, + new + { + Id = 1165, + FilterListId = 1118, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adguard-English-Filter.txt" + }, + new + { + Id = 1166, + FilterListId = 1119, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adware-Filters.txt" + }, + new + { + Id = 1167, + FilterListId = 1120, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/AntiPubWeb.txt" + }, + new + { + Id = 1168, + FilterListId = 1121, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Anudeep-Youtube.txt" + }, + new + { + Id = 1169, + FilterListId = 1122, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Ayucat-Powerful.txt" + }, + new + { + Id = 1170, + FilterListId = 1123, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/BLOGRAM-Analysis-Block-Filter-List-for-Japan.txt" + }, + new + { + Id = 1171, + FilterListId = 1124, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/BLOGRAM-Basic-Filter-List-for-Japan.txt" + }, + new + { + Id = 1172, + FilterListId = 1125, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Bad-JAV-Sites.txt" + }, + new + { + Id = 1173, + FilterListId = 1126, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Block-EU-Cookie-Shit-List.txt" + }, + new + { + Id = 1174, + FilterListId = 1127, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Blockzilla.txt" + }, + new + { + Id = 1175, + FilterListId = 1128, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/BreakingTheNews.txt" + }, + new + { + Id = 1176, + FilterListId = 1130, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/CAMELEON-Hosts.txt" + }, + new + { + Id = 1177, + FilterListId = 1133, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/CryptoWall-Ransomware-C2-Domain-blocklist.txt" + }, + new + { + Id = 1178, + FilterListId = 1135, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/DNS-BH-Malware-Domains.txt" + }, + new + { + Id = 1179, + FilterListId = 1139, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Disconnect-Malware-Filter.txt" + }, + new + { + Id = 1180, + FilterListId = 1140, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Dshield-Suspicious-High.txt" + }, + new + { + Id = 1181, + FilterListId = 1141, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Dshield-Suspicious-Low.txt" + }, + new + { + Id = 1182, + FilterListId = 1142, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Dshield-Suspicious-Medium.txt" + }, + new + { + Id = 1183, + FilterListId = 1143, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/EasyList-Czech-Slovak.txt" + }, + new + { + Id = 1184, + FilterListId = 1144, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/EasyList-Dutch.txt" + }, + new + { + Id = 1185, + FilterListId = 1146, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/EasyList-Italy.txt" + }, + new + { + Id = 1186, + FilterListId = 1148, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/EasyList-Liste-FR.txt" + }, + new + { + Id = 1187, + FilterListId = 1149, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/EasyList-Thailand.txt" + }, + new + { + Id = 1188, + FilterListId = 1151, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/FadeMind-addSpam.txt" + }, + new + { + Id = 1189, + FilterListId = 1152, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Fanboy-Annoyances-List.txt" + }, + new + { + Id = 1190, + FilterListId = 1153, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Filtros-Nauscopicos.txt" + }, + new + { + Id = 1191, + FilterListId = 1154, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Finnish-AntiSocial.txt" + }, + new + { + Id = 1192, + FilterListId = 1155, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/GandJ-Hosts.txt" + }, + new + { + Id = 1193, + FilterListId = 1156, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Greek-AdBlock-Filter.txt" + }, + new + { + Id = 1194, + FilterListId = 1157, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Hant05080-Filters.txt" + }, + new + { + Id = 1195, + FilterListId = 1158, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Henning-VanRaumle-Youtube.txt" + }, + new + { + Id = 1196, + FilterListId = 1159, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Hufilter.txt" + }, + new + { + Id = 1197, + FilterListId = 1160, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/HorusTeknoloji/TR-PhishingList/master/url-lists.txt" + }, + new + { + Id = 1198, + FilterListId = 1161, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ImmortalMalwareDomains.txt" + }, + new + { + Id = 1199, + FilterListId = 1162, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/JapaneseSiteAdblockFilterver2.txt" + }, + new + { + Id = 1200, + FilterListId = 1163, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://phishing.army/download/phishing_army_blocklist_extended.txt" + }, + new + { + Id = 1201, + FilterListId = 1164, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/HorusTeknoloji/TR-PhishingList/master/ip-lists.txt" + }, + new + { + Id = 1202, + FilterListId = 1165, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/LatvianList.txt" + }, + new + { + Id = 1203, + FilterListId = 1166, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Lead-Generator.txt" + }, + new + { + Id = 1204, + FilterListId = 1167, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ListeAR.txt" + }, + new + { + Id = 1205, + FilterListId = 1168, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Locky-Ransomware-C2-Domain-Blocklist.txt" + }, + new + { + Id = 1206, + FilterListId = 1169, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Malware-Domains-Just-Domains.txt" + }, + new + { + Id = 1207, + FilterListId = 1172, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Mat1th-DNS-add-block.txt" + }, + new + { + Id = 1208, + FilterListId = 1173, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Mayvs-Private-Adblock-Filters.txt" + }, + new + { + Id = 1209, + FilterListId = 1174, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Metaphoricgiraffe-Privacy-Filters.txt" + }, + new + { + Id = 1210, + FilterListId = 1175, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Michael-Trimms-Hosts.txt" + }, + new + { + Id = 1211, + FilterListId = 1176, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Mitchell-Krogs-Badd-Boyz-Hosts.txt" + }, + new + { + Id = 1212, + FilterListId = 1179, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Notracking-hostnames.txt" + }, + new + { + Id = 1213, + FilterListId = 1180, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/PLgeneral.txt" + }, + new + { + Id = 1214, + FilterListId = 1182, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Piwik-Spam.txt" + }, + new + { + Id = 1215, + FilterListId = 1183, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/PopupBlocker.txt" + }, + new + { + Id = 1216, + FilterListId = 1184, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Prebake-Obtrusive.txt" + }, + new + { + Id = 1217, + FilterListId = 1185, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Prigent-Malware.txt" + }, + new + { + Id = 1218, + FilterListId = 1187, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Quidsup-Malicious.txt" + }, + new + { + Id = 1219, + FilterListId = 1189, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ROad-Block.txt" + }, + new + { + Id = 1220, + FilterListId = 1190, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/RU-AdList.txt" + }, + new + { + Id = 1221, + FilterListId = 1191, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/RUAdListBitBlock.txt" + }, + new + { + Id = 1222, + FilterListId = 1192, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/RUAdListCounters.txt" + }, + new + { + Id = 1223, + FilterListId = 1193, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Ransomware-Domain-Blocklist.txt" + }, + new + { + Id = 1224, + FilterListId = 1194, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/SVN-Slovenian.txt" + }, + new + { + Id = 1225, + FilterListId = 1196, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/SatterlysAdblockPlusFilters.txt" + }, + new + { + Id = 1226, + FilterListId = 1197, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Schacks-Adblock-Plus-Liste.txt" + }, + new + { + Id = 1227, + FilterListId = 1199, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Spam-Assassin-Bill-Stearns.txt" + }, + new + { + Id = 1228, + FilterListId = 1202, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Fakenews.txt" + }, + new + { + Id = 1229, + FilterListId = 1203, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Gambling.txt" + }, + new + { + Id = 1230, + FilterListId = 1204, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Hosts.txt" + }, + new + { + Id = 1231, + FilterListId = 1205, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Porn.txt" + }, + new + { + Id = 1232, + FilterListId = 1206, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Risky-Hosts.txt" + }, + new + { + Id = 1233, + FilterListId = 1207, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Trackers.txt" + }, + new + { + Id = 1234, + FilterListId = 1209, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Unified-Hosts.txt" + }, + new + { + Id = 1235, + FilterListId = 1210, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/TakoYachty-Gift-Card-Killer.txt" + }, + new + { + Id = 1236, + FilterListId = 1211, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/TeslaCrypt-Ransomware-C2-Domain-Blocklist.txt" + }, + new + { + Id = 1237, + FilterListId = 1212, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/TeslaCrypt-Ransomware-Payment-Sites-Domain-Blocklist.txt" + }, + new + { + Id = 1238, + FilterListId = 1213, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/The-Hosts-File-Project.txt" + }, + new + { + Id = 1239, + FilterListId = 1214, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Thoughtconverge-AdBlock-Filters.txt" + }, + new + { + Id = 1240, + FilterListId = 1215, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Tofu-Filter.txt" + }, + new + { + Id = 1241, + FilterListId = 1216, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/TorrentLocker-Ransomware-C2-Domain-Blocklist.txt" + }, + new + { + Id = 1242, + FilterListId = 1217, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/TorrentLocker-Ransomware-Payment-Sites-Domain-Blocklist.txt" + }, + new + { + Id = 1243, + FilterListId = 1218, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Turk-adlist.txt" + }, + new + { + Id = 1244, + FilterListId = 1220, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Wiltteri.txt" + }, + new + { + Id = 1245, + FilterListId = 1221, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/WindowsSpyBlocker7.txt" + }, + new + { + Id = 1246, + FilterListId = 1222, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/WindowsSpyBlocker81.txt" + }, + new + { + Id = 1247, + FilterListId = 1223, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Yhonay-AntiPopAds.txt" + }, + new + { + Id = 1248, + FilterListId = 1224, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/YousList.txt" + }, + new + { + Id = 1249, + FilterListId = 1225, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ZeuS-Domain-Blocklist-Bad-Domains.txt" + }, + new + { + Id = 1250, + FilterListId = 1226, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/uAssetsFilters.txt" + }, + new + { + Id = 1251, + FilterListId = 1227, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/uAssetsPrivacy.txt" + }, + new + { + Id = 1252, + FilterListId = 1228, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/uAssetsUnbreak.txt" + }, + new + { + Id = 1253, + FilterListId = 1229, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/uBOPersonalFilters.txt" + }, + new + { + Id = 1254, + FilterListId = 1230, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/uBlockFiltersPlus.txt" + }, + new + { + Id = 1255, + FilterListId = 1233, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/adobeblock.txt" + }, + new + { + Id = 1256, + FilterListId = 1234, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/nintendoblock.txt" + }, + new + { + Id = 1257, + FilterListId = 1235, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/nomsdata.txt" + }, + new + { + Id = 1258, + FilterListId = 1237, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/jbfake.txt" + }, + new + { + Id = 1259, + FilterListId = 1238, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/gamefake.txt" + }, + new + { + Id = 1260, + FilterListId = 1239, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/fakenewsde.txt" + }, + new + { + Id = 1261, + FilterListId = 1240, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/cryptomine.txt" + }, + new + { + Id = 1262, + FilterListId = 1241, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/other.txt" + }, + new + { + Id = 1263, + FilterListId = 1242, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Akamaru/Adblock-Filterliste/master/filterlist.txt" + }, + new + { + Id = 1264, + FilterListId = 1243, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CombinedBlacklists/CombinedBlackLists.txt" + }, + new + { + Id = 1265, + FilterListId = 1244, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CombinedBlacklists/DeathbybandaidList.txt" + }, + new + { + Id = 1266, + FilterListId = 1245, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CombinedWhitelists/CombinedWhiteLists.txt" + }, + new + { + Id = 1267, + FilterListId = 1247, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-'Battle Royale' List.txt" + }, + new + { + Id = 1268, + FilterListId = 1247, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-'Battle Royale' List.txt" + }, + new + { + Id = 1269, + FilterListId = 1278, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://better.fyi/blockerList.txt" + }, + new + { + Id = 1270, + FilterListId = 1279, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/adblock.txt" + }, + new + { + Id = 1271, + FilterListId = 1280, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/anti-adblock.txt" + }, + new + { + Id = 1272, + FilterListId = 1281, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/anti-adblock-suplement.txt" + }, + new + { + Id = 1273, + FilterListId = 1282, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/koenrh/little-snitch-rules/master/apps.lsrules" + }, + new + { + Id = 1274, + FilterListId = 1283, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AnXh3L0/blocklist/master/albanian-easylist-addition/Albania.txt" + }, + new + { + Id = 1275, + FilterListId = 1284, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/finnish-easylist-addition/finnish-easylist-addition/master/annoyances/Finland_annoyances.txt" + }, + new + { + Id = 1276, + FilterListId = 1285, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/theel0ja/uMatrix-rules/master/my-umatrix-rules.txt" + }, + new + { + Id = 1277, + FilterListId = 1286, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PoorPocketsMcNewHold/steamscamsites/master/steamscamsite.txt" + }, + new + { + Id = 1278, + FilterListId = 1288, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/NanoAdblockerLab/NanoContrib/master/dist/placeholder-buster.txt" + }, + new + { + Id = 1279, + FilterListId = 1288, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/NanoAdblockerLab/NanoContrib/master/dist/placeholder-buster.txt" + }, + new + { + Id = 1280, + FilterListId = 1289, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/KnowYourMemePureBrowsingExperience.txt" + }, + new + { + Id = 1281, + FilterListId = 1289, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/KnowYourMemePureBrowsingExperience.txt" + }, + new + { + Id = 1282, + FilterListId = 1290, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion Sprout's Anti-Malware List.txt" + }, + new + { + Id = 1283, + FilterListId = 1290, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Dandelion Sprout's Anti-Malware List.txt" + }, + new + { + Id = 1284, + FilterListId = 1291, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Sensitive lists/Twitter De-Politificator.txt" + }, + new + { + Id = 1285, + FilterListId = 1291, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Sensitive lists/Twitter De-Politificator.txt" + }, + new + { + Id = 1286, + FilterListId = 1292, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Android Scum Class — Fake notification counters.txt" + }, + new + { + Id = 1287, + FilterListId = 1292, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Android Scum Class — Fake notification counters.txt" + }, + new + { + Id = 1288, + FilterListId = 1293, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Adblock list templates/Adblock list template -Hosts and uBlock Origin-.txt" + }, + new + { + Id = 1289, + FilterListId = 1293, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Adblock list templates/Adblock list template -Hosts and uBlock Origin-.txt" + }, + new + { + Id = 1290, + FilterListId = 1294, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://crapblock.theel0ja.info/even-cleaner-news-sites.txt" + }, + new + { + Id = 1291, + FilterListId = 1295, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/intr0/iVOID.GitLab.io/raw/master/iVOID.hosts" + }, + new + { + Id = 1292, + FilterListId = 1295, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://notabug.org/-intr0/iVOID/raw/master/iVOID.hosts" + }, + new + { + Id = 1293, + FilterListId = 1295, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "http://w2caclgy62idhzyut23ucimqw5tsmfbl4b2iyjzpvngatast2fiqxbyd.onion/ivoid/iVOID.hosts" + }, + new + { + Id = 1294, + FilterListId = 1296, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/intr0/DomainVoider/raw/master/DomainVoider" + }, + new + { + Id = 1295, + FilterListId = 1296, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://notabug.org/-intr0/DomainVoider/raw/master/DomainVoider" + }, + new + { + Id = 1296, + FilterListId = 1296, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "http://w2caclgy62idhzyut23ucimqw5tsmfbl4b2iyjzpvngatast2fiqxbyd.onion/domainvoider/DomainVoider.txt" + }, + new + { + Id = 1297, + FilterListId = 1297, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/filters/css_style_filters.txt" + }, + new + { + Id = 1298, + FilterListId = 1298, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hosts.nfz.moe/full/hosts" + }, + new + { + Id = 1299, + FilterListId = 1299, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hosts.nfz.moe/basic/hosts" + }, + new + { + Id = 1300, + FilterListId = 1299, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/neoFelhz/neohosts/gh-pages/basic/hosts" + }, + new + { + Id = 1301, + FilterListId = 1300, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.stopforumspam.com/downloads/toxic_domains_whole.txt" + }, + new + { + Id = 1302, + FilterListId = 1301, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/hosts/test/hosts_facebook0.txt" + }, + new + { + Id = 1303, + FilterListId = 1301, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/hosts/test/hosts_facebook0.txt" + }, + new + { + Id = 1304, + FilterListId = 1302, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/hosts/hosts_leftover.txt" + }, + new + { + Id = 1305, + FilterListId = 1302, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/hosts/hosts_leftover.txt" + }, + new + { + Id = 1306, + FilterListId = 1303, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/other/MiscAnnoyance.txt" + }, + new + { + Id = 1307, + FilterListId = 1303, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/other/MiscAnnoyance.txt" + }, + new + { + Id = 1308, + FilterListId = 1304, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/ubo-css/iHateCircles.txt" + }, + new + { + Id = 1309, + FilterListId = 1304, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/ubo-css/iHateCircles.txt" + }, + new + { + Id = 1310, + FilterListId = 1305, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/adv/domains" + }, + new + { + Id = 1311, + FilterListId = 1306, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/adv/urls" + }, + new + { + Id = 1312, + FilterListId = 1307, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/aggressive/domains" + }, + new + { + Id = 1313, + FilterListId = 1308, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/aggressive/urls" + }, + new + { + Id = 1314, + FilterListId = 1309, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/alcohol/domains" + }, + new + { + Id = 1315, + FilterListId = 1310, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/alcohol/urls" + }, + new + { + Id = 1316, + FilterListId = 1311, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/anonvpn/domains" + }, + new + { + Id = 1317, + FilterListId = 1312, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/anonvpn/urls" + }, + new + { + Id = 1318, + FilterListId = 1313, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/bikes/domains" + }, + new + { + Id = 1319, + FilterListId = 1314, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/bikes/urls" + }, + new + { + Id = 1320, + FilterListId = 1315, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/boats/domains" + }, + new + { + Id = 1321, + FilterListId = 1316, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/boats/urls" + }, + new + { + Id = 1322, + FilterListId = 1317, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/cars/domains" + }, + new + { + Id = 1323, + FilterListId = 1318, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/cars/urls" + }, + new + { + Id = 1324, + FilterListId = 1319, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/planes/domains" + }, + new + { + Id = 1325, + FilterListId = 1320, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/planes/urls" + }, + new + { + Id = 1326, + FilterListId = 1321, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/chat/domains" + }, + new + { + Id = 1327, + FilterListId = 1322, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/chat/urls" + }, + new + { + Id = 1328, + FilterListId = 1323, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/costtraps/domains" + }, + new + { + Id = 1329, + FilterListId = 1324, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/costtraps/urls" + }, + new + { + Id = 1330, + FilterListId = 1325, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/dating/domains" + }, + new + { + Id = 1331, + FilterListId = 1326, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/dating/urls" + }, + new + { + Id = 1332, + FilterListId = 1327, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/downloads/domains" + }, + new + { + Id = 1333, + FilterListId = 1328, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/downloads/urls" + }, + new + { + Id = 1334, + FilterListId = 1329, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/drugs/domains" + }, + new + { + Id = 1335, + FilterListId = 1330, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/drugs/urls" + }, + new + { + Id = 1336, + FilterListId = 1331, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/dynamic/domains" + }, + new + { + Id = 1337, + FilterListId = 1332, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/dynamic/urls" + }, + new + { + Id = 1338, + FilterListId = 1333, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/education/schools/domains" + }, + new + { + Id = 1339, + FilterListId = 1334, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/education/schools/urls" + }, + new + { + Id = 1340, + FilterListId = 1335, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/banking/domains" + }, + new + { + Id = 1341, + FilterListId = 1336, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/banking/urls" + }, + new + { + Id = 1342, + FilterListId = 1337, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/insurance/domains" + }, + new + { + Id = 1343, + FilterListId = 1338, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/insurance/urls" + }, + new + { + Id = 1344, + FilterListId = 1339, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/moneylending/domains" + }, + new + { + Id = 1345, + FilterListId = 1340, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/moneylending/urls" + }, + new + { + Id = 1346, + FilterListId = 1341, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/other/domains" + }, + new + { + Id = 1347, + FilterListId = 1342, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/other/urls" + }, + new + { + Id = 1348, + FilterListId = 1343, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/realestate/domains" + }, + new + { + Id = 1349, + FilterListId = 1344, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/realestate/urls" + }, + new + { + Id = 1350, + FilterListId = 1345, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/trading/domains" + }, + new + { + Id = 1351, + FilterListId = 1346, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/trading/urls" + }, + new + { + Id = 1352, + FilterListId = 1347, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/fortunetelling/domains" + }, + new + { + Id = 1353, + FilterListId = 1348, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/fortunetelling/urls" + }, + new + { + Id = 1354, + FilterListId = 1349, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/forum/domains" + }, + new + { + Id = 1355, + FilterListId = 1350, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/forum/urls" + }, + new + { + Id = 1356, + FilterListId = 1351, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/gamble/domains" + }, + new + { + Id = 1357, + FilterListId = 1352, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/gamble/urls" + }, + new + { + Id = 1358, + FilterListId = 1353, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/government/domains" + }, + new + { + Id = 1359, + FilterListId = 1354, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/government/urls" + }, + new + { + Id = 1360, + FilterListId = 1355, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hacking/domains" + }, + new + { + Id = 1361, + FilterListId = 1356, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hacking/urls" + }, + new + { + Id = 1362, + FilterListId = 1357, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/cooking/domains" + }, + new + { + Id = 1363, + FilterListId = 1358, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/cooking/urls" + }, + new + { + Id = 1364, + FilterListId = 1359, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/games-misc/domains" + }, + new + { + Id = 1365, + FilterListId = 1360, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/games-misc/urls" + }, + new + { + Id = 1366, + FilterListId = 1361, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/games-online/domains" + }, + new + { + Id = 1367, + FilterListId = 1362, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/games-online/urls" + }, + new + { + Id = 1368, + FilterListId = 1363, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/gardening/domains" + }, + new + { + Id = 1369, + FilterListId = 1364, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/gardening/urls" + }, + new + { + Id = 1370, + FilterListId = 1365, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/pets/domains" + }, + new + { + Id = 1371, + FilterListId = 1366, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/pets/urls" + }, + new + { + Id = 1372, + FilterListId = 1367, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/homestyle/domains" + }, + new + { + Id = 1373, + FilterListId = 1368, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/homestyle/urls" + }, + new + { + Id = 1374, + FilterListId = 1369, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hospitals/domains" + }, + new + { + Id = 1375, + FilterListId = 1370, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hospitals/urls" + }, + new + { + Id = 1376, + FilterListId = 1371, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/imagehosting/domains" + }, + new + { + Id = 1377, + FilterListId = 1372, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/imagehosting/urls" + }, + new + { + Id = 1378, + FilterListId = 1373, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/isp/domains" + }, + new + { + Id = 1379, + FilterListId = 1374, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/isp/urls" + }, + new + { + Id = 1380, + FilterListId = 1375, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/jobsearch/domains" + }, + new + { + Id = 1381, + FilterListId = 1376, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/jobsearch/urls" + }, + new + { + Id = 1382, + FilterListId = 1377, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/library/domains" + }, + new + { + Id = 1383, + FilterListId = 1378, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/library/urls" + }, + new + { + Id = 1384, + FilterListId = 1379, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/military/domains" + }, + new + { + Id = 1385, + FilterListId = 1380, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/military/urls" + }, + new + { + Id = 1386, + FilterListId = 1381, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/models/domains" + }, + new + { + Id = 1387, + FilterListId = 1382, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/models/urls" + }, + new + { + Id = 1388, + FilterListId = 1383, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/movies/domains" + }, + new + { + Id = 1389, + FilterListId = 1384, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/movies/urls" + }, + new + { + Id = 1390, + FilterListId = 1385, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/music/domains" + }, + new + { + Id = 1391, + FilterListId = 1386, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/music/urls" + }, + new + { + Id = 1392, + FilterListId = 1387, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/news/domains" + }, + new + { + Id = 1393, + FilterListId = 1388, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/news/urls" + }, + new + { + Id = 1394, + FilterListId = 1389, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/podcasts/domains" + }, + new + { + Id = 1395, + FilterListId = 1390, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/podcasts/urls" + }, + new + { + Id = 1396, + FilterListId = 1391, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/politics/domains" + }, + new + { + Id = 1397, + FilterListId = 1392, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/politics/urls" + }, + new + { + Id = 1398, + FilterListId = 1393, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/porn/domains" + }, + new + { + Id = 1399, + FilterListId = 1394, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/porn/urls" + }, + new + { + Id = 1400, + FilterListId = 1395, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/radiotv/domains" + }, + new + { + Id = 1401, + FilterListId = 1396, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/radiotv/urls" + }, + new + { + Id = 1402, + FilterListId = 1397, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/humor/domains" + }, + new + { + Id = 1403, + FilterListId = 1398, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/humor/urls" + }, + new + { + Id = 1404, + FilterListId = 1399, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/martialarts/domains" + }, + new + { + Id = 1405, + FilterListId = 1400, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/martialarts/urls" + }, + new + { + Id = 1406, + FilterListId = 1401, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/restaurants/domains" + }, + new + { + Id = 1407, + FilterListId = 1402, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/restaurants/urls" + }, + new + { + Id = 1408, + FilterListId = 1403, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/sports/domains" + }, + new + { + Id = 1409, + FilterListId = 1404, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/sports/urls" + }, + new + { + Id = 1410, + FilterListId = 1405, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/travel/domains" + }, + new + { + Id = 1411, + FilterListId = 1406, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/travel/urls" + }, + new + { + Id = 1412, + FilterListId = 1407, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/wellness/domains" + }, + new + { + Id = 1413, + FilterListId = 1408, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/wellness/urls" + }, + new + { + Id = 1414, + FilterListId = 1409, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/redirector/domains" + }, + new + { + Id = 1415, + FilterListId = 1410, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/redirector/urls" + }, + new + { + Id = 1416, + FilterListId = 1411, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/religion/domains" + }, + new + { + Id = 1417, + FilterListId = 1412, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/religion/urls" + }, + new + { + Id = 1418, + FilterListId = 1413, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/remotecontrol/domains" + }, + new + { + Id = 1419, + FilterListId = 1414, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/remotecontrol/urls" + }, + new + { + Id = 1420, + FilterListId = 1415, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/ringtones/domains" + }, + new + { + Id = 1421, + FilterListId = 1416, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/ringtones/urls" + }, + new + { + Id = 1422, + FilterListId = 1417, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/science/astronomy/domains" + }, + new + { + Id = 1423, + FilterListId = 1418, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/science/astronomy/urls" + }, + new + { + Id = 1424, + FilterListId = 1419, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/science/chemistry/domains" + }, + new + { + Id = 1425, + FilterListId = 1420, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/science/chemistry/urls" + }, + new + { + Id = 1426, + FilterListId = 1421, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/searchengines/domains" + }, + new + { + Id = 1427, + FilterListId = 1422, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/searchengines/urls" + }, + new + { + Id = 1428, + FilterListId = 1423, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/sex/education/domains" + }, + new + { + Id = 1429, + FilterListId = 1424, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/sex/education/urls" + }, + new + { + Id = 1430, + FilterListId = 1425, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/sex/lingerie/domains" + }, + new + { + Id = 1431, + FilterListId = 1426, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/sex/lingerie/urls" + }, + new + { + Id = 1432, + FilterListId = 1427, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/shopping/domains" + }, + new + { + Id = 1433, + FilterListId = 1428, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/shopping/urls" + }, + new + { + Id = 1434, + FilterListId = 1429, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/socialnet/domains" + }, + new + { + Id = 1435, + FilterListId = 1430, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/socialnet/urls" + }, + new + { + Id = 1436, + FilterListId = 1431, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/spyware/domains" + }, + new + { + Id = 1437, + FilterListId = 1432, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/spyware/urls" + }, + new + { + Id = 1438, + FilterListId = 1433, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/tracker/domains" + }, + new + { + Id = 1439, + FilterListId = 1434, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/tracker/urls" + }, + new + { + Id = 1440, + FilterListId = 1435, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/updatesites/domains" + }, + new + { + Id = 1441, + FilterListId = 1436, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/updatesites/urls" + }, + new + { + Id = 1442, + FilterListId = 1437, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/urlshortener/domains" + }, + new + { + Id = 1443, + FilterListId = 1438, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/urlshortener/urls" + }, + new + { + Id = 1444, + FilterListId = 1439, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/violence/domains" + }, + new + { + Id = 1445, + FilterListId = 1440, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/violence/urls" + }, + new + { + Id = 1446, + FilterListId = 1441, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/warez/domains" + }, + new + { + Id = 1447, + FilterListId = 1442, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/warez/urls" + }, + new + { + Id = 1448, + FilterListId = 1443, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/weapons/domains" + }, + new + { + Id = 1449, + FilterListId = 1444, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/weapons/urls" + }, + new + { + Id = 1450, + FilterListId = 1445, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webmail/domains" + }, + new + { + Id = 1451, + FilterListId = 1446, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webmail/urls" + }, + new + { + Id = 1452, + FilterListId = 1447, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webphone/domains" + }, + new + { + Id = 1453, + FilterListId = 1448, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webphone/urls" + }, + new + { + Id = 1454, + FilterListId = 1449, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webradio/domains" + }, + new + { + Id = 1455, + FilterListId = 1450, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webradio/urls" + }, + new + { + Id = 1456, + FilterListId = 1451, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webtv/domains" + }, + new + { + Id = 1457, + FilterListId = 1452, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webtv/urls" + }, + new + { + Id = 1458, + FilterListId = 1454, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AnnoyingBannersAndOverlays.txt" + }, + new + { + Id = 1459, + FilterListId = 1454, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AnnoyingBannersAndOverlays.txt" + }, + new + { + Id = 1460, + FilterListId = 1455, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AnnoyancesList" + }, + new + { + Id = 1461, + FilterListId = 1455, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AnnoyancesList" + }, + new + { + Id = 1462, + FilterListId = 1456, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/SocialShareList.txt" + }, + new + { + Id = 1463, + FilterListId = 1456, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/SocialShareList.txt" + }, + new + { + Id = 1464, + FilterListId = 1457, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PoorPocketsMcNewHold/SteamScamSites/master/steamscamsitesashes" + }, + new + { + Id = 1465, + FilterListId = 1458, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/anudeepND/blacklist/master/facebook.txt" + }, + new + { + Id = 1466, + FilterListId = 1459, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Sensitive lists/AntiAstrologyList.txt" + }, + new + { + Id = 1467, + FilterListId = 1459, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Sensitive lists/AntiAstrologyList.txt" + }, + new + { + Id = 1468, + FilterListId = 1460, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/ListForOldPeople.txt" + }, + new + { + Id = 1469, + FilterListId = 1460, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/ListForOldPeople.txt" + }, + new + { + Id = 1470, + FilterListId = 1461, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAmazonListForTwitch.txt" + }, + new + { + Id = 1471, + FilterListId = 1461, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAmazonListForTwitch.txt" + }, + new + { + Id = 1472, + FilterListId = 1463, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/CitizenXVIL/Hosts/master/Optimized_hosts_list.txt" + }, + new + { + Id = 1473, + FilterListId = 1464, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/CitizenXVIL/Hosts/master/mobile domains.txt" + }, + new + { + Id = 1474, + FilterListId = 1465, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/CitizenXVIL/Hosts/master/Youtube hosts.txt" + }, + new + { + Id = 1475, + FilterListId = 1466, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Zykreh/vortexhosts/master/vortex.txt" + }, + new + { + Id = 1476, + FilterListId = 1467, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Zykreh/vortexhosts/master/vortex_energized.txt" + }, + new + { + Id = 1477, + FilterListId = 1468, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Zykreh/vortexhosts/master/vortex_experimental.txt" + }, + new + { + Id = 1478, + FilterListId = 1469, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Zykreh/vortexhosts/master/vortex_lite.txt" + }, + new + { + Id = 1479, + FilterListId = 1470, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/xtreme/formats/hosts.txt" + }, + new + { + Id = 1480, + FilterListId = 1471, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://getadhell.com/standard-package.txt" + }, + new + { + Id = 1481, + FilterListId = 1473, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/blahdns/master/hosts/blacklist.txt" + }, + new + { + Id = 1482, + FilterListId = 1473, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://oooo.b-cdn.net/blahdns/adsblock.txt" + }, + new + { + Id = 1483, + FilterListId = 1474, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/blahdns/master/hosts/whitelist.txt" + }, + new + { + Id = 1484, + FilterListId = 1475, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hblock.molinero.dev/hosts" + }, + new + { + Id = 1485, + FilterListId = 1476, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hblock.molinero.dev/hosts_android.zip" + }, + new + { + Id = 1486, + FilterListId = 1477, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hblock.molinero.dev/hosts_rpz.txt" + }, + new + { + Id = 1487, + FilterListId = 1478, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hblock.molinero.dev/hosts_unbound.conf" + }, + new + { + Id = 1488, + FilterListId = 1479, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hblock.molinero.dev/hosts_dnsmasq.conf" + }, + new + { + Id = 1489, + FilterListId = 1480, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://oooo.b-cdn.net/blahdns/rpz.txt" + }, + new + { + Id = 1490, + FilterListId = 1481, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jawz101/MobileAdTrackers/master/hosts" + }, + new + { + Id = 1491, + FilterListId = 1483, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://280blocker.net/files/280blocker_domain.txt" + }, + new + { + Id = 1492, + FilterListId = 1484, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/torrent.txt" + }, + new + { + Id = 1493, + FilterListId = 1485, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt" + }, + new + { + Id = 1494, + FilterListId = 1486, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ngosang/trackerslist/master/blacklist.txt" + }, + new + { + Id = 1495, + FilterListId = 1487, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/quedlin/blacklist/master/domains" + }, + new + { + Id = 1496, + FilterListId = 1490, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/phishing-domains-ACTIVE.txt" + }, + new + { + Id = 1497, + FilterListId = 1492, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mitchellkrogza/Ultimate.Hosts.Blacklist/master/hosts.deny/hosts0.deny" + }, + new + { + Id = 1498, + FilterListId = 1493, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/greatis/Anti-WebMiner/master/blacklist.txt" + }, + new + { + Id = 1499, + FilterListId = 1494, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.carl.net/spam/access.txt" + }, + new + { + Id = 1500, + FilterListId = 1495, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tankmohit/UnifiedHosts/master/hosts.all" + }, + new + { + Id = 1501, + FilterListId = 1496, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://www.taz.net.au/Mail/SpamDomains" + }, + new + { + Id = 1502, + FilterListId = 1497, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tankmohit/UnifiedHosts/master/whitelist" + }, + new + { + Id = 1503, + FilterListId = 1498, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mitchellkrogza/Stop.Google.Analytics.Ghost.Spam.HOWTO/master/output/domains/ACTIVE/list" + }, + new + { + Id = 1504, + FilterListId = 1499, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mitchellkrogza/Stop.Google.Analytics.Ghost.Spam.HOWTO/master/output/domains/INACTIVE/list" + }, + new + { + Id = 1505, + FilterListId = 1500, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://cybercrime-tracker.net/all.php" + }, + new + { + Id = 1506, + FilterListId = 1501, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/joelotz/URL_Blacklist/master/blacklist.csv" + }, + new + { + Id = 1507, + FilterListId = 1502, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/oznu/dns-zone-blacklist/master/bind/zones.blacklist" + }, + new + { + Id = 1508, + FilterListId = 1503, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/oznu/dns-zone-blacklist/master/dnsmasq/dnsmasq.blacklist" + }, + new + { + Id = 1509, + FilterListId = 1504, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/oznu/dns-zone-blacklist/master/unbound/unbound.blacklist" + }, + new + { + Id = 1510, + FilterListId = 1505, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ReddestDream/reddestdream.github.io/master/Projects/MinimalHostsCB/etc/MinimalHostsBlocker/minimalhosts" + }, + new + { + Id = 1511, + FilterListId = 1506, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ReddestDream/reddestdream.github.io/master/Projects/MinimalHosts/etc/MinimalHostsBlocker/minimalhosts" + }, + new + { + Id = 1512, + FilterListId = 1507, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://osint.bambenekconsulting.com/feeds/dga-feed.txt" + }, + new + { + Id = 1513, + FilterListId = 1508, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://joewein.net/dl/bl/dom-bl-base.txt" + }, + new + { + Id = 1514, + FilterListId = 1509, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://joewein.net/dl/bl/dom-bl.txt" + }, + new + { + Id = 1515, + FilterListId = 1510, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://joewein.net/dl/bl/from-bl.txt" + }, + new + { + Id = 1516, + FilterListId = 1511, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mitchellkrogza/Fail2Ban.WebExploits/master/input-source/exploits.list" + }, + new + { + Id = 1517, + FilterListId = 1512, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.badips.com/info" + }, + new + { + Id = 1518, + FilterListId = 1513, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/oleksiig/Squid-BlackList/master/denied_ext.conf" + }, + new + { + Id = 1519, + FilterListId = 1517, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mitchellkrogza/Ultimate.Hosts.Blacklist/master/ips/ips0.list" + }, + new + { + Id = 1520, + FilterListId = 1520, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hosts.ubuntu101.co.za/superhosts.deny" + }, + new + { + Id = 1521, + FilterListId = 1523, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/newhosts-final.hosts" + }, + new + { + Id = 1522, + FilterListId = 1524, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/combined-final-win.dat" + }, + new + { + Id = 1523, + FilterListId = 1525, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/combined-final.p2p" + }, + new + { + Id = 1524, + FilterListId = 1526, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=unbound&showintro=1&mimetype=plaintext" + }, + new + { + Id = 1525, + FilterListId = 1527, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=bindconfig&showintro=1&mimetype=plaintext" + }, + new + { + Id = 1526, + FilterListId = 1528, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/2_without_easylist.txt" + }, + new + { + Id = 1527, + FilterListId = 1529, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/koreanlist.txt" + }, + new + { + Id = 1528, + FilterListId = 1530, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bcye/Hello-Goodbye/master/filterlist.txt" + }, + new + { + Id = 1529, + FilterListId = 1531, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kano1/I/master/adware_Scrip.txt" + }, + new + { + Id = 1530, + FilterListId = 1532, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kano1/Kano/master/Spyware_Scrip.txt" + }, + new + { + Id = 1531, + FilterListId = 1533, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/legacy.txt" + }, + new + { + Id = 1532, + FilterListId = 1534, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hostsfile.mine.nu/hosts.ips" + }, + new + { + Id = 1533, + FilterListId = 1535, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WordPressTranslatorAssistant.txt" + }, + new + { + Id = 1534, + FilterListId = 1535, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/WordPressTranslatorAssistant.txt" + }, + new + { + Id = 1535, + FilterListId = 1536, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/RooneyMcNibNug/pihole-stuff/master/SNAFU.txt" + }, + new + { + Id = 1536, + FilterListId = 1537, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easyprivacy.tpl" + }, + new + { + Id = 1537, + FilterListId = 1538, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylist_noelemhide.tpl" + }, + new + { + Id = 1538, + FilterListId = 1539, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easytest.tpl" + }, + new + { + Id = 1539, + FilterListId = 1540, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistpolish.tpl" + }, + new + { + Id = 1540, + FilterListId = 1541, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/exceptionrules.tpl" + }, + new + { + Id = 1541, + FilterListId = 1542, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/adwarefilters.tpl" + }, + new + { + Id = 1542, + FilterListId = 1543, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/koreanlist.tpl" + }, + new + { + Id = 1543, + FilterListId = 1544, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistportuguese.tpl" + }, + new + { + Id = 1544, + FilterListId = 1545, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri.tpl" + }, + new + { + Id = 1545, + FilterListId = 1546, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri-reborn.tpl" + }, + new + { + Id = 1546, + FilterListId = 1547, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/indianlist.tpl" + }, + new + { + Id = 1547, + FilterListId = 1548, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/easylistspanish+easylist.txt" + }, + new + { + Id = 1548, + FilterListId = 1549, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-msie.adblockplus.org/wiltteri+easylist.txt" + }, + new + { + Id = 1549, + FilterListId = 1550, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WebsiteStretcherVertical.txt" + }, + new + { + Id = 1550, + FilterListId = 1550, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/WebsiteStretcherVertical.txt" + }, + new + { + Id = 1551, + FilterListId = 1551, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WebsiteStretcher4K.txt" + }, + new + { + Id = 1552, + FilterListId = 1551, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/WebsiteStretcher4K.txt" + }, + new + { + Id = 1553, + FilterListId = 1552, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/RedditTrashRemovalService.txt" + }, + new + { + Id = 1554, + FilterListId = 1552, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/RedditTrashRemovalService.txt" + }, + new + { + Id = 1555, + FilterListId = 1554, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Sensitive lists/AntiPrayerTimesList.txt" + }, + new + { + Id = 1556, + FilterListId = 1554, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Sensitive lists/AntiPrayerTimesList.txt" + }, + new + { + Id = 1557, + FilterListId = 1555, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bebasid/bebasid/master/releases/hosts" + }, + new + { + Id = 1558, + FilterListId = 1556, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ColumWalsh/unsullied/master/unsullied.txt" + }, + new + { + Id = 1559, + FilterListId = 1557, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DataMaster-2501/DataMaster-Android-AdBlock-Hosts/master/hosts" + }, + new + { + Id = 1560, + FilterListId = 1558, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bogachenko/fuckfuckadblock/master/fuckfuckadblock.txt" + }, + new + { + Id = 1561, + FilterListId = 1559, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/BreakingTheNews/BreakingTheNews.github.io/master/hosts" + }, + new + { + Id = 1562, + FilterListId = 1560, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ruvelro/Halt-and-Block-Mining/master/HBmining.bat" + }, + new + { + Id = 1563, + FilterListId = 1561, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jkrejcha/AdmiraList/master/AdmiraList.txt" + }, + new + { + Id = 1564, + FilterListId = 1562, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mtxadmin/ublock/master/it" + }, + new + { + Id = 1565, + FilterListId = 1563, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/xorcan/hosts/master/xhosts.txt" + }, + new + { + Id = 1566, + FilterListId = 1564, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiCelebBirthList" + }, + new + { + Id = 1567, + FilterListId = 1564, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiCelebBirthList" + }, + new + { + Id = 1568, + FilterListId = 1565, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GamestoreMovieRemover.txt" + }, + new + { + Id = 1569, + FilterListId = 1565, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/GamestoreMovieRemover.txt" + }, + new + { + Id = 1570, + FilterListId = 1566, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/biroloter/Mobile-Ad-Hosts/master/hosts" + }, + new + { + Id = 1571, + FilterListId = 1567, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/101_optimized.txt" + }, + new + { + Id = 1572, + FilterListId = 1568, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/2_optimized.txt" + }, + new + { + Id = 1573, + FilterListId = 1569, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/16_optimized.txt" + }, + new + { + Id = 1574, + FilterListId = 1570, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/6_optimized.txt" + }, + new + { + Id = 1575, + FilterListId = 1573, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/qwIvan/privoxy-adfilter/master/adfilter.action" + }, + new + { + Id = 1576, + FilterListId = 1574, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mtxadmin/ublock/master/hosts.txt" + }, + new + { + Id = 1577, + FilterListId = 1575, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/TwitchEvenMorePureViewingExperience.txt" + }, + new + { + Id = 1578, + FilterListId = 1575, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/TwitchEvenMorePureViewingExperience.txt" + }, + new + { + Id = 1579, + FilterListId = 1576, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-'Custom cursors' List.txt" + }, + new + { + Id = 1580, + FilterListId = 1576, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-'Custom cursors' List.txt" + }, + new + { + Id = 1581, + FilterListId = 1577, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dhowe/uAssets/master/filters/adnauseam.txt" + }, + new + { + Id = 1582, + FilterListId = 1578, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/fabianmoronzirfas/block-facebook/master/block-facebook.lsrules" + }, + new + { + Id = 1583, + FilterListId = 1579, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/ExtremelyCondensedList.txt" + }, + new + { + Id = 1584, + FilterListId = 1579, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/ExtremelyCondensedList.txt" + }, + new + { + Id = 1585, + FilterListId = 1581, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersAdGuard.txt" + }, + new + { + Id = 1586, + FilterListId = 1581, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersAdGuard.txt" + }, + new + { + Id = 1587, + FilterListId = 1582, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersABP.txt" + }, + new + { + Id = 1588, + FilterListId = 1582, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersABP.txt" + }, + new + { + Id = 1589, + FilterListId = 1583, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersPrivoxy.action" + }, + new + { + Id = 1590, + FilterListId = 1583, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersPrivoxy.action" + }, + new + { + Id = 1591, + FilterListId = 1584, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersDnsmasq.conf" + }, + new + { + Id = 1592, + FilterListId = 1584, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersDnsmasq.conf" + }, + new + { + Id = 1593, + FilterListId = 1585, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersHostsDeny.deny" + }, + new + { + Id = 1594, + FilterListId = 1585, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersHostsDeny.deny" + }, + new + { + Id = 1595, + FilterListId = 1586, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate versions Anti-Malware List/AntiMalwareABP.txt" + }, + new + { + Id = 1596, + FilterListId = 1586, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate versions Anti-Malware List/AntiMalwareABP.txt" + }, + new + { + Id = 1597, + FilterListId = 1587, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate versions Anti-Malware List/AntiMalwareAdGuard.txt" + }, + new + { + Id = 1598, + FilterListId = 1587, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate versions Anti-Malware List/AntiMalwareAdGuard.txt" + }, + new + { + Id = 1599, + FilterListId = 1588, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate versions Anti-Malware List/AntiMalwareTPL.tpl" + }, + new + { + Id = 1600, + FilterListId = 1588, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate versions Anti-Malware List/AntiMalwareTPL.tpl" + }, + new + { + Id = 1601, + FilterListId = 1589, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate versions Anti-Malware List/AntiMalwarePrivoxy.action" + }, + new + { + Id = 1602, + FilterListId = 1589, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate versions Anti-Malware List/AntiMalwarePrivoxy.action" + }, + new + { + Id = 1603, + FilterListId = 1590, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate versions Anti-Malware List/AntiMalwareHosts.txt" + }, + new + { + Id = 1604, + FilterListId = 1590, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate versions Anti-Malware List/AntiMalwareHosts.txt" + }, + new + { + Id = 1605, + FilterListId = 1591, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-'Google Hangouts' List.txt" + }, + new + { + Id = 1606, + FilterListId = 1591, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-'Google Hangouts' List.txt" + }, + new + { + Id = 1607, + FilterListId = 1592, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/RickrollLinkIdentifier.txt" + }, + new + { + Id = 1608, + FilterListId = 1592, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/RickrollLinkIdentifier.txt" + }, + new + { + Id = 1609, + FilterListId = 1593, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersPrivacy.txt" + }, + new + { + Id = 1610, + FilterListId = 1593, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersPrivacy.txt" + }, + new + { + Id = 1611, + FilterListId = 1594, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://theantisocialengineer.com/AntiSocial_Blacklist_Community_V1.txt" + }, + new + { + Id = 1612, + FilterListId = 1595, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://phishing.army/download/phishing_army_blocklist.txt" + }, + new + { + Id = 1613, + FilterListId = 1596, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://dehakkelaar.nl/lists/cryptojacking_campaign.list.txt" + }, + new + { + Id = 1614, + FilterListId = 1597, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://dbl.oisd.nl/" + }, + new + { + Id = 1615, + FilterListId = 1597, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dbl.txt" + }, + new + { + Id = 1616, + FilterListId = 1597, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dbl.txt" + }, + new + { + Id = 1617, + FilterListId = 1598, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hosts.oisd.nl/" + }, + new + { + Id = 1618, + FilterListId = 1598, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/hosts.txt" + }, + new + { + Id = 1619, + FilterListId = 1598, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/hosts.txt" + }, + new + { + Id = 1620, + FilterListId = 1599, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://dblmobile.oisd.nl/" + }, + new + { + Id = 1621, + FilterListId = 1599, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dbl_light.txt" + }, + new + { + Id = 1622, + FilterListId = 1599, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dbl_light.txt" + }, + new + { + Id = 1623, + FilterListId = 1600, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hostsmobile.oisd.nl/" + }, + new + { + Id = 1624, + FilterListId = 1600, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/hosts_light.txt" + }, + new + { + Id = 1625, + FilterListId = 1600, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/hosts_light.txt" + }, + new + { + Id = 1626, + FilterListId = 1601, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/joeylane/hosts/master/hosts" + }, + new + { + Id = 1627, + FilterListId = 1603, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-online.txt" + }, + new + { + Id = 1628, + FilterListId = 1603, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-online.txt" + }, + new + { + Id = 1629, + FilterListId = 1603, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt" + }, + new + { + Id = 1630, + FilterListId = 1604, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/DailyMotionSimplicity.txt" + }, + new + { + Id = 1631, + FilterListId = 1604, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/DailyMotionSimplicity.txt" + }, + new + { + Id = 1632, + FilterListId = 1605, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiPPGList.txt" + }, + new + { + Id = 1633, + FilterListId = 1605, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiPPGList.txt" + }, + new + { + Id = 1634, + FilterListId = 1606, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-Skype List.txt" + }, + new + { + Id = 1635, + FilterListId = 1606, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-Skype List.txt" + }, + new + { + Id = 1636, + FilterListId = 1607, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Laicure/HostsY_hosts/master/shithosts" + }, + new + { + Id = 1637, + FilterListId = 1608, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_base/sb_unified_hosts_base.lsrules" + }, + new + { + Id = 1638, + FilterListId = 1609, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling-porn-social/sb_unified_hosts_fakenews-gambling-porn-social.lsrules" + }, + new + { + Id = 1639, + FilterListId = 1610, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling-porn/sb_unified_hosts_fakenews-gambling-porn.lsrules" + }, + new + { + Id = 1640, + FilterListId = 1611, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling-social/sb_unified_hosts_fakenews-gambling-social.lsrules" + }, + new + { + Id = 1641, + FilterListId = 1612, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling/sb_unified_hosts_fakenews-gambling.lsrules" + }, + new + { + Id = 1642, + FilterListId = 1613, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-porn-social/sb_unified_hosts_fakenews-porn-social.lsrules" + }, + new + { + Id = 1643, + FilterListId = 1614, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-porn/sb_unified_hosts_fakenews-porn.lsrules" + }, + new + { + Id = 1644, + FilterListId = 1615, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-social/sb_unified_hosts_fakenews-social.lsrules" + }, + new + { + Id = 1645, + FilterListId = 1616, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews/sb_unified_hosts_fakenews.lsrules" + }, + new + { + Id = 1646, + FilterListId = 1617, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_gambling-porn-social/sb_unified_hosts_gambling-porn-social.lsrules" + }, + new + { + Id = 1647, + FilterListId = 1618, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_gambling-porn/sb_unified_hosts_gambling-porn.lsrules" + }, + new + { + Id = 1648, + FilterListId = 1619, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_gambling-social/sb_unified_hosts_gambling-social.lsrules" + }, + new + { + Id = 1649, + FilterListId = 1620, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_gambling/sb_unified_hosts_gambling.lsrules" + }, + new + { + Id = 1650, + FilterListId = 1621, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_porn-social/sb_unified_hosts_porn-social.lsrules" + }, + new + { + Id = 1651, + FilterListId = 1622, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_porn/sb_unified_hosts_porn.lsrules" + }, + new + { + Id = 1652, + FilterListId = 1623, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_social/sb_unified_hosts_social.lsrules" + }, + new + { + Id = 1653, + FilterListId = 1624, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jostyee/littlesnitch-rules/master/blocklist.lsrules" + }, + new + { + Id = 1654, + FilterListId = 1625, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jostyee/littlesnitch-rules/master/blocklist-china.lsrules" + }, + new + { + Id = 1655, + FilterListId = 1626, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bdougherty/little-snitch-rules/master/rules/browsers.lsrules" + }, + new + { + Id = 1656, + FilterListId = 1627, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ldt116/little-snitch-vietnamese-ad-block-rules/master/vietnamese-ad-block.lsrules" + }, + new + { + Id = 1657, + FilterListId = 1628, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/balupton/littlesnitch-filters/master/blocklist.lsrules" + }, + new + { + Id = 1658, + FilterListId = 1629, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/balupton/littlesnitch-filters/master/whitelist-cdn.lsrules" + }, + new + { + Id = 1659, + FilterListId = 1630, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jaydorsey/little_snitch_rules/master/jaydorsey.lsrules" + }, + new + { + Id = 1660, + FilterListId = 1631, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/newyork10023/Little_Snitch/master/Block_All_All.lsrules" + }, + new + { + Id = 1661, + FilterListId = 1632, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Kr00lIX/little-snitch-rules/master/Tracking.lsrules" + }, + new + { + Id = 1662, + FilterListId = 1633, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Kr00lIX/little-snitch-rules/master/SyncLimit.lsrules" + }, + new + { + Id = 1663, + FilterListId = 1634, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/jamujr/lsrg/raw/master/trackers-top-500.lsrules" + }, + new + { + Id = 1664, + FilterListId = 1635, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Sensitive lists/Dandelion Sprout's Anti-Religion List.txt" + }, + new + { + Id = 1665, + FilterListId = 1635, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Sensitive lists/Dandelion Sprout's Anti-Religion List.txt" + }, + new + { + Id = 1666, + FilterListId = 1636, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Sensitive lists/AntiPreacherList.txt" + }, + new + { + Id = 1667, + FilterListId = 1636, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Sensitive lists/AntiPreacherList.txt" + }, + new + { + Id = 1668, + FilterListId = 1637, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAwfulCommentsList.txt" + }, + new + { + Id = 1669, + FilterListId = 1637, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAwfulCommentsList.txt" + }, + new + { + Id = 1670, + FilterListId = 1638, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Hakame-kun/uBlock-Filters-Indonesia/master/Windows Host/hosts" + }, + new + { + Id = 1671, + FilterListId = 1639, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.github.developerdan.com/hosts/lists/amp-hosts-extended.txt" + }, + new + { + Id = 1672, + FilterListId = 1640, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kristerkari/umatrix-recipes/master/README.md" + }, + new + { + Id = 1673, + FilterListId = 1641, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/L2G/umatrix-rules/master/my-umatrix-rules.txt" + }, + new + { + Id = 1674, + FilterListId = 1642, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/ruleset/recipes_th.txt" + }, + new + { + Id = 1675, + FilterListId = 1642, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/ruleset/recipes_th.txt" + }, + new + { + Id = 1676, + FilterListId = 1643, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/ruleset/recipes_custom.txt" + }, + new + { + Id = 1677, + FilterListId = 1643, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/ruleset/recipes_custom.txt" + }, + new + { + Id = 1678, + FilterListId = 1644, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/uMatrix/recipes" + }, + new + { + Id = 1679, + FilterListId = 1645, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/Hosts/ads-tracking" + }, + new + { + Id = 1680, + FilterListId = 1646, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/Hosts/ads-tracking-breaking" + }, + new + { + Id = 1681, + FilterListId = 1647, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/Hosts/malware" + }, + new + { + Id = 1682, + FilterListId = 1648, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/uBlock/list" + }, + new + { + Id = 1683, + FilterListId = 1649, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/uBlock/facebook/groups-events" + }, + new + { + Id = 1684, + FilterListId = 1650, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/uBlock/facebook/messenger" + }, + new + { + Id = 1685, + FilterListId = 1651, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/themagicteeth/umatrix-recipes/master/recipes.txt" + }, + new + { + Id = 1686, + FilterListId = 1652, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dfkt/umatrix-rules/master/my-umatrix-rules.txt" + }, + new + { + Id = 1687, + FilterListId = 1653, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/david1davidson/uMatrixMasterList/master/ruleset.txt" + }, + new + { + Id = 1688, + FilterListId = 1656, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/invasy/umatrix-ruleset/master/ruleset.txt" + }, + new + { + Id = 1689, + FilterListId = 1657, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stephengeorgewest/my-umatrix-rules/master/my-umatrix-rules.txt" + }, + new + { + Id = 1690, + FilterListId = 1658, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tranhoangcore/uMatrix-Rules/master/my-umatrix-rules.txt" + }, + new + { + Id = 1691, + FilterListId = 1659, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dadav/umatrix-rules/master/my-rules.txt" + }, + new + { + Id = 1692, + FilterListId = 1660, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bzsparks/uMatrix/master/my-umatrix-rules.txt" + }, + new + { + Id = 1693, + FilterListId = 1661, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Strappazzon/teleme7ry/master/rules.txt" + }, + new + { + Id = 1694, + FilterListId = 1662, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Strappazzon/filterlists/master/Filterlists/Annoyances.txt" + }, + new + { + Id = 1695, + FilterListId = 1663, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Strappazzon/filterlists/master/Filterlists/Unbreak.txt" + }, + new + { + Id = 1696, + FilterListId = 1664, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://urlhaus.abuse.ch/downloads/text/" + }, + new + { + Id = 1697, + FilterListId = 1665, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://urlhaus.abuse.ch/downloads/rpz/" + }, + new + { + Id = 1698, + FilterListId = 1666, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/CryptoFR/crypto-scams-fr/master/misc.txt" + }, + new + { + Id = 1699, + FilterListId = 1667, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/CryptoFR/crypto-scams-fr/master/websites.txt" + }, + new + { + Id = 1700, + FilterListId = 1668, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/brasstax/RHEL-StreetPass-Relay/master/spoof-attwifi/dnsmasq.conf" + }, + new + { + Id = 1701, + FilterListId = 1669, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/farrokhi/adblock-iran/master/additional-trackers.txt" + }, + new + { + Id = 1702, + FilterListId = 1669, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/farrokhi/adblock-iran/master/additional-trackers.txt" + }, + new + { + Id = 1703, + FilterListId = 1670, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/yous/YousList/master/hosts.txt" + }, + new + { + Id = 1704, + FilterListId = 1671, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tcptomato/ROad-Block/master/road-block-filters.txt" + }, + new + { + Id = 1705, + FilterListId = 1672, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tcptomato/ROad-Block/master/road-kill-filters.txt" + }, + new + { + Id = 1706, + FilterListId = 1673, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://github.com/nickspaargaren/no-google/raw/master/pihole-google.txt" + }, + new + { + Id = 1707, + FilterListId = 1673, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/pihole-google.txt" + }, + new + { + Id = 1708, + FilterListId = 1674, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/google-domains" + }, + new + { + Id = 1709, + FilterListId = 1674, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/google-domains" + }, + new + { + Id = 1710, + FilterListId = 1675, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/analyticsparsed" + }, + new + { + Id = 1711, + FilterListId = 1675, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/analyticsparsed" + }, + new + { + Id = 1712, + FilterListId = 1676, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/analytics.txt" + }, + new + { + Id = 1713, + FilterListId = 1676, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/analytics.txt" + }, + new + { + Id = 1714, + FilterListId = 1677, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/androidparsed" + }, + new + { + Id = 1715, + FilterListId = 1677, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/androidparsed" + }, + new + { + Id = 1716, + FilterListId = 1678, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/android.txt" + }, + new + { + Id = 1717, + FilterListId = 1678, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/android.txt" + }, + new + { + Id = 1718, + FilterListId = 1679, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/dnsparsed" + }, + new + { + Id = 1719, + FilterListId = 1679, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/dnsparsed" + }, + new + { + Id = 1720, + FilterListId = 1680, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/dns.txt" + }, + new + { + Id = 1721, + FilterListId = 1680, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/dns.txt" + }, + new + { + Id = 1722, + FilterListId = 1681, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/domainsparsed" + }, + new + { + Id = 1723, + FilterListId = 1681, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/domainsparsed" + }, + new + { + Id = 1724, + FilterListId = 1682, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/domains.txt" + }, + new + { + Id = 1725, + FilterListId = 1682, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/domains.txt" + }, + new + { + Id = 1726, + FilterListId = 1683, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/doubleclickparsed" + }, + new + { + Id = 1727, + FilterListId = 1683, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/doubleclickparsed" + }, + new + { + Id = 1728, + FilterListId = 1684, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/doubleclick.txt" + }, + new + { + Id = 1729, + FilterListId = 1684, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/doubleclick.txt" + }, + new + { + Id = 1730, + FilterListId = 1685, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/firebaseparsed" + }, + new + { + Id = 1731, + FilterListId = 1685, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/firebaseparsed" + }, + new + { + Id = 1732, + FilterListId = 1686, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/firebase.txt" + }, + new + { + Id = 1733, + FilterListId = 1686, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/firebase.txt" + }, + new + { + Id = 1734, + FilterListId = 1687, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/fontsparsed" + }, + new + { + Id = 1735, + FilterListId = 1687, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/fontsparsed" + }, + new + { + Id = 1736, + FilterListId = 1688, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/fonts.txt" + }, + new + { + Id = 1737, + FilterListId = 1688, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/fonts.txt" + }, + new + { + Id = 1738, + FilterListId = 1689, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/generalparsed" + }, + new + { + Id = 1739, + FilterListId = 1689, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/generalparsed" + }, + new + { + Id = 1740, + FilterListId = 1690, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/general.txt" + }, + new + { + Id = 1741, + FilterListId = 1690, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/general.txt" + }, + new + { + Id = 1742, + FilterListId = 1691, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/mailparsed" + }, + new + { + Id = 1743, + FilterListId = 1691, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/mailparsed" + }, + new + { + Id = 1744, + FilterListId = 1692, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/mail.txt" + }, + new + { + Id = 1745, + FilterListId = 1692, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/mail.txt" + }, + new + { + Id = 1746, + FilterListId = 1693, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/productsparsed" + }, + new + { + Id = 1747, + FilterListId = 1693, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/productsparsed" + }, + new + { + Id = 1748, + FilterListId = 1694, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/products.txt" + }, + new + { + Id = 1749, + FilterListId = 1694, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/products.txt" + }, + new + { + Id = 1750, + FilterListId = 1695, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/proxiesparsed" + }, + new + { + Id = 1751, + FilterListId = 1695, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/proxiesparsed" + }, + new + { + Id = 1752, + FilterListId = 1696, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/proxies.txt" + }, + new + { + Id = 1753, + FilterListId = 1696, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/proxies.txt" + }, + new + { + Id = 1754, + FilterListId = 1697, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/shortlinksparsed" + }, + new + { + Id = 1755, + FilterListId = 1697, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/shortlinksparsed" + }, + new + { + Id = 1756, + FilterListId = 1698, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/shortlinks.txt" + }, + new + { + Id = 1757, + FilterListId = 1698, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/shortlinks.txt" + }, + new + { + Id = 1758, + FilterListId = 1699, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/youtubeparsed" + }, + new + { + Id = 1759, + FilterListId = 1699, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/youtubeparsed" + }, + new + { + Id = 1760, + FilterListId = 1700, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/youtube.txt" + }, + new + { + Id = 1761, + FilterListId = 1700, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/youtube.txt" + }, + new + { + Id = 1762, + FilterListId = 1701, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://asc.hk/adplus.txt" + }, + new + { + Id = 1763, + FilterListId = 1702, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://npc.0am.jp/hosts.php?dl=1" + }, + new + { + Id = 1764, + FilterListId = 1703, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://in0de.synology.me/pwn.txt" + }, + new + { + Id = 1765, + FilterListId = 1704, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://in0de.synology.me/own.txt" + }, + new + { + Id = 1766, + FilterListId = 1706, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.gameindustry.eu/files/hosts.txt" + }, + new + { + Id = 1767, + FilterListId = 1707, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tiuxo/hosts/master/ads" + }, + new + { + Id = 1768, + FilterListId = 1708, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tiuxo/hosts/master/porn" + }, + new + { + Id = 1769, + FilterListId = 1709, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tiuxo/hosts/master/social" + }, + new + { + Id = 1770, + FilterListId = 1710, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.botvrij.eu/data/ioclist.hostname.raw" + }, + new + { + Id = 1771, + FilterListId = 1711, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://zonefiles.io/f/compromised/domains/live/" + }, + new + { + Id = 1772, + FilterListId = 1712, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abc45628/hosts/master/hosts" + }, + new + { + Id = 1773, + FilterListId = 1713, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jdlingyu/ad-wars/master/hosts" + }, + new + { + Id = 1774, + FilterListId = 1714, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Quad9.txt" + }, + new + { + Id = 1775, + FilterListId = 1715, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Yahoo_Ad_Servers.txt" + }, + new + { + Id = 1776, + FilterListId = 1716, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/PiHole_HOSTS_Spyware.txt" + }, + new + { + Id = 1777, + FilterListId = 1717, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Cerber_Ransomware.txt" + }, + new + { + Id = 1778, + FilterListId = 1718, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Blocklist.txt" + }, + new + { + Id = 1779, + FilterListId = 1719, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/KurzGedanke/kurzBlock/master/kurzBlock.txt" + }, + new + { + Id = 1780, + FilterListId = 1720, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/VernonStow/Filterlist/master/Filterlist.txt" + }, + new + { + Id = 1781, + FilterListId = 1721, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jakejarvis/ios-trackers/master/blocklist.txt" + }, + new + { + Id = 1782, + FilterListId = 1722, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hell-sh/Evil-Domains/master/evil-domains.txt" + }, + new + { + Id = 1783, + FilterListId = 1723, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/pirat28/IHateTracker/master/iHateTracker.txt" + }, + new + { + Id = 1784, + FilterListId = 1724, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/parseword/nolovia/master/skel/hosts-nolovia.txt" + }, + new + { + Id = 1785, + FilterListId = 1725, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/parseword/nolovia/master/skel/hosts-government-malware.txt" + }, + new + { + Id = 1786, + FilterListId = 1726, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/callmenemo491/DodgySiteBlocker/master/DodgySiteBlocker.txt" + }, + new + { + Id = 1787, + FilterListId = 1727, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/gwillem/magento-malware-scanner/master/rules/burner-domains.txt" + }, + new + { + Id = 1788, + FilterListId = 1728, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/ads.txt" + }, + new + { + Id = 1789, + FilterListId = 1729, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/affiliate.txt" + }, + new + { + Id = 1790, + FilterListId = 1730, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/analytics.txt" + }, + new + { + Id = 1791, + FilterListId = 1731, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/enrichments.txt" + }, + new + { + Id = 1792, + FilterListId = 1732, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/fake.txt" + }, + new + { + Id = 1793, + FilterListId = 1733, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/widgets.txt" + }, + new + { + Id = 1794, + FilterListId = 1734, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/hosts.txt" + }, + new + { + Id = 1795, + FilterListId = 1735, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/domains.txt" + }, + new + { + Id = 1796, + FilterListId = 1736, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AdGuard Home Compilation List/AdGuardHomeCompilationList.txt" + }, + new + { + Id = 1797, + FilterListId = 1736, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AdGuard Home Compilation List/AdGuardHomeCompilationList.txt" + }, + new + { + Id = 1798, + FilterListId = 1737, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Imperial Units Remover.txt" + }, + new + { + Id = 1799, + FilterListId = 1737, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Imperial Units Remover.txt" + }, + new + { + Id = 1800, + FilterListId = 1738, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate versions Anti-Malware List/AntiMalwareAdGuardHome.txt" + }, + new + { + Id = 1801, + FilterListId = 1738, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate versions Anti-Malware List/AntiMalwareAdGuardHome.txt" + }, + new + { + Id = 1802, + FilterListId = 1739, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://warui.intaa.net/adhosts/local_zone.conf.txt" + }, + new + { + Id = 1803, + FilterListId = 1740, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/social/formats/hosts.txt" + }, + new + { + Id = 1804, + FilterListId = 1741, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/porn-lite/formats/hosts.txt" + }, + new + { + Id = 1805, + FilterListId = 1742, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/regional/formats/hosts.txt" + }, + new + { + Id = 1806, + FilterListId = 1743, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/spark/formats/domains.txt" + }, + new + { + Id = 1807, + FilterListId = 1743, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://blokada.org/mirror/v5/energized/spark/hosts.txt" + }, + new + { + Id = 1808, + FilterListId = 1744, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/bluGo/formats/domains.txt" + }, + new + { + Id = 1809, + FilterListId = 1745, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/blu/formats/domains.txt" + }, + new + { + Id = 1810, + FilterListId = 1745, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://blokada.org/mirror/v5/energized/blu/hosts.txt" + }, + new + { + Id = 1811, + FilterListId = 1746, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/basic/formats/domains.txt" + }, + new + { + Id = 1812, + FilterListId = 1746, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://blokada.org/mirror/v5/energized/basic/hosts.txt" + }, + new + { + Id = 1813, + FilterListId = 1747, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/porn/formats/domains.txt" + }, + new + { + Id = 1814, + FilterListId = 1748, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/ultimate/formats/domains.txt" + }, + new + { + Id = 1815, + FilterListId = 1749, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/unified/formats/domains.txt" + }, + new + { + Id = 1816, + FilterListId = 1750, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/xtreme/formats/domains.txt" + }, + new + { + Id = 1817, + FilterListId = 1751, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/social/formats/domains.txt" + }, + new + { + Id = 1818, + FilterListId = 1752, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/porn-lite/formats/domains.txt" + }, + new + { + Id = 1819, + FilterListId = 1753, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/regional/formats/domains.txt" + }, + new + { + Id = 1820, + FilterListId = 1753, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://blokada.org/mirror/v5/energized/regional/hosts.txt" + }, + new + { + Id = 1821, + FilterListId = 1754, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/spark/formats/filter" + }, + new + { + Id = 1822, + FilterListId = 1755, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/bluGo/formats/filter" + }, + new + { + Id = 1823, + FilterListId = 1756, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/blu/formats/filter" + }, + new + { + Id = 1824, + FilterListId = 1757, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/basic/formats/filter" + }, + new + { + Id = 1825, + FilterListId = 1758, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/porn/formats/filter" + }, + new + { + Id = 1826, + FilterListId = 1759, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/ultimate/formats/filter" + }, + new + { + Id = 1827, + FilterListId = 1760, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/unified/formats/filter" + }, + new + { + Id = 1828, + FilterListId = 1761, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/xtreme/formats/filter" + }, + new + { + Id = 1829, + FilterListId = 1762, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/social/formats/filter" + }, + new + { + Id = 1830, + FilterListId = 1763, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/porn-lite/formats/filter" + }, + new + { + Id = 1831, + FilterListId = 1764, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/regional/formats/filter" + }, + new + { + Id = 1832, + FilterListId = 1765, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/spark/formats/dnsmasq.conf" + }, + new + { + Id = 1833, + FilterListId = 1766, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/bluGo/formats/dnsmasq.conf" + }, + new + { + Id = 1834, + FilterListId = 1767, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/blu/formats/dnsmasq.conf" + }, + new + { + Id = 1835, + FilterListId = 1768, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/basic/formats/dnsmasq.conf" + }, + new + { + Id = 1836, + FilterListId = 1769, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/porn/formats/dnsmasq.conf" + }, + new + { + Id = 1837, + FilterListId = 1770, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/ultimate/formats/dnsmasq.conf" + }, + new + { + Id = 1838, + FilterListId = 1771, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/unified/formats/dnsmasq.conf" + }, + new + { + Id = 1839, + FilterListId = 1772, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/xtreme/formats/dnsmasq.conf" + }, + new + { + Id = 1840, + FilterListId = 1773, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/social/formats/dnsmasq.conf" + }, + new + { + Id = 1841, + FilterListId = 1774, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/porn-lite/formats/dnsmasq.conf" + }, + new + { + Id = 1842, + FilterListId = 1775, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/regional/formats/dnsmasq.conf" + }, + new + { + Id = 1843, + FilterListId = 1776, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/spark/formats/unbound.conf" + }, + new + { + Id = 1844, + FilterListId = 1777, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/bluGo/formats/unbound.conf" + }, + new + { + Id = 1845, + FilterListId = 1778, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/blu/formats/unbound.conf" + }, + new + { + Id = 1846, + FilterListId = 1779, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/basic/formats/unbound.conf" + }, + new + { + Id = 1847, + FilterListId = 1780, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/porn/formats/unbound.conf" + }, + new + { + Id = 1848, + FilterListId = 1781, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/ultimate/formats/unbound.conf" + }, + new + { + Id = 1849, + FilterListId = 1782, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/unified/formats/unbound.conf" + }, + new + { + Id = 1850, + FilterListId = 1783, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/xtreme/formats/unbound.conf" + }, + new + { + Id = 1851, + FilterListId = 1784, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/social/formats/unbound.conf" + }, + new + { + Id = 1852, + FilterListId = 1785, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/porn-lite/formats/unbound.conf" + }, + new + { + Id = 1853, + FilterListId = 1786, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/regional/formats/unbound.conf" + }, + new + { + Id = 1854, + FilterListId = 1787, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/spark/formats/rpz.txt" + }, + new + { + Id = 1855, + FilterListId = 1788, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/bluGo/formats/rpz.txt" + }, + new + { + Id = 1856, + FilterListId = 1789, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/blu/formats/rpz.txt" + }, + new + { + Id = 1857, + FilterListId = 1790, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/basic/formats/rpz.txt" + }, + new + { + Id = 1858, + FilterListId = 1791, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/porn/formats/rpz.txt" + }, + new + { + Id = 1859, + FilterListId = 1792, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/ultimate/formats/rpz.txt" + }, + new + { + Id = 1860, + FilterListId = 1793, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/unified/formats/rpz.txt" + }, + new + { + Id = 1861, + FilterListId = 1794, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/xtreme/formats/rpz.txt" + }, + new + { + Id = 1862, + FilterListId = 1795, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/social/formats/rpz.txt" + }, + new + { + Id = 1863, + FilterListId = 1796, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/porn-lite/formats/rpz.txt" + }, + new + { + Id = 1864, + FilterListId = 1797, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/regional/formats/rpz.txt" + }, + new + { + Id = 1865, + FilterListId = 1798, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/extensions/ips/formats/list.txt" + }, + new + { + Id = 1866, + FilterListId = 1799, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/arabic.txt" + }, + new + { + Id = 1867, + FilterListId = 1800, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://cdn.rixcloud.io/Quantumult/Rules/Default.conf" + }, + new + { + Id = 1868, + FilterListId = 1801, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/lhie1/Rules/master/Auto/REJECT.conf" + }, + new + { + Id = 1869, + FilterListId = 1802, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/HParis/SSEncrypt/master/full-reject.list" + }, + new + { + Id = 1870, + FilterListId = 1803, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/scomper/surge-list/master/reject.list" + }, + new + { + Id = 1871, + FilterListId = 1804, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Advertising.list" + }, + new + { + Id = 1872, + FilterListId = 1805, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Shadow/Pro.conf" + }, + new + { + Id = 1873, + FilterListId = 1806, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://lists.blocklist.de/lists/all.txt" + }, + new + { + Id = 1874, + FilterListId = 1807, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://danger.rulez.sk/projects/bruteforceblocker/blist.php" + }, + new + { + Id = 1875, + FilterListId = 1808, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://rules.emergingthreats.net/blockrules/compromised-ips.txt" + }, + new + { + Id = 1876, + FilterListId = 1809, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://rules.emergingthreats.net/fwrules/emerging-Block-IPs.txt" + }, + new + { + Id = 1877, + FilterListId = 1810, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://blocklist.greensnow.co/greensnow.txt" + }, + new + { + Id = 1878, + FilterListId = 1811, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.binarydefense.com/banlist.txt" + }, + new + { + Id = 1879, + FilterListId = 1813, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://cinsscore.com/list/ci-badguys.txt" + }, + new + { + Id = 1880, + FilterListId = 1814, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Sensitive lists/TabloidRemover.txt" + }, + new + { + Id = 1881, + FilterListId = 1814, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Sensitive lists/TabloidRemover.txt" + }, + new + { + Id = 1882, + FilterListId = 1815, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiPCPriceHiderList.txt" + }, + new + { + Id = 1883, + FilterListId = 1815, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiPCPriceHiderList.txt" + }, + new + { + Id = 1884, + FilterListId = 1816, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhole.txt" + }, + new + { + Id = 1885, + FilterListId = 1817, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/hostfile_regex.txt" + }, + new + { + Id = 1886, + FilterListId = 1818, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mmotti/pihole-regex/master/regex.list" + }, + new + { + Id = 1887, + FilterListId = 1819, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.github.developerdan.com/hosts/lists/facebook-extended.txt" + }, + new + { + Id = 1888, + FilterListId = 1822, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.cruzit.com/xxwbl2txt.php" + }, + new + { + Id = 1889, + FilterListId = 1823, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://www.unsubscore.com/blacklist.txt" + }, + new + { + Id = 1890, + FilterListId = 1824, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://myip.ms/files/blacklist/general/latest_blacklist.txt" + }, + new + { + Id = 1891, + FilterListId = 1825, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://iplists.firehol.org/files/hphosts_pha.ipset" + }, + new + { + Id = 1892, + FilterListId = 1827, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://iplists.firehol.org/files/hphosts_fsa.ipset" + }, + new + { + Id = 1893, + FilterListId = 1828, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://iplists.firehol.org/files/hphosts_grm.ipset" + }, + new + { + Id = 1894, + FilterListId = 1829, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://iplists.firehol.org/files/hphosts_exp.ipset" + }, + new + { + Id = 1895, + FilterListId = 1830, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://iplists.firehol.org/files/hphosts_emd.ipset" + }, + new + { + Id = 1896, + FilterListId = 1831, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://iplists.firehol.org/files/hphosts_ats.ipset" + }, + new + { + Id = 1897, + FilterListId = 1832, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiPepeList.txt" + }, + new + { + Id = 1898, + FilterListId = 1832, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiPepeList.txt" + }, + new + { + Id = 1899, + FilterListId = 1833, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hawkeye116477/FilterListsDarkMode/master/DarkFilterLists.txt" + }, + new + { + Id = 1900, + FilterListId = 1834, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/caffeinewriter/DontPushMe/master/filterlist.txt" + }, + new + { + Id = 1901, + FilterListId = 1835, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Nebula-Mechanica/Anti-AutoTranslation-List/master/anti-autotranslation-list.txt" + }, + new + { + Id = 1902, + FilterListId = 1835, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitcdn.xyz/repo/Nebula-Mechanica/Anti-AutoTranslation-List/master/anti-autotranslation-list.txt" + }, + new + { + Id = 1903, + FilterListId = 1835, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://rawcdn.githack.com/Nebula-Mechanica/Anti-AutoTranslation-List/master/anti-autotranslation-list.txt" + }, + new + { + Id = 1904, + FilterListId = 1836, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Hosts" + }, + new + { + Id = 1905, + FilterListId = 1838, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti Social" + }, + new + { + Id = 1906, + FilterListId = 1839, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti Verizon" + }, + new + { + Id = 1907, + FilterListId = 1840, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersAdGuardHome.txt" + }, + new + { + Id = 1908, + FilterListId = 1840, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersAdGuardHome.txt" + }, + new + { + Id = 1909, + FilterListId = 1841, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersPiHole.txt" + }, + new + { + Id = 1910, + FilterListId = 1841, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersPiHole.txt" + }, + new + { + Id = 1911, + FilterListId = 1842, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersSocks5.list" + }, + new + { + Id = 1912, + FilterListId = 1842, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersSocks5.list" + }, + new + { + Id = 1913, + FilterListId = 1843, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/secretsnow/Ad-Filters/master/Ad Filters.txt" + }, + new + { + Id = 1914, + FilterListId = 1844, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/some-username-here1/motd-adblock/master/motd-adblock" + }, + new + { + Id = 1915, + FilterListId = 1845, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/T4Tea/ADPMobileFilter/master/ADPMobileFilter.txt" + }, + new + { + Id = 1916, + FilterListId = 1846, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/RandomAdversary/Macedonian-adBlock-Filters/master/Filters" + }, + new + { + Id = 1917, + FilterListId = 1847, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dorjmi/nothingblock/master/filter.txt" + }, + new + { + Id = 1918, + FilterListId = 1848, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Crystal-RainSlide/AdditionalFiltersCN/master/CN.txt" + }, + new + { + Id = 1919, + FilterListId = 1849, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jiayiming/jCleanList/master/jCleanList_all.txt" + }, + new + { + Id = 1920, + FilterListId = 1850, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://n2o.io/p/quarklist/dist/quarklist.txt" + }, + new + { + Id = 1921, + FilterListId = 1852, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://adblock-thai.github.io/thai-ads-filter/subscription.txt" + }, + new + { + Id = 1922, + FilterListId = 1853, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://adblock-thai.github.io/thai-ads-filter/annoyance.txt" + }, + new + { + Id = 1923, + FilterListId = 1854, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/masterinspire/Master-AdRules/master/Master-AdRules.txt" + }, + new + { + Id = 1924, + FilterListId = 1856, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/lutoma/nocomments/master/abp.txt" + }, + new + { + Id = 1925, + FilterListId = 1857, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nanj-adguard2/nanj-kakuchou-filter/master/supplement-rules.txt" + }, + new + { + Id = 1926, + FilterListId = 1858, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nanj-adguard2/nanj-kakuchou-filter/master/DNS-rules.txt" + }, + new + { + Id = 1927, + FilterListId = 1859, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nanj-adguard2/nanj-kakuchou-filter/master/paranoid-rules.txt" + }, + new + { + Id = 1928, + FilterListId = 1860, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nanj-adguard2/nanj-kaishuu-filter/master/nanj-kaishuu-filter.txt" + }, + new + { + Id = 1929, + FilterListId = 1861, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nanj-adguard2/nanj-kaishuu-filter/master/nanj-kaishuu-dns-filter.txt" + }, + new + { + Id = 1930, + FilterListId = 1862, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://280blocker.net/files/280blocker_adblock_nanj.txt" + }, + new + { + Id = 1931, + FilterListId = 1863, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://280blocker.net/files/280blocker_adblock_nanj_supp.txt" + }, + new + { + Id = 1932, + FilterListId = 1864, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Ayesh/Adblock-Sinhala/master/filters.txt" + }, + new + { + Id = 1933, + FilterListId = 1865, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/zonprox/adblock/master/abpvnplus.txt" + }, + new + { + Id = 1934, + FilterListId = 1866, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/LanikSJ/ubo-filters/main/filters/combined-filters.txt" + }, + new + { + Id = 1935, + FilterListId = 1867, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/LanikSJ/ubo-filters/main/filters/ubo-filters.txt" + }, + new + { + Id = 1936, + FilterListId = 1868, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/adblock.txt" + }, + new + { + Id = 1937, + FilterListId = 1869, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/hosts.txt" + }, + new + { + Id = 1938, + FilterListId = 1870, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/domains.txt" + }, + new + { + Id = 1939, + FilterListId = 1871, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/ip_blocklist.txt" + }, + new + { + Id = 1940, + FilterListId = 1872, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/domains.rpz" + }, + new + { + Id = 1941, + FilterListId = 1873, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/whitelist_domains.txt" + }, + new + { + Id = 1942, + FilterListId = 1876, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersRPZ.txt" + }, + new + { + Id = 1943, + FilterListId = 1876, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersRPZ.txt" + }, + new + { + Id = 1944, + FilterListId = 1877, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersUnbound.conf" + }, + new + { + Id = 1945, + FilterListId = 1877, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersUnbound.conf" + }, + new + { + Id = 1946, + FilterListId = 1878, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersForMinerBlock.txt" + }, + new + { + Id = 1947, + FilterListId = 1878, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersForMinerBlock.txt" + }, + new + { + Id = 1951, + FilterListId = 1880, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt" + }, + new + { + Id = 1952, + FilterListId = 1880, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-domains-online.txt" + }, + new + { + Id = 1953, + FilterListId = 1880, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-domains-online.txt" + }, + new + { + Id = 1954, + FilterListId = 1881, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/angelics/pfbng/master/ads/ads-domain-list.txt" + }, + new + { + Id = 1955, + FilterListId = 1882, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocktastic/pihole/master/blocktastic.txt" + }, + new + { + Id = 1956, + FilterListId = 1886, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cchevy/macedonian-pi-hole-blocklist/master/hosts.txt" + }, + new + { + Id = 1957, + FilterListId = 1887, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/chrisjudk/hosts/master/hosts" + }, + new + { + Id = 1958, + FilterListId = 1888, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://agh.lite.dcod.ml/hosts.php" + }, + new + { + Id = 1959, + FilterListId = 1890, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deletescape/noads/master/lists/add-switzerland.txt" + }, + new + { + Id = 1960, + FilterListId = 1891, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deletescape/noads/master/lists/fo-scumware.txt" + }, + new + { + Id = 1961, + FilterListId = 1892, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://lists.noads.online/lists/compilation.txt" + }, + new + { + Id = 1962, + FilterListId = 1893, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deletescape/noads/master/lists/unbreak.txt" + }, + new + { + Id = 1963, + FilterListId = 1894, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dex4k/dex4kblocklist/master/dex4kblocklist.txt" + }, + new + { + Id = 1964, + FilterListId = 1895, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dex4k/dex4kblocklist/master/dex4kblocklistextras.txt" + }, + new + { + Id = 1965, + FilterListId = 1896, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DRSDavidSoft/additional-hosts/master/domains/blacklist/adservers-and-trackers.txt" + }, + new + { + Id = 1966, + FilterListId = 1897, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DRSDavidSoft/additional-hosts/master/domains/blacklist/unwanted-iranian.txt" + }, + new + { + Id = 1967, + FilterListId = 1898, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/herrbischoff/trackers/master/trackers.txt" + }, + new + { + Id = 1968, + FilterListId = 1899, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/javabean/dnsmasq-antispy/master/dnsmasq.ghostery_bugs.conf" + }, + new + { + Id = 1969, + FilterListId = 1900, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/javabean/dnsmasq-antispy/master/dnsmasq.zz-extra-servers-manual.conf" + }, + new + { + Id = 1970, + FilterListId = 1901, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiCartoonHipsterList.txt" + }, + new + { + Id = 1971, + FilterListId = 1901, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiCartoonHipsterList.txt" + }, + new + { + Id = 1972, + FilterListId = 1902, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/meinhimmel/hosts/master/hosts" + }, + new + { + Id = 1973, + FilterListId = 1903, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/mhhakim/pihole-blocklist/master/custom-blocklist.txt" + }, + new + { + Id = 1974, + FilterListId = 1904, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Phentora/AdguardPersonalList/master/blocklist.txt" + }, + new + { + Id = 1975, + FilterListId = 1906, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Rhys-H/hosts-list/master/HostsList.txt" + }, + new + { + Id = 1976, + FilterListId = 1907, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/smed79/blacklist/master/hosts.txt" + }, + new + { + Id = 1977, + FilterListId = 1908, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stamparm/maltrail/master/trails/static/suspicious/pua.txt" + }, + new + { + Id = 1978, + FilterListId = 1909, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/svetlyobg/svet-custom-domains/master/ads-domains" + }, + new + { + Id = 1979, + FilterListId = 1910, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/svetlyobg/svet-custom-domains/master/ads-IPs" + }, + new + { + Id = 1980, + FilterListId = 1911, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tomzuu/blacklist-named/master/ad.sites.conf" + }, + new + { + Id = 1981, + FilterListId = 1912, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tomzuu/blacklist-named/master/phishing.sites.conf" + }, + new + { + Id = 1982, + FilterListId = 1913, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tomzuu/blacklist-named/master/pushing.sites.conf" + }, + new + { + Id = 1983, + FilterListId = 1914, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/UnbendableStraw/samsungnosnooping/master/README.md" + }, + new + { + Id = 1984, + FilterListId = 1915, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/unchartedsky/adguard-kr/master/adguard-kr.txt" + }, + new + { + Id = 1985, + FilterListId = 1916, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/xlimit91/xlimit91-block-list/master/blacklist.txt" + }, + new + { + Id = 1986, + FilterListId = 1917, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/xlimit91/xlimit91-block-list/master/regex.list" + }, + new + { + Id = 1987, + FilterListId = 1918, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ZYX2019/host-block-list/master/Custom.txt" + }, + new + { + Id = 1988, + FilterListId = 1919, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/zznidar/BAR/master/BAR-list" + }, + new + { + Id = 1989, + FilterListId = 1920, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/zznidar/BAR/master/URLs_full" + }, + new + { + Id = 1990, + FilterListId = 1921, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/infinitytec/blocklists/master/ads-and-trackers.txt" + }, + new + { + Id = 1991, + FilterListId = 1922, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/infinitytec/blocklists/master/scams-and-phishing.txt" + }, + new + { + Id = 1992, + FilterListId = 1923, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Coin Miners/UserSuggested.txt" + }, + new + { + Id = 1993, + FilterListId = 1924, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Adware and Malware/PaidContentLinks.txt" + }, + new + { + Id = 1994, + FilterListId = 1925, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Adware and Malware/UserSuggested.txt" + }, + new + { + Id = 1995, + FilterListId = 1926, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jackrabbit335/UsefulLinuxShellScripts/master/Hosts %26 sourcelist/blacklist.txt" + }, + new + { + Id = 1996, + FilterListId = 1927, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Th3M3/blocklists/master/malware.list" + }, + new + { + Id = 1997, + FilterListId = 1928, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Th3M3/blocklists/master/tracking%26ads.list" + }, + new + { + Id = 1998, + FilterListId = 1929, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianFanTranslations.txt" + }, + new + { + Id = 1999, + FilterListId = 1929, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianFanTranslations.txt" + }, + new + { + Id = 2000, + FilterListId = 1930, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GameConsoleAdblockList.txt" + }, + new + { + Id = 2001, + FilterListId = 1930, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/GameConsoleAdblockList.txt" + }, + new + { + Id = 2002, + FilterListId = 1931, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://www.thedumbterminal.co.uk/files/services/squidblockedsites/blocked.txt" + }, + new + { + Id = 2003, + FilterListId = 1932, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://assets.windscribe.com/custom_blocklists/clickbait.txt" + }, + new + { + Id = 2004, + FilterListId = 1933, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/dns-firewall/dns/matrix/matrix/raw/master/source/adware/domains.list" + }, + new + { + Id = 2005, + FilterListId = 1934, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/dns-firewall/dns/matrix/matrix/raw/master/source/tracking/domains.list" + }, + new + { + Id = 2006, + FilterListId = 1935, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://infosec.cert-pa.it/analyze/listdomains.txt" + }, + new + { + Id = 2007, + FilterListId = 1936, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://lists.hashdd.com/hashdd/vxvault-urllist/hosts" + }, + new + { + Id = 2008, + FilterListId = 1937, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pastebin.com/raw/UP3s7pEB" + }, + new + { + Id = 2009, + FilterListId = 1938, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/YanFung/Ads/master/Mobile.txt" + }, + new + { + Id = 2010, + FilterListId = 1939, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/yhonay/antipopads/master/hosts" + }, + new + { + Id = 2011, + FilterListId = 1940, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://repo.andnixsh.com/adblocker/hosts" + }, + new + { + Id = 2012, + FilterListId = 1941, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/huanz/surge-hosts/master/surge.conf" + }, + new + { + Id = 2013, + FilterListId = 1942, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.bentasker.co.uk/adblock/autolist.txt" + }, + new + { + Id = 2014, + FilterListId = 1943, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.bentasker.co.uk/adblock/adblock_compiled.txt" + }, + new + { + Id = 2015, + FilterListId = 1944, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.bentasker.co.uk/adblock/blockeddomains.txt" + }, + new + { + Id = 2016, + FilterListId = 1945, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/regex.list" + }, + new + { + Id = 2017, + FilterListId = 1946, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://anonymousposter.gitlab.io/ublockorigin-rules/blockrules.txt" + }, + new + { + Id = 2018, + FilterListId = 1947, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ivysrono/URLRedirectorRules/master/Directly.json" + }, + new + { + Id = 2019, + FilterListId = 1948, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/fengyc/URLRedirector/master/tools/rules.json" + }, + new + { + Id = 2020, + FilterListId = 1949, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/fengyc/URLRedirector/master/tools/rules_geekzu.json" + }, + new + { + Id = 2021, + FilterListId = 1950, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=rpz&showintro=1&mimetype=plaintext" + }, + new + { + Id = 2022, + FilterListId = 1951, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AdGuardHomeDisallowedIPs.txt" + }, + new + { + Id = 2023, + FilterListId = 1951, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AdGuardHomeDisallowedIPs.txt" + }, + new + { + Id = 2024, + FilterListId = 1952, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/TwitterPureReadingExperience.txt" + }, + new + { + Id = 2025, + FilterListId = 1952, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/TwitterPureReadingExperience.txt" + }, + new + { + Id = 2026, + FilterListId = 1953, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/complete/adblock.txt" + }, + new + { + Id = 2027, + FilterListId = 1954, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/mini/adblock.txt" + }, + new + { + Id = 2028, + FilterListId = 1955, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/adblock.txt" + }, + new + { + Id = 2029, + FilterListId = 1956, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/durablenapkin/scamblocklist/master/hosts.txt" + }, + new + { + Id = 2030, + FilterListId = 1957, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yumire/kiss-filters/master/filters.txt" + }, + new + { + Id = 2031, + FilterListId = 1958, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/Sorrow-San/9anime-adblock-filters/raw/master/9Anime filter list" + }, + new + { + Id = 2032, + FilterListId = 1959, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/RiiConnect24/DNS-Server/master/dns_zones-hosts.txt" + }, + new + { + Id = 2033, + FilterListId = 1960, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.darklist.de/raw.php" + }, + new + { + Id = 2034, + FilterListId = 1961, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/xorcan/hosts/master/xelement.txt" + }, + new + { + Id = 2035, + FilterListId = 1962, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/xorcan/hosts/master/xips.txt" + }, + new + { + Id = 2036, + FilterListId = 1963, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/Sorrow-San/9anime-adblock-filters/raw/master_with_banners/9Anime filter list" + }, + new + { + Id = 2037, + FilterListId = 1964, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAdventureTimeList.txt" + }, + new + { + Id = 2038, + FilterListId = 1964, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAdventureTimeList.txt" + }, + new + { + Id = 2039, + FilterListId = 1965, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/HaveIBeenPwnedPasteRemover.txt" + }, + new + { + Id = 2040, + FilterListId = 1965, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/HaveIBeenPwnedPasteRemover.txt" + }, + new + { + Id = 2041, + FilterListId = 1966, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/PornHubPureTrailMixExperience.txt" + }, + new + { + Id = 2042, + FilterListId = 1966, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/PornHubPureTrailMixExperience.txt" + }, + new + { + Id = 2043, + FilterListId = 1967, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AdRemovalListForUnusualAds.txt" + }, + new + { + Id = 2044, + FilterListId = 1967, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AdRemovalListForUnusualAds.txt" + }, + new + { + Id = 2045, + FilterListId = 1968, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/AdguardFilters/master/AnnoyancesFilter/sections/remains.txt" + }, + new + { + Id = 2046, + FilterListId = 1969, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/AdguardFilters/master/AnnoyancesFilter/sections/push-notifications.txt" + }, + new + { + Id = 2047, + FilterListId = 1970, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/AdguardFilters/master/AnnoyancesFilter/sections/mobile-app.txt" + }, + new + { + Id = 2048, + FilterListId = 1971, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/AdguardFilters/master/AnnoyancesFilter/sections/antiadblock.txt" + }, + new + { + Id = 2049, + FilterListId = 1972, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AdGuard Home Compilation List/AdGuardHomeCompilationListIPs.txt" + }, + new + { + Id = 2050, + FilterListId = 1972, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AdGuard Home Compilation List/AdGuardHomeCompilationListIPs.txt" + }, + new + { + Id = 2051, + FilterListId = 1973, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other domains versions/AntiAmazonListForTwitchDomains.txt" + }, + new + { + Id = 2052, + FilterListId = 1973, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other domains versions/AntiAmazonListForTwitchDomains.txt" + }, + new + { + Id = 2053, + FilterListId = 1974, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other domains versions/AntiAmazonListForTwitchHosts.txt" + }, + new + { + Id = 2054, + FilterListId = 1974, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other domains versions/AntiAmazonListForTwitchHosts.txt" + }, + new + { + Id = 2055, + FilterListId = 1975, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other domains versions/AntiF%25D1%2596%25D0%259C%2520ListDomains.txt" + }, + new + { + Id = 2056, + FilterListId = 1975, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other domains versions/AntiF%25D1%2596%25D0%259C%2520ListDomains.txt" + }, + new + { + Id = 2057, + FilterListId = 1976, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiHivemindCartoonTrashingList.txt" + }, + new + { + Id = 2058, + FilterListId = 1976, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiHivemindCartoonTrashingList.txt" + }, + new + { + Id = 2059, + FilterListId = 1977, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other domains versions/AntiHivemindCartoonTrashingListDomains.txt" + }, + new + { + Id = 2060, + FilterListId = 1977, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other domains versions/AntiHivemindCartoonTrashingListDomains.txt" + }, + new + { + Id = 2061, + FilterListId = 1978, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other domains versions/AntiStevenUniverseListDomains.txt" + }, + new + { + Id = 2062, + FilterListId = 1978, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other domains versions/AntiStevenUniverseListDomains.txt" + }, + new + { + Id = 2063, + FilterListId = 1979, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other domains versions/BrowseWebsitesWithoutLoggingInAGH.txt" + }, + new + { + Id = 2064, + FilterListId = 1979, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other domains versions/BrowseWebsitesWithoutLoggingInAGH.txt" + }, + new + { + Id = 2065, + FilterListId = 1980, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other domains versions/BrowseWebsitesWithoutLoggingInDomains.txt" + }, + new + { + Id = 2066, + FilterListId = 1980, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other domains versions/BrowseWebsitesWithoutLoggingInDomains.txt" + }, + new + { + Id = 2067, + FilterListId = 1981, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other domains versions/WikiaPureBrowsingExperienceDomains.txt" + }, + new + { + Id = 2068, + FilterListId = 1981, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other domains versions/WikiaPureBrowsingExperienceDomains.txt" + }, + new + { + Id = 2069, + FilterListId = 1983, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiSubmissiveEroticaList.txt" + }, + new + { + Id = 2070, + FilterListId = 1983, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiSubmissiveEroticaList.txt" + }, + new + { + Id = 2071, + FilterListId = 1984, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/ImgurPureImageryExperience.txt" + }, + new + { + Id = 2072, + FilterListId = 1984, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/ImgurPureImageryExperience.txt" + }, + new + { + Id = 2073, + FilterListId = 1985, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://dns.adguard.com/dns-query" + }, + new + { + Id = 2074, + FilterListId = 1985, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "tls://dns.adguard.com/" + }, + new + { + Id = 2075, + FilterListId = 1985, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "176.103.130.130" + }, + new + { + Id = 2076, + FilterListId = 1986, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://dns-family.adguard.com/dns-query" + }, + new + { + Id = 2077, + FilterListId = 1986, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "tls://dns-family.adguard.com/" + }, + new + { + Id = 2078, + FilterListId = 1986, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "176.103.130.132" + }, + new + { + Id = 2079, + FilterListId = 1987, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Sensitive lists/SayNoToRacismOnTwitch.txt" + }, + new + { + Id = 2080, + FilterListId = 1987, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Sensitive lists/SayNoToRacismOnTwitch.txt" + }, + new + { + Id = 2081, + FilterListId = 1988, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/MeWeHappyTimeFunClub.txt" + }, + new + { + Id = 2082, + FilterListId = 1988, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/MeWeHappyTimeFunClub.txt" + }, + new + { + Id = 2083, + FilterListId = 1989, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/PokémonNoGOZone.txt" + }, + new + { + Id = 2084, + FilterListId = 1989, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/PokémonNoGOZone.txt" + }, + new + { + Id = 2085, + FilterListId = 1990, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/EmptyPaddingRemover.txt" + }, + new + { + Id = 2086, + FilterListId = 1990, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/EmptyPaddingRemover.txt" + }, + new + { + Id = 2087, + FilterListId = 1991, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/JapaneseTextSoftener.txt" + }, + new + { + Id = 2088, + FilterListId = 1991, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/JapaneseTextSoftener.txt" + }, + new + { + Id = 2089, + FilterListId = 1992, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://dsi.ut-capitole.fr/blacklists/download/sect.tar.gz" + }, + new + { + Id = 2090, + FilterListId = 1993, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://dsi.ut-capitole.fr/blacklists/download/astrology.tar.gz" + }, + new + { + Id = 2091, + FilterListId = 1994, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://dsi.ut-capitole.fr/blacklists/download/shortener.tar.gz" + }, + new + { + Id = 2092, + FilterListId = 1995, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/assets/mirror/ut1-gambling.txt" + }, + new + { + Id = 2093, + FilterListId = 1996, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti g00" + }, + new + { + Id = 2094, + FilterListId = 1997, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti Third-Party HTTP" + }, + new + { + Id = 2095, + FilterListId = 1998, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti Location Tracking" + }, + new + { + Id = 2096, + FilterListId = 2000, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://someonewhocares.org/hosts/ipv6/hosts" + }, + new + { + Id = 2097, + FilterListId = 2001, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/complete/dnsmasq.conf" + }, + new + { + Id = 2098, + FilterListId = 2002, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/mini/dnsmasq.conf" + }, + new + { + Id = 2099, + FilterListId = 2003, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/dnsmasq.conf" + }, + new + { + Id = 2100, + FilterListId = 2004, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://www.accs-net.com/hosts/Downloads/hosts127001.zip" + }, + new + { + Id = 2101, + FilterListId = 2005, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/assets/mirror/ut1-cryptojacking.txt" + }, + new + { + Id = 2102, + FilterListId = 2006, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/assets/mirror/ut1-adult.txt" + }, + new + { + Id = 2103, + FilterListId = 2007, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/assets/mirror/ut1-social-networks.txt" + }, + new + { + Id = 2104, + FilterListId = 2008, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/ads.txt" + }, + new + { + Id = 2105, + FilterListId = 2009, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/crypto.txt" + }, + new + { + Id = 2106, + FilterListId = 2010, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/ransomware.txt" + }, + new + { + Id = 2107, + FilterListId = 2011, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/piracy.txt" + }, + new + { + Id = 2108, + FilterListId = 2012, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/tracking.txt" + }, + new + { + Id = 2109, + FilterListId = 2013, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/scam.txt" + }, + new + { + Id = 2110, + FilterListId = 2014, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/gambling.txt" + }, + new + { + Id = 2111, + FilterListId = 2015, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/phishing.txt" + }, + new + { + Id = 2112, + FilterListId = 2016, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/spam.txt" + }, + new + { + Id = 2113, + FilterListId = 2017, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/porn.txt" + }, + new + { + Id = 2114, + FilterListId = 2018, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/redirect.txt" + }, + new + { + Id = 2115, + FilterListId = 2022, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://ipverse.net/ipblocks/data/countries/cn.zone" + }, + new + { + Id = 2116, + FilterListId = 2023, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://ipverse.net/ipblocks/data/countries/ru.zone" + }, + new + { + Id = 2117, + FilterListId = 2024, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://ipverse.net/ipblocks/data/countries/ua.zone" + }, + new + { + Id = 2118, + FilterListId = 2025, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://ipverse.net/ipblocks/data/countries/ro.zone" + }, + new + { + Id = 2119, + FilterListId = 2026, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hblock.molinero.dev/hosts_domains.txt" + }, + new + { + Id = 2120, + FilterListId = 2027, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hblock.molinero.dev/hosts_adblock.txt" + }, + new + { + Id = 2121, + FilterListId = 2028, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/blocklistproject/Lists/master/malware.txt" + }, + new + { + Id = 2122, + FilterListId = 2029, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://ipverse.net/ipblocks/data/countries/cn-ipv6.zone" + }, + new + { + Id = 2123, + FilterListId = 2030, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://ipverse.net/ipblocks/data/countries/ru-ipv6.zone" + }, + new + { + Id = 2124, + FilterListId = 2031, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://ipverse.net/ipblocks/data/countries/ua-ipv6.zone" + }, + new + { + Id = 2125, + FilterListId = 2032, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://ipverse.net/ipblocks/data/countries/ro-ipv6.zone" + }, + new + { + Id = 2126, + FilterListId = 2033, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://block.energized.pro/assets/sources/filter/blockzilla.txt" + }, + new + { + Id = 2127, + FilterListId = 2034, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/fanboy-notifications.txt" + }, + new + { + Id = 2128, + FilterListId = 2035, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/fanboy-notifications.tpl" + }, + new + { + Id = 2129, + FilterListId = 2036, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/notracking/hosts-blocklists/master/adblock/adblock.txt" + }, + new + { + Id = 2130, + FilterListId = 2038, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dnswarden/blocklist/master/blacklist-formats/hosts" + }, + new + { + Id = 2131, + FilterListId = 2039, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dnswarden/blocklist/master/blacklist-formats/hostnames" + }, + new + { + Id = 2132, + FilterListId = 2040, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dnswarden/blocklist/master/blacklist-formats/rpz" + }, + new + { + Id = 2133, + FilterListId = 2041, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersHostsIPv6.txt" + }, + new + { + Id = 2134, + FilterListId = 2041, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersHostsIPv6.txt" + }, + new + { + Id = 2135, + FilterListId = 2042, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/deviantJUNKfilter.txt" + }, + new + { + Id = 2136, + FilterListId = 2042, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://repo.or.cz/Adblock-list-backups-Frellwits-filter-lists.git/blob_plain/refs/heads/master:/deviantJUNKfilter.txt" + }, + new + { + Id = 2137, + FilterListId = 2043, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-easylist.txt" + }, + new + { + Id = 2138, + FilterListId = 2043, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-easylist.txt" + }, + new + { + Id = 2139, + FilterListId = 2043, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://anti-ad.net/easylist.txt" + }, + new + { + Id = 2140, + FilterListId = 2044, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-domains.txt" + }, + new + { + Id = 2141, + FilterListId = 2044, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-domains.txt" + }, + new + { + Id = 2142, + FilterListId = 2044, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://anti-ad.net/domains.txt" + }, + new + { + Id = 2143, + FilterListId = 2045, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/adblock-for-dnsmasq.conf" + }, + new + { + Id = 2144, + FilterListId = 2045, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/adblock-for-dnsmasq.conf" + }, + new + { + Id = 2145, + FilterListId = 2045, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://anti-ad.net/anti-ad-for-dnsmasq.conf" + }, + new + { + Id = 2146, + FilterListId = 2046, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-surge.txt" + }, + new + { + Id = 2147, + FilterListId = 2046, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-surge.txt" + }, + new + { + Id = 2148, + FilterListId = 2046, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://anti-ad.net/surge.txt" + }, + new + { + Id = 2149, + FilterListId = 2047, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Infrastructure/common-router-ips.txt" + }, + new + { + Id = 2150, + FilterListId = 2048, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/danielmiessler/SecLists/master/IOCs/kaspersky-careto-domains.txt" + }, + new + { + Id = 2151, + FilterListId = 2049, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/danielmiessler/SecLists/master/IOCs/kaspersky-careto-C2.txt" + }, + new + { + Id = 2152, + FilterListId = 2050, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/danielmiessler/SecLists/master/Miscellaneous/dns-resolvers.txt" + }, + new + { + Id = 2153, + FilterListId = 2051, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hostfiles.frogeye.fr/firstparty-trackers.txt" + }, + new + { + Id = 2154, + FilterListId = 2052, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hostfiles.frogeye.fr/firstparty-trackers-hosts.txt" + }, + new + { + Id = 2155, + FilterListId = 2053, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hostfiles.frogeye.fr/firstparty-only-trackers.txt" + }, + new + { + Id = 2156, + FilterListId = 2054, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hostfiles.frogeye.fr/firstparty-only-trackers-hosts.txt" + }, + new + { + Id = 2157, + FilterListId = 2055, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hostfiles.frogeye.fr/multiparty-only-trackers.txt" + }, + new + { + Id = 2158, + FilterListId = 2056, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hostfiles.frogeye.fr/multiparty-only-trackers-hosts.txt" + }, + new + { + Id = 2159, + FilterListId = 2057, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nextdns/cname-cloaking-blocklist/master/domains" + }, + new + { + Id = 2160, + FilterListId = 2058, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/nextdns/piracy-blocklists/master/torrent-websites" + }, + new + { + Id = 2161, + FilterListId = 2059, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gist.githubusercontent.com/Marfjeh/97f2f049b41b3f09eabcc04004073ae3/raw/58fe3d12c4157b0bda1a2af313809597ea54bb08/torrent-trackers-host" + }, + new + { + Id = 2162, + FilterListId = 2060, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Other Formats/Extra Format 1" + }, + new + { + Id = 2163, + FilterListId = 2061, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Other Formats/Simplified Domains" + }, + new + { + Id = 2164, + FilterListId = 2062, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/deletescape/noads/master/lists/additional-rules.txt" + }, + new + { + Id = 2165, + FilterListId = 2063, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://nixnet.services/hosts.txt" + }, + new + { + Id = 2166, + FilterListId = 2064, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://adblock.any.dns.nixnet.xyz/dns-query" + }, + new + { + Id = 2167, + FilterListId = 2064, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "tls://198.251.90.89:853/" + }, + new + { + Id = 2168, + FilterListId = 2064, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "198.251.90.89" + }, + new + { + Id = 2169, + FilterListId = 2065, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/troysjanda/MyBlockLists/master/yahoocomplete.txt" + }, + new + { + Id = 2170, + FilterListId = 2067, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://ads-doh.securedns.eu/dns-query" + }, + new + { + Id = 2171, + FilterListId = 2067, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "tls://ads-dot.securedns.eu/" + }, + new + { + Id = 2172, + FilterListId = 2067, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "146.185.167.43:5443" + }, + new + { + Id = 2173, + FilterListId = 2068, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.powershellgallery.com/packages/Manage-AdBlocksOnDNSServer/" + }, + new + { + Id = 2174, + FilterListId = 2069, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "91.239.26.140" + }, + new + { + Id = 2175, + FilterListId = 2070, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://dns.noads.online/dns-query" + }, + new + { + Id = 2176, + FilterListId = 2070, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "tls://dns.noads.online:853/" + }, + new + { + Id = 2177, + FilterListId = 2070, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "167.99.241.49" + }, + new + { + Id = 2178, + FilterListId = 2071, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "46.101.91.123" + }, + new + { + Id = 2179, + FilterListId = 2072, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://sebsauvage.net/hosts/hosts" + }, + new + { + Id = 2180, + FilterListId = 2073, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://sebsauvage.net/hosts/hosts-adguard" + }, + new + { + Id = 2181, + FilterListId = 2074, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://sebsauvage.net/hosts/raw" + }, + new + { + Id = 2182, + FilterListId = 2075, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV-AGH.txt" + }, + new + { + Id = 2183, + FilterListId = 2076, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylist-cookie.tpl" + }, + new + { + Id = 2184, + FilterListId = 2077, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/durablenapkin/scamblocklist/master/adguard.txt" + }, + new + { + Id = 2185, + FilterListId = 2078, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/readthedocs-ads.txt" + }, + new + { + Id = 2186, + FilterListId = 2079, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/adguard/social-plus.txt" + }, + new + { + Id = 2187, + FilterListId = 2080, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/adguard/tracking-plus.txt" + }, + new + { + Id = 2188, + FilterListId = 2081, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/sabre-filters2.txt" + }, + new + { + Id = 2189, + FilterListId = 2082, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/blog-parts.txt" + }, + new + { + Id = 2190, + FilterListId = 2083, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/blog-parts-adult.txt" + }, + new + { + Id = 2191, + FilterListId = 2084, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/medium_mode/anti-allowlist.txt" + }, + new + { + Id = 2192, + FilterListId = 2085, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/medium_mode/dynamic-rules.txt" + }, + new + { + Id = 2193, + FilterListId = 2086, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/medium_mode/static-rules.txt" + }, + new + { + Id = 2194, + FilterListId = 2087, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-main.txt" + }, + new + { + Id = 2195, + FilterListId = 2088, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/medium_mode/dynamic-rules-mob.txt" + }, + new + { + Id = 2196, + FilterListId = 2089, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/no_gen_cosm/phhider.txt" + }, + new + { + Id = 2197, + FilterListId = 2090, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/no_gen_cosm/phhider-mob.txt" + }, + new + { + Id = 2198, + FilterListId = 2091, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-filters.txt" + }, + new + { + Id = 2199, + FilterListId = 2092, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-paranoid.txt" + }, + new + { + Id = 2200, + FilterListId = 2093, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-social.txt" + }, + new + { + Id = 2201, + FilterListId = 2094, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-annoyances.txt" + }, + new + { + Id = 2202, + FilterListId = 2095, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/280-patch.txt" + }, + new + { + Id = 2203, + FilterListId = 2099, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "185.228.168.9" + }, + new + { + Id = 2204, + FilterListId = 2099, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "185.228.169.9" + }, + new + { + Id = 2205, + FilterListId = 2099, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "2a0d:2a00:1::2" + }, + new + { + Id = 2206, + FilterListId = 2100, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Kees1958/WS3_annual_most_used_survey_blocklist/master/Top500" + }, + new + { + Id = 2207, + FilterListId = 2101, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DavidTai780/AdGuard-Home-Private-Rules/master/hosts.txt" + }, + new + { + Id = 2208, + FilterListId = 2102, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/loveqqzj/AdGuard/master/Mobile.txt" + }, + new + { + Id = 2209, + FilterListId = 2103, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crimsonphobia/etc/master/ips" + }, + new + { + Id = 2210, + FilterListId = 2104, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/banbendalao/ADgk/master/ADgk.txt" + }, + new + { + Id = 2211, + FilterListId = 2104, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.jsdelivr.net/gh/banbendalao/ADgk@latest/ADgk.txt" + }, + new + { + Id = 2212, + FilterListId = 2104, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://banbendalao.coding.net/p/adgk/d/ADgk/git/raw/master/ADgk.txt" + }, + new + { + Id = 2213, + FilterListId = 2105, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/banbendalao/ADgk/master/kill-baidu-ad.txt" + }, + new + { + Id = 2214, + FilterListId = 2105, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.jsdelivr.net/gh/banbendalao/ADgk@latest/kill-baidu-ad.txt" + }, + new + { + Id = 2215, + FilterListId = 2105, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://banbendalao.coding.net/p/adgk/d/ADgk/git/raw/master/kill-baidu-ad.txt" + }, + new + { + Id = 2216, + FilterListId = 2106, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://dns.adgk.net:4433/dns-query" + }, + new + { + Id = 2217, + FilterListId = 2106, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "tls://dns.adgk.net/" + }, + new + { + Id = 2218, + FilterListId = 2106, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "47.98.48.196" + }, + new + { + Id = 2219, + FilterListId = 2107, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "45.7.228.197" + }, + new + { + Id = 2220, + FilterListId = 2108, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "198.91.86.63" + }, + new + { + Id = 2221, + FilterListId = 2109, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitee.com/halflife/list/raw/master/ad.txt" + }, + new + { + Id = 2222, + FilterListId = 2109, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/o0HalfLife0o/list/master/ad.txt" + }, + new + { + Id = 2223, + FilterListId = 2110, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitee.com/anye1998/Adguard-List-of-personal-rules/raw/master/List-of-personal-rules.txt" + }, + new + { + Id = 2224, + FilterListId = 2111, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjx-ublock.txt" + }, + new + { + Id = 2225, + FilterListId = 2111, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitee.com/cjx82630/cjxlist/raw/master/cjx-ublock.txt" + }, + new + { + Id = 2226, + FilterListId = 2112, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GDPR 451 List.txt" + }, + new + { + Id = 2227, + FilterListId = 2112, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/GDPR 451 List.txt" + }, + new + { + Id = 2228, + FilterListId = 2113, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other domains versions/TorRedirectorList-URLRedirector.json" + }, + new + { + Id = 2229, + FilterListId = 2113, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other domains versions/TorRedirectorList-URLRedirector.json" + }, + new + { + Id = 2230, + FilterListId = 2114, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/MediaPlayerGradientRemover.txt" + }, + new + { + Id = 2231, + FilterListId = 2114, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/MediaPlayerGradientRemover.txt" + }, + new + { + Id = 2232, + FilterListId = 2115, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/indianlist+easylist.txt" + }, + new + { + Id = 2233, + FilterListId = 2117, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/indianlist+easylist.tpl" + }, + new + { + Id = 2234, + FilterListId = 2118, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/koreanlist+easylist.txt" + }, + new + { + Id = 2235, + FilterListId = 2119, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/koreanlist+easylist.tpl" + }, + new + { + Id = 2236, + FilterListId = 2120, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistportuguese+easylist.txt" + }, + new + { + Id = 2237, + FilterListId = 2121, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistportuguese+easylist.tpl" + }, + new + { + Id = 2238, + FilterListId = 2122, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/abpvn+easylist.txt" + }, + new + { + Id = 2239, + FilterListId = 2123, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/abpvn+easylist.tpl" + }, + new + { + Id = 2240, + FilterListId = 2124, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/abpindo+easylist.tpl" + }, + new + { + Id = 2241, + FilterListId = 2125, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.tpl" + }, + new + { + Id = 2242, + FilterListId = 2126, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/bitblock.tpl" + }, + new + { + Id = 2243, + FilterListId = 2127, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/bitblockext.txt" + }, + new + { + Id = 2244, + FilterListId = 2128, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/bitblockext.tpl" + }, + new + { + Id = 2245, + FilterListId = 2129, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/antinuha.txt" + }, + new + { + Id = 2246, + FilterListId = 2130, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/antinuha.tpl" + }, + new + { + Id = 2247, + FilterListId = 2131, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/cntblock.tpl" + }, + new + { + Id = 2248, + FilterListId = 2132, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hdd1013/AdBlockListSubKr/master/filter.txt" + }, + new + { + Id = 2249, + FilterListId = 2133, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dagoll/filters-list/master/dagoll-filters-list.txt" + }, + new + { + Id = 2250, + FilterListId = 2134, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/TheCardinalSystem/Cruncyroll-Filter-List/master/english.txt" + }, + new + { + Id = 2251, + FilterListId = 2135, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/radokristof/HunFakeNewsAdblockList/master/hosts" + }, + new + { + Id = 2252, + FilterListId = 2136, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/dagoll/filters-list/master/dynamic-filtering-rules.txt" + }, + new + { + Id = 2253, + FilterListId = 2137, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/AmazonFireTV.txt" + }, + new + { + Id = 2254, + FilterListId = 2138, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DariusIurca/RFNBL-Romanian-Fake-News-Block-List/master/RFNBL.txt" + }, + new + { + Id = 2255, + FilterListId = 2139, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DariusIurca/ROADBLK-EXTRA/master/ROADBLK-EXTRA.txt" + }, + new + { + Id = 2256, + FilterListId = 2140, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/dnscrypt/spy.txt" + }, + new + { + Id = 2257, + FilterListId = 2141, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/dnscrypt/update.txt" + }, + new + { + Id = 2258, + FilterListId = 2142, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/dnscrypt/extra.txt" + }, + new + { + Id = 2259, + FilterListId = 2143, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/spy/dnsmasq.conf" + }, + new + { + Id = 2260, + FilterListId = 2144, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/update/dnsmasq.conf" + }, + new + { + Id = 2261, + FilterListId = 2145, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/extra/dnsmasq.conf" + }, + new + { + Id = 2262, + FilterListId = 2146, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/firewall/spy.txt" + }, + new + { + Id = 2263, + FilterListId = 2147, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/firewall/update.txt" + }, + new + { + Id = 2264, + FilterListId = 2148, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/firewall/extra.txt" + }, + new + { + Id = 2265, + FilterListId = 2149, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistpolish+easylist.txt" + }, + new + { + Id = 2266, + FilterListId = 2150, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistpolish+easylist.tpl" + }, + new + { + Id = 2267, + FilterListId = 2151, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/newhosts-final-IPv6.hosts" + }, + new + { + Id = 2268, + FilterListId = 2152, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/newhosts-final-Dual.hosts" + }, + new + { + Id = 2269, + FilterListId = 2153, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tomzuu/blacklist-named/master/malwaredomainlist.conf" + }, + new + { + Id = 2270, + FilterListId = 2154, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/tomzuu/blacklist-named/master/cedia_justdomains.conf" + }, + new + { + Id = 2271, + FilterListId = 2155, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://abp.oisd.nl/" + }, + new + { + Id = 2272, + FilterListId = 2155, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/abp.txt" + }, + new + { + Id = 2273, + FilterListId = 2155, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/abp.txt" + }, + new + { + Id = 2274, + FilterListId = 2156, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Special security lists/IDNHomographProtectionTotal.txt" + }, + new + { + Id = 2275, + FilterListId = 2156, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special security lists/IDNHomographProtectionTotal.txt" + }, + new + { + Id = 2276, + FilterListId = 2157, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Special security lists/IDNHomographProtection-USLatinTLDsOnly.txt" + }, + new + { + Id = 2277, + FilterListId = 2157, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special security lists/IDNHomographProtection-USLatinTLDsOnly.txt" + }, + new + { + Id = 2278, + FilterListId = 2158, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Sensitive lists/EkstraBladetEroticContentRemover.txt" + }, + new + { + Id = 2279, + FilterListId = 2158, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Sensitive lists/EkstraBladetEroticContentRemover.txt" + }, + new + { + Id = 2280, + FilterListId = 2159, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://orca.pet/notonmyshift/domains.txt" + }, + new + { + Id = 2281, + FilterListId = 2160, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://bl.isx.fr/raw" + }, + new + { + Id = 2282, + FilterListId = 2161, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hg1978/AdGuard-Home-Whitelist/master/whitelist.txt" + }, + new + { + Id = 2283, + FilterListId = 2162, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/MassMove/AttackVectors/master/LocalJournals/fake-local-journals-list.txt" + }, + new + { + Id = 2284, + FilterListId = 2163, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/UndertaleRemoverForSoundCloud.txt" + }, + new + { + Id = 2285, + FilterListId = 2163, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/UndertaleRemoverForSoundCloud.txt" + }, + new + { + Id = 2289, + FilterListId = 2165, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-dnsmasq-online.conf" + }, + new + { + Id = 2290, + FilterListId = 2165, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-dnsmasq-online.conf" + }, + new + { + Id = 2291, + FilterListId = 2165, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq-online.conf" + }, + new + { + Id = 2295, + FilterListId = 2167, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-hosts-online.txt" + }, + new + { + Id = 2296, + FilterListId = 2167, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-hosts-online.txt" + }, + new + { + Id = 2297, + FilterListId = 2167, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-hosts-online.txt" + }, + new + { + Id = 2301, + FilterListId = 2169, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-bind-online.conf" + }, + new + { + Id = 2302, + FilterListId = 2169, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-bind-online.conf" + }, + new + { + Id = 2303, + FilterListId = 2169, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-bind-online.conf" + }, + new + { + Id = 2307, + FilterListId = 2171, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-unbound-online.conf" + }, + new + { + Id = 2308, + FilterListId = 2171, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-unbound-online.conf" + }, + new + { + Id = 2309, + FilterListId = 2171, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-unbound-online.conf" + }, + new + { + Id = 2310, + FilterListId = 2172, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/static/HPHosts/Hostsemd.txt" + }, + new + { + Id = 2311, + FilterListId = 2173, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/static/HPHosts/Hostsexp.txt" + }, + new + { + Id = 2312, + FilterListId = 2174, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/static/HPHosts/Hostsgrm.txt" + }, + new + { + Id = 2313, + FilterListId = 2175, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/static/HPHosts/Hostsfsa.txt" + }, + new + { + Id = 2314, + FilterListId = 2176, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/static/HPHosts/Hostsmmt.txt" + }, + new + { + Id = 2315, + FilterListId = 2177, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/static/HPHosts/Hostspha.txt" + }, + new + { + Id = 2316, + FilterListId = 2178, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://v.firebog.net/hosts/static/HPHosts/Hostspsh.txt" + }, + new + { + Id = 2317, + FilterListId = 2179, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/wolfbeast/lunarblocklist/master/list/lunar-blocklist.txt" + }, + new + { + Id = 2318, + FilterListId = 2179, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://blocklist.palemoon.org/ABL/lunar-blocklist.txt" + }, + new + { + Id = 2319, + FilterListId = 2180, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://mirai.security.gives/data/ip_list.txt" + }, + new + { + Id = 2320, + FilterListId = 2181, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stamparm/maltrail/master/trails/static/suspicious/crypto_mining.txt" + }, + new + { + Id = 2321, + FilterListId = 2182, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stamparm/maltrail/master/trails/static/suspicious/dynamic_domain.txt" + }, + new + { + Id = 2322, + FilterListId = 2183, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stamparm/maltrail/master/trails/static/suspicious/rogue_dns.txt" + }, + new + { + Id = 2323, + FilterListId = 2184, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stamparm/maltrail/master/trails/static/malicious/magentocore.txt" + }, + new + { + Id = 2324, + FilterListId = 2185, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/1_optimized.txt" + }, + new + { + Id = 2325, + FilterListId = 2186, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/4_optimized.txt" + }, + new + { + Id = 2326, + FilterListId = 2187, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/113_optimized.txt" + }, + new + { + Id = 2327, + FilterListId = 2188, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/104_optimized.txt" + }, + new + { + Id = 2328, + FilterListId = 2189, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/115_optimized.txt" + }, + new + { + Id = 2329, + FilterListId = 2190, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/118_optimized.txt" + }, + new + { + Id = 2330, + FilterListId = 2191, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/14_optimized.txt" + }, + new + { + Id = 2331, + FilterListId = 2192, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/122_optimized.txt" + }, + new + { + Id = 2332, + FilterListId = 2193, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/123_optimized.txt" + }, + new + { + Id = 2333, + FilterListId = 2194, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/213_optimized.txt" + }, + new + { + Id = 2334, + FilterListId = 2195, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bambenek/block-doh/master/doh-hosts.txt" + }, + new + { + Id = 2335, + FilterListId = 2196, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bambenek/block-doh/master/doh-ipv4.txt" + }, + new + { + Id = 2336, + FilterListId = 2197, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bambenek/block-doh/master/doh-ipv6.txt" + }, + new + { + Id = 2337, + FilterListId = 2198, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://azorult-tracker.net/api/list/domain?format=plain" + }, + new + { + Id = 2338, + FilterListId = 2199, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/10.txt" + }, + new + { + Id = 2339, + FilterListId = 2200, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/13.txt" + }, + new + { + Id = 2340, + FilterListId = 2201, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/3.txt" + }, + new + { + Id = 2341, + FilterListId = 2202, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/9.txt" + }, + new + { + Id = 2342, + FilterListId = 2203, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/4.txt" + }, + new + { + Id = 2343, + FilterListId = 2204, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/1.txt" + }, + new + { + Id = 2344, + FilterListId = 2205, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/11.txt" + }, + new + { + Id = 2345, + FilterListId = 2206, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/ios/filters/11.txt" + }, + new + { + Id = 2346, + FilterListId = 2207, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/7.txt" + }, + new + { + Id = 2347, + FilterListId = 2208, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/6.txt" + }, + new + { + Id = 2348, + FilterListId = 2209, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/5.txt" + }, + new + { + Id = 2349, + FilterListId = 2210, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/2.txt" + }, + new + { + Id = 2350, + FilterListId = 2211, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/8.txt" + }, + new + { + Id = 2351, + FilterListId = 2212, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/14.txt" + }, + new + { + Id = 2352, + FilterListId = 2213, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/16.txt" + }, + new + { + Id = 2353, + FilterListId = 2214, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/2_without_easylist.txt" + }, + new + { + Id = 2354, + FilterListId = 2215, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stamparm/aux/master/maltrail-malware-domains.txt" + }, + new + { + Id = 2355, + FilterListId = 2216, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://infosharing.cybersaiyan.it/feeds/CS-PIHOLE" + }, + new + { + Id = 2356, + FilterListId = 2217, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stamparm/ipsum/master/levels/4.txt" + }, + new + { + Id = 2357, + FilterListId = 2218, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stamparm/ipsum/master/levels/5.txt" + }, + new + { + Id = 2358, + FilterListId = 2219, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stamparm/ipsum/master/levels/6.txt" + }, + new + { + Id = 2359, + FilterListId = 2220, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAnthroCombatWaifuList.txt" + }, + new + { + Id = 2360, + FilterListId = 2220, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAnthroCombatWaifuList.txt" + }, + new + { + Id = 2361, + FilterListId = 2221, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/Enforcement/Adguard/Adblocker_Extension_Bypass_Mitigation.txt" + }, + new + { + Id = 2362, + FilterListId = 2222, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/Enforcement/Adguard/iOS_AND_WIN_Bypass_Mitigation.txt" + }, + new + { + Id = 2363, + FilterListId = 2223, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/Enforcement/uBlock Origin/Attribute Tracking %26 Bypass_Mitigation.txt" + }, + new + { + Id = 2364, + FilterListId = 2224, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/Enforcement/uBlock Origin/Behind-The-Scene_Mitigation.txt" + }, + new + { + Id = 2365, + FilterListId = 2225, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/Enforcement/uMatrix/Behind-The-Scene %26 Bypass Mitigation.txt" + }, + new + { + Id = 2366, + FilterListId = 2226, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/File_Types_Firewall/Android/Adguard/AG_AND-HTTP_Only.txt" + }, + new + { + Id = 2367, + FilterListId = 2227, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/File_Types_Firewall/Android/uBlock Origin/uBO_AND-HTTP-Only.txt" + }, + new + { + Id = 2368, + FilterListId = 2228, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/File_Types_Firewall/Windows/Adguard/AG_WIN-HTTP_Only.txt" + }, + new + { + Id = 2369, + FilterListId = 2229, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/File_Types_Firewall/Windows/uBlock Origin/uBO_WIN-HTTP-Only.txt" + }, + new + { + Id = 2370, + FilterListId = 2230, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/abpindo-minified.txt" + }, + new + { + Id = 2371, + FilterListId = 2231, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/abpvn-minified.txt" + }, + new + { + Id = 2372, + FilterListId = 2232, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/ruadlist-minified.txt" + }, + new + { + Id = 2373, + FilterListId = 2233, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/bulgarian_list-minified.txt" + }, + new + { + Id = 2374, + FilterListId = 2234, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylist-minified.txt" + }, + new + { + Id = 2375, + FilterListId = 2235, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistchina-minified.txt" + }, + new + { + Id = 2376, + FilterListId = 2236, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/customfilterlists/raw-file/default/easylistczechandslovak-minified.txt" + }, + new + { + Id = 2377, + FilterListId = 2237, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistdutch-minified.txt" + }, + new + { + Id = 2378, + FilterListId = 2238, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistgermany-minified.txt" + }, + new + { + Id = 2379, + FilterListId = 2239, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistitaly-minified.txt" + }, + new + { + Id = 2380, + FilterListId = 2240, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistlithuania-minified.txt" + }, + new + { + Id = 2381, + FilterListId = 2241, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistpolish-minified.txt" + }, + new + { + Id = 2382, + FilterListId = 2242, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistportuguese-minified.txt" + }, + new + { + Id = 2383, + FilterListId = 2243, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistspanish-minified.txt" + }, + new + { + Id = 2384, + FilterListId = 2244, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easyprivacy-minified.txt" + }, + new + { + Id = 2385, + FilterListId = 2245, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/fanboy-social-minified.txt" + }, + new + { + Id = 2386, + FilterListId = 2246, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/indianlist-minified.txt" + }, + new + { + Id = 2387, + FilterListId = 2247, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/israellist-minified.txt" + }, + new + { + Id = 2388, + FilterListId = 2248, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/latvianlist-minified.txt" + }, + new + { + Id = 2389, + FilterListId = 2249, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/customfilterlists/raw-file/default/liste_ar-minified.txt" + }, + new + { + Id = 2390, + FilterListId = 2250, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/liste_fr-minified.txt" + }, + new + { + Id = 2391, + FilterListId = 2251, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/rolist-minified.txt" + }, + new + { + Id = 2392, + FilterListId = 2252, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistchina+easylistchina_compliance+easylist.txt" + }, + new + { + Id = 2393, + FilterListId = 2253, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/abpindo-minified.tpl" + }, + new + { + Id = 2394, + FilterListId = 2254, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/abpvn-minified.tpl" + }, + new + { + Id = 2395, + FilterListId = 2255, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/ruadlist-minified.tpl" + }, + new + { + Id = 2396, + FilterListId = 2256, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/bulgarian_list-minified.tpl" + }, + new + { + Id = 2397, + FilterListId = 2257, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylist-minified.tpl" + }, + new + { + Id = 2398, + FilterListId = 2258, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistchina-minified.tpl" + }, + new + { + Id = 2399, + FilterListId = 2259, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistczechandslovak-minified.tpl" + }, + new + { + Id = 2400, + FilterListId = 2260, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistdutch-minified.tpl" + }, + new + { + Id = 2401, + FilterListId = 2261, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistgermany-minified.tpl" + }, + new + { + Id = 2402, + FilterListId = 2262, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistitaly-minified.tpl" + }, + new + { + Id = 2403, + FilterListId = 2263, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistlithuania-minified.tpl" + }, + new + { + Id = 2404, + FilterListId = 2264, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistpolish-minified.tpl" + }, + new + { + Id = 2405, + FilterListId = 2265, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistportuguese-minified.tpl" + }, + new + { + Id = 2406, + FilterListId = 2266, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistspanish-minified.tpl" + }, + new + { + Id = 2407, + FilterListId = 2267, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easyprivacy-minified.tpl" + }, + new + { + Id = 2408, + FilterListId = 2268, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/fanboy-social-minified.tpl" + }, + new + { + Id = 2409, + FilterListId = 2269, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/indianlist-minified.tpl" + }, + new + { + Id = 2410, + FilterListId = 2270, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/israellist-minified.tpl" + }, + new + { + Id = 2411, + FilterListId = 2271, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/latvianlist-minified.tpl" + }, + new + { + Id = 2412, + FilterListId = 2272, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/liste_ar-minified.tpl" + }, + new + { + Id = 2413, + FilterListId = 2273, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/liste_fr-minified.tpl" + }, + new + { + Id = 2414, + FilterListId = 2274, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/rolist-minified.tpl" + }, + new + { + Id = 2415, + FilterListId = 2275, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/easylistchina+easylistchina_compliance+easylist.tpl" + }, + new + { + Id = 2416, + FilterListId = 2276, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://sub.adtchrome.com/adt-chinalist-easylist.txt" + }, + new + { + Id = 2417, + FilterListId = 2277, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/TakoYachty/Gift-Card-Killer/master/Mega Untrusted Hosts Blocker.txt" + }, + new + { + Id = 2418, + FilterListId = 2278, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stonecrusher/filterlists-pihole/master/watchlist-internet-ph.txt" + }, + new + { + Id = 2419, + FilterListId = 2279, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://badmojr.github.io/1Hosts/complete/wildcards.txt" + }, + new + { + Id = 2420, + FilterListId = 2279, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/complete/wildcards.txt" + }, + new + { + Id = 2421, + FilterListId = 2280, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://badmojr.github.io/1Hosts/mini/wildcards.txt" + }, + new + { + Id = 2422, + FilterListId = 2280, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/mini/wildcards.txt" + }, + new + { + Id = 2423, + FilterListId = 2281, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://badmojr.github.io/1Hosts/Pro/wildcards.txt" + }, + new + { + Id = 2424, + FilterListId = 2281, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/wildcards.txt" + }, + new + { + Id = 2425, + FilterListId = 2282, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://280blocker.net/files/280blocker_domain_ag.txt" + }, + new + { + Id = 2426, + FilterListId = 2283, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Formats/GoodbyeAds-AdBlock-Filter.txt" + }, + new + { + Id = 2427, + FilterListId = 2284, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Hosts/GoodbyeAds-Ultra.txt" + }, + new + { + Id = 2428, + FilterListId = 2285, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Formats/GoodbyeAds-Ultra-AdBlock-Filter.txt" + }, + new + { + Id = 2429, + FilterListId = 2286, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersABP-Inclusion.txt" + }, + new + { + Id = 2430, + FilterListId = 2286, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersABP-Inclusion.txt" + }, + new + { + Id = 2431, + FilterListId = 2287, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiRacismList.txt" + }, + new + { + Id = 2432, + FilterListId = 2287, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiRacismList.txt" + }, + new + { + Id = 2433, + FilterListId = 2288, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/gwarser/filter-lists/master/lan-block.txt" + }, + new + { + Id = 2434, + FilterListId = 2289, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/realodix/AdBlockID/master/output/adblockid-plus.txt" + }, + new + { + Id = 2435, + FilterListId = 2290, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/llacb47/miscfilters/master/antipaywall.txt" + }, + new + { + Id = 2436, + FilterListId = 2291, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/llacb47/mischosts/master/blacklist" + }, + new + { + Id = 2437, + FilterListId = 2292, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/felixonmars/dnsmasq-china-list/master/accelerated-domains.china.conf" + }, + new + { + Id = 2438, + FilterListId = 2293, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/intr0/zuckerblock/-/raw/master/uBlockOrigin-noMoreGiphy.txt" + }, + new + { + Id = 2439, + FilterListId = 2294, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitlab.com/intr0/zuckerblock/-/raw/master/AdGuard-noMoreGiphy.txt" + }, + new + { + Id = 2440, + FilterListId = 2295, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hl2guide/DNS-Sinkhole-Lists-A2/master/typosquatting_blocklist.txt" + }, + new + { + Id = 2441, + FilterListId = 2296, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/BlackJack8/iOSAdblockList/master/iPv4Hosts.txt" + }, + new + { + Id = 2442, + FilterListId = 2297, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/BlackJack8/iOSAdblockList/master/Hosts.txt" + }, + new + { + Id = 2443, + FilterListId = 2298, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/PebbleOG/pihole-regex/master/regex.list" + }, + new + { + Id = 2444, + FilterListId = 2299, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/anthony-wang/PiHoleBlocklist/master/regex.list" + }, + new + { + Id = 2445, + FilterListId = 2300, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/anthony-wang/PiHoleBlocklist/master/hosts1.txt" + }, + new + { + Id = 2446, + FilterListId = 2301, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/revolveruk30/pihole_regex/master/regex.list" + }, + new + { + Id = 2447, + FilterListId = 2302, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/d43m0nhLInt3r/socialblocklists/master/Skype/skypeblocklist.txt" + }, + new + { + Id = 2448, + FilterListId = 2302, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/evpne/socialblocklists/master/Skype/skypeblocklist.txt" + }, + new + { + Id = 2449, + FilterListId = 2303, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/stamparm/blackbook/master/blackbook.txt" + }, + new + { + Id = 2450, + FilterListId = 2304, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://blocklist.cyberthreatcoalition.org/vetted/domain.txt" + }, + new + { + Id = 2451, + FilterListId = 2305, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/sophoslabs/covid-iocs/master/malicious_domains.txt" + }, + new + { + Id = 2452, + FilterListId = 2306, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/sophoslabs/covid-iocs/master/malware_domains.txt" + }, + new + { + Id = 2453, + FilterListId = 2307, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://managedsentinel.com/downloads/covid19_domains.txt" + }, + new + { + Id = 2454, + FilterListId = 2308, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://managedsentinel.com/downloads/covid19_ipaddresses.txt" + }, + new + { + Id = 2455, + FilterListId = 2309, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://rescure.fruxlabs.com/rescure_domain_blacklist.txt" + }, + new + { + Id = 2456, + FilterListId = 2310, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://rescure.fruxlabs.com/rescure_blacklist.txt" + }, + new + { + Id = 2457, + FilterListId = 2311, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://rescure.fruxlabs.com/covid.txt" + }, + new + { + Id = 2458, + FilterListId = 2311, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://kriskintel.com/ktip_corona.txt" + }, + new + { + Id = 2459, + FilterListId = 2312, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://kriskintel.com/ktip_maze.txt" + }, + new + { + Id = 2460, + FilterListId = 2313, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://kriskintel.com/feeds/ktip_domain_blacklist.txt" + }, + new + { + Id = 2461, + FilterListId = 2314, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://kriskintel.com/feeds/ktip_malicious_Ips.txt" + }, + new + { + Id = 2462, + FilterListId = 2315, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/NoFormatting/optimized-win.hosts" + }, + new + { + Id = 2463, + FilterListId = 2316, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/NoFormatting/optimized-win-Dual.hosts" + }, + new + { + Id = 2464, + FilterListId = 2317, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/NoFormatting/combined-flat.cidr" + }, + new + { + Id = 2465, + FilterListId = 2318, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://managedsentinel.com/downloads/covid19_url.txt" + }, + new + { + Id = 2466, + FilterListId = 2319, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://ftpihole.s3.eu-west-2.amazonaws.com/blocklists/smartphone-ads-tracking.txt" + }, + new + { + Id = 2467, + FilterListId = 2319, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ftpmorph/ftpihole/master/blocklists/smartphone-ads-tracking.txt" + }, + new + { + Id = 2468, + FilterListId = 2320, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://ftpihole.s3.eu-west-2.amazonaws.com/blocklists/xiaomi-ads-tracking.txt" + }, + new + { + Id = 2469, + FilterListId = 2320, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ftpmorph/ftpihole/master/blocklists/xiaomi-ads-tracking.txt" + }, + new + { + Id = 2470, + FilterListId = 2321, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/chromium/filters/224.txt" + }, + new + { + Id = 2471, + FilterListId = 2322, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://filters.adtidy.org/extension/ublock/filters/224.txt" + }, + new + { + Id = 2472, + FilterListId = 2323, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter.txt" + }, + new + { + Id = 2473, + FilterListId = 2323, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/phishing-filter/master/dist/phishing-filter.txt" + }, + new + { + Id = 2474, + FilterListId = 2323, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter.txt" + }, + new + { + Id = 2475, + FilterListId = 2324, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-domains.txt" + }, + new + { + Id = 2476, + FilterListId = 2324, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/phishing-filter/master/phishing-filter-domains.txt" + }, + new + { + Id = 2477, + FilterListId = 2324, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter-domains.txt" + }, + new + { + Id = 2478, + FilterListId = 2325, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-dnsmasq.conf" + }, + new + { + Id = 2479, + FilterListId = 2325, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/phishing-filter/master/dist/phishing-filter-dnsmasq.conf" + }, + new + { + Id = 2480, + FilterListId = 2325, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter-dnsmasq.conf" + }, + new + { + Id = 2481, + FilterListId = 2326, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-hosts.txt" + }, + new + { + Id = 2482, + FilterListId = 2326, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/phishing-filter/master/dist/phishing-filter-hosts.txt" + }, + new + { + Id = 2483, + FilterListId = 2326, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter-hosts.txt" + }, + new + { + Id = 2484, + FilterListId = 2327, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-bind.conf" + }, + new + { + Id = 2485, + FilterListId = 2327, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/phishing-filter/master/dist/phishing-filter-bind.conf" + }, + new + { + Id = 2486, + FilterListId = 2327, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter-bind.conf" + }, + new + { + Id = 2487, + FilterListId = 2328, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-unbound.conf" + }, + new + { + Id = 2488, + FilterListId = 2328, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.statically.io/gl/curben/phishing-filter/master/dist/phishing-filter-unbound.conf" + }, + new + { + Id = 2489, + FilterListId = 2328, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter-unbound.conf" + }, + new + { + Id = 2490, + FilterListId = 2329, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/infinitytec/blocklists/master/adfilters.txt" + }, + new + { + Id = 2491, + FilterListId = 2330, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://github.com/infinitytec/blocklists/raw/master/annoyances.txt" + }, + new + { + Id = 2492, + FilterListId = 2331, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://github.com/infinitytec/blocklists/raw/master/medicalpseudoscience.txt" + }, + new + { + Id = 2493, + FilterListId = 2332, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/Anifltrs.txt" + }, + new + { + Id = 2494, + FilterListId = 2333, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/MAL-Sync UI.txt" + }, + new + { + Id = 2495, + FilterListId = 2334, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/Anifiltrs Main/Anifiltrs extra-main.txt" + }, + new + { + Id = 2496, + FilterListId = 2335, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/Anifiltrs Main/Anifiltrs main.txt" + }, + new + { + Id = 2497, + FilterListId = 2336, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/Anifiltrs — skeletonise.txt" + }, + new + { + Id = 2498, + FilterListId = 2337, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/Anifiltrs — skeletonise extra.txt" + }, + new + { + Id = 2499, + FilterListId = 2338, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/L33Tech/uLists/master/Lists/L33TAIO.uBl" + }, + new + { + Id = 2500, + FilterListId = 2339, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/L33Tech/uLists/master/Forks/StopModReposts.uBl" + }, + new + { + Id = 2501, + FilterListId = 2340, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-smartdns.conf" + }, + new + { + Id = 2502, + FilterListId = 2340, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-smartdns.conf" + }, + new + { + Id = 2503, + FilterListId = 2340, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "https://anti-ad.net/anti-ad-for-smartdns.conf" + }, + new + { + Id = 2504, + FilterListId = 2341, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "66.66.23.98" + }, + new + { + Id = 2505, + FilterListId = 2342, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/rules.txt" + }, + new + { + Id = 2506, + FilterListId = 2343, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exceptions.txt" + }, + new + { + Id = 2507, + FilterListId = 2344, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.eff.org/files/effdntlist.txt" + }, + new + { + Id = 2508, + FilterListId = 2345, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/filter" + }, + new + { + Id = 2509, + FilterListId = 2346, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/domains.txt" + }, + new + { + Id = 2510, + FilterListId = 2347, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/dnsmasq.conf" + }, + new + { + Id = 2511, + FilterListId = 2348, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/dnsmasq-ipv6.conf" + }, + new + { + Id = 2512, + FilterListId = 2349, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/unbound.conf" + }, + new + { + Id = 2513, + FilterListId = 2350, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/rpz.txt" + }, + new + { + Id = 2514, + FilterListId = 2351, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/pdnsf.txt" + }, + new + { + Id = 2515, + FilterListId = 2352, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://www.smartadblock.co.uk/filters/sabfilter.txt" + }, + new + { + Id = 2516, + FilterListId = 2353, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/jdlingyu/ad-wars/master/sha_ad_hosts" + }, + new + { + Id = 2517, + FilterListId = 2354, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Ultimate-Hosts-Blacklist/whitelist/master/domains.list" + }, + new + { + Id = 2518, + FilterListId = 2355, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/notracking/hosts-blocklists-scripts/master/hostnames.whitelist.txt" + }, + new + { + Id = 2519, + FilterListId = 2356, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlock" + }, + new + { + Id = 2520, + FilterListId = 2357, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlockLite" + }, + new + { + Id = 2521, + FilterListId = 2358, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdList" + }, + new + { + Id = 2522, + FilterListId = 2359, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdListLite" + }, + new + { + Id = 2523, + FilterListId = 2360, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlock-dnsmasq" + }, + new + { + Id = 2524, + FilterListId = 2361, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlockLite-dnsmasq" + }, + new + { + Id = 2525, + FilterListId = 2362, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdAllowlist" + }, + new + { + Id = 2526, + FilterListId = 2363, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/examplecode/ad-rules-for-xbrowser/master/core-rule-cn.txt" + }, + new + { + Id = 2527, + FilterListId = 2364, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ilpl/ad-hosts/master/hosts" + }, + new + { + Id = 2528, + FilterListId = 2365, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://gitee.com/damengzhudamengzhu/guanggaoguolv/raw/master/jiekouAD.txt" + }, + new + { + Id = 2529, + FilterListId = 2366, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/FalukorvList.txt" + }, + new + { + Id = 2530, + FilterListId = 2366, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/FalukorvList.txt" + }, + new + { + Id = 2531, + FilterListId = 2367, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://blokada.org/blocklists/ddgtrackerradar/standard/hosts.txt" + }, + new + { + Id = 2532, + FilterListId = 2368, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/reject-list.txt" + }, + new + { + Id = 2533, + FilterListId = 2369, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiKpopSpammersTwitter.txt" + }, + new + { + Id = 2534, + FilterListId = 2369, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiKpopSpammersTwitter.txt" + }, + new + { + Id = 2535, + FilterListId = 2370, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Goooler/1024_hosts/master/hosts" + }, + new + { + Id = 2536, + FilterListId = 2371, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/adbyby/xwhyc-rules/master/lazy.txt" + }, + new + { + Id = 2537, + FilterListId = 2372, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/privacy-protection-tools/dead-horse/master/anti-ad-white-list.txt" + }, + new + { + Id = 2538, + FilterListId = 2373, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAdoptablesList.txt" + }, + new + { + Id = 2539, + FilterListId = 2373, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAdoptablesList.txt" + }, + new + { + Id = 2540, + FilterListId = 2374, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianCashbackAssistantReborn.txt" + }, + new + { + Id = 2541, + FilterListId = 2374, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianCashbackAssistantReborn.txt" + }, + new + { + Id = 2542, + FilterListId = 2375, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiNonNewsList.txt" + }, + new + { + Id = 2543, + FilterListId = 2375, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiNonNewsList.txt" + }, + new + { + Id = 2544, + FilterListId = 2376, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiBadCapitalismList.txt" + }, + new + { + Id = 2545, + FilterListId = 2376, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiBadCapitalismList.txt" + }, + new + { + Id = 2546, + FilterListId = 2377, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/dandelion_sprouts_nordic_filters+easylist.txt" + }, + new + { + Id = 2547, + FilterListId = 2378, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/dandelion_sprouts_nordic_filters+easylist.tpl" + }, + new + { + Id = 2548, + FilterListId = 2379, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://doh1.blahdns.com/dns-query" + }, + new + { + Id = 2549, + FilterListId = 2379, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "tls://95.216.212.177:853/" + }, + new + { + Id = 2550, + FilterListId = 2379, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "95.216.212.177" + }, + new + { + Id = 2551, + FilterListId = 2380, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/surge.conf" + }, + new + { + Id = 2552, + FilterListId = 2380, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://git.qvq.network/googlehosts/hosts/raw/master/hosts-files/surge.conf" + }, + new + { + Id = 2553, + FilterListId = 2381, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/dnsmasq.conf" + }, + new + { + Id = 2554, + FilterListId = 2381, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://git.qvq.network/googlehosts/hosts/raw/master/hosts-files/dnsmasq.conf" + }, + new + { + Id = 2555, + FilterListId = 2382, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/abp_light.txt" + }, + new + { + Id = 2556, + FilterListId = 2382, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/abp_light.txt" + }, + new + { + Id = 2557, + FilterListId = 2383, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dblw.txt" + }, + new + { + Id = 2558, + FilterListId = 2383, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dblw.txt" + }, + new + { + Id = 2559, + FilterListId = 2384, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dblw_light.txt" + }, + new + { + Id = 2560, + FilterListId = 2384, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dblw_light.txt" + }, + new + { + Id = 2561, + FilterListId = 2385, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dnsmasq.txt" + }, + new + { + Id = 2562, + FilterListId = 2385, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dnsmasq.txt" + }, + new + { + Id = 2563, + FilterListId = 2386, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dnsmasq_light.txt" + }, + new + { + Id = 2564, + FilterListId = 2386, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dnsmasq_light.txt" + }, + new + { + Id = 2565, + FilterListId = 2387, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/fanboy-anticomments.txt" + }, + new + { + Id = 2566, + FilterListId = 2388, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://blacklists.ntop.org/blacklist-hostnames.txt" + }, + new + { + Id = 2567, + FilterListId = 2389, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://blacklists.ntop.org/adblocker-hostnames.txt" + }, + new + { + Id = 2568, + FilterListId = 2390, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "http://blacklists.ntop.org/blacklist-ip.txt" + }, + new + { + Id = 2569, + FilterListId = 2391, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti Nightcore" + }, + new + { + Id = 2570, + FilterListId = 2392, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/hufilter/hufilter/master/hufilter-dns.txt" + }, + new + { + Id = 2571, + FilterListId = 2393, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://security.cloudflare-dns.com/dns-query" + }, + new + { + Id = 2572, + FilterListId = 2393, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "1.1.1.2" + }, + new + { + Id = 2573, + FilterListId = 2393, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "1.0.0.2" + }, + new + { + Id = 2574, + FilterListId = 2394, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://family.cloudflare-dns.com/dns-query" + }, + new + { + Id = 2575, + FilterListId = 2394, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "1.1.1.3" + }, + new + { + Id = 2576, + FilterListId = 2394, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "1.0.0.3" + }, + new + { + Id = 2577, + FilterListId = 2395, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "156.154.70.2" + }, + new + { + Id = 2578, + FilterListId = 2395, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "156.154.71.2" + }, + new + { + Id = 2579, + FilterListId = 2395, + Primariness = (short)3, + SegmentNumber = (short)0, + Url = "2610:a1:1018::2" + }, + new + { + Id = 2580, + FilterListId = 198, + Primariness = (short)4, + SegmentNumber = (short)0, + Url = "https://gitlab.com/ABPindo/indonesianadblockrules/raw/master/subscriptions/abpindo.txt" + }, + new + { + Id = 2581, + FilterListId = 2396, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/HttpsExclusions/master/exclusions/banks.txt" + }, + new + { + Id = 2582, + FilterListId = 2397, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/HttpsExclusions/master/exclusions/sensitive.txt" + }, + new + { + Id = 2583, + FilterListId = 2398, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/HttpsExclusions/master/exclusions/issues.txt" + }, + new + { + Id = 2584, + FilterListId = 2399, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/HttpsExclusions/master/exclusions/windows.txt" + }, + new + { + Id = 2585, + FilterListId = 2400, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/HttpsExclusions/master/exclusions/mac.txt" + }, + new + { + Id = 2586, + FilterListId = 2401, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/HttpsExclusions/master/exclusions/android.txt" + }, + new + { + Id = 2587, + FilterListId = 2402, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/HttpsExclusions/master/exclusions/firefox.txt" + }, + new + { + Id = 2588, + FilterListId = 2403, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList alternate versions/NordicFiltersDomainsAllowlist.txt" + }, + new + { + Id = 2589, + FilterListId = 2403, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList alternate versions/NordicFiltersDomainsAllowlist.txt" + }, + new + { + Id = 2590, + FilterListId = 2404, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiPorkMeatOnRestaurantMenusList.txt" + }, + new + { + Id = 2591, + FilterListId = 2404, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiPorkMeatOnRestaurantMenusList.txt" + }, + new + { + Id = 2592, + FilterListId = 2406, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Special security lists/DummyList.txt" + }, + new + { + Id = 2593, + FilterListId = 2406, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special security lists/DummyList.txt" + }, + new + { + Id = 2594, + FilterListId = 2405, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/Swedish-List-for-Adblock-Plus/main/Swedish List for Adblock Plus.txt" + }, + new + { + Id = 2595, + FilterListId = 214, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt" + }, + new + { + Id = 2596, + FilterListId = 566, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt" + }, + new + { + Id = 2597, + FilterListId = 2407, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/antiadblockfilters/raw-file/tip/antiadblockfilters/antiadblock_english.txt" + }, + new + { + Id = 2598, + FilterListId = 2408, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/antiadblockfilters/raw-file/tip/antiadblockfilters/antiadblock_french.txt" + }, + new + { + Id = 2599, + FilterListId = 2409, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://hg.adblockplus.org/antiadblockfilters/raw-file/tip/antiadblockfilters/antiadblock_russian.txt" + }, + new + { + Id = 2600, + FilterListId = 2410, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiSnowMarketingList.txt" + }, + new + { + Id = 2601, + FilterListId = 2411, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/pexcn/daily/gh-pages/adlist/adlist.txt" + }, + new + { + Id = 2602, + FilterListId = 2412, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/pexcn/daily/gh-pages/adblock/adblock.conf" + }, + new + { + Id = 2603, + FilterListId = 2413, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/pexcn/daily/gh-pages/shadowrocket/gfwlist.conf" + }, + new + { + Id = 2604, + FilterListId = 2414, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/pexcn/daily/gh-pages/shadowrocket/whitelist.conf" + }, + new + { + Id = 2605, + FilterListId = 2415, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/pexcn/daily/gh-pages/trackerlist/trackerlist.txt" + }, + new + { + Id = 2606, + FilterListId = 2416, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/pexcn/daily/gh-pages/ublacklist/ublacklist.txt" + }, + new + { + Id = 2607, + FilterListId = 2417, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/pexcn/daily/gh-pages/chnroute/chnroute.txt" + }, + new + { + Id = 2608, + FilterListId = 2418, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/pexcn/daily/gh-pages/chnroute/chnroute-v6.txt" + }, + new + { + Id = 2609, + FilterListId = 2419, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-agh-online.txt" + }, + new + { + Id = 2610, + FilterListId = 2420, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-ag-online.txt" + }, + new + { + Id = 2611, + FilterListId = 2421, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-vivaldi-online.txt" + }, + new + { + Id = 2612, + FilterListId = 2422, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-agh.txt" + }, + new + { + Id = 2613, + FilterListId = 2423, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-ag.txt" + }, + new + { + Id = 2614, + FilterListId = 2424, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-vivaldi.txt" + }, + new + { + Id = 2615, + FilterListId = 1985, + Primariness = (short)4, + SegmentNumber = (short)0, + Url = "176.103.130.131" + }, + new + { + Id = 2616, + FilterListId = 1985, + Primariness = (short)5, + SegmentNumber = (short)0, + Url = "2a00:5a60::ad1:0ff" + }, + new + { + Id = 2617, + FilterListId = 1985, + Primariness = (short)6, + SegmentNumber = (short)0, + Url = "2a00:5a60::ad2:0ff" + }, + new + { + Id = 2618, + FilterListId = 1986, + Primariness = (short)4, + SegmentNumber = (short)0, + Url = "176.103.130.134" + }, + new + { + Id = 2619, + FilterListId = 1986, + Primariness = (short)5, + SegmentNumber = (short)0, + Url = "2a00:5a60::bad1:0ff" + }, + new + { + Id = 2620, + FilterListId = 1986, + Primariness = (short)6, + SegmentNumber = (short)0, + Url = "2a00:5a60::bad2:0ff" + }, + new + { + Id = 2621, + FilterListId = 2425, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AdGuard Home Compilation List/AdGuardHomeCompilationList-Notifications.txt" + }, + new + { + Id = 2622, + FilterListId = 2425, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/-/raw/master/AdGuard Home Compilation List/AdGuardHomeCompilationList-Notifications.txt" + }, + new + { + Id = 2623, + FilterListId = 2427, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exclusions.txt" + }, + new + { + Id = 2624, + FilterListId = 2428, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiGachaAndKnockoffGamesList.txt" + }, + new + { + Id = 2625, + FilterListId = 2428, + Primariness = (short)2, + SegmentNumber = (short)0, + Url = "https://gitlab.com/DandelionSprout/adfilt/-/raw/master/AntiGachaAndKnockoffGamesList.txt" + }, + new + { + Id = 2626, + FilterListId = 2426, + Primariness = (short)1, + SegmentNumber = (short)0, + Url = "https://raw.githubusercontent.com/rimu/no-qanon/master/etc_hosts.txt" + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Fork", b => + { + b.Property("UpstreamFilterListId") + .HasColumnType("integer"); + + b.Property("ForkFilterListId") + .HasColumnType("integer"); + + b.HasKey("UpstreamFilterListId", "ForkFilterListId"); + + b.HasIndex("ForkFilterListId"); + + b.ToTable("Forks"); + + b.HasData( + new + { + UpstreamFilterListId = 12, + ForkFilterListId = 350 + }, + new + { + UpstreamFilterListId = 16, + ForkFilterListId = 563 + }, + new + { + UpstreamFilterListId = 59, + ForkFilterListId = 16 + }, + new + { + UpstreamFilterListId = 99, + ForkFilterListId = 16 + }, + new + { + UpstreamFilterListId = 258, + ForkFilterListId = 158 + }, + new + { + UpstreamFilterListId = 262, + ForkFilterListId = 163 + }, + new + { + UpstreamFilterListId = 278, + ForkFilterListId = 16 + }, + new + { + UpstreamFilterListId = 293, + ForkFilterListId = 164 + }, + new + { + UpstreamFilterListId = 295, + ForkFilterListId = 167 + }, + new + { + UpstreamFilterListId = 301, + ForkFilterListId = 166 + }, + new + { + UpstreamFilterListId = 301, + ForkFilterListId = 565 + }, + new + { + UpstreamFilterListId = 311, + ForkFilterListId = 312 + }, + new + { + UpstreamFilterListId = 311, + ForkFilterListId = 313 + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Language", b => + { + b.Property("Iso6391") + .HasColumnType("character(2)") + .IsFixedLength(true) + .HasMaxLength(2); + + b.Property("Name") + .IsRequired() + .HasColumnType("text"); + + b.HasKey("Iso6391"); + + b.ToTable("Languages"); + + b.HasData( + new + { + Iso6391 = "aa", + Name = "Afar" + }, + new + { + Iso6391 = "ab", + Name = "Abkhaz" + }, + new + { + Iso6391 = "ae", + Name = "Avestan" + }, + new + { + Iso6391 = "af", + Name = "Afrikaans" + }, + new + { + Iso6391 = "ak", + Name = "Akan" + }, + new + { + Iso6391 = "am", + Name = "Amharic" + }, + new + { + Iso6391 = "an", + Name = "Aragonese" + }, + new + { + Iso6391 = "ar", + Name = "Arabic" + }, + new + { + Iso6391 = "as", + Name = "Assamese" + }, + new + { + Iso6391 = "av", + Name = "Avaric" + }, + new + { + Iso6391 = "ay", + Name = "Aymara" + }, + new + { + Iso6391 = "az", + Name = "Azerbaijani" + }, + new + { + Iso6391 = "ba", + Name = "Bashkir" + }, + new + { + Iso6391 = "be", + Name = "Belarusian" + }, + new + { + Iso6391 = "bg", + Name = "Bulgarian" + }, + new + { + Iso6391 = "bh", + Name = "Bihari" + }, + new + { + Iso6391 = "bi", + Name = "Bislama" + }, + new + { + Iso6391 = "bm", + Name = "Bambara" + }, + new + { + Iso6391 = "bn", + Name = "Bengali" + }, + new + { + Iso6391 = "bo", + Name = "Tibetan Standard" + }, + new + { + Iso6391 = "br", + Name = "Breton" + }, + new + { + Iso6391 = "ca", + Name = "Catalan" + }, + new + { + Iso6391 = "ce", + Name = "Chechen" + }, + new + { + Iso6391 = "ch", + Name = "Chamorro" + }, + new + { + Iso6391 = "co", + Name = "Corsican" + }, + new + { + Iso6391 = "cr", + Name = "Cree" + }, + new + { + Iso6391 = "cs", + Name = "Czech" + }, + new + { + Iso6391 = "cu", + Name = "Old Church Slavonic" + }, + new + { + Iso6391 = "cv", + Name = "Chuvash" + }, + new + { + Iso6391 = "cy", + Name = "Welsh" + }, + new + { + Iso6391 = "da", + Name = "Danish" + }, + new + { + Iso6391 = "de", + Name = "German" + }, + new + { + Iso6391 = "dv", + Name = "Divehi" + }, + new + { + Iso6391 = "dz", + Name = "Dzongkha" + }, + new + { + Iso6391 = "ee", + Name = "Ewe" + }, + new + { + Iso6391 = "el", + Name = "Greek" + }, + new + { + Iso6391 = "en", + Name = "English" + }, + new + { + Iso6391 = "eo", + Name = "Esperanto" + }, + new + { + Iso6391 = "es", + Name = "Spanish" + }, + new + { + Iso6391 = "et", + Name = "Estonian" + }, + new + { + Iso6391 = "eu", + Name = "Basque" + }, + new + { + Iso6391 = "fa", + Name = "Persian" + }, + new + { + Iso6391 = "ff", + Name = "Fula" + }, + new + { + Iso6391 = "fi", + Name = "Finnish" + }, + new + { + Iso6391 = "fj", + Name = "Fijian" + }, + new + { + Iso6391 = "fo", + Name = "Faroese" + }, + new + { + Iso6391 = "fr", + Name = "French" + }, + new + { + Iso6391 = "fy", + Name = "Western Frisian" + }, + new + { + Iso6391 = "ga", + Name = "Irish" + }, + new + { + Iso6391 = "gd", + Name = "Scottish Gaelic" + }, + new + { + Iso6391 = "gl", + Name = "Galician" + }, + new + { + Iso6391 = "gn", + Name = "Guaraní" + }, + new + { + Iso6391 = "gu", + Name = "Gujarati" + }, + new + { + Iso6391 = "gv", + Name = "Manx" + }, + new + { + Iso6391 = "ha", + Name = "Hausa" + }, + new + { + Iso6391 = "he", + Name = "Hebrew" + }, + new + { + Iso6391 = "hi", + Name = "Hindi" + }, + new + { + Iso6391 = "ho", + Name = "Hiri Motu" + }, + new + { + Iso6391 = "ht", + Name = "Haitian" + }, + new + { + Iso6391 = "hu", + Name = "Hungarian" + }, + new + { + Iso6391 = "hy", + Name = "Armenian" + }, + new + { + Iso6391 = "hz", + Name = "Herero" + }, + new + { + Iso6391 = "ia", + Name = "Interlingua" + }, + new + { + Iso6391 = "id", + Name = "Indonesian" + }, + new + { + Iso6391 = "ie", + Name = "Interlingue" + }, + new + { + Iso6391 = "ig", + Name = "Igbo" + }, + new + { + Iso6391 = "ii", + Name = "Nuosu" + }, + new + { + Iso6391 = "ik", + Name = "Inupiaq" + }, + new + { + Iso6391 = "io", + Name = "Ido" + }, + new + { + Iso6391 = "is", + Name = "Icelandic" + }, + new + { + Iso6391 = "it", + Name = "Italian" + }, + new + { + Iso6391 = "iu", + Name = "Inuktitut" + }, + new + { + Iso6391 = "ja", + Name = "Japanese" + }, + new + { + Iso6391 = "jv", + Name = "Javanese" + }, + new + { + Iso6391 = "ka", + Name = "Georgian" + }, + new + { + Iso6391 = "kg", + Name = "Kongo" + }, + new + { + Iso6391 = "ki", + Name = "Kikuyu" + }, + new + { + Iso6391 = "kj", + Name = "Kwanyama" + }, + new + { + Iso6391 = "kk", + Name = "Kazakh" + }, + new + { + Iso6391 = "kl", + Name = "Kalaallisut" + }, + new + { + Iso6391 = "km", + Name = "Khmer" + }, + new + { + Iso6391 = "kn", + Name = "Kannada" + }, + new + { + Iso6391 = "ko", + Name = "Korean" + }, + new + { + Iso6391 = "kr", + Name = "Kanuri" + }, + new + { + Iso6391 = "ks", + Name = "Kashmiri" + }, + new + { + Iso6391 = "ku", + Name = "Kurdish" + }, + new + { + Iso6391 = "kv", + Name = "Komi" + }, + new + { + Iso6391 = "kw", + Name = "Cornish" + }, + new + { + Iso6391 = "ky", + Name = "Kyrgyz" + }, + new + { + Iso6391 = "la", + Name = "Latin" + }, + new + { + Iso6391 = "lb", + Name = "Luxembourgish" + }, + new + { + Iso6391 = "lg", + Name = "Ganda" + }, + new + { + Iso6391 = "li", + Name = "Limburgish" + }, + new + { + Iso6391 = "ln", + Name = "Lingala" + }, + new + { + Iso6391 = "lo", + Name = "Lao" + }, + new + { + Iso6391 = "lt", + Name = "Lithuanian" + }, + new + { + Iso6391 = "lu", + Name = "Luba-Katanga" + }, + new + { + Iso6391 = "lv", + Name = "Latvian" + }, + new + { + Iso6391 = "mg", + Name = "Malagasy" + }, + new + { + Iso6391 = "mh", + Name = "Marshallese" + }, + new + { + Iso6391 = "mi", + Name = "Māori" + }, + new + { + Iso6391 = "mk", + Name = "Macedonian" + }, + new + { + Iso6391 = "ml", + Name = "Malayalam" + }, + new + { + Iso6391 = "mn", + Name = "Mongolian" + }, + new + { + Iso6391 = "mr", + Name = "Marathi" + }, + new + { + Iso6391 = "ms", + Name = "Malay" + }, + new + { + Iso6391 = "mt", + Name = "Maltese" + }, + new + { + Iso6391 = "my", + Name = "Burmese" + }, + new + { + Iso6391 = "na", + Name = "Nauru" + }, + new + { + Iso6391 = "nd", + Name = "Northern Ndebele" + }, + new + { + Iso6391 = "ne", + Name = "Nepali" + }, + new + { + Iso6391 = "ng", + Name = "Ndonga" + }, + new + { + Iso6391 = "nl", + Name = "Dutch" + }, + new + { + Iso6391 = "no", + Name = "Norwegian" + }, + new + { + Iso6391 = "nr", + Name = "Southern Ndebele" + }, + new + { + Iso6391 = "nv", + Name = "Navajo" + }, + new + { + Iso6391 = "ny", + Name = "Chichewa" + }, + new + { + Iso6391 = "oc", + Name = "Occitan" + }, + new + { + Iso6391 = "oj", + Name = "Ojibwe" + }, + new + { + Iso6391 = "om", + Name = "Oromo" + }, + new + { + Iso6391 = "or", + Name = "Oriya" + }, + new + { + Iso6391 = "os", + Name = "Ossetian" + }, + new + { + Iso6391 = "pa", + Name = "Panjabi" + }, + new + { + Iso6391 = "pi", + Name = "Pāli" + }, + new + { + Iso6391 = "pl", + Name = "Polish" + }, + new + { + Iso6391 = "ps", + Name = "Pashto" + }, + new + { + Iso6391 = "pt", + Name = "Portuguese" + }, + new + { + Iso6391 = "qu", + Name = "Quechua" + }, + new + { + Iso6391 = "rm", + Name = "Romansh" + }, + new + { + Iso6391 = "rn", + Name = "Kirundi" + }, + new + { + Iso6391 = "ro", + Name = "Romanian" + }, + new + { + Iso6391 = "ru", + Name = "Russian" + }, + new + { + Iso6391 = "rw", + Name = "Kinyarwanda" + }, + new + { + Iso6391 = "sa", + Name = "Sanskrit" + }, + new + { + Iso6391 = "sc", + Name = "Sardinian" + }, + new + { + Iso6391 = "sd", + Name = "Sindhi" + }, + new + { + Iso6391 = "se", + Name = "Northern Sami" + }, + new + { + Iso6391 = "sg", + Name = "Sango" + }, + new + { + Iso6391 = "sh", + Name = "Serbo-Croatian" + }, + new + { + Iso6391 = "si", + Name = "Sinhala" + }, + new + { + Iso6391 = "sk", + Name = "Slovak" + }, + new + { + Iso6391 = "sl", + Name = "Slovene" + }, + new + { + Iso6391 = "sm", + Name = "Samoan" + }, + new + { + Iso6391 = "sn", + Name = "Shona" + }, + new + { + Iso6391 = "so", + Name = "Somali" + }, + new + { + Iso6391 = "sq", + Name = "Albanian" + }, + new + { + Iso6391 = "ss", + Name = "Swati" + }, + new + { + Iso6391 = "st", + Name = "Southern Sotho" + }, + new + { + Iso6391 = "su", + Name = "Sundanese" + }, + new + { + Iso6391 = "sv", + Name = "Swedish" + }, + new + { + Iso6391 = "sw", + Name = "Swahili" + }, + new + { + Iso6391 = "ta", + Name = "Tamil" + }, + new + { + Iso6391 = "te", + Name = "Telugu" + }, + new + { + Iso6391 = "tg", + Name = "Tajik" + }, + new + { + Iso6391 = "th", + Name = "Thai" + }, + new + { + Iso6391 = "ti", + Name = "Tigrinya" + }, + new + { + Iso6391 = "tk", + Name = "Turkmen" + }, + new + { + Iso6391 = "tl", + Name = "Tagalog" + }, + new + { + Iso6391 = "tn", + Name = "Tswana" + }, + new + { + Iso6391 = "to", + Name = "Tonga" + }, + new + { + Iso6391 = "tr", + Name = "Turkish" + }, + new + { + Iso6391 = "ts", + Name = "Tsonga" + }, + new + { + Iso6391 = "tt", + Name = "Tatar" + }, + new + { + Iso6391 = "tw", + Name = "Twi" + }, + new + { + Iso6391 = "ty", + Name = "Tahitian" + }, + new + { + Iso6391 = "ug", + Name = "Uyghur" + }, + new + { + Iso6391 = "uk", + Name = "Ukrainian" + }, + new + { + Iso6391 = "ur", + Name = "Urdu" + }, + new + { + Iso6391 = "uz", + Name = "Uzbek" + }, + new + { + Iso6391 = "ve", + Name = "Venda" + }, + new + { + Iso6391 = "vi", + Name = "Vietnamese" + }, + new + { + Iso6391 = "vo", + Name = "Volapük" + }, + new + { + Iso6391 = "wa", + Name = "Walloon" + }, + new + { + Iso6391 = "wo", + Name = "Wolof" + }, + new + { + Iso6391 = "xh", + Name = "Xhosa" + }, + new + { + Iso6391 = "yi", + Name = "Yiddish" + }, + new + { + Iso6391 = "yo", + Name = "Yoruba" + }, + new + { + Iso6391 = "za", + Name = "Zhuang" + }, + new + { + Iso6391 = "zh", + Name = "Chinese" + }, + new + { + Iso6391 = "zu", + Name = "Zulu" + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.License", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn); + + b.Property("Name") + .IsRequired() + .HasColumnType("text"); + + b.Property("PermitsCommercialUse") + .HasColumnType("boolean"); + + b.Property("PermitsDistribution") + .HasColumnType("boolean"); + + b.Property("PermitsModification") + .HasColumnType("boolean"); + + b.Property("Url") + .HasColumnType("text"); + + b.HasKey("Id"); + + b.ToTable("Licenses"); + + b.HasData( + new + { + Id = 1, + Name = "CC BY-NC-ND 4.0", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = false, + Url = "https://creativecommons.org/licenses/by-nc-nd/4.0/" + }, + new + { + Id = 2, + Name = "The MIT License", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://opensource.org/licenses/MIT" + }, + new + { + Id = 3, + Name = "Restricted", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = false + }, + new + { + Id = 4, + Name = "GPLv3", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://www.gnu.org/licenses/gpl-3.0.en.html" + }, + new + { + Id = 5, + Name = "All Rights Reserved", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = false, + Url = "https://en.wikipedia.org/wiki/All_rights_reserved" + }, + new + { + Id = 6, + Name = "CC BY-NC-SA 3.0", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://creativecommons.org/licenses/by-nc-sa/3.0/" + }, + new + { + Id = 7, + Name = "Permissive", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true + }, + new + { + Id = 8, + Name = "CC BY-SA 4.0", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://creativecommons.org/licenses/by-sa/4.0/" + }, + new + { + Id = 9, + Name = "CC BY-NC-SA 4.0", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://creativecommons.org/licenses/by-nc-sa/4.0/" + }, + new + { + Id = 10, + Name = "BSD-3-Clause", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://opensource.org/licenses/BSD-3-Clause" + }, + new + { + Id = 11, + Name = "The Unlicense", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://unlicense.org/" + }, + new + { + Id = 12, + Name = "CC BY-SA 3.0", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://creativecommons.org/licenses/by-sa/3.0/" + }, + new + { + Id = 13, + Name = "CC BY-NC 4.0", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://creativecommons.org/licenses/by-nc/4.0/" + }, + new + { + Id = 14, + Name = "WTFPL", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "http://www.wtfpl.net/" + }, + new + { + Id = 15, + Name = "CC BY-ND 4.0", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = false, + Url = "https://creativecommons.org/licenses/by-nd/4.0/" + }, + new + { + Id = 16, + Name = "CC BY 3.0", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://creativecommons.org/licenses/by/3.0/" + }, + new + { + Id = 17, + Name = "ISC", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://opensource.org/licenses/ISC" + }, + new + { + Id = 18, + Name = "Apache 2.0", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://www.apache.org/licenses/LICENSE-2.0" + }, + new + { + Id = 19, + Name = "GPLv2", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" + }, + new + { + Id = 20, + Name = "Public Domain", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true + }, + new + { + Id = 21, + Name = "OSINT", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://osint.bambenekconsulting.com/license.txt" + }, + new + { + Id = 22, + Name = "GoogleHosts", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = false, + Url = "https://raw.githubusercontent.com/googlehosts/hosts/master/LICENSE" + }, + new + { + Id = 23, + Name = "\"Don't Be A Dick\" Public License", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://dbad-license.org/" + }, + new + { + Id = 24, + Name = "CC BY 4.0", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://creativecommons.org/licenses/by/4.0/" + }, + new + { + Id = 25, + Name = "CC BY-NC-SA 2.5", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://creativecommons.org/licenses/by-nc-sa/2.5/" + }, + new + { + Id = 26, + Name = "CC BY-NC-ND 3.0", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = false, + Url = "https://creativecommons.org/licenses/by-nc-nd/3.0/" + }, + new + { + Id = 27, + Name = "BSD-2-Clause", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://opensource.org/licenses/BSD-2-Clause" + }, + new + { + Id = 28, + Name = "CC0 1.0 Universal", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://creativecommons.org/publicdomain/zero/1.0/" + }, + new + { + Id = 29, + Name = "The Beer-Ware License", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://spdx.org/licenses/Beerware.html" + }, + new + { + Id = 30, + Name = "CC BY-SA 2.1 JP", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://creativecommons.org/licenses/by-sa/2.1/jp/deed.en" + }, + new + { + Id = 31, + Name = "CC BY-NC 3.0", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://creativecommons.org/licenses/by-nc/3.0/" + }, + new + { + Id = 32, + Name = "Permissive non-commercial", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = true + }, + new + { + Id = 33, + Name = "Mozilla Public License v2.0", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://www.mozilla.org/MPL/2.0/" + }, + new + { + Id = 34, + Name = "Lesser GPL v3", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://www.gnu.org/licenses/lgpl-3.0.en.html" + }, + new + { + Id = 35, + Name = "Dandelicence", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://github.com/DandelionSprout/Dandelicence/blob/master/DandelicenceNewestVersion.md" + }, + new + { + Id = 36, + Name = "CC BY-ND 3.0", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = false, + Url = "https://creativecommons.org/licenses/by-nd/3.0/" + }, + new + { + Id = 37, + Name = "Lesser GPL v2.1", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html" + }, + new + { + Id = 38, + Name = "Generic copyfree", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true + }, + new + { + Id = 39, + Name = "Generic copyleft", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true + }, + new + { + Id = 40, + Name = "McRae General Public License", + PermitsCommercialUse = false, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://pgl.yoyo.org/license/" + }, + new + { + Id = 41, + Name = "AGPLv1", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://directory.fsf.org/wiki/License:AGPL-1.0" + }, + new + { + Id = 42, + Name = "AGPLv2", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://www.vicidial.com/?page_id=260" + }, + new + { + Id = 43, + Name = "AGPLv3", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://www.gnu.org/licenses/agpl-3.0.html" + }, + new + { + Id = 44, + Name = "CPAL-1.0", + PermitsCommercialUse = true, + PermitsDistribution = false, + PermitsModification = true, + Url = "https://opensource.org/licenses/CPAL-1.0" + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Maintainer", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn); + + b.Property("EmailAddress") + .HasColumnType("text"); + + b.Property("Name") + .IsRequired() + .HasColumnType("text"); + + b.Property("TwitterHandle") + .HasColumnType("text"); + + b.Property("Url") + .HasColumnType("text"); + + b.HasKey("Id"); + + b.ToTable("Maintainers"); + + b.HasData( + new + { + Id = 2, + Name = "AppliliZ", + TwitterHandle = "280blocker" + }, + new + { + Id = 3, + Name = "Brad Conte", + TwitterHandle = "bradconte" + }, + new + { + Id = 4, + Name = "BSDgeek_Jake", + Url = "https://forum.xda-developers.com/member.php?u=4877037" + }, + new + { + Id = 5, + Name = "Michael Trimm" + }, + new + { + Id = 6, + EmailAddress = "info@eyeo.com", + Name = "eyeo GmbH", + TwitterHandle = "eyeo", + Url = "https://eyeo.com/" + }, + new + { + Id = 7, + Name = "The EasyList Authors", + Url = "https://easylist.to/" + }, + new + { + Id = 8, + Name = "mayve", + Url = "https://github.com/mayve" + }, + new + { + Id = 10, + Name = "Malware Domain List Community", + TwitterHandle = "_MDL_", + Url = "https://www.malwaredomainlist.com/" + }, + new + { + Id = 11, + Name = "Lian", + Url = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=542" + }, + new + { + Id = 12, + Name = "Crits", + Url = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=2266" + }, + new + { + Id = 13, + Name = "smed79", + Url = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=1260" + }, + new + { + Id = 14, + EmailAddress = "mp3geek@gmail.com", + Name = "Ryan Brown", + TwitterHandle = "fanboynz", + Url = "https://www.fanboy.co.nz/" + }, + new + { + Id = 15, + Name = "MonztA", + Url = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=333" + }, + new + { + Id = 16, + Name = "Famlam", + Url = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=1488" + }, + new + { + Id = 17, + Name = "Khrin", + Url = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=1400" + }, + new + { + Id = 18, + Name = "SlowMemory", + Url = "https://github.com/SlowMemory" + }, + new + { + Id = 19, + Name = "Mike Burgess", + Url = "https://www.blogger.com/profile/09662737599549871224" + }, + new + { + Id = 20, + Name = "Matt Taylor", + Url = "https://github.com/taylr" + }, + new + { + Id = 21, + Name = "Hosh", + Url = "https://github.com/hoshsadiq/adblock-nocoin-list" + }, + new + { + Id = 22, + EmailAddress = "imreeil42@gmail.com", + Name = "Imre Kristoffer Eilertsen", + Url = "https://sproutsluckycorner.wordpress.com/" + }, + new + { + Id = 23, + EmailAddress = "cosntacptamem@abuse.ch", + Name = "abuse.ch", + TwitterHandle = "abuse_ch", + Url = "https://abuse.ch/" + }, + new + { + Id = 24, + Name = "metaphoricgiraffe", + Url = "https://github.com/metaphoricgiraffe" + }, + new + { + Id = 25, + EmailAddress = "badmojr@gmail.com", + Name = "badmojr", + Url = "https://forum.xda-developers.com/member.php?u=8758244" + }, + new + { + Id = 26, + Name = "elypter", + Url = "https://github.com/elypter" + }, + new + { + Id = 27, + Name = "Rafael Keramidas", + TwitterHandle = "iamkeraf", + Url = "https://ker.af/" + }, + new + { + Id = 28, + EmailAddress = "blablabla@alleblock.pl", + Name = "Maciej Tarmas", + Url = "https://github.com/maciejtarmas" + }, + new + { + Id = 29, + Name = "Bekir", + Url = "https://github.com/bkrucarci" + }, + new + { + Id = 30, + EmailAddress = "anudeep@protonmail.com", + Name = "Anudeep", + TwitterHandle = "anudeepND", + Url = "https://github.com/anudeepND" + }, + new + { + Id = 31, + Name = "arcetera", + Url = "https://github.com/arcetera" + }, + new + { + Id = 32, + Name = "MajkiIT", + Url = "https://github.com/MajkiIT" + }, + new + { + Id = 33, + EmailAddress = "kadrep@outlook.com", + Name = "azet12", + Url = "https://github.com/azet12/" + }, + new + { + Id = 34, + EmailAddress = "polishjarvis@gmail.com", + Name = "Polish Filters Team", + Url = "https://github.com/PolishFiltersTeam/" + }, + new + { + Id = 35, + EmailAddress = "bjorn@bjornstar.com", + Name = "Bjorn Stromberg", + Url = "https://bjornstar.com/" + }, + new + { + Id = 36, + EmailAddress = "martin@herndl.org", + Name = "Martin Herndl", + Url = "https://github.com/monojp" + }, + new + { + Id = 37, + Name = "vokins", + Url = "https://github.com/vokins" + }, + new + { + Id = 38, + Name = "Kowith Singkornkeeree", + TwitterHandle = "kowith337", + Url = "https://kowith337.github.io/" + }, + new + { + Id = 39, + EmailAddress = "me@pureapp.in.th", + Name = "Pakkapon Phongthawee", + Url = "https://www.pureapp.in.th/" + }, + new + { + Id = 40, + EmailAddress = "gato@intaa.net", + Name = "Warui", + TwitterHandle = "gatolabo", + Url = "https://warui.intaa.net/" + }, + new + { + Id = 41, + EmailAddress = "multiverse2011@gmail.com", + Name = "Multiverse2011", + TwitterHandle = "multiverse2011", + Url = "https://github.com/multiverse2011" + }, + new + { + Id = 42, + Name = "Cosmonote", + Url = "https://cosmonote.blogspot.com/" + }, + new + { + Id = 43, + Name = "Lerist", + Url = "https://github.com/Lerist" + }, + new + { + Id = 44, + Name = "VXVault", + TwitterHandle = "siri_urz", + Url = "http://vxvault.net/" + }, + new + { + Id = 45, + EmailAddress = "support@disconnect.me", + Name = "Disconnect", + TwitterHandle = "disconnectme", + Url = "https://disconnect.me/" + }, + new + { + Id = 46, + Name = "AdGuard", + TwitterHandle = "adguard", + Url = "https://adguard.com/" + }, + new + { + Id = 47, + Name = "Reek", + Url = "https://github.com/reek" + }, + new + { + Id = 48, + Name = "Elad Karako", + Url = "https://github.com/eladkarako" + }, + new + { + Id = 49, + EmailAddress = "zerodot1@bk.ru", + Name = "ZeroDot1", + TwitterHandle = "hobbygrafix", + Url = "https://github.com/ZeroDot1" + }, + new + { + Id = 51, + EmailAddress = "lolipopplus@protonmail.com", + Name = "Rictusempra", + Url = "https://github.com/Rictusempra" + }, + new + { + Id = 52, + EmailAddress = "tomas@getadblock.com", + Name = "Tomáš Taro", + Url = "https://github.com/tomasko126" + }, + new + { + Id = 53, + Name = "Hubird-au", + Url = "https://github.com/Hubird-au" + }, + new + { + Id = 54, + Name = "deanoman", + Url = "https://github.com/hl2guide" + }, + new + { + Id = 55, + Name = "haykam821", + Url = "https://github.com/haykam821" + }, + new + { + Id = 56, + Name = "cb-software", + Url = "https://github.com/cb-software" + }, + new + { + Id = 57, + Name = "Raymond Hill", + TwitterHandle = "gorhill", + Url = "https://github.com/gorhill" + }, + new + { + Id = 58, + Name = "Toshiya", + Url = "https://github.com/toshiya44" + }, + new + { + Id = 59, + EmailAddress = "jamie@jamiedubs.com", + Name = "Jamie Wilkinson", + TwitterHandle = "jamiew", + Url = "https://jamiedubs.com/" + }, + new + { + Id = 62, + Name = "Raghav Dua", + Url = "https://github.com/raghavdua1995" + }, + new + { + Id = 64, + Name = "Mattias", + Url = "https://github.com/lassekongo83" + }, + new + { + Id = 66, + Name = "BBcan177", + TwitterHandle = "BBcan177", + Url = "https://gist.github.com/BBcan177" + }, + new + { + Id = 68, + Name = "betterwebleon", + Url = "https://github.com/betterwebleon/" + }, + new + { + Id = 69, + Name = "notracking", + Url = "https://github.com/notracking" + }, + new + { + Id = 70, + Name = "KonoromiHimaries", + Url = "https://github.com/KonoromiHimaries" + }, + new + { + Id = 71, + Name = "invisible666", + Url = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=9300" + }, + new + { + Id = 72, + EmailAddress = "endolith@gmail.com", + Name = "endolith", + Url = "https://github.com/endolith" + }, + new + { + Id = 73, + Name = "UnluckyLuke", + Url = "https://github.com/UnluckyLuke" + }, + new + { + Id = 75, + Name = "xd4rker", + TwitterHandle = "xd4rker", + Url = "https://github.com/xd4rker" + }, + new + { + Id = 76, + Name = "hit3shjain", + Url = "https://github.com/hit3shjain" + }, + new + { + Id = 77, + Name = "SkeletalDemise", + Url = "https://github.com/SkeletalDemise" + }, + new + { + Id = 78, + EmailAddress = "github@paulbutler.org", + Name = "Paul Butler", + TwitterHandle = "paulgb", + Url = "https://paulbutler.org/" + }, + new + { + Id = 79, + EmailAddress = "info@dshield.org", + Name = "DShield", + Url = "https://dshield.org/" + }, + new + { + Id = 80, + EmailAddress = "email@kowabit.de", + Name = "kowabit", + Url = "https://www.kowabit.de/" + }, + new + { + Id = 81, + Name = "Chad Mayfield", + TwitterHandle = "chadrmayfield", + Url = "https://github.com/chadmayfield" + }, + new + { + Id = 82, + Name = "AdBlock", + Url = "https://getadblock.com/" + }, + new + { + Id = 83, + Name = "jerryn70", + Url = "https://forum.xda-developers.com/member.php?u=4546389" + }, + new + { + Id = 84, + EmailAddress = "mail.energized@protonmail.com", + Name = "Team Boltz", + TwitterHandle = "adroitadorkhan", + Url = "https://github.com/EnergizedProtection" + }, + new + { + Id = 85, + Name = "FadeMind", + Url = "https://github.com/FadeMind" + }, + new + { + Id = 86, + Name = "Airelle", + Url = "http://rlwpx.free.fr/" + }, + new + { + Id = 87, + Name = "Aegis Team", + TwitterHandle = "TeamAEGISgg" + }, + new + { + Id = 88, + EmailAddress = "support@riskanalytics.com", + Name = "RiskAnalytics", + Url = "https://www.riskanalytics.com/" + }, + new + { + Id = 89, + EmailAddress = "support@it-mate.co.uk", + Name = "Hosts-File Dot Net", + Url = "https://hosts-file.net/" + }, + new + { + Id = 90, + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + Name = "Jonathan Dugan", + Url = "https://biocontact.org/jmdugan/" + }, + new + { + Id = 91, + EmailAddress = "pgl@yoyo.org", + Name = "Peter Lowe", + Url = "https://pgl.yoyo.org/" + }, + new + { + Id = 92, + Name = "RU AdList", + Url = "https://forums.lanik.us/viewforum.php?f=102" + }, + new + { + Id = 93, + EmailAddress = "steveb@stevenblack.com", + Name = "Steven Black", + TwitterHandle = "steveblack", + Url = "http://stevenblack.com/" + }, + new + { + Id = 94, + Name = "yourduskquibbles", + Url = "https://github.com/yourduskquibbles" + }, + new + { + Id = 95, + Name = "k2jp", + Url = "https://github.com/k2jp" + }, + new + { + Id = 96, + EmailAddress = "blog@zoso.ro", + Name = "Zoso", + TwitterHandle = "zoso", + Url = "https://www.zoso.ro/" + }, + new + { + Id = 97, + EmailAddress = "easylisthebrew@gmail.com", + Name = "EasyListHebrew", + Url = "https://github.com/easylist/EasyListHebrew" + }, + new + { + Id = 98, + EmailAddress = "easylist.china@gmail.com", + Name = "EasyList China", + Url = "https://abpchina.org/forum/" + }, + new + { + Id = 99, + Name = "gymka", + Url = "https://margevicius.lt/" + }, + new + { + Id = 100, + Name = "Alex Stanev", + Url = "https://stanev.org/" + }, + new + { + Id = 101, + Name = "BLOGRAM" + }, + new + { + Id = 102, + Name = "anonymous74100", + Url = "https://notabug.org/anonymous74100?tab=activity" + }, + new + { + Id = 103, + EmailAddress = "costa@firehol.org", + Name = "FireHOL", + Url = "https://firehol.org/" + }, + new + { + Id = 104, + EmailAddress = "mail@perflyst.de", + Name = "Perflyst", + Url = "https://github.com/Perflyst" + }, + new + { + Id = 105, + Name = "CrazyMax", + Url = "https://github.com/crazy-max" + }, + new + { + Id = 106, + Name = "sipp11", + Url = "https://github.com/sipp11" + }, + new + { + Id = 107, + EmailAddress = "bogachenkove@gmail.com", + Name = "Bogachenko Vyacheslav", + Url = "https://github.com/bogachenko" + }, + new + { + Id = 108, + EmailAddress = "nolamiller1203+githubmochifilter@gmail.com", + Name = "eEIi0A5L", + TwitterHandle = "mochi_adfilter", + Url = "https://pokapoka.shoooter.net/" + }, + new + { + Id = 109, + Name = "Deathbybandaid", + Url = "https://github.com/deathbybandaid" + }, + new + { + Id = 110, + Name = "Akamaru", + TwitterHandle = "Akamaru_Pie", + Url = "https://akamaru.de/" + }, + new + { + Id = 111, + Name = "Buk Lau", + Url = "https://github.com/MrBukLau" + }, + new + { + Id = 112, + Name = "olegwukr", + Url = "https://github.com/olegwukr" + }, + new + { + Id = 113, + Name = "Koen Rouwhorst", + Url = "https://github.com/koenrh" + }, + new + { + Id = 114, + EmailAddress = "neofelhz@gmail.com", + Name = "neo Felhz", + TwitterHandle = "neoFelhz", + Url = "https://nfz.moe/" + }, + new + { + Id = 115, + Name = "StopForumSpam.com", + TwitterHandle = "StopForumSpam", + Url = "https://www.stopforumspam.com/" + }, + new + { + Id = 116, + EmailAddress = "github@chrisbuijs.com", + Name = "Chris Buijs", + Url = "https://github.com/cbuijs/" + }, + new + { + Id = 117, + EmailAddress = "admin@intr0.com", + Name = "intr0", + Url = "https://intr0.com/" + }, + new + { + Id = 118, + Name = "ookangzheng", + Url = "https://github.com/ookangzheng" + }, + new + { + Id = 119, + EmailAddress = "hector@molinero.dev", + Name = "Héctor Molinero Fernández", + Url = "https://github.com/hectorm" + }, + new + { + Id = 120, + Name = "Diego Heras", + Url = "https://github.com/ngosang" + }, + new + { + Id = 121, + EmailAddress = "mitchellkrog@gmail.com", + Name = "mitchellkrogza", + Url = "https://github.com/mitchellkrogza" + }, + new + { + Id = 122, + EmailAddress = "dev@oz.nu", + Name = "oznu", + Url = "https://github.com/oznu" + }, + new + { + Id = 123, + EmailAddress = "reddestdream@gmail.com", + Name = "ReddestDream", + Url = "https://github.com/ReddestDream" + }, + new + { + Id = 124, + EmailAddress = "jcb@bambenekconsulting.com", + Name = "John Bambenek", + Url = "https://www.bambenekconsulting.com/" + }, + new + { + Id = 125, + EmailAddress = "jwspamspy@pobox.com", + Name = "Joe Wein", + Url = "https://joewein.de/" + }, + new + { + Id = 126, + EmailAddress = "radicalbotanical@aol.com", + Name = "Chongo Bong", + Url = "https://github.com/bongochong" + }, + new + { + Id = 127, + Name = "QuidsUp", + Url = "https://quidsup.net/" + }, + new + { + Id = 128, + Name = "kano1", + Url = "https://github.com/kano1" + }, + new + { + Id = 129, + Name = "Andy Short", + Url = "https://hostsfile.mine.nu/" + }, + new + { + Id = 130, + Name = "RooneyMcNibNug", + TwitterHandle = "rooneymcnibnug", + Url = "https://github.com/RooneyMcNibNug" + }, + new + { + Id = 131, + Name = "Colum Walsh", + Url = "http://columwalsh.ie/" + }, + new + { + Id = 132, + Name = "mtxadmin", + Url = "https://github.com/mtxadmin" + }, + new + { + Id = 133, + Name = "Giovanni Francesco Solone", + TwitterHandle = "gioxx", + Url = "https://gioxx.org/" + }, + new + { + Id = 134, + EmailAddress = "elias.ojala+github@kapsi.fi", + Name = "Elias Ojala", + Url = "https://github.com/theel0ja" + }, + new + { + Id = 135, + Name = "CitizenXVIL", + Url = "https://github.com/CitizenXVIL" + }, + new + { + Id = 136, + EmailAddress = "author@i-dont-care-about-cookies.eu", + Name = "Daniel Kladnik", + Url = "https://www.i-dont-care-about-cookies.eu/" + }, + new + { + Id = 137, + Name = "Sinfonietta", + Url = "https://github.com/Sinfonietta" + }, + new + { + Id = 138, + Name = "HankAviator", + Url = "https://github.com/HankAviator" + }, + new + { + Id = 139, + Name = "lightswitch05", + Url = "https://www.github.developerdan.com/hosts/" + }, + new + { + Id = 140, + Name = "mmotti", + Url = "https://github.com/mmotti" + }, + new + { + Id = 141, + Name = "hawkeye116477", + Url = "https://github.com/hawkeye116477" + }, + new + { + Id = 142, + Name = "caffeinewriter", + Url = "https://github.com/caffeinewriter" + }, + new + { + Id = 143, + Name = "Nebula-Mechanica", + Url = "https://github.com/Nebula-Mechanica" + }, + new + { + Id = 144, + Name = "Cybo1927", + Url = "https://github.com/Cybo1927" + }, + new + { + Id = 145, + EmailAddress = "iurcaberciudarius@gmail.com", + Name = "DariusIurca", + TwitterHandle = "dariusiurca", + Url = "https://github.com/DariusIurca" + }, + new + { + Id = 146, + EmailAddress = "geoffrey+website@frogeye.fr", + Name = "Geoffrey Frogeye", + TwitterHandle = "GeoffreyFrogeye", + Url = "https://geoffrey.frogeye.fr/" + }, + new + { + Id = 147, + Name = "LanikSJ", + Url = "https://github.com/LanikSJ" + }, + new + { + Id = 148, + EmailAddress = "me@deletescape.ch", + Name = "deletescape", + TwitterHandle = "deletescape", + Url = "https://deletescape.ch/" + }, + new + { + Id = 149, + Name = "InnoScorpio", + Url = "https://github.com/InnoScorpio" + }, + new + { + Id = 150, + Name = "Yuki2718", + Url = "https://github.com/Yuki2718" + }, + new + { + Id = 151, + Name = "Soteria nou", + Url = "https://nou.si/" + }, + new + { + Id = 152, + EmailAddress = "daniel@danielmiessler.com", + Name = "Daniel Miessler", + TwitterHandle = "danielmiessler", + Url = "https://danielmiessler.com/" + }, + new + { + Id = 153, + EmailAddress = "fabrice.prigent@ut-capitole.fr", + Name = "Fabrice Prigent", + Url = "https://dsi.ut-capitole.fr/blacklists/" + }, + new + { + Id = 154, + Name = "Block Lists Project", + Url = "https://blocklist.site/" + }, + new + { + Id = 155, + Name = "Chongo Bong", + Url = "https://github.com/bongochong" + }, + new + { + Id = 156, + Name = "FTPiHole", + Url = "https://www.ftpihole.com/" + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Merge", b => + { + b.Property("IncludedInFilterListId") + .HasColumnType("integer"); + + b.Property("IncludesFilterListId") + .HasColumnType("integer"); + + b.HasKey("IncludedInFilterListId", "IncludesFilterListId"); + + b.HasIndex("IncludesFilterListId"); + + b.ToTable("Merges"); + + b.HasData( + new + { + IncludedInFilterListId = 11, + IncludesFilterListId = 12 + }, + new + { + IncludedInFilterListId = 11, + IncludesFilterListId = 301 + }, + new + { + IncludedInFilterListId = 13, + IncludesFilterListId = 12 + }, + new + { + IncludedInFilterListId = 13, + IncludesFilterListId = 14 + }, + new + { + IncludedInFilterListId = 13, + IncludesFilterListId = 301 + }, + new + { + IncludedInFilterListId = 168, + IncludesFilterListId = 157 + }, + new + { + IncludedInFilterListId = 168, + IncludesFilterListId = 159 + }, + new + { + IncludedInFilterListId = 168, + IncludesFilterListId = 162 + }, + new + { + IncludedInFilterListId = 168, + IncludesFilterListId = 166 + }, + new + { + IncludedInFilterListId = 168, + IncludesFilterListId = 242 + }, + new + { + IncludedInFilterListId = 168, + IncludesFilterListId = 301 + }, + new + { + IncludedInFilterListId = 255, + IncludesFilterListId = 564 + }, + new + { + IncludedInFilterListId = 265, + IncludesFilterListId = 564 + }, + new + { + IncludedInFilterListId = 266, + IncludesFilterListId = 564 + }, + new + { + IncludedInFilterListId = 271, + IncludesFilterListId = 338 + }, + new + { + IncludedInFilterListId = 274, + IncludesFilterListId = 275 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 17 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 32 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 54 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 80 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 81 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 99 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 138 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 170 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 177 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 179 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 206 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 226 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 255 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 276 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 282 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 316 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 317 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 324 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 325 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 329 + }, + new + { + IncludedInFilterListId = 309, + IncludesFilterListId = 340 + }, + new + { + IncludedInFilterListId = 331, + IncludesFilterListId = 199 + }, + new + { + IncludedInFilterListId = 331, + IncludesFilterListId = 330 + }, + new + { + IncludedInFilterListId = 331, + IncludesFilterListId = 332 + }, + new + { + IncludedInFilterListId = 331, + IncludesFilterListId = 333 + }, + new + { + IncludedInFilterListId = 371, + IncludesFilterListId = 110 + }, + new + { + IncludedInFilterListId = 371, + IncludesFilterListId = 232 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 2 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 18 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 19 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 27 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 38 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 70 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 71 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 97 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 99 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 183 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 184 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 214 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 232 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 247 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 279 + }, + new + { + IncludedInFilterListId = 375, + IncludesFilterListId = 307 + }, + new + { + IncludedInFilterListId = 566, + IncludesFilterListId = 569 + }, + new + { + IncludedInFilterListId = 566, + IncludesFilterListId = 570 + }, + new + { + IncludedInFilterListId = 566, + IncludesFilterListId = 573 + }, + new + { + IncludedInFilterListId = 566, + IncludesFilterListId = 574 + }, + new + { + IncludedInFilterListId = 566, + IncludesFilterListId = 575 + }, + new + { + IncludedInFilterListId = 566, + IncludesFilterListId = 583 + }, + new + { + IncludedInFilterListId = 566, + IncludesFilterListId = 585 + }, + new + { + IncludedInFilterListId = 566, + IncludesFilterListId = 586 + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Software", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn); + + b.Property("Description") + .HasColumnType("text"); + + b.Property("DownloadUrl") + .HasColumnType("text"); + + b.Property("HomeUrl") + .HasColumnType("text"); + + b.Property("Name") + .IsRequired() + .HasColumnType("text"); + + b.Property("SupportsAbpUrlScheme") + .HasColumnType("boolean"); + + b.HasKey("Id"); + + b.ToTable("Software"); + + b.HasData( + new + { + Id = 1, + DownloadUrl = "https://github.com/gorhill/uBlock#installation", + HomeUrl = "https://github.com/gorhill/uBlock", + Name = "uBlock Origin", + SupportsAbpUrlScheme = true + }, + new + { + Id = 2, + DownloadUrl = "https://adblockplus.org/", + HomeUrl = "https://adblockplus.org/", + Name = "Adblock Plus", + SupportsAbpUrlScheme = true + }, + new + { + Id = 3, + DownloadUrl = "https://adguard.com/en/download.html", + HomeUrl = "https://adguard.com/", + Name = "AdGuard (free versions)", + SupportsAbpUrlScheme = true + }, + new + { + Id = 4, + DownloadUrl = "https://f-droid.org/packages/org.jak_linux.dns66/", + HomeUrl = "https://github.com/julian-klode/dns66", + Name = "DNS66", + SupportsAbpUrlScheme = false + }, + new + { + Id = 6, + DownloadUrl = "https://getadblock.com/", + HomeUrl = "https://getadblock.com/", + Name = "AdBlock", + SupportsAbpUrlScheme = true + }, + new + { + Id = 7, + DownloadUrl = "https://f-droid.org/packages/org.adaway/", + HomeUrl = "https://adaway.org/", + Name = "AdAway", + SupportsAbpUrlScheme = false + }, + new + { + Id = 8, + DownloadUrl = "https://addons.mozilla.org/firefox/addon/personal-blocklist/", + HomeUrl = "https://addons.mozilla.org/firefox/addon/personal-blocklist/", + Name = "Personal Blocklist for Firefox", + SupportsAbpUrlScheme = false + }, + new + { + Id = 10, + DownloadUrl = "http://einaregilsson.com/redirector/", + HomeUrl = "http://einaregilsson.com/redirector/", + Name = "Redirector", + SupportsAbpUrlScheme = false + }, + new + { + Id = 11, + DownloadUrl = "https://github.com/scottlerch/HostsFileEditor/releases", + HomeUrl = "https://hostsfileeditor.com/", + Name = "Hosts File Editor", + SupportsAbpUrlScheme = false + }, + new + { + Id = 12, + DownloadUrl = "https://github.com/2ndalpha/gasmask/releases", + HomeUrl = "https://github.com/2ndalpha/gasmask", + Name = "Gas Mask", + SupportsAbpUrlScheme = false + }, + new + { + Id = 13, + DownloadUrl = "https://github.com/xd4rker/MinerBlock/releases", + HomeUrl = "https://github.com/xd4rker/MinerBlock", + Name = "MinerBlock", + SupportsAbpUrlScheme = false + }, + new + { + Id = 14, + DownloadUrl = "https://pi-hole.net/", + HomeUrl = "https://pi-hole.net/", + Name = "Pi-hole", + SupportsAbpUrlScheme = false + }, + new + { + Id = 16, + DownloadUrl = "https://support.microsoft.com/en-gb/help/18520/download-internet-explorer-11-offline-installer", + HomeUrl = "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/hh273399(v=vs.85)", + Name = "Internet Explorer (TPL)", + SupportsAbpUrlScheme = false + }, + new + { + Id = 17, + DownloadUrl = "https://greasyfork.org/scripts/1682-google-hit-hider-by-domain-search-filter-block-sites", + HomeUrl = "https://www.jeffersonscher.com/gm/google-hit-hider/", + Name = "Google Hit Hider by Domain", + SupportsAbpUrlScheme = false + }, + new + { + Id = 18, + DownloadUrl = "https://firehol.org/installing/", + HomeUrl = "https://firehol.org/", + Name = "FireHOL", + SupportsAbpUrlScheme = false + }, + new + { + Id = 19, + HomeUrl = "https://www.samsungknox.com/", + Name = "Samsung Knox", + SupportsAbpUrlScheme = false + }, + new + { + Id = 20, + DownloadUrl = "https://www.obdev.at/products/littlesnitch/download.html", + HomeUrl = "https://www.obdev.at/products/littlesnitch/index.html", + Name = "Little Snitch", + SupportsAbpUrlScheme = false + }, + new + { + Id = 21, + DownloadUrl = "https://www.privoxy.org/sf-download-mirror/", + HomeUrl = "https://www.privoxy.org/", + Name = "Privoxy", + SupportsAbpUrlScheme = false + }, + new + { + Id = 22, + DownloadUrl = "https://diversion.ch/diversion/installation.html", + HomeUrl = "https://diversion.ch/", + Name = "Diversion", + SupportsAbpUrlScheme = false + }, + new + { + Id = 23, + DownloadUrl = "http://www.thekelleys.org.uk/dnsmasq/", + HomeUrl = "http://www.thekelleys.org.uk/dnsmasq/doc.html", + Name = "dnsmasq", + SupportsAbpUrlScheme = false + }, + new + { + Id = 24, + DownloadUrl = "https://www.slimjet.com/en/dlpage.php", + HomeUrl = "https://www.slimjet.com/", + Name = "Slimjet", + SupportsAbpUrlScheme = true + }, + new + { + Id = 25, + DownloadUrl = "https://github.com/gorhill/uMatrix#umatrix", + HomeUrl = "https://github.com/gorhill/uMatrix", + Name = "uMatrix", + SupportsAbpUrlScheme = true + }, + new + { + Id = 26, + DownloadUrl = "https://f-droid.org/packages/org.blokada.alarm/", + HomeUrl = "https://blokada.org/", + Name = "Blokada", + SupportsAbpUrlScheme = false + }, + new + { + Id = 27, + DownloadUrl = "https://github.com/henrypp/hostsmgr/releases", + HomeUrl = "https://www.henrypp.org/product/hostsmgr", + Name = "hostsmgr", + SupportsAbpUrlScheme = false + }, + new + { + Id = 28, + DownloadUrl = "https://zenz-solutions.de/personaldnsfilter/", + HomeUrl = "https://zenz-solutions.de/personaldnsfilter/", + Name = "personalDNSfilter", + SupportsAbpUrlScheme = false + }, + new + { + Id = 29, + DownloadUrl = "https://nlnetlabs.nl/projects/unbound/download/", + HomeUrl = "https://nlnetlabs.nl/projects/unbound/about/", + Name = "Unbound", + SupportsAbpUrlScheme = false + }, + new + { + Id = 30, + DownloadUrl = "https://www.isc.org/bind/", + HomeUrl = "https://www.isc.org/bind/", + Name = "BIND", + SupportsAbpUrlScheme = false + }, + new + { + Id = 31, + DownloadUrl = "https://github.com/AdguardTeam/AdGuardHome/releases", + HomeUrl = "https://github.com/AdguardTeam/AdGuardHome", + Name = "AdGuard Home", + SupportsAbpUrlScheme = false + }, + new + { + Id = 32, + DownloadUrl = "https://adnauseam.io/", + HomeUrl = "https://adnauseam.io/", + Name = "AdNauseam", + SupportsAbpUrlScheme = true + }, + new + { + Id = 33, + Name = "Legacy Unix derivatives", + SupportsAbpUrlScheme = false + }, + new + { + Id = 34, + Name = "Windows command line", + SupportsAbpUrlScheme = false + }, + new + { + Id = 35, + DownloadUrl = "https://shadowsocks.org/en/download/clients.html", + HomeUrl = "https://shadowsocks.org/en/index.html", + Name = "Shadowsocks", + SupportsAbpUrlScheme = false + }, + new + { + Id = 36, + DownloadUrl = "https://github.com/shadowsocksrr/shadowsocksr-csharp/releases", + HomeUrl = "https://github.com/shadowsocksrr/shadowsocksr-csharp", + Name = "ShadowsocksR", + SupportsAbpUrlScheme = false + }, + new + { + Id = 37, + DownloadUrl = "https://apps.apple.com/app/shadowrocket/id932747118", + HomeUrl = "https://liguangming.com/Shadowrocket", + Name = "Shadowrocket", + SupportsAbpUrlScheme = false + }, + new + { + Id = 38, + DownloadUrl = "https://github.com/fengyc/URLRedirector/#urlredirector", + HomeUrl = "https://github.com/fengyc/URLRedirector/", + Name = "URLRedirector", + SupportsAbpUrlScheme = false + }, + new + { + Id = 39, + HomeUrl = "https://www.reddit.com/r/pfBlockerNG/", + Name = "pfBlockerNG", + SupportsAbpUrlScheme = false + }, + new + { + Id = 40, + DownloadUrl = "https://www.opera.com/", + HomeUrl = "https://www.opera.com/", + Name = "Opera's built-in adblocker", + SupportsAbpUrlScheme = true + }, + new + { + Id = 41, + DownloadUrl = "https://nssurge.com/mac/v3/Surge-latest.zip", + HomeUrl = "https://nssurge.com/", + Name = "Surge", + SupportsAbpUrlScheme = false + }, + new + { + Id = 42, + DownloadUrl = "https://github.com/DNSCrypt/dnscrypt-proxy/releases/latest", + HomeUrl = "https://github.com/DNSCrypt/dnscrypt-proxy", + Name = "dnscrypt-proxy", + SupportsAbpUrlScheme = false + }, + new + { + Id = 43, + DownloadUrl = "https://github.com/pymumu/smartdns/releases", + HomeUrl = "https://github.com/pymumu/smartdns", + Name = "SmartDNS", + SupportsAbpUrlScheme = false + }, + new + { + Id = 44, + DownloadUrl = "https://adguard.com/en/download.html", + HomeUrl = "https://adguard.com/", + Name = "AdGuard for Windows/macOS", + SupportsAbpUrlScheme = true + }, + new + { + Id = 45, + DownloadUrl = "https://adguard.com/adguard-android/overview.html", + HomeUrl = "https://adguard.com/adguard-android/overview.html", + Name = "AdGuard for Android", + SupportsAbpUrlScheme = true + }, + new + { + Id = 46, + DownloadUrl = "https://vivaldi.com/", + HomeUrl = "https://vivaldi.com/", + Name = "Vivaldi's Privacy settings", + SupportsAbpUrlScheme = true + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.SoftwareSyntax", b => + { + b.Property("SoftwareId") + .HasColumnType("integer"); + + b.Property("SyntaxId") + .HasColumnType("integer"); + + b.HasKey("SoftwareId", "SyntaxId"); + + b.HasIndex("SyntaxId"); + + b.ToTable("SoftwareSyntaxes"); + + b.HasData( + new + { + SoftwareId = 1, + SyntaxId = 1 + }, + new + { + SoftwareId = 1, + SyntaxId = 2 + }, + new + { + SoftwareId = 1, + SyntaxId = 3 + }, + new + { + SoftwareId = 1, + SyntaxId = 4 + }, + new + { + SoftwareId = 1, + SyntaxId = 6 + }, + new + { + SoftwareId = 1, + SyntaxId = 7 + }, + new + { + SoftwareId = 1, + SyntaxId = 8 + }, + new + { + SoftwareId = 1, + SyntaxId = 9 + }, + new + { + SoftwareId = 1, + SyntaxId = 13 + }, + new + { + SoftwareId = 1, + SyntaxId = 16 + }, + new + { + SoftwareId = 1, + SyntaxId = 17 + }, + new + { + SoftwareId = 1, + SyntaxId = 21 + }, + new + { + SoftwareId = 1, + SyntaxId = 28 + }, + new + { + SoftwareId = 1, + SyntaxId = 36 + }, + new + { + SoftwareId = 1, + SyntaxId = 39 + }, + new + { + SoftwareId = 1, + SyntaxId = 46 + }, + new + { + SoftwareId = 1, + SyntaxId = 47 + }, + new + { + SoftwareId = 1, + SyntaxId = 48 + }, + new + { + SoftwareId = 1, + SyntaxId = 53 + }, + new + { + SoftwareId = 1, + SyntaxId = 54 + }, + new + { + SoftwareId = 2, + SyntaxId = 3 + }, + new + { + SoftwareId = 2, + SyntaxId = 28 + }, + new + { + SoftwareId = 2, + SyntaxId = 38 + }, + new + { + SoftwareId = 2, + SyntaxId = 48 + }, + new + { + SoftwareId = 3, + SyntaxId = 2 + }, + new + { + SoftwareId = 3, + SyntaxId = 3 + }, + new + { + SoftwareId = 3, + SyntaxId = 4 + }, + new + { + SoftwareId = 3, + SyntaxId = 6 + }, + new + { + SoftwareId = 3, + SyntaxId = 8 + }, + new + { + SoftwareId = 3, + SyntaxId = 16 + }, + new + { + SoftwareId = 3, + SyntaxId = 28 + }, + new + { + SoftwareId = 3, + SyntaxId = 46 + }, + new + { + SoftwareId = 3, + SyntaxId = 47 + }, + new + { + SoftwareId = 3, + SyntaxId = 48 + }, + new + { + SoftwareId = 4, + SyntaxId = 1 + }, + new + { + SoftwareId = 4, + SyntaxId = 2 + }, + new + { + SoftwareId = 4, + SyntaxId = 22 + }, + new + { + SoftwareId = 4, + SyntaxId = 48 + }, + new + { + SoftwareId = 4, + SyntaxId = 50 + }, + new + { + SoftwareId = 6, + SyntaxId = 3 + }, + new + { + SoftwareId = 6, + SyntaxId = 28 + }, + new + { + SoftwareId = 6, + SyntaxId = 38 + }, + new + { + SoftwareId = 6, + SyntaxId = 48 + }, + new + { + SoftwareId = 7, + SyntaxId = 1 + }, + new + { + SoftwareId = 7, + SyntaxId = 14 + }, + new + { + SoftwareId = 7, + SyntaxId = 36 + }, + new + { + SoftwareId = 7, + SyntaxId = 37 + }, + new + { + SoftwareId = 7, + SyntaxId = 54 + }, + new + { + SoftwareId = 8, + SyntaxId = 2 + }, + new + { + SoftwareId = 8, + SyntaxId = 48 + }, + new + { + SoftwareId = 10, + SyntaxId = 11 + }, + new + { + SoftwareId = 11, + SyntaxId = 1 + }, + new + { + SoftwareId = 11, + SyntaxId = 14 + }, + new + { + SoftwareId = 11, + SyntaxId = 36 + }, + new + { + SoftwareId = 11, + SyntaxId = 37 + }, + new + { + SoftwareId = 11, + SyntaxId = 54 + }, + new + { + SoftwareId = 12, + SyntaxId = 1 + }, + new + { + SoftwareId = 12, + SyntaxId = 14 + }, + new + { + SoftwareId = 12, + SyntaxId = 36 + }, + new + { + SoftwareId = 12, + SyntaxId = 37 + }, + new + { + SoftwareId = 12, + SyntaxId = 54 + }, + new + { + SoftwareId = 13, + SyntaxId = 13 + }, + new + { + SoftwareId = 14, + SyntaxId = 1 + }, + new + { + SoftwareId = 14, + SyntaxId = 2 + }, + new + { + SoftwareId = 14, + SyntaxId = 14 + }, + new + { + SoftwareId = 14, + SyntaxId = 30 + }, + new + { + SoftwareId = 14, + SyntaxId = 36 + }, + new + { + SoftwareId = 14, + SyntaxId = 48 + }, + new + { + SoftwareId = 14, + SyntaxId = 50 + }, + new + { + SoftwareId = 16, + SyntaxId = 10 + }, + new + { + SoftwareId = 17, + SyntaxId = 2 + }, + new + { + SoftwareId = 17, + SyntaxId = 48 + }, + new + { + SoftwareId = 18, + SyntaxId = 9 + }, + new + { + SoftwareId = 18, + SyntaxId = 15 + }, + new + { + SoftwareId = 18, + SyntaxId = 34 + }, + new + { + SoftwareId = 18, + SyntaxId = 39 + }, + new + { + SoftwareId = 18, + SyntaxId = 41 + }, + new + { + SoftwareId = 19, + SyntaxId = 2 + }, + new + { + SoftwareId = 19, + SyntaxId = 16 + }, + new + { + SoftwareId = 19, + SyntaxId = 48 + }, + new + { + SoftwareId = 20, + SyntaxId = 18 + }, + new + { + SoftwareId = 21, + SyntaxId = 19 + }, + new + { + SoftwareId = 22, + SyntaxId = 1 + }, + new + { + SoftwareId = 22, + SyntaxId = 2 + }, + new + { + SoftwareId = 22, + SyntaxId = 36 + }, + new + { + SoftwareId = 22, + SyntaxId = 48 + }, + new + { + SoftwareId = 23, + SyntaxId = 20 + }, + new + { + SoftwareId = 24, + SyntaxId = 3 + }, + new + { + SoftwareId = 24, + SyntaxId = 28 + }, + new + { + SoftwareId = 24, + SyntaxId = 47 + }, + new + { + SoftwareId = 25, + SyntaxId = 1 + }, + new + { + SoftwareId = 25, + SyntaxId = 2 + }, + new + { + SoftwareId = 25, + SyntaxId = 7 + }, + new + { + SoftwareId = 25, + SyntaxId = 48 + }, + new + { + SoftwareId = 25, + SyntaxId = 51 + }, + new + { + SoftwareId = 26, + SyntaxId = 1 + }, + new + { + SoftwareId = 26, + SyntaxId = 2 + }, + new + { + SoftwareId = 26, + SyntaxId = 16 + }, + new + { + SoftwareId = 26, + SyntaxId = 22 + }, + new + { + SoftwareId = 26, + SyntaxId = 48 + }, + new + { + SoftwareId = 26, + SyntaxId = 50 + }, + new + { + SoftwareId = 27, + SyntaxId = 1 + }, + new + { + SoftwareId = 27, + SyntaxId = 2 + }, + new + { + SoftwareId = 27, + SyntaxId = 36 + }, + new + { + SoftwareId = 27, + SyntaxId = 48 + }, + new + { + SoftwareId = 27, + SyntaxId = 54 + }, + new + { + SoftwareId = 28, + SyntaxId = 1 + }, + new + { + SoftwareId = 28, + SyntaxId = 2 + }, + new + { + SoftwareId = 28, + SyntaxId = 22 + }, + new + { + SoftwareId = 28, + SyntaxId = 48 + }, + new + { + SoftwareId = 28, + SyntaxId = 52 + }, + new + { + SoftwareId = 29, + SyntaxId = 24 + }, + new + { + SoftwareId = 30, + SyntaxId = 25 + }, + new + { + SoftwareId = 30, + SyntaxId = 26 + }, + new + { + SoftwareId = 31, + SyntaxId = 1 + }, + new + { + SoftwareId = 31, + SyntaxId = 2 + }, + new + { + SoftwareId = 31, + SyntaxId = 9 + }, + new + { + SoftwareId = 31, + SyntaxId = 14 + }, + new + { + SoftwareId = 31, + SyntaxId = 16 + }, + new + { + SoftwareId = 31, + SyntaxId = 22 + }, + new + { + SoftwareId = 31, + SyntaxId = 28 + }, + new + { + SoftwareId = 31, + SyntaxId = 34 + }, + new + { + SoftwareId = 31, + SyntaxId = 36 + }, + new + { + SoftwareId = 31, + SyntaxId = 37 + }, + new + { + SoftwareId = 31, + SyntaxId = 39 + }, + new + { + SoftwareId = 31, + SyntaxId = 41 + }, + new + { + SoftwareId = 31, + SyntaxId = 46 + }, + new + { + SoftwareId = 31, + SyntaxId = 47 + }, + new + { + SoftwareId = 31, + SyntaxId = 48 + }, + new + { + SoftwareId = 31, + SyntaxId = 50 + }, + new + { + SoftwareId = 32, + SyntaxId = 1 + }, + new + { + SoftwareId = 32, + SyntaxId = 2 + }, + new + { + SoftwareId = 32, + SyntaxId = 3 + }, + new + { + SoftwareId = 32, + SyntaxId = 4 + }, + new + { + SoftwareId = 32, + SyntaxId = 6 + }, + new + { + SoftwareId = 32, + SyntaxId = 7 + }, + new + { + SoftwareId = 32, + SyntaxId = 8 + }, + new + { + SoftwareId = 32, + SyntaxId = 9 + }, + new + { + SoftwareId = 32, + SyntaxId = 13 + }, + new + { + SoftwareId = 32, + SyntaxId = 16 + }, + new + { + SoftwareId = 32, + SyntaxId = 17 + }, + new + { + SoftwareId = 32, + SyntaxId = 21 + }, + new + { + SoftwareId = 32, + SyntaxId = 28 + }, + new + { + SoftwareId = 32, + SyntaxId = 39 + }, + new + { + SoftwareId = 32, + SyntaxId = 46 + }, + new + { + SoftwareId = 32, + SyntaxId = 47 + }, + new + { + SoftwareId = 32, + SyntaxId = 48 + }, + new + { + SoftwareId = 32, + SyntaxId = 53 + }, + new + { + SoftwareId = 33, + SyntaxId = 23 + }, + new + { + SoftwareId = 34, + SyntaxId = 27 + }, + new + { + SoftwareId = 34, + SyntaxId = 44 + }, + new + { + SoftwareId = 35, + SyntaxId = 29 + }, + new + { + SoftwareId = 36, + SyntaxId = 29 + }, + new + { + SoftwareId = 37, + SyntaxId = 29 + }, + new + { + SoftwareId = 38, + SyntaxId = 31 + }, + new + { + SoftwareId = 39, + SyntaxId = 1 + }, + new + { + SoftwareId = 39, + SyntaxId = 2 + }, + new + { + SoftwareId = 39, + SyntaxId = 3 + }, + new + { + SoftwareId = 39, + SyntaxId = 9 + }, + new + { + SoftwareId = 39, + SyntaxId = 28 + }, + new + { + SoftwareId = 39, + SyntaxId = 34 + }, + new + { + SoftwareId = 39, + SyntaxId = 39 + }, + new + { + SoftwareId = 39, + SyntaxId = 41 + }, + new + { + SoftwareId = 39, + SyntaxId = 47 + }, + new + { + SoftwareId = 39, + SyntaxId = 48 + }, + new + { + SoftwareId = 40, + SyntaxId = 3 + }, + new + { + SoftwareId = 40, + SyntaxId = 28 + }, + new + { + SoftwareId = 40, + SyntaxId = 48 + }, + new + { + SoftwareId = 41, + SyntaxId = 29 + }, + new + { + SoftwareId = 42, + SyntaxId = 2 + }, + new + { + SoftwareId = 42, + SyntaxId = 16 + }, + new + { + SoftwareId = 42, + SyntaxId = 48 + }, + new + { + SoftwareId = 43, + SyntaxId = 49 + }, + new + { + SoftwareId = 44, + SyntaxId = 2 + }, + new + { + SoftwareId = 44, + SyntaxId = 3 + }, + new + { + SoftwareId = 44, + SyntaxId = 4 + }, + new + { + SoftwareId = 44, + SyntaxId = 6 + }, + new + { + SoftwareId = 44, + SyntaxId = 8 + }, + new + { + SoftwareId = 44, + SyntaxId = 16 + }, + new + { + SoftwareId = 44, + SyntaxId = 22 + }, + new + { + SoftwareId = 44, + SyntaxId = 28 + }, + new + { + SoftwareId = 44, + SyntaxId = 46 + }, + new + { + SoftwareId = 44, + SyntaxId = 47 + }, + new + { + SoftwareId = 44, + SyntaxId = 48 + }, + new + { + SoftwareId = 45, + SyntaxId = 1 + }, + new + { + SoftwareId = 45, + SyntaxId = 2 + }, + new + { + SoftwareId = 45, + SyntaxId = 3 + }, + new + { + SoftwareId = 45, + SyntaxId = 4 + }, + new + { + SoftwareId = 45, + SyntaxId = 6 + }, + new + { + SoftwareId = 45, + SyntaxId = 8 + }, + new + { + SoftwareId = 45, + SyntaxId = 14 + }, + new + { + SoftwareId = 45, + SyntaxId = 16 + }, + new + { + SoftwareId = 45, + SyntaxId = 22 + }, + new + { + SoftwareId = 45, + SyntaxId = 28 + }, + new + { + SoftwareId = 45, + SyntaxId = 36 + }, + new + { + SoftwareId = 45, + SyntaxId = 37 + }, + new + { + SoftwareId = 45, + SyntaxId = 46 + }, + new + { + SoftwareId = 45, + SyntaxId = 47 + }, + new + { + SoftwareId = 45, + SyntaxId = 48 + }, + new + { + SoftwareId = 45, + SyntaxId = 50 + }, + new + { + SoftwareId = 46, + SyntaxId = 1 + }, + new + { + SoftwareId = 46, + SyntaxId = 2 + }, + new + { + SoftwareId = 46, + SyntaxId = 3 + }, + new + { + SoftwareId = 46, + SyntaxId = 13 + }, + new + { + SoftwareId = 46, + SyntaxId = 16 + }, + new + { + SoftwareId = 46, + SyntaxId = 28 + }, + new + { + SoftwareId = 46, + SyntaxId = 38 + }, + new + { + SoftwareId = 46, + SyntaxId = 47 + }, + new + { + SoftwareId = 46, + SyntaxId = 48 + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Syntax", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn); + + b.Property("Description") + .HasColumnType("text"); + + b.Property("Name") + .IsRequired() + .HasColumnType("text"); + + b.Property("Url") + .HasColumnType("text"); + + b.HasKey("Id"); + + b.ToTable("Syntaxes"); + + b.HasData( + new + { + Id = 1, + Name = "Hosts (localhost IPv4)", + Url = "https://en.wikipedia.org/wiki/Hosts_(file)" + }, + new + { + Id = 2, + Name = "Domains" + }, + new + { + Id = 3, + Name = "Adblock Plus", + Url = "https://adblockplus.org/filters" + }, + new + { + Id = 4, + Name = "uBlock Origin Static", + Url = "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax" + }, + new + { + Id = 6, + Name = "AdGuard", + Url = "https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters" + }, + new + { + Id = 7, + Name = "uMatrix/uBO lined dynamic rules", + Url = "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide" + }, + new + { + Id = 8, + Name = "URLs" + }, + new + { + Id = 9, + Name = "IPs (IPv4)" + }, + new + { + Id = 10, + Name = "Tracking Protection List (IE)", + Url = "https://blogs.msdn.microsoft.com/ie/2010/12/07/ie9-and-privacy-introducing-tracking-protection/" + }, + new + { + Id = 11, + Name = "Redirector" + }, + new + { + Id = 12, + Name = "Nano Adblocker Static", + Url = "https://github.com/NanoAdblocker/NanoCore/tree/master/notes" + }, + new + { + Id = 13, + Name = "MinerBlock", + Url = "https://github.com/xd4rker/MinerBlock" + }, + new + { + Id = 14, + Name = "Non-localhost hosts (IPv4)", + Url = "https://en.wikipedia.org/wiki/Hosts_(file)" + }, + new + { + Id = 15, + Name = "IPs (Start-end-range)" + }, + new + { + Id = 16, + Name = "Domains with wildcards" + }, + new + { + Id = 17, + Name = "uBlock Origin scriptlet injection", + Url = "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#scriptlet-injection" + }, + new + { + Id = 18, + Name = "Little Snitch subscription rules", + Url = "https://help.obdev.at/littlesnitch/lsc-rule-group-subscriptions" + }, + new + { + Id = 19, + Name = "Privoxy action file", + Url = "https://www.privoxy.org/user-manual/actions-file.html" + }, + new + { + Id = 20, + Name = "dnsmasq domains list" + }, + new + { + Id = 21, + Name = "!#include compilation", + Url = "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#include-file-name" + }, + new + { + Id = 22, + Name = "DNS servers" + }, + new + { + Id = 23, + Name = "Unix-format hosts.deny file" + }, + new + { + Id = 24, + Name = "Unbound" + }, + new + { + Id = 25, + Name = "Response Policy Zones (RPZ)" + }, + new + { + Id = 26, + Name = "BIND" + }, + new + { + Id = 27, + Name = "Windows command line script" + }, + new + { + Id = 28, + Name = "Adblocker-syntax domains", + Url = "https://help.eyeo.com/en/adblockplus/how-to-write-filters#basic" + }, + new + { + Id = 29, + Name = "Socks5" + }, + new + { + Id = 30, + Name = "Pi-hole RegEx", + Url = "https://docs.pi-hole.net/ftldns/regex/tutorial/" + }, + new + { + Id = 31, + Name = "URLRedirector" + }, + new + { + Id = 34, + Name = "CIDRs (IPv4)" + }, + new + { + Id = 36, + Name = "Hosts (localhost IPv6)", + Url = "https://en.wikipedia.org/wiki/Hosts_(file)" + }, + new + { + Id = 37, + Name = "Non-localhost hosts (IPv6)", + Url = "https://en.wikipedia.org/wiki/Hosts_(file)" + }, + new + { + Id = 38, + Name = "Adblock Plus Advanced" + }, + new + { + Id = 39, + Name = "IPs (IPv6)" + }, + new + { + Id = 41, + Name = "CIDRs (IPv6)" + }, + new + { + Id = 44, + Name = "PowerShell PKG file" + }, + new + { + Id = 46, + Name = "''$important''/''$empty'' only" + }, + new + { + Id = 47, + Name = "Adblocker-syntax domains w/o ABP tag" + }, + new + { + Id = 48, + Name = "Domains with ABP tag" + }, + new + { + Id = 49, + Name = "SmartDNS" + }, + new + { + Id = 50, + Name = "Domains for whitelisting" + }, + new + { + Id = 51, + Name = "uMatrix ruleset recipe", + Url = "https://github.com/gorhill/uMatrix/wiki/Ruleset-recipes" + }, + new + { + Id = 52, + Name = "personalDNSfilter whitelisting" + }, + new + { + Id = 53, + Name = "uBO lined dynamic rules w/ noop", + Url = "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide" + }, + new + { + Id = 54, + Name = "Hosts (0)", + Url = "https://en.wikipedia.org/wiki/Hosts_(file)" + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Tag", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn); + + b.Property("Description") + .HasColumnType("text"); + + b.Property("Name") + .IsRequired() + .HasColumnType("text"); + + b.HasKey("Id"); + + b.ToTable("Tags"); + + b.HasData( + new + { + Id = 1, + Description = "Blocks cryptomining and/or cryptojacking", + Name = "crypto" + }, + new + { + Id = 2, + Description = "Blocks advertisements", + Name = "ads" + }, + new + { + Id = 3, + Description = "Blocks trackers and other privacy-invasive resources", + Name = "privacy" + }, + new + { + Id = 4, + Description = "Blocks social media scripts, trackers, widgets, comment sections, etc.", + Name = "social" + }, + new + { + Id = 5, + Description = "Blocks adblock detection scripts", + Name = "anti-adblock" + }, + new + { + Id = 6, + Description = "Blocks malicious resources", + Name = "malware" + }, + new + { + Id = 7, + Description = "Blocks phishing and/or scam resources", + Name = "phishing" + }, + new + { + Id = 8, + Description = "Blocks cookie notices primarily in response to the EU Cookie Law and GDPR", + Name = "cookies" + }, + new + { + Id = 9, + Description = "Blocks subjectively annoying resources", + Name = "annoyances" + }, + new + { + Id = 10, + Description = "Unblocks categorical resources", + Name = "whitelist" + }, + new + { + Id = 11, + Description = "Blocks adult, NSFW, pornographic, etc. resources", + Name = "nsfw" + }, + new + { + Id = 12, + Description = "Redirects traffic through proxies to get around firewalls or service shutdowns", + Name = "proxy" + }, + new + { + Id = 13, + Description = "Extends or blocks functionality from search engines", + Name = "search" + }, + new + { + Id = 14, + Description = "Intended for research only", + Name = "research" + }, + new + { + Id = 15, + Description = "Blocks specific topics/things", + Name = "topical" + }, + new + { + Id = 16, + Description = "Removes obstructing or annoying overlays", + Name = "overlay" + }, + new + { + Id = 17, + Description = "Blocks gambling resources", + Name = "gambling" + }, + new + { + Id = 18, + Description = "Removes website-embedded fonts", + Name = "fonts" + }, + new + { + Id = 19, + Description = "Blocks resources from certain companies", + Name = "anti-corp" + }, + new + { + Id = 20, + Description = "Lists that are of special interest to IT admins", + Name = "admin" + }, + new + { + Id = 21, + Description = "Lists that remove news stories of subjectively low quality", + Name = "clickbait" + }, + new + { + Id = 22, + Description = "Blocks religious or superstitious content", + Name = "religious" + }, + new + { + Id = 23, + Description = "Blocks pages from link-shortening services", + Name = "shorteners" + }, + new + { + Id = 24, + Description = "Blocks piracy-focusing sites", + Name = "piracy" + }, + new + { + Id = 25, + Description = "Blocks political content", + Name = "politics" + }, + new + { + Id = 26, + Description = "Blocks software updates", + Name = "updates" + }, + new + { + Id = 27, + Description = "Userstyles in adblocker syntax that change the appearance of sites", + Name = "userstyle" + }, + new + { + Id = 28, + Description = "Blocks requests that ask you to subscribe to newsletters", + Name = "newsletters" + }, + new + { + Id = 29, + Description = "Prevents \"How can I help you?\" prompts from popping up", + Name = "helpprompt" + }, + new + { + Id = 30, + Description = "Blocks certain cultural content", + Name = "cultural" + }, + new + { + Id = 31, + Description = "Removes empty boxes that remain after other things were blocked", + Name = "empty-box" + }, + new + { + Id = 32, + Description = "Blocks prompts to subscribe to push notifications", + Name = "push-notes" + }, + new + { + Id = 33, + Description = "Blocks promotions of websites' own mobile apps", + Name = "app-download" + }, + new + { + Id = 34, + Description = "Lists designed for units that are neither PCs or phones, e.g. TVs, game consoles, smart-sticks, etc.", + Name = "media-unit" + }, + new + { + Id = 35, + Description = "Lists that deal with specific sites or site groups only, without blocking them entirely", + Name = "site-specific" + }, + new + { + Id = 36, + Description = "Lists known to be so big as to begin to cause loading/processing issues on weaker units, e.g. old phones", + Name = "≥250K entries" + }, + new + { + Id = 37, + Description = "Blocks Dynamic DNS (DDNS) address providers and hosts", + Name = "dynamic-domains" + }, + new + { + Id = 38, + Description = "Pre-stable lists where maintainers are extra interested in feedback", + Name = "beta" + }, + new + { + Id = 39, + Description = "Replaces file and page sources to make them load faster", + Name = "cdn-replacer" + }, + new + { + Id = 40, + Description = "Bypasses paywalls on websites", + Name = "paywall" + }, + new + { + Id = 41, + Description = "Cleans up anime viewing websites to make them easier to use", + Name = "anime" + }); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Dependent", b => + { + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", "DependencyFilterList") + .WithMany("DependentFilterLists") + .HasForeignKey("DependencyFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", "DependentFilterList") + .WithMany("DependencyFilterLists") + .HasForeignKey("DependentFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", b => + { + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.License", "License") + .WithMany("FilterLists") + .HasForeignKey("LicenseId"); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterListLanguage", b => + { + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", "FilterList") + .WithMany("FilterListLanguages") + .HasForeignKey("FilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Language", "Language") + .WithMany("FilterListLanguages") + .HasForeignKey("Iso6391") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterListMaintainer", b => + { + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", "FilterList") + .WithMany("FilterListMaintainers") + .HasForeignKey("FilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Maintainer", "Maintainer") + .WithMany("FilterListMaintainers") + .HasForeignKey("MaintainerId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterListSyntax", b => + { + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", "FilterList") + .WithMany("FilterListSyntaxes") + .HasForeignKey("FilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Syntax", "Syntax") + .WithMany("FilterListSyntaxes") + .HasForeignKey("SyntaxId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterListTag", b => + { + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", "FilterList") + .WithMany("FilterListTags") + .HasForeignKey("FilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Tag", "Tag") + .WithMany("FilterListTags") + .HasForeignKey("TagId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterListViewUrl", b => + { + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", "FilterList") + .WithMany("ViewUrls") + .HasForeignKey("FilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Fork", b => + { + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", "ForkFilterList") + .WithMany("UpstreamFilterLists") + .HasForeignKey("ForkFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", "UpstreamFilterList") + .WithMany("ForkFilterLists") + .HasForeignKey("UpstreamFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Merge", b => + { + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", "IncludedInFilterList") + .WithMany("IncludesFilterLists") + .HasForeignKey("IncludedInFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.FilterList", "IncludesFilterList") + .WithMany("IncludedInFilterLists") + .HasForeignKey("IncludesFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.SoftwareSyntax", b => + { + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Software", "Software") + .WithMany("SoftwareSyntaxes") + .HasForeignKey("SoftwareId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Syntax", "Syntax") + .WithMany("SoftwareSyntaxes") + .HasForeignKey("SyntaxId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); +#pragma warning restore 612, 618 + } + } +} diff --git a/services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20201009005106_2030.cs b/services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20201009005106_2030.cs new file mode 100644 index 0000000000..5fed4b8153 --- /dev/null +++ b/services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20201009005106_2030.cs @@ -0,0 +1,36525 @@ +using Microsoft.EntityFrameworkCore.Migrations; + +namespace FilterLists.Directory.Infrastructure.Migrations.Migrations +{ + public partial class _2030 : Migration + { + protected override void Up(MigrationBuilder migrationBuilder) + { + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 3, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 4, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 5, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 6, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 7, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 8, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 9, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 10, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 11, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 12, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 13, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 14, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 15, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 16, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 17, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 18, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 19, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 20, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 21, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 22, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 23, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 24, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 25, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 26, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 27, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 28, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 29, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 30, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 31, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 32, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 33, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 34, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 35, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 36, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 37, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 38, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 39, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 40, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 41, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 42, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 43, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 44, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 45, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 46, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 47, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 48, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 49, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 50, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 51, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 52, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 53, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 54, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 55, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 56, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 57, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 58, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 59, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 60, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 61, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 62, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 63, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 64, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 65, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 66, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 67, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 68, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 69, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 70, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 71, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 72, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 73, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 74, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 75, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 76, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 77, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 78, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 79, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 80, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 81, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 82, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 83, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 84, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 85, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 86, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 87, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 88, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 89, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 90, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 91, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 92, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 93, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 94, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 95, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 96, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 97, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 98, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 99, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 100, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 101, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 102, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 103, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 104, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 105, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 106, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 107, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 108, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 109, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 110, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 111, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 112, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 113, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 114, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 115, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 116, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 117, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 118, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 119, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 120, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 121, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 122, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 123, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 124, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 125, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 126, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 127, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 128, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 129, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 130, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 131, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 132, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 133, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 134, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 135, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 136, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 137, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 138, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 139, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 140, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 141, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 142, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 143, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 144, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 145, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 146, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 147, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 148, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 149, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 150, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 151, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 152, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 153, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 154, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 155, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 156, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 157, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 158, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 159, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 160, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 161, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 162, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 163, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 164, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 165, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 166, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 167, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 168, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 169, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 170, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 171, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 172, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 173, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 174, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 175, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 176, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 177, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 178, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 179, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 180, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 181, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 182, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 183, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 184, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 185, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 186, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 187, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 188, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 189, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 190, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 191, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 192, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 193, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 194, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 195, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 196, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 197, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 198, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 199, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 200, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 201, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 202, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 203, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 204, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 205, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 206, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 207, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 208, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 209, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 210, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 211, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 212, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 213, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 214, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 215, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 216, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 217, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 218, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 219, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 220, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 221, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 222, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 223, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 224, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 225, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 226, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 227, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 228, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 229, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 230, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 231, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 232, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 233, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 234, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 235, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 236, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 237, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 238, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 239, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 240, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 241, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 242, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 243, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 244, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 245, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 246, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 247, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 248, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 249, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 250, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 251, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 252, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 253, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 254, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 255, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 256, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 257, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 258, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 259, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 260, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 261, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 262, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 263, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 264, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 265, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 266, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 267, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 268, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 269, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 270, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 271, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 272, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 273, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 274, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 275, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 276, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 277, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 278, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 279, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 280, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 281, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 282, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 283, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 284, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 285, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 286, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 287, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 288, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 289, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 290, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 291, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 292, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 293, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 294, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 295, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 296, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 297, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 298, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 299, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 300, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 301, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 302, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 303, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 304, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 305, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 306, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 307, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 308, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 309, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 310, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 311, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 312, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 313, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 314, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 315, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 316, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 317, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 318, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 319, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 320, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 321, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 322, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 323, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 324, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 325, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 326, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 327, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 328, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 329, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 330, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 331, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 332, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 333, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 334, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 335, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 336, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 337, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 338, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 339, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 340, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 341, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 342, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 343, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 344, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 345, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 346, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 347, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 348, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 349, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 350, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 351, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 352, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 353, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 354, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 355, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 356, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 357, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 358, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 359, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 360, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 361, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 362, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 363, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 364, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 365, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 366, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 367, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 368, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 369, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 370, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 371, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 372, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 373, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 374, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 375, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 376, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 377, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 378, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 379, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 380, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 381, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 382, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 383, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 384, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 385, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 386, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 387, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 388, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 389, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 390, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 391, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 392, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 393, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 394, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 395, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 396, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 397, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 398, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 399, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 400, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 401, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 402, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 403, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 404, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 405, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 406, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 407, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 408, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 409, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 410, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 411, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 412, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 413, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 414, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 415, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 416, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 417, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 418, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 419, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 420, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 421, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 422, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 423, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 424, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 425, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 426, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 427, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 428, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 429, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 430, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 431, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 432, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 433, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 434, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 435, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 436, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 437, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 438, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 439, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 440, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 441, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 442, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 443, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 444, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 445, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 446, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 447, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 448, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 449, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 450, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 451, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 452, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 453, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 454, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 455, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 456, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 457, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 458, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 459, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 460, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 461, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 462, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 463, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 464, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 465, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 466, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 467, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 468, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 469, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 470, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 471, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 472, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 473, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 474, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 475, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 476, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 477, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 478, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 479, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 480, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 481, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 482, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 483, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 484, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 485, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 486, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 487, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 488, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 489, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 490, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 491, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 492, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 493, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 494, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 495, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 496, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 497, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 498, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 499, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 500, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 501, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 502, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 503, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 504, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 505, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 506, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 507, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 508, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 509, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 510, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 511, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 512, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 513, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 514, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 515, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 516, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 517, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 518, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 519, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 520, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 521, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 522, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 523, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 524, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 525, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 526, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 527, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 528, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 529, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 530, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 531, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 532, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 533, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 534, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 535, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 536, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 537, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 538, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 539, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 540, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 541, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 542, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 543, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 544, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 545, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 546, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 547, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 548, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 549, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 550, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 551, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 552, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 553, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 554, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 555, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 556, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 557, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 558, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 559, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 560, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 561, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 562, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 563, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 564, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 565, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 566, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 567, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 568, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 569, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 570, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 571, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 572, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 573, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 574, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 575, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 576, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 577, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 578, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 579, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 580, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 581, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 582, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 583, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 584, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 585, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 586, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 587, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 588, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 589, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 590, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 591, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 592, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 593, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 594, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 595, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 596, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 597, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 598, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 599, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 600, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 601, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 602, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 603, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 604, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 605, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 606, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 607, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 608, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 609, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 610, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 611, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 612, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 613, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 614, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 615, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 616, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 617, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 618, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 619, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 620, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 621, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 622, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 623, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 624, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 625, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 626, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 627, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 628, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 629, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 630, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 631, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 632, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 633, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 634, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 635, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 636, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 637, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 638, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 639, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 640, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 641, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 642, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 643, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 644, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 645, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 646, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 647, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 648, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 649, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 650, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 651, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 652, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 653, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 654, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 655, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 656, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 657, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 658, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 659, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 660, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 661, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 662, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 663, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 664, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 665, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 666, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 667, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 668, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 669, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 670, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 671, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 672, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 673, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 674, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 675, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 676, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 677, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 678, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 679, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 680, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 681, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 682, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 683, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 684, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 685, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 686, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 687, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 688, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 689, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 690, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 691, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 692, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 693, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 694, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 695, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 696, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 697, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 698, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 699, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 700, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 701, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 702, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 703, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 704, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 705, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 706, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 707, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 708, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 709, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 710, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 711, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 712, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 713, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 714, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 715, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 716, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 717, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 718, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 719, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 720, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 721, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 722, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 723, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 724, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 725, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 726, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 727, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 728, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 729, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 730, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 731, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 732, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 733, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 734, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 735, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 736, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 737, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 738, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 739, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 740, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 741, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 742, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 743, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 744, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 745, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 746, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 747, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 748, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 749, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 750, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 751, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 752, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 753, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 754, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 755, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 756, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 757, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 758, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 759, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 760, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 761, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 762, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 763, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 764, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 765, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 766, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 767, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 768, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 769, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 770, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 771, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 772, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 773, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 774, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 775, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 776, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 777, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 778, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 779, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 780, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 781, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 782, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 783, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 784, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 785, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 786, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 787, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 788, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 789, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 790, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 791, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 792, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 793, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 794, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 795, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 796, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 797, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 798, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 799, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 800, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 801, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 802, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 803, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 804, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 805, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 806, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 807, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 808, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 809, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 810, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 811, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 812, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 813, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 814, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 815, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 816, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 817, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 818, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 819, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 820, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 821, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 822, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 823, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 824, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 825, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 826, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 827, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 828, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 829, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 830, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 831, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 832, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 833, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 834, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 835, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 836, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 837, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 838, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 839, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 840, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 841, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 842, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 843, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 844, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 845, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 846, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 847, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 848, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 849, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 850, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 851, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 852, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 853, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 854, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 855, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 856, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 857, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 858, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 859, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 860, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 861, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 862, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 863, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 864, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 865, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 866, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 867, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 868, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 869, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 870, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 871, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 872, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 873, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 874, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 875, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 876, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 877, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 878, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 879, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 880, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 881, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 882, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 883, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 884, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 885, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 886, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 887, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 888, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 889, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 890, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 891, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 892, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 893, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 894, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 895, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 896, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 897, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 898, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 899, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 900, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 904, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 905, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 906, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 907, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 908, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 909, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 910, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 911, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 912, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 913, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 914, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 915, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 916, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 917, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 918, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 919, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 920, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 921, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 922, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 923, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 924, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 925, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 926, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 927, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 928, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 929, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 930, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 931, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 932, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 933, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 934, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 935, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 936, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 937, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 938, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 939, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 940, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 941, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 942, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 943, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 944, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 945, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 946, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 947, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 948, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 949, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 950, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 951, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 952, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 953, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 954, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 955, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 956, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 957, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 958, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 959, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 960, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 961, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 962, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 963, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 964, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 965, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 966, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 967, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 968, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 969, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 970, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 971, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 972, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 973, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 974, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 975, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 976, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 977, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 978, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 979, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 980, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 981, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 982, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 983, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 984, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 985, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 986, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 987, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 988, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 989, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 990, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 991, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 992, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 993, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 994, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 995, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 996, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 997, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 998, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 999, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1000, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1001, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1002, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1003, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1004, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1005, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1006, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1007, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1008, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1009, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1010, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1011, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1012, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1013, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1014, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1015, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1016, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1017, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1018, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1019, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1020, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1021, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1022, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1023, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1024, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1025, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1026, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1027, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1028, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1029, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1030, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1031, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1032, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1033, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1034, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1035, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1036, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1037, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1038, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1039, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1040, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1041, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1042, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1043, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1044, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1045, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1046, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1047, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1048, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1049, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1050, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1051, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1052, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1053, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1054, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1055, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1056, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1057, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1058, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1059, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1060, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1061, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1062, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1063, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1064, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1065, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1066, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1067, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1068, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1069, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1070, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1071, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1072, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1073, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1074, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1075, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1076, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1077, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1078, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1079, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1080, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1081, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1082, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1083, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1084, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1085, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1086, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1087, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1088, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1089, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1090, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1091, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1092, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1093, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1094, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1095, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1096, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1097, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1098, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1099, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1100, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1101, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1102, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1103, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1104, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1105, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1106, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1107, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1108, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1109, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1110, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1111, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1112, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1113, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1114, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1115, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1116, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1117, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1118, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1119, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1120, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1121, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1122, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1123, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1124, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1125, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1126, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1127, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1128, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1129, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1130, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1131, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1132, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1133, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1134, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1135, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1136, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1137, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1138, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1139, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1140, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1141, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1142, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1143, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1144, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1145, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1146, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1147, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1148, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1149, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1150, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1151, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1152, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1153, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1154, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1155, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1156, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1157, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1158, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1159, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1160, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1161, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1162, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1163, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1164, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1165, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1166, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1167, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1168, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1169, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1170, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1171, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1172, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1173, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1174, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1175, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1176, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1177, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1178, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1179, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1180, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1181, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1182, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1183, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1184, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1185, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1186, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1187, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1188, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1189, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1190, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1191, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1192, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1193, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1194, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1195, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1196, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1197, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1198, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1199, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1200, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1201, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1202, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1203, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1204, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1205, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1206, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1207, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1208, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1209, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1210, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1211, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1212, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1213, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1214, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1215, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1216, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1217, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1218, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1219, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1220, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1221, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1222, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1223, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1224, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1225, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1226, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1227, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1228, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1229, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1230, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1231, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1232, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1233, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1234, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1235, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1236, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1237, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1238, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1239, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1240, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1241, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1242, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1243, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1244, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1245, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1246, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1247, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1248, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1249, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1250, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1251, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1252, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1253, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1254, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1255, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1256, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1257, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1258, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1259, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1260, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1261, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1262, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1263, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1264, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1265, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1266, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1267, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1268, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1269, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1270, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1271, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1272, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1273, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1274, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1275, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1276, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1277, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1278, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1279, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1280, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1281, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1282, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1283, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1284, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1285, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1286, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1287, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1288, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1289, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1290, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1291, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1292, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1293, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1294, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1295, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1296, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1297, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1298, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1299, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1300, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1301, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1302, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1303, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1304, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1305, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1306, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1307, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1308, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1309, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1310, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1311, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1312, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1313, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1314, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1315, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1316, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1317, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1318, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1319, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1320, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1321, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1322, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1323, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1324, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1325, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1326, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1327, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1328, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1329, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1330, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1331, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1332, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1333, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1334, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1335, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1336, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1337, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1338, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1339, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1340, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1341, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1342, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1343, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1344, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1345, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1346, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1347, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1348, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1349, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1350, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1351, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1352, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1353, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1354, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1355, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1356, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1357, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1358, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1359, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1360, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1361, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1362, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1363, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1364, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1365, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1366, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1367, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1368, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1369, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1370, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1371, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1372, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1373, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1374, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1375, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1376, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1377, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1378, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1379, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1380, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1381, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1382, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1383, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1384, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1385, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1386, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1387, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1388, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1389, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1390, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1391, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1392, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1393, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1394, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1395, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1396, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1397, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1398, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1399, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1400, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1401, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1402, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1403, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1404, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1405, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1406, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1407, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1408, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1409, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1410, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1411, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1412, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1413, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1414, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1415, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1416, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1417, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1418, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1419, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1420, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1421, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1422, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1423, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1424, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1425, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1426, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1427, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1428, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1429, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1430, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1431, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1432, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1433, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1434, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1435, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1436, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1437, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1438, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1439, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1440, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1441, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1442, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1443, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1444, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1445, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1446, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1447, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1448, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1449, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1450, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1451, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1452, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1453, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1454, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1455, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1456, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1457, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1458, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1459, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1460, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1461, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1462, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1463, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1464, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1465, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1466, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1467, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1468, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1469, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1470, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1471, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1472, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1473, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1474, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1475, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1476, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1477, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1478, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1479, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1480, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1481, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1482, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1483, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1484, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1485, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1486, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1487, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1488, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1489, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1490, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1491, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1492, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1493, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1494, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1495, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1496, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1497, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1498, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1499, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1500, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1501, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1502, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1503, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1504, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1505, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1506, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1507, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1508, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1509, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1510, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1511, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1512, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1513, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1514, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1515, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1516, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1517, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1518, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1519, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1520, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1521, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1522, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1523, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1524, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1525, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1526, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1527, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1528, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1529, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1530, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1531, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1532, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1533, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1534, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1535, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1536, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1537, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1538, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1539, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1540, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1541, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1542, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1543, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1544, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1545, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1546, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1547, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1548, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1549, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1550, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1551, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1552, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1553, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1554, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1555, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1556, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1557, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1558, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1559, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1560, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1561, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1562, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1563, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1564, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1565, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1566, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1567, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1568, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1569, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1570, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1571, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1572, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1573, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1574, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1575, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1576, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1577, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1578, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1579, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1580, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1581, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1582, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1583, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1584, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1585, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1586, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1587, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1588, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1589, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1590, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1591, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1592, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1593, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1594, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1595, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1596, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1597, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1598, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1599, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1600, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1601, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1602, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1603, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1604, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1605, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1606, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1607, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1608, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1609, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1610, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1611, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1612, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1613, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1614, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1615, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1616, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1617, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1618, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1619, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1620, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1621, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1622, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1623, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1624, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1625, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1626, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1627, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/malware-filter/urlhaus-filter-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1628, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1629, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1630, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1631, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1632, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1633, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1634, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1635, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1636, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1637, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1638, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1639, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1640, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1641, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1642, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1643, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1644, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1645, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1646, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1647, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1648, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1649, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1650, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1651, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1652, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1653, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1654, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1655, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1656, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1657, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1658, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1659, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1660, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1661, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1662, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1663, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1664, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1665, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1666, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1667, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1668, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1669, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1670, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1671, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1672, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1673, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1674, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1675, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1676, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1677, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1678, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1679, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1680, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1681, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1682, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1683, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1684, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1685, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1686, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1687, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1688, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1689, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1690, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1691, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1692, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1693, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1694, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1695, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1696, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1697, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1698, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1699, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1700, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1701, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1702, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1703, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1704, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1705, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1706, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1707, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1708, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1709, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1710, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1711, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1712, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1713, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1714, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1715, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1716, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1717, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1718, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1719, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1720, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1721, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1722, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1723, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1724, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1725, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1726, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1727, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1728, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1729, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1730, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1731, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1732, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1733, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1734, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1735, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1736, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1737, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1738, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1739, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1740, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1741, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1742, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1743, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1744, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1745, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1746, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1747, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1748, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1749, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1750, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1751, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1752, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1753, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1754, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1755, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1756, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1757, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1758, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1759, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1760, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1761, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1762, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1763, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1764, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1765, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1766, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1767, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1768, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1769, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1770, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1771, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1772, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1773, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1774, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1775, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1776, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1777, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1778, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1779, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1780, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1781, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1782, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1783, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1784, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1785, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1786, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1787, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1788, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1789, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1790, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1791, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1792, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1793, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1794, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1795, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1796, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1797, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1798, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1799, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1800, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1801, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1802, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1803, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1804, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1805, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1806, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1807, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1808, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1809, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1810, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1811, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1812, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1813, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1814, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1815, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1816, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1817, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1818, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1819, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1820, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1821, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1822, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1823, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1824, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1825, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1826, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1827, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1828, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1829, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1830, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1831, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1832, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1833, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1834, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1835, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1836, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1837, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1838, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1839, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1840, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1841, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1842, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1843, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1844, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1845, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1846, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1847, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1848, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1849, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1850, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1851, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1852, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1853, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1854, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1855, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1856, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1857, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1858, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1859, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1860, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1861, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1862, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1863, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1864, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1865, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1866, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1867, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1868, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1869, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1870, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1871, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1872, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1873, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1874, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1875, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1876, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1877, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1878, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1879, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1880, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1881, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1882, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1883, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1884, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1885, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1886, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1887, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1888, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1889, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1890, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1891, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1892, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1893, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1894, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1895, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1896, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1897, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1898, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1899, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1900, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1901, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1902, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1903, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1904, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1905, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1906, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1907, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1908, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1909, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1910, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1911, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1912, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1913, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1914, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1915, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1916, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1917, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1918, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1919, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1920, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1921, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1922, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1923, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1924, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1925, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1926, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1927, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1928, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1929, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1930, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1931, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1932, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1933, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1934, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1935, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1936, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1937, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1938, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1939, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1940, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1941, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1942, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1943, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1944, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1945, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1946, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1947, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1951, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1952, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1953, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1954, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1955, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1956, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1957, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1958, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1959, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1960, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1961, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1962, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1963, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1964, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1965, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1966, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1967, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1968, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1969, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1970, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1971, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1972, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1973, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1974, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1975, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1976, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1977, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1978, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1979, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1980, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1981, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1982, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1983, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1984, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1985, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1986, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1987, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1988, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1989, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1990, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1991, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1992, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1993, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1994, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1995, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1996, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1997, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1998, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1999, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2000, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2001, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2002, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2003, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2004, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2005, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2006, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2007, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2008, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2009, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2010, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2011, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2012, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2013, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2014, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2015, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2016, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2017, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2018, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2019, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2020, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2021, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2022, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2023, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2024, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2025, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2026, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2027, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2028, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2029, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2030, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2031, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2032, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2033, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2034, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2035, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2036, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2037, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2038, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2039, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2040, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2041, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2042, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2043, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2044, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2045, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2046, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2047, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2048, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2049, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2050, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2051, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2052, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2053, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2054, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2055, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2056, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2057, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2058, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2059, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2060, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2061, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2062, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2063, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2064, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2065, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2066, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2067, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2068, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2069, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2070, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2071, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2072, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2073, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2074, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2075, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2076, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2077, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2078, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2079, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2080, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2081, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2082, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2083, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2084, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2085, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2086, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2087, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2088, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2089, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2090, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2091, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2092, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2093, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2094, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2095, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2096, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2097, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2098, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2099, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2100, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2101, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2102, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2103, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2104, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2105, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2106, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2107, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2108, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2109, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2110, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2111, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2112, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2113, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2114, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2115, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2116, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2117, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2118, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2119, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2120, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2121, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2122, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2123, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2124, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2125, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2126, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2127, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2128, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2129, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2130, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2131, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2132, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2133, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2134, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2135, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2136, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2137, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2138, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2139, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2140, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2141, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2142, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2143, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2144, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2145, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2146, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2147, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2148, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2149, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2150, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2151, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2152, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2153, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2154, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2155, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2156, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2157, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2158, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2159, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2160, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2161, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2162, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2163, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2164, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2165, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2166, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2167, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2168, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2169, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2170, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2171, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2172, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2173, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2174, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2175, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2176, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2177, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2178, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2179, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2180, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2181, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2182, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2183, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2184, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2185, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2186, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2187, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2188, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2189, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2190, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2191, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2192, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2193, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2194, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2195, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2196, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2197, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2198, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2199, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2200, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2201, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2202, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2203, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2204, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2205, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2206, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2207, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2208, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2209, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2210, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2211, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2212, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2213, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2214, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2215, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2216, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2217, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2218, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2219, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2220, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2221, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2222, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2223, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2224, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2225, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2226, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2227, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2228, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2229, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2230, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2231, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2232, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2233, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2234, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2235, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2236, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2237, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2238, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2239, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2240, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2241, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2242, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2243, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2244, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2245, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2246, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2247, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2248, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2249, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2250, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2251, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2252, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2253, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2254, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2255, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2256, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2257, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2258, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2259, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2260, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2261, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2262, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2263, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2264, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2265, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2266, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2267, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2268, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2269, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2270, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2271, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2272, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2273, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2274, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2275, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2276, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2277, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2278, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2279, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2280, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2281, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2282, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2283, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2284, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2285, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2289, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/malware-filter/urlhaus-filter-dnsmasq-online.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2290, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2291, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2295, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/malware-filter/urlhaus-filter-hosts-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2296, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2297, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2301, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/malware-filter/urlhaus-filter-bind-online.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2302, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2303, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2307, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/malware-filter/urlhaus-filter-unbound-online.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2308, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2309, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2310, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2311, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2312, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2313, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2314, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2315, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2316, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2317, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2318, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2319, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2320, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2321, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2322, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2323, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2324, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2325, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2326, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2327, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2328, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2329, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2330, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2331, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2332, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2333, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2334, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2335, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2336, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2337, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2338, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2339, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2340, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2341, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2342, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2343, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2344, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2345, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2346, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2347, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2348, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2349, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2350, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2351, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2352, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2353, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2354, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2355, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2356, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2357, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2358, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2359, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2360, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2361, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2362, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2363, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2364, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2365, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2366, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2367, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2368, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2369, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2370, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2371, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2372, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2373, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2374, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2375, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2376, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2377, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2378, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2379, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2380, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2381, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2382, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2383, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2384, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2385, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2386, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2387, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2388, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2389, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2390, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2391, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2392, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2393, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2394, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2395, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2396, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2397, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2398, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2399, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2400, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2401, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2402, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2403, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2404, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2405, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2406, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2407, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2408, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2409, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2410, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2411, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2412, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2413, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2414, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2415, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2416, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2417, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2418, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2419, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2420, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2421, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2422, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2423, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2424, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2425, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2426, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2427, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2428, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2429, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2430, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2431, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2432, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2433, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2434, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2435, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2436, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2437, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2438, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2439, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2440, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2441, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2442, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2443, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2444, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2445, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2446, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2447, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2448, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2449, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2450, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2451, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2452, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2453, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2454, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2455, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2456, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2457, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2458, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2459, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2460, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2461, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2462, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2463, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2464, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2465, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2466, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2467, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2468, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2469, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2470, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2471, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2472, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2473, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2474, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2475, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-domains.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2476, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2477, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2478, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-dnsmasq.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2479, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2480, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2481, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-hosts.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2482, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2483, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2484, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-bind.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2485, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2486, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2487, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-unbound.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2488, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2489, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2490, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2491, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2492, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2493, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2494, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2495, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2496, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2497, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2498, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2499, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2500, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2501, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2502, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2503, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2504, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2505, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2506, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2507, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2508, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2509, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2510, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2511, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2512, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2513, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2514, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2515, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2516, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2517, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2518, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2519, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2520, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2521, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2522, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2523, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2524, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2525, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2526, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2527, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2528, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2529, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2530, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2531, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2532, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2533, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2534, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2535, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2536, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2537, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2538, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2539, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2540, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2541, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2542, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2543, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2544, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2545, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2546, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2547, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2548, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2549, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2550, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2551, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2552, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2553, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2554, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2555, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2556, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2557, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2558, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2559, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2560, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2561, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2562, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2563, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2564, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2565, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2566, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2567, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2568, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2569, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2570, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2571, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2572, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2573, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2574, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2575, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2576, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2577, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2578, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2579, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2580, + column: "Primariness", + value: (short)4); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2581, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2582, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2583, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2584, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2585, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2586, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2587, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2588, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2589, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2590, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2591, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2592, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2593, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2594, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2595, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2596, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2597, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2598, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2599, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2600, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2601, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2602, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2603, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2604, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2605, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2606, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2607, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2608, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2609, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/malware-filter/urlhaus-filter-agh-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2610, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/malware-filter/urlhaus-filter-ag-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2611, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/malware-filter/urlhaus-filter-vivaldi-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2612, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-agh.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2613, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-ag.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2614, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-vivaldi.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2615, + column: "Primariness", + value: (short)4); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2616, + column: "Primariness", + value: (short)5); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2617, + column: "Primariness", + value: (short)6); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2618, + column: "Primariness", + value: (short)4); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2619, + column: "Primariness", + value: (short)5); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2620, + column: "Primariness", + value: (short)6); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2621, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2622, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2623, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2624, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2625, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2626, + column: "Primariness", + value: (short)1); + } + + protected override void Down(MigrationBuilder migrationBuilder) + { + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 3, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 4, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 5, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 6, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 7, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 8, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 9, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 10, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 11, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 12, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 13, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 14, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 15, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 16, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 17, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 18, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 19, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 20, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 21, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 22, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 23, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 24, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 25, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 26, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 27, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 28, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 29, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 30, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 31, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 32, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 33, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 34, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 35, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 36, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 37, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 38, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 39, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 40, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 41, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 42, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 43, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 44, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 45, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 46, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 47, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 48, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 49, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 50, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 51, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 52, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 53, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 54, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 55, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 56, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 57, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 58, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 59, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 60, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 61, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 62, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 63, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 64, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 65, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 66, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 67, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 68, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 69, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 70, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 71, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 72, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 73, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 74, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 75, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 76, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 77, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 78, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 79, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 80, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 81, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 82, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 83, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 84, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 85, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 86, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 87, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 88, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 89, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 90, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 91, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 92, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 93, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 94, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 95, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 96, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 97, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 98, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 99, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 100, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 101, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 102, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 103, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 104, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 105, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 106, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 107, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 108, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 109, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 110, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 111, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 112, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 113, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 114, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 115, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 116, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 117, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 118, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 119, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 120, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 121, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 122, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 123, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 124, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 125, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 126, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 127, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 128, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 129, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 130, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 131, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 132, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 133, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 134, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 135, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 136, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 137, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 138, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 139, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 140, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 141, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 142, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 143, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 144, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 145, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 146, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 147, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 148, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 149, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 150, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 151, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 152, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 153, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 154, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 155, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 156, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 157, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 158, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 159, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 160, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 161, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 162, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 163, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 164, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 165, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 166, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 167, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 168, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 169, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 170, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 171, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 172, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 173, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 174, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 175, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 176, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 177, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 178, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 179, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 180, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 181, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 182, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 183, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 184, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 185, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 186, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 187, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 188, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 189, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 190, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 191, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 192, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 193, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 194, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 195, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 196, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 197, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 198, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 199, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 200, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 201, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 202, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 203, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 204, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 205, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 206, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 207, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 208, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 209, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 210, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 211, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 212, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 213, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 214, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 215, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 216, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 217, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 218, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 219, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 220, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 221, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 222, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 223, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 224, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 225, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 226, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 227, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 228, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 229, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 230, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 231, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 232, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 233, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 234, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 235, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 236, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 237, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 238, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 239, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 240, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 241, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 242, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 243, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 244, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 245, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 246, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 247, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 248, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 249, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 250, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 251, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 252, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 253, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 254, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 255, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 256, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 257, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 258, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 259, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 260, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 261, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 262, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 263, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 264, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 265, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 266, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 267, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 268, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 269, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 270, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 271, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 272, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 273, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 274, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 275, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 276, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 277, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 278, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 279, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 280, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 281, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 282, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 283, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 284, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 285, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 286, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 287, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 288, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 289, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 290, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 291, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 292, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 293, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 294, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 295, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 296, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 297, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 298, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 299, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 300, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 301, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 302, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 303, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 304, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 305, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 306, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 307, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 308, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 309, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 310, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 311, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 312, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 313, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 314, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 315, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 316, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 317, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 318, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 319, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 320, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 321, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 322, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 323, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 324, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 325, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 326, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 327, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 328, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 329, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 330, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 331, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 332, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 333, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 334, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 335, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 336, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 337, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 338, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 339, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 340, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 341, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 342, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 343, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 344, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 345, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 346, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 347, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 348, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 349, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 350, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 351, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 352, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 353, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 354, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 355, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 356, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 357, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 358, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 359, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 360, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 361, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 362, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 363, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 364, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 365, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 366, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 367, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 368, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 369, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 370, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 371, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 372, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 373, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 374, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 375, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 376, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 377, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 378, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 379, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 380, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 381, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 382, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 383, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 384, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 385, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 386, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 387, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 388, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 389, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 390, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 391, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 392, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 393, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 394, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 395, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 396, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 397, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 398, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 399, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 400, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 401, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 402, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 403, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 404, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 405, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 406, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 407, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 408, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 409, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 410, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 411, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 412, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 413, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 414, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 415, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 416, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 417, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 418, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 419, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 420, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 421, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 422, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 423, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 424, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 425, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 426, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 427, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 428, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 429, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 430, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 431, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 432, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 433, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 434, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 435, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 436, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 437, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 438, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 439, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 440, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 441, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 442, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 443, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 444, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 445, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 446, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 447, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 448, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 449, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 450, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 451, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 452, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 453, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 454, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 455, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 456, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 457, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 458, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 459, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 460, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 461, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 462, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 463, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 464, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 465, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 466, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 467, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 468, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 469, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 470, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 471, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 472, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 473, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 474, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 475, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 476, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 477, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 478, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 479, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 480, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 481, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 482, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 483, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 484, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 485, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 486, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 487, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 488, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 489, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 490, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 491, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 492, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 493, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 494, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 495, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 496, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 497, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 498, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 499, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 500, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 501, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 502, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 503, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 504, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 505, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 506, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 507, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 508, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 509, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 510, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 511, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 512, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 513, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 514, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 515, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 516, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 517, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 518, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 519, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 520, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 521, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 522, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 523, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 524, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 525, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 526, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 527, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 528, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 529, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 530, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 531, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 532, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 533, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 534, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 535, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 536, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 537, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 538, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 539, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 540, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 541, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 542, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 543, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 544, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 545, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 546, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 547, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 548, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 549, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 550, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 551, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 552, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 553, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 554, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 555, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 556, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 557, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 558, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 559, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 560, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 561, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 562, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 563, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 564, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 565, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 566, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 567, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 568, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 569, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 570, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 571, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 572, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 573, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 574, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 575, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 576, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 577, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 578, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 579, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 580, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 581, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 582, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 583, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 584, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 585, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 586, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 587, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 588, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 589, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 590, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 591, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 592, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 593, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 594, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 595, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 596, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 597, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 598, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 599, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 600, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 601, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 602, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 603, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 604, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 605, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 606, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 607, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 608, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 609, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 610, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 611, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 612, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 613, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 614, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 615, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 616, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 617, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 618, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 619, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 620, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 621, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 622, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 623, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 624, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 625, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 626, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 627, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 628, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 629, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 630, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 631, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 632, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 633, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 634, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 635, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 636, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 637, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 638, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 639, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 640, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 641, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 642, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 643, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 644, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 645, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 646, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 647, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 648, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 649, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 650, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 651, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 652, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 653, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 654, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 655, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 656, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 657, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 658, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 659, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 660, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 661, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 662, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 663, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 664, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 665, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 666, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 667, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 668, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 669, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 670, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 671, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 672, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 673, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 674, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 675, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 676, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 677, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 678, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 679, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 680, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 681, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 682, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 683, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 684, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 685, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 686, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 687, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 688, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 689, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 690, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 691, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 692, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 693, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 694, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 695, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 696, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 697, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 698, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 699, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 700, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 701, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 702, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 703, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 704, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 705, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 706, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 707, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 708, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 709, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 710, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 711, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 712, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 713, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 714, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 715, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 716, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 717, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 718, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 719, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 720, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 721, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 722, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 723, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 724, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 725, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 726, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 727, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 728, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 729, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 730, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 731, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 732, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 733, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 734, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 735, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 736, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 737, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 738, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 739, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 740, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 741, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 742, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 743, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 744, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 745, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 746, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 747, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 748, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 749, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 750, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 751, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 752, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 753, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 754, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 755, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 756, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 757, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 758, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 759, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 760, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 761, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 762, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 763, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 764, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 765, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 766, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 767, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 768, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 769, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 770, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 771, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 772, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 773, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 774, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 775, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 776, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 777, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 778, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 779, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 780, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 781, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 782, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 783, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 784, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 785, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 786, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 787, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 788, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 789, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 790, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 791, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 792, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 793, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 794, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 795, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 796, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 797, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 798, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 799, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 800, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 801, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 802, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 803, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 804, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 805, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 806, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 807, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 808, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 809, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 810, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 811, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 812, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 813, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 814, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 815, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 816, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 817, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 818, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 819, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 820, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 821, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 822, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 823, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 824, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 825, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 826, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 827, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 828, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 829, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 830, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 831, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 832, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 833, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 834, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 835, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 836, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 837, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 838, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 839, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 840, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 841, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 842, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 843, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 844, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 845, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 846, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 847, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 848, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 849, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 850, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 851, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 852, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 853, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 854, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 855, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 856, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 857, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 858, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 859, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 860, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 861, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 862, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 863, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 864, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 865, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 866, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 867, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 868, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 869, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 870, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 871, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 872, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 873, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 874, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 875, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 876, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 877, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 878, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 879, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 880, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 881, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 882, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 883, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 884, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 885, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 886, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 887, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 888, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 889, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 890, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 891, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 892, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 893, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 894, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 895, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 896, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 897, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 898, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 899, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 900, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 904, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 905, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 906, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 907, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 908, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 909, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 910, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 911, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 912, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 913, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 914, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 915, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 916, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 917, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 918, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 919, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 920, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 921, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 922, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 923, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 924, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 925, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 926, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 927, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 928, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 929, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 930, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 931, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 932, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 933, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 934, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 935, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 936, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 937, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 938, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 939, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 940, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 941, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 942, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 943, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 944, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 945, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 946, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 947, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 948, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 949, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 950, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 951, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 952, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 953, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 954, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 955, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 956, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 957, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 958, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 959, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 960, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 961, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 962, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 963, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 964, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 965, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 966, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 967, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 968, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 969, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 970, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 971, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 972, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 973, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 974, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 975, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 976, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 977, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 978, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 979, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 980, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 981, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 982, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 983, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 984, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 985, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 986, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 987, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 988, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 989, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 990, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 991, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 992, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 993, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 994, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 995, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 996, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 997, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 998, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 999, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1000, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1001, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1002, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1003, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1004, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1005, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1006, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1007, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1008, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1009, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1010, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1011, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1012, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1013, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1014, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1015, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1016, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1017, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1018, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1019, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1020, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1021, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1022, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1023, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1024, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1025, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1026, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1027, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1028, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1029, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1030, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1031, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1032, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1033, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1034, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1035, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1036, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1037, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1038, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1039, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1040, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1041, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1042, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1043, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1044, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1045, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1046, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1047, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1048, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1049, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1050, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1051, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1052, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1053, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1054, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1055, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1056, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1057, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1058, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1059, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1060, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1061, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1062, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1063, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1064, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1065, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1066, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1067, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1068, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1069, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1070, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1071, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1072, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1073, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1074, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1075, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1076, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1077, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1078, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1079, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1080, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1081, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1082, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1083, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1084, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1085, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1086, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1087, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1088, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1089, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1090, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1091, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1092, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1093, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1094, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1095, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1096, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1097, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1098, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1099, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1100, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1101, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1102, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1103, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1104, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1105, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1106, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1107, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1108, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1109, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1110, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1111, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1112, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1113, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1114, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1115, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1116, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1117, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1118, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1119, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1120, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1121, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1122, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1123, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1124, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1125, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1126, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1127, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1128, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1129, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1130, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1131, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1132, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1133, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1134, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1135, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1136, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1137, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1138, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1139, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1140, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1141, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1142, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1143, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1144, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1145, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1146, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1147, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1148, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1149, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1150, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1151, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1152, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1153, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1154, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1155, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1156, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1157, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1158, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1159, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1160, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1161, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1162, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1163, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1164, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1165, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1166, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1167, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1168, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1169, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1170, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1171, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1172, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1173, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1174, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1175, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1176, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1177, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1178, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1179, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1180, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1181, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1182, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1183, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1184, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1185, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1186, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1187, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1188, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1189, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1190, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1191, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1192, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1193, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1194, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1195, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1196, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1197, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1198, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1199, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1200, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1201, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1202, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1203, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1204, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1205, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1206, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1207, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1208, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1209, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1210, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1211, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1212, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1213, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1214, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1215, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1216, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1217, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1218, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1219, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1220, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1221, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1222, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1223, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1224, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1225, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1226, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1227, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1228, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1229, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1230, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1231, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1232, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1233, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1234, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1235, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1236, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1237, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1238, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1239, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1240, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1241, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1242, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1243, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1244, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1245, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1246, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1247, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1248, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1249, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1250, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1251, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1252, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1253, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1254, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1255, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1256, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1257, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1258, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1259, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1260, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1261, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1262, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1263, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1264, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1265, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1266, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1267, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1268, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1269, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1270, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1271, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1272, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1273, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1274, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1275, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1276, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1277, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1278, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1279, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1280, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1281, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1282, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1283, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1284, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1285, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1286, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1287, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1288, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1289, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1290, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1291, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1292, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1293, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1294, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1295, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1296, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1297, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1298, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1299, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1300, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1301, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1302, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1303, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1304, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1305, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1306, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1307, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1308, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1309, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1310, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1311, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1312, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1313, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1314, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1315, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1316, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1317, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1318, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1319, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1320, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1321, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1322, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1323, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1324, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1325, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1326, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1327, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1328, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1329, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1330, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1331, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1332, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1333, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1334, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1335, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1336, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1337, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1338, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1339, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1340, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1341, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1342, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1343, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1344, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1345, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1346, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1347, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1348, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1349, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1350, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1351, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1352, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1353, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1354, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1355, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1356, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1357, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1358, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1359, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1360, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1361, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1362, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1363, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1364, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1365, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1366, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1367, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1368, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1369, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1370, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1371, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1372, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1373, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1374, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1375, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1376, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1377, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1378, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1379, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1380, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1381, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1382, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1383, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1384, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1385, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1386, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1387, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1388, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1389, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1390, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1391, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1392, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1393, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1394, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1395, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1396, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1397, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1398, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1399, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1400, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1401, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1402, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1403, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1404, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1405, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1406, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1407, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1408, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1409, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1410, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1411, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1412, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1413, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1414, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1415, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1416, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1417, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1418, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1419, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1420, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1421, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1422, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1423, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1424, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1425, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1426, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1427, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1428, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1429, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1430, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1431, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1432, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1433, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1434, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1435, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1436, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1437, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1438, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1439, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1440, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1441, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1442, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1443, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1444, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1445, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1446, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1447, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1448, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1449, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1450, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1451, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1452, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1453, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1454, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1455, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1456, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1457, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1458, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1459, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1460, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1461, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1462, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1463, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1464, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1465, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1466, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1467, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1468, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1469, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1470, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1471, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1472, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1473, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1474, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1475, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1476, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1477, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1478, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1479, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1480, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1481, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1482, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1483, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1484, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1485, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1486, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1487, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1488, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1489, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1490, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1491, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1492, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1493, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1494, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1495, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1496, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1497, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1498, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1499, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1500, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1501, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1502, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1503, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1504, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1505, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1506, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1507, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1508, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1509, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1510, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1511, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1512, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1513, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1514, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1515, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1516, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1517, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1518, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1519, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1520, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1521, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1522, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1523, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1524, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1525, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1526, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1527, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1528, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1529, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1530, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1531, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1532, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1533, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1534, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1535, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1536, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1537, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1538, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1539, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1540, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1541, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1542, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1543, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1544, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1545, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1546, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1547, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1548, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1549, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1550, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1551, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1552, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1553, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1554, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1555, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1556, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1557, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1558, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1559, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1560, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1561, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1562, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1563, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1564, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1565, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1566, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1567, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1568, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1569, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1570, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1571, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1572, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1573, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1574, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1575, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1576, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1577, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1578, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1579, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1580, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1581, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1582, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1583, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1584, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1585, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1586, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1587, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1588, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1589, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1590, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1591, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1592, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1593, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1594, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1595, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1596, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1597, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1598, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1599, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1600, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1601, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1602, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1603, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1604, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1605, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1606, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1607, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1608, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1609, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1610, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1611, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1612, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1613, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1614, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1615, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1616, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1617, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1618, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1619, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1620, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1621, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1622, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1623, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1624, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1625, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1626, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1627, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1628, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1629, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1630, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1631, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1632, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1633, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1634, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1635, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1636, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1637, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1638, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1639, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1640, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1641, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1642, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1643, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1644, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1645, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1646, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1647, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1648, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1649, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1650, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1651, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1652, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1653, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1654, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1655, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1656, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1657, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1658, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1659, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1660, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1661, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1662, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1663, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1664, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1665, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1666, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1667, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1668, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1669, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1670, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1671, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1672, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1673, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1674, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1675, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1676, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1677, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1678, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1679, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1680, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1681, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1682, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1683, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1684, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1685, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1686, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1687, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1688, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1689, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1690, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1691, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1692, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1693, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1694, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1695, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1696, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1697, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1698, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1699, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1700, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1701, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1702, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1703, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1704, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1705, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1706, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1707, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1708, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1709, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1710, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1711, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1712, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1713, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1714, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1715, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1716, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1717, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1718, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1719, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1720, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1721, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1722, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1723, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1724, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1725, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1726, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1727, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1728, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1729, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1730, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1731, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1732, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1733, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1734, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1735, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1736, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1737, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1738, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1739, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1740, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1741, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1742, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1743, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1744, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1745, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1746, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1747, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1748, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1749, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1750, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1751, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1752, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1753, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1754, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1755, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1756, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1757, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1758, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1759, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1760, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1761, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1762, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1763, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1764, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1765, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1766, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1767, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1768, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1769, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1770, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1771, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1772, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1773, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1774, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1775, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1776, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1777, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1778, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1779, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1780, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1781, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1782, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1783, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1784, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1785, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1786, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1787, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1788, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1789, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1790, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1791, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1792, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1793, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1794, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1795, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1796, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1797, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1798, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1799, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1800, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1801, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1802, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1803, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1804, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1805, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1806, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1807, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1808, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1809, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1810, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1811, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1812, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1813, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1814, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1815, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1816, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1817, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1818, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1819, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1820, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1821, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1822, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1823, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1824, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1825, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1826, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1827, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1828, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1829, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1830, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1831, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1832, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1833, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1834, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1835, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1836, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1837, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1838, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1839, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1840, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1841, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1842, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1843, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1844, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1845, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1846, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1847, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1848, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1849, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1850, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1851, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1852, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1853, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1854, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1855, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1856, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1857, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1858, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1859, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1860, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1861, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1862, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1863, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1864, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1865, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1866, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1867, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1868, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1869, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1870, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1871, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1872, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1873, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1874, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1875, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1876, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1877, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1878, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1879, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1880, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1881, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1882, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1883, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1884, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1885, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1886, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1887, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1888, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1889, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1890, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1891, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1892, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1893, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1894, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1895, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1896, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1897, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1898, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1899, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1900, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1901, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1902, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1903, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1904, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1905, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1906, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1907, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1908, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1909, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1910, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1911, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1912, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1913, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1914, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1915, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1916, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1917, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1918, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1919, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1920, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1921, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1922, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1923, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1924, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1925, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1926, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1927, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1928, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1929, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1930, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1931, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1932, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1933, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1934, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1935, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1936, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1937, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1938, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1939, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1940, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1941, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1942, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1943, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1944, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1945, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1946, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1947, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1951, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-domains-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1952, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1953, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1954, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1955, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1956, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1957, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1958, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1959, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1960, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1961, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1962, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1963, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1964, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1965, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1966, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1967, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1968, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1969, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1970, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1971, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1972, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1973, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1974, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1975, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1976, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1977, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1978, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1979, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1980, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1981, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1982, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1983, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1984, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1985, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1986, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1987, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1988, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1989, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1990, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1991, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1992, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1993, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1994, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1995, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1996, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1997, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1998, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 1999, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2000, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2001, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2002, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2003, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2004, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2005, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2006, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2007, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2008, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2009, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2010, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2011, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2012, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2013, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2014, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2015, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2016, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2017, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2018, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2019, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2020, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2021, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2022, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2023, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2024, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2025, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2026, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2027, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2028, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2029, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2030, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2031, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2032, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2033, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2034, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2035, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2036, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2037, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2038, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2039, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2040, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2041, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2042, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2043, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2044, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2045, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2046, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2047, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2048, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2049, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2050, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2051, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2052, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2053, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2054, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2055, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2056, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2057, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2058, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2059, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2060, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2061, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2062, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2063, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2064, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2065, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2066, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2067, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2068, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2069, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2070, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2071, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2072, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2073, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2074, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2075, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2076, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2077, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2078, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2079, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2080, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2081, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2082, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2083, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2084, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2085, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2086, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2087, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2088, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2089, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2090, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2091, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2092, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2093, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2094, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2095, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2096, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2097, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2098, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2099, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2100, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2101, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2102, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2103, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2104, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2105, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2106, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2107, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2108, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2109, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2110, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2111, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2112, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2113, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2114, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2115, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2116, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2117, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2118, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2119, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2120, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2121, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2122, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2123, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2124, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2125, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2126, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2127, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2128, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2129, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2130, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2131, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2132, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2133, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2134, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2135, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2136, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2137, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2138, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2139, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2140, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2141, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2142, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2143, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2144, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2145, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2146, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2147, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2148, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2149, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2150, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2151, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2152, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2153, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2154, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2155, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2156, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2157, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2158, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2159, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2160, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2161, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2162, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2163, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2164, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2165, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2166, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2167, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2168, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2169, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2170, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2171, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2172, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2173, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2174, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2175, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2176, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2177, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2178, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2179, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2180, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2181, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2182, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2183, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2184, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2185, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2186, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2187, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2188, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2189, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2190, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2191, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2192, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2193, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2194, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2195, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2196, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2197, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2198, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2199, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2200, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2201, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2202, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2203, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2204, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2205, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2206, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2207, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2208, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2209, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2210, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2211, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2212, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2213, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2214, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2215, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2216, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2217, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2218, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2219, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2220, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2221, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2222, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2223, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2224, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2225, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2226, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2227, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2228, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2229, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2230, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2231, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2232, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2233, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2234, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2235, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2236, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2237, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2238, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2239, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2240, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2241, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2242, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2243, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2244, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2245, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2246, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2247, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2248, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2249, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2250, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2251, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2252, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2253, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2254, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2255, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2256, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2257, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2258, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2259, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2260, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2261, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2262, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2263, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2264, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2265, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2266, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2267, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2268, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2269, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2270, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2271, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2272, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2273, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2274, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2275, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2276, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2277, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2278, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2279, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2280, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2281, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2282, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2283, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2284, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2285, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2289, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq-online.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2290, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2291, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2295, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-hosts-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2296, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2297, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2301, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-bind-online.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2302, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2303, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2307, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-unbound-online.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2308, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2309, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2310, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2311, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2312, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2313, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2314, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2315, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2316, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2317, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2318, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2319, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2320, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2321, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2322, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2323, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2324, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2325, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2326, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2327, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2328, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2329, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2330, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2331, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2332, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2333, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2334, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2335, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2336, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2337, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2338, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2339, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2340, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2341, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2342, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2343, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2344, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2345, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2346, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2347, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2348, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2349, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2350, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2351, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2352, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2353, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2354, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2355, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2356, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2357, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2358, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2359, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2360, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2361, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2362, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2363, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2364, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2365, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2366, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2367, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2368, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2369, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2370, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2371, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2372, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2373, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2374, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2375, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2376, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2377, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2378, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2379, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2380, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2381, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2382, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2383, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2384, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2385, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2386, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2387, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2388, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2389, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2390, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2391, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2392, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2393, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2394, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2395, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2396, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2397, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2398, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2399, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2400, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2401, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2402, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2403, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2404, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2405, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2406, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2407, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2408, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2409, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2410, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2411, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2412, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2413, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2414, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2415, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2416, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2417, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2418, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2419, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2420, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2421, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2422, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2423, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2424, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2425, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2426, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2427, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2428, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2429, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2430, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2431, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2432, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2433, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2434, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2435, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2436, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2437, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2438, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2439, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2440, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2441, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2442, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2443, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2444, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2445, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2446, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2447, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2448, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2449, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2450, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2451, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2452, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2453, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2454, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2455, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2456, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2457, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2458, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2459, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2460, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2461, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2462, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2463, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2464, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2465, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2466, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2467, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2468, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2469, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2470, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2471, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2472, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2473, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2474, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2475, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-domains.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2476, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2477, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2478, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-dnsmasq.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2479, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2480, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2481, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-hosts.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2482, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2483, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2484, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-bind.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2485, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2486, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2487, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-unbound.conf" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2488, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2489, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2490, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2491, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2492, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2493, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2494, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2495, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2496, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2497, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2498, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2499, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2500, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2501, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2502, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2503, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2504, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2505, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2506, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2507, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2508, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2509, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2510, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2511, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2512, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2513, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2514, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2515, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2516, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2517, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2518, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2519, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2520, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2521, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2522, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2523, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2524, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2525, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2526, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2527, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2528, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2529, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2530, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2531, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2532, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2533, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2534, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2535, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2536, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2537, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2538, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2539, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2540, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2541, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2542, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2543, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2544, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2545, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2546, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2547, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2548, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2549, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2550, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2551, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2552, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2553, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2554, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2555, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2556, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2557, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2558, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2559, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2560, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2561, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2562, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2563, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2564, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2565, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2566, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2567, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2568, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2569, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2570, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2571, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2572, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2573, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2574, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2575, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2576, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2577, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2578, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2579, + column: "Primariness", + value: (short)3); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2580, + column: "Primariness", + value: (short)4); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2581, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2582, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2583, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2584, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2585, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2586, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2587, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2588, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2589, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2590, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2591, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2592, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2593, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2594, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2595, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2596, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2597, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2598, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2599, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2600, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2601, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2602, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2603, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2604, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2605, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2606, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2607, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2608, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2609, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-agh-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2610, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-ag-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2611, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-vivaldi-online.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2612, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-agh.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2613, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-ag.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2614, + columns: new[] { "Primariness", "Url" }, + values: new object[] { (short)1, "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-vivaldi.txt" }); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2615, + column: "Primariness", + value: (short)4); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2616, + column: "Primariness", + value: (short)5); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2617, + column: "Primariness", + value: (short)6); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2618, + column: "Primariness", + value: (short)4); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2619, + column: "Primariness", + value: (short)5); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2620, + column: "Primariness", + value: (short)6); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2621, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2622, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2623, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2624, + column: "Primariness", + value: (short)1); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2625, + column: "Primariness", + value: (short)2); + + migrationBuilder.UpdateData( + table: "FilterListViewUrls", + keyColumn: "Id", + keyValue: 2626, + column: "Primariness", + value: (short)1); + } + } +} diff --git a/services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/QueryDbContextModelSnapshot.cs b/services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/QueryDbContextModelSnapshot.cs index ab3af607cb..5b7162fcdf 100644 --- a/services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/QueryDbContextModelSnapshot.cs +++ b/services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/QueryDbContextModelSnapshot.cs @@ -69587,7 +69587,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 1603, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt" + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-online.txt" }, new { @@ -72155,7 +72155,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 1880, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-domains-online.txt" + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt" }, new { @@ -74835,7 +74835,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2165, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq-online.conf" + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-dnsmasq-online.conf" }, new { @@ -74859,7 +74859,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2167, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-hosts-online.txt" + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-hosts-online.txt" }, new { @@ -74883,7 +74883,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2169, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-bind-online.conf" + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-bind-online.conf" }, new { @@ -74907,7 +74907,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2171, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-unbound-online.conf" + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-unbound-online.conf" }, new { @@ -76227,7 +76227,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2323, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter.txt" + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter.txt" }, new { @@ -76251,7 +76251,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2324, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-domains.txt" + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-domains.txt" }, new { @@ -76275,7 +76275,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2325, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-dnsmasq.conf" + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-dnsmasq.conf" }, new { @@ -76299,7 +76299,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2326, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-hosts.txt" + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-hosts.txt" }, new { @@ -76323,7 +76323,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2327, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-bind.conf" + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-bind.conf" }, new { @@ -76347,7 +76347,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2328, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-unbound.conf" + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-unbound.conf" }, new { @@ -77323,7 +77323,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2419, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-agh-online.txt" + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-agh-online.txt" }, new { @@ -77331,7 +77331,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2420, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-ag-online.txt" + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-ag-online.txt" }, new { @@ -77339,7 +77339,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2421, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-vivaldi-online.txt" + Url = "https://curben.gitlab.io/malware-filter/urlhaus-filter-vivaldi-online.txt" }, new { @@ -77347,7 +77347,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2422, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-agh.txt" + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-agh.txt" }, new { @@ -77355,7 +77355,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2423, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-ag.txt" + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-ag.txt" }, new { @@ -77363,7 +77363,7 @@ Includes Blur Preview Thumbnails filters FilterListId = 2424, Primariness = (short)1, SegmentNumber = (short)0, - Url = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-vivaldi.txt" + Url = "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-vivaldi.txt" }, new { diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index 6c2f8d6b72..260cd60222 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -9741,7 +9741,7 @@ "filterListId": 1603, "id": 1627, "primariness": 1, - "url": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt" + "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-online.txt" }, { "filterListId": 1603, @@ -11667,7 +11667,7 @@ "filterListId": 1880, "id": 1951, "primariness": 1, - "url": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-domains-online.txt" + "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt" }, { "filterListId": 1880, @@ -13677,7 +13677,7 @@ "filterListId": 2165, "id": 2289, "primariness": 1, - "url": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq-online.conf" + "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-dnsmasq-online.conf" }, { "filterListId": 2165, @@ -13695,7 +13695,7 @@ "filterListId": 2167, "id": 2295, "primariness": 1, - "url": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-hosts-online.txt" + "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-hosts-online.txt" }, { "filterListId": 2167, @@ -13713,7 +13713,7 @@ "filterListId": 2169, "id": 2301, "primariness": 1, - "url": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-bind-online.conf" + "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-bind-online.conf" }, { "filterListId": 2169, @@ -13731,7 +13731,7 @@ "filterListId": 2171, "id": 2307, "primariness": 1, - "url": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-unbound-online.conf" + "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-unbound-online.conf" }, { "filterListId": 2171, @@ -14721,7 +14721,7 @@ "filterListId": 2323, "id": 2472, "primariness": 1, - "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter.txt" + "url": "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter.txt" }, { "filterListId": 2323, @@ -14739,7 +14739,7 @@ "filterListId": 2324, "id": 2475, "primariness": 1, - "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-domains.txt" + "url": "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-domains.txt" }, { "filterListId": 2324, @@ -14757,7 +14757,7 @@ "filterListId": 2325, "id": 2478, "primariness": 1, - "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-dnsmasq.conf" + "url": "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-dnsmasq.conf" }, { "filterListId": 2325, @@ -14775,7 +14775,7 @@ "filterListId": 2326, "id": 2481, "primariness": 1, - "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-hosts.txt" + "url": "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-hosts.txt" }, { "filterListId": 2326, @@ -14793,7 +14793,7 @@ "filterListId": 2327, "id": 2484, "primariness": 1, - "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-bind.conf" + "url": "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-bind.conf" }, { "filterListId": 2327, @@ -14811,7 +14811,7 @@ "filterListId": 2328, "id": 2487, "primariness": 1, - "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-unbound.conf" + "url": "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-unbound.conf" }, { "filterListId": 2328, @@ -15543,37 +15543,37 @@ "filterListId": 2419, "id": 2609, "primariness": 1, - "url": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-agh-online.txt" + "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-agh-online.txt" }, { "filterListId": 2420, "id": 2610, "primariness": 1, - "url": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-ag-online.txt" + "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-ag-online.txt" }, { "filterListId": 2421, "id": 2611, "primariness": 1, - "url": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-vivaldi-online.txt" + "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-vivaldi-online.txt" }, { "filterListId": 2422, "id": 2612, "primariness": 1, - "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-agh.txt" + "url": "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-agh.txt" }, { "filterListId": 2423, "id": 2613, "primariness": 1, - "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-ag.txt" + "url": "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-ag.txt" }, { "filterListId": 2424, "id": 2614, "primariness": 1, - "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-vivaldi.txt" + "url": "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter-vivaldi.txt" }, { "filterListId": 1985,