mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #1826
This commit is contained in:
parent
9add53ff57
commit
f2f278acb2
3 changed files with 88806 additions and 1 deletions
57618
server/src/FilterLists.Data.Migrations/Migrations/20200726162808_1826.Designer.cs
generated
Normal file
57618
server/src/FilterLists.Data.Migrations/Migrations/20200726162808_1826.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
31103
server/src/FilterLists.Data.Migrations/Migrations/20200726162808_1826.cs
Normal file
31103
server/src/FilterLists.Data.Migrations/Migrations/20200726162808_1826.cs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -22793,7 +22793,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
IssuesUrl = "https://github.com/Yuki2718/adblock/issues",
|
||||
LicenseId = (short)8,
|
||||
Name = "Sabre Filters 2",
|
||||
SyntaxId = (short)3,
|
||||
SyntaxId = (short)6,
|
||||
ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/sabre-filters2.txt"
|
||||
},
|
||||
new
|
||||
|
|
@ -22895,6 +22895,50 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/no_gen_cosm/phhider-mob.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)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 = (short)8,
|
||||
Name = "uBlock Japanese filters - Paranoid",
|
||||
SyntaxId = (short)4,
|
||||
ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-filters.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)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 = (short)8,
|
||||
Name = "uBlock Japanese filters",
|
||||
SyntaxId = (short)4,
|
||||
ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-paranoid.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)2093,
|
||||
Description = "Removes share buttons mainly on Japanese sites.",
|
||||
HomeUrl = "https://github.com/Yuki2718/adblock",
|
||||
IssuesUrl = "https://github.com/Yuki2718/adblock/issues",
|
||||
LicenseId = (short)8,
|
||||
Name = "uBlock Japanese filters - Social",
|
||||
SyntaxId = (short)4,
|
||||
ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-social.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)2094,
|
||||
Description = "Removes annoyances mainly on Japanese sites.",
|
||||
HomeUrl = "https://github.com/Yuki2718/adblock",
|
||||
IssuesUrl = "https://github.com/Yuki2718/adblock/issues",
|
||||
LicenseId = (short)8,
|
||||
Name = "uBlock Japanese filters - Annoyances",
|
||||
SyntaxId = (short)4,
|
||||
ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-annoyances.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)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",
|
||||
|
|
@ -29212,6 +29256,26 @@ Includes Blur Preview Thumbnails filters
|
|||
LanguageId = (short)110
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2091,
|
||||
LanguageId = (short)141
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2092,
|
||||
LanguageId = (short)141
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2093,
|
||||
LanguageId = (short)141
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2094,
|
||||
LanguageId = (short)141
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2101,
|
||||
LanguageId = (short)99
|
||||
|
|
@ -49888,6 +49952,26 @@ Includes Blur Preview Thumbnails filters
|
|||
TagId = (short)31
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2091,
|
||||
TagId = (short)2
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2092,
|
||||
TagId = (short)3
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2093,
|
||||
TagId = (short)4
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2094,
|
||||
TagId = (short)9
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2099,
|
||||
TagId = (short)6
|
||||
|
|
|
|||
Loading…
Reference in a new issue