From 6dbe62443a6ef4ec80cdd73ce8e976e1f4636262 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 1 Sep 2018 23:13:01 +0200 Subject: [PATCH 1/4] Added 2 new lists, part 1 --- data/FilterList.json | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/data/FilterList.json b/data/FilterList.json index 99fc19785..e5f8eecd1 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -10296,5 +10296,43 @@ "submissionUrl": null, "syntaxId": 1, "viewUrl": "https://raw.githubusercontent.com/CHEF-KOCH/CKs-FilterList/master/HOSTS/CK's-Ad-Tracker-HOSTS-FilterList.txt" + }, + { + "id": 562, + "chatUrl": null, + "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.", + "descriptionSourceUrl": "https://github.com/xinggsf/Adblock-Plus-Rule/blob/master/README.md", + "discontinuedDate": null, + "donateUrl": null, + "emailAddress": "xinggsf@gmail.com", + "forumUrl": null, + "homeUrl": "https://bbs.kafan.cn/thread-1866845-1-1.html", + "issuesUrl": "https://github.com/xinggsf/Adblock-Plus-Rule/issues", + "licenseId": null, + "name": "Winding Advertising Filter Rules (乘风 广告过滤规则)", + "policyUrl": null, + "publishedDate": null, + "submissionUrl": null, + "syntaxId": 3, + "viewUrl": "https://github.com/xinggsf/Adblock-Plus-Rule/raw/master/ABP-FX.txt" + }, + { + "id": 563, + "chatUrl": null, + "description": "Filter list for Adguard", + "descriptionSourceUrl": "https://github.com/andromedarabbit/List-KR", + "discontinuedDate": null, + "donateUrl": null, + "emailAddress": "plaintext@andromedarabbit.net", + "forumUrl": "https://bbs.kafan.cn/thread-1866845-1-1.html", + "homeUrl": "https://github.com/andromedarabbit/List-KR", + "issuesUrl": "https://github.com/andromedarabbit/List-KR/issues", + "licenseId": 8, + "name": "List-KR (andromedarabbit)", + "policyUrl": null, + "publishedDate": null, + "submissionUrl": null, + "syntaxId": 4, + "viewUrl": "https://github.com/andromedarabbit/List-KR/raw/master/filter.txt" } -] \ No newline at end of file +] From 26ea1c3948abb0d5a0601589f1413a0abeb802a7 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 1 Sep 2018 23:14:32 +0200 Subject: [PATCH 2/4] Added 2 new lists, part 2 --- data/FilterListLanguage.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/FilterListLanguage.json b/data/FilterListLanguage.json index b44fc8eed..faf2fabc5 100644 --- a/data/FilterListLanguage.json +++ b/data/FilterListLanguage.json @@ -687,4 +687,12 @@ "filterListId": 508, "languageId": 11 } + { + "filterListId": 562, + "languageId": 99 + }, + { + "filterListId": 563, + "languageId": 154 + } ] From 6deeb5047665be6b99d9b69719534a9bb4455cbf Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 1 Sep 2018 23:19:07 +0200 Subject: [PATCH 3/4] Had assigned a forumUrl to the wrong list --- data/FilterList.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/FilterList.json b/data/FilterList.json index e5f8eecd1..8b2d385ae 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -10305,7 +10305,7 @@ "discontinuedDate": null, "donateUrl": null, "emailAddress": "xinggsf@gmail.com", - "forumUrl": null, + "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": null, @@ -10324,7 +10324,7 @@ "discontinuedDate": null, "donateUrl": null, "emailAddress": "plaintext@andromedarabbit.net", - "forumUrl": "https://bbs.kafan.cn/thread-1866845-1-1.html", + "forumUrl": null, "homeUrl": "https://github.com/andromedarabbit/List-KR", "issuesUrl": "https://github.com/andromedarabbit/List-KR/issues", "licenseId": 8, From 57797630a023200d878650cf0a625ecf5b733742 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 1 Sep 2018 23:26:36 +0200 Subject: [PATCH 4/4] Attempted to assign List-KR forking --- data/Fork.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/Fork.json b/data/Fork.json index eb03d60b1..aca6e498a 100644 --- a/data/Fork.json +++ b/data/Fork.json @@ -50,5 +50,9 @@ { "forkFilterListId": 313, "upstreamFilterListId": 311 + }, + { + "forkFilterListId": 563, + "upstreamFilterListId": 16 } -] \ No newline at end of file +]