mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat: port forward imgs and data from legacy
This commit is contained in:
parent
faf9d321f3
commit
ae814cca45
21 changed files with 50604 additions and 0 deletions
BIN
imgs/icon_filterlists.png
Normal file
BIN
imgs/icon_filterlists.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
imgs/icon_filterlists.psd
Normal file
BIN
imgs/icon_filterlists.psd
Normal file
Binary file not shown.
BIN
imgs/logo_filterlists.png
Normal file
BIN
imgs/logo_filterlists.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
BIN
imgs/logo_filterlists.psd
Normal file
BIN
imgs/logo_filterlists.psd
Normal file
Binary file not shown.
BIN
imgs/logo_lg_filterlists.png
Normal file
BIN
imgs/logo_lg_filterlists.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
30
services/directory/data/Dependent.json
Normal file
30
services/directory/data/Dependent.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[
|
||||
{
|
||||
"dependencyFilterListId": 301,
|
||||
"dependentFilterListId": 344
|
||||
},
|
||||
{
|
||||
"dependencyFilterListId": 479,
|
||||
"dependentFilterListId": 344
|
||||
},
|
||||
{
|
||||
"dependencyFilterListId": 97,
|
||||
"dependentFilterListId": 819
|
||||
},
|
||||
{
|
||||
"dependencyFilterListId": 97,
|
||||
"dependentFilterListId": 852
|
||||
},
|
||||
{
|
||||
"dependencyFilterListId": 97,
|
||||
"dependentFilterListId": 853
|
||||
},
|
||||
{
|
||||
"dependencyFilterListId": 60,
|
||||
"dependentFilterListId": 1816
|
||||
},
|
||||
{
|
||||
"dependencyFilterListId": 347,
|
||||
"dependentFilterListId": 1817
|
||||
}
|
||||
]
|
||||
24200
services/directory/data/FilterList.json
Normal file
24200
services/directory/data/FilterList.json
Normal file
File diff suppressed because it is too large
Load diff
3626
services/directory/data/FilterListLanguage.json
Normal file
3626
services/directory/data/FilterListLanguage.json
Normal file
File diff suppressed because it is too large
Load diff
5534
services/directory/data/FilterListMaintainer.json
Normal file
5534
services/directory/data/FilterListMaintainer.json
Normal file
File diff suppressed because it is too large
Load diff
12150
services/directory/data/FilterListTag.json
Normal file
12150
services/directory/data/FilterListTag.json
Normal file
File diff suppressed because it is too large
Load diff
54
services/directory/data/Fork.json
Normal file
54
services/directory/data/Fork.json
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
[
|
||||
{
|
||||
"forkFilterListId": 350,
|
||||
"upstreamFilterListId": 12
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 563,
|
||||
"upstreamFilterListId": 16
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 16,
|
||||
"upstreamFilterListId": 59
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 16,
|
||||
"upstreamFilterListId": 99
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 158,
|
||||
"upstreamFilterListId": 258
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 163,
|
||||
"upstreamFilterListId": 262
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 16,
|
||||
"upstreamFilterListId": 278
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 164,
|
||||
"upstreamFilterListId": 293
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 167,
|
||||
"upstreamFilterListId": 295
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 166,
|
||||
"upstreamFilterListId": 301
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 565,
|
||||
"upstreamFilterListId": 301
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 312,
|
||||
"upstreamFilterListId": 311
|
||||
},
|
||||
{
|
||||
"forkFilterListId": 313,
|
||||
"upstreamFilterListId": 311
|
||||
}
|
||||
]
|
||||
1802
services/directory/data/Language.json
Normal file
1802
services/directory/data/Language.json
Normal file
File diff suppressed because it is too large
Load diff
304
services/directory/data/License.json
Normal file
304
services/directory/data/License.json
Normal file
|
|
@ -0,0 +1,304 @@
|
|||
[
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-nd/4.0/",
|
||||
"id": 1,
|
||||
"name": "CC BY-NC-ND 4.0",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://opensource.org/licenses/MIT",
|
||||
"id": 2,
|
||||
"name": "The MIT License",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Restricted",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/gpl-3.0.en.html",
|
||||
"id": 4,
|
||||
"name": "GPLv3",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://en.wikipedia.org/wiki/All_rights_reserved",
|
||||
"id": 5,
|
||||
"name": "All Rights Reserved",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-sa/3.0/",
|
||||
"id": 6,
|
||||
"name": "CC BY-NC-SA 3.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "Permissive",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-sa/4.0/",
|
||||
"id": 8,
|
||||
"name": "CC BY-SA 4.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
|
||||
"id": 9,
|
||||
"name": "CC BY-NC-SA 4.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://opensource.org/licenses/BSD-3-Clause",
|
||||
"id": 10,
|
||||
"name": "BSD-3-Clause",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://unlicense.org/",
|
||||
"id": 11,
|
||||
"name": "The Unlicense",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-sa/3.0/",
|
||||
"id": 12,
|
||||
"name": "CC BY-SA 3.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc/4.0/",
|
||||
"id": 13,
|
||||
"name": "CC BY-NC 4.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "http://www.wtfpl.net/",
|
||||
"id": 14,
|
||||
"name": "WTFPL",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nd/4.0/",
|
||||
"id": 15,
|
||||
"name": "CC BY-ND 4.0",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by/3.0/",
|
||||
"id": 16,
|
||||
"name": "CC BY 3.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://opensource.org/licenses/ISC",
|
||||
"id": 17,
|
||||
"name": "ISC",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://www.apache.org/licenses/LICENSE-2.0",
|
||||
"id": 18,
|
||||
"name": "Apache 2.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
|
||||
"id": 19,
|
||||
"name": "GPLv2",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"name": "Public Domain",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://osint.bambenekconsulting.com/license.txt",
|
||||
"id": 21,
|
||||
"name": "OSINT",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://raw.githubusercontent.com/googlehosts/hosts/master/LICENSE",
|
||||
"id": 22,
|
||||
"name": "GoogleHosts",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://dbad-license.org/",
|
||||
"id": 23,
|
||||
"name": "\"Don't Be A Dick\" Public License",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by/4.0/",
|
||||
"id": 24,
|
||||
"name": "CC BY 4.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-sa/2.5/",
|
||||
"id": 25,
|
||||
"name": "CC BY-NC-SA 2.5",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-nd/3.0/",
|
||||
"id": 26,
|
||||
"name": "CC BY-NC-ND 3.0",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://opensource.org/licenses/BSD-2-Clause",
|
||||
"id": 27,
|
||||
"name": "BSD-2-Clause",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/publicdomain/zero/1.0/",
|
||||
"id": 28,
|
||||
"name": "CC0 1.0 Universal",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://spdx.org/licenses/Beerware.html",
|
||||
"id": 29,
|
||||
"name": "The Beer-Ware License",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-sa/2.1/jp/deed.en",
|
||||
"id": 30,
|
||||
"name": "CC BY-SA 2.1 JP",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc/3.0/",
|
||||
"id": 31,
|
||||
"name": "CC BY-NC 3.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"name": "Permissive non-commercial",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://www.mozilla.org/MPL/2.0/",
|
||||
"id": 33,
|
||||
"name": "Mozilla Public License v2.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/lgpl-3.0.en.html",
|
||||
"id": 34,
|
||||
"name": "Lesser GPL v3",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://github.com/DandelionSprout/Dandelicence/blob/master/DandelicenceNewestVersion.md",
|
||||
"id": 35,
|
||||
"name": "Dandelicence",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nd/3.0/",
|
||||
"id": 36,
|
||||
"name": "CC BY-ND 3.0",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html",
|
||||
"id": 37,
|
||||
"name": "Lesser GPL v2.1",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"name": "Generic copyfree",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"name": "Generic copyleft",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://pgl.yoyo.org/license/",
|
||||
"id": 40,
|
||||
"name": "McRae General Public License",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://directory.fsf.org/wiki/License:AGPL-1.0",
|
||||
"id": 41,
|
||||
"name": "AGPLv1",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://www.vicidial.com/?page_id=260",
|
||||
"id": 42,
|
||||
"name": "AGPLv2",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/agpl-3.0.html",
|
||||
"id": 43,
|
||||
"name": "AGPLv3",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"descriptionUrl": "https://opensource.org/licenses/CPAL-1.0",
|
||||
"id": 44,
|
||||
"name": "CPAL-1.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
}
|
||||
]
|
||||
825
services/directory/data/Maintainer.json
Normal file
825
services/directory/data/Maintainer.json
Normal file
|
|
@ -0,0 +1,825 @@
|
|||
[
|
||||
{
|
||||
"id": 2,
|
||||
"name": "AppliliZ",
|
||||
"twitterHandle": "280blocker"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Brad Conte",
|
||||
"twitterHandle": "bradconte"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://forum.xda-developers.com/member.php?u=4877037",
|
||||
"id": 4,
|
||||
"name": "BSDgeek_Jake"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Michael Trimm"
|
||||
},
|
||||
{
|
||||
"emailAddress": "info@eyeo.com",
|
||||
"homeUrl": "https://eyeo.com/",
|
||||
"id": 6,
|
||||
"name": "eyeo GmbH",
|
||||
"twitterHandle": "eyeo"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://easylist.to/",
|
||||
"id": 7,
|
||||
"name": "The EasyList Authors"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/mayve",
|
||||
"id": 8,
|
||||
"name": "mayve"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://www.malwaredomainlist.com/",
|
||||
"id": 10,
|
||||
"name": "Malware Domain List Community",
|
||||
"twitterHandle": "_MDL_"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=542",
|
||||
"id": 11,
|
||||
"name": "Lian"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=2266",
|
||||
"id": 12,
|
||||
"name": "Crits"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=1260",
|
||||
"id": 13,
|
||||
"name": "smed79"
|
||||
},
|
||||
{
|
||||
"emailAddress": "mp3geek@gmail.com",
|
||||
"homeUrl": "https://www.fanboy.co.nz/",
|
||||
"id": 14,
|
||||
"name": "Ryan Brown",
|
||||
"twitterHandle": "fanboynz"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=333",
|
||||
"id": 15,
|
||||
"name": "MonztA"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=1488",
|
||||
"id": 16,
|
||||
"name": "Famlam"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=1400",
|
||||
"id": 17,
|
||||
"name": "Khrin"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/SlowMemory",
|
||||
"id": 18,
|
||||
"name": "SlowMemory"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://www.blogger.com/profile/09662737599549871224",
|
||||
"id": 19,
|
||||
"name": "Mike Burgess"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/taylr",
|
||||
"id": 20,
|
||||
"name": "Matt Taylor"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/hoshsadiq/adblock-nocoin-list",
|
||||
"id": 21,
|
||||
"name": "Hosh"
|
||||
},
|
||||
{
|
||||
"emailAddress": "imreeil42@gmail.com",
|
||||
"homeUrl": "https://sproutsluckycorner.wordpress.com/",
|
||||
"id": 22,
|
||||
"name": "Imre Kristoffer Eilertsen"
|
||||
},
|
||||
{
|
||||
"emailAddress": "cosntacptamem@abuse.ch",
|
||||
"homeUrl": "https://abuse.ch/",
|
||||
"id": 23,
|
||||
"name": "abuse.ch",
|
||||
"twitterHandle": "abuse_ch"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/metaphoricgiraffe",
|
||||
"id": 24,
|
||||
"name": "metaphoricgiraffe"
|
||||
},
|
||||
{
|
||||
"emailAddress": "badmojr@gmail.com",
|
||||
"homeUrl": "https://forum.xda-developers.com/member.php?u=8758244",
|
||||
"id": 25,
|
||||
"name": "badmojr"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/elypter",
|
||||
"id": 26,
|
||||
"name": "elypter"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://ker.af/",
|
||||
"id": 27,
|
||||
"name": "Rafael Keramidas",
|
||||
"twitterHandle": "iamkeraf"
|
||||
},
|
||||
{
|
||||
"emailAddress": "blablabla@alleblock.pl",
|
||||
"homeUrl": "https://github.com/maciejtarmas",
|
||||
"id": 28,
|
||||
"name": "Maciej Tarmas"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/bkrucarci",
|
||||
"id": 29,
|
||||
"name": "Bekir"
|
||||
},
|
||||
{
|
||||
"emailAddress": "anudeep@protonmail.com",
|
||||
"homeUrl": "https://github.com/anudeepND",
|
||||
"id": 30,
|
||||
"name": "Anudeep",
|
||||
"twitterHandle": "anudeepND"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/arcetera",
|
||||
"id": 31,
|
||||
"name": "arcetera"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/MajkiIT",
|
||||
"id": 32,
|
||||
"name": "MajkiIT"
|
||||
},
|
||||
{
|
||||
"emailAddress": "kadrep@outlook.com",
|
||||
"homeUrl": "https://github.com/azet12/",
|
||||
"id": 33,
|
||||
"name": "azet12"
|
||||
},
|
||||
{
|
||||
"emailAddress": "polishjarvis@gmail.com",
|
||||
"homeUrl": "https://github.com/PolishFiltersTeam/",
|
||||
"id": 34,
|
||||
"name": "Polish Filters Team"
|
||||
},
|
||||
{
|
||||
"emailAddress": "bjorn@bjornstar.com",
|
||||
"homeUrl": "https://bjornstar.com/",
|
||||
"id": 35,
|
||||
"name": "Bjorn Stromberg"
|
||||
},
|
||||
{
|
||||
"emailAddress": "martin@herndl.org",
|
||||
"homeUrl": "https://github.com/monojp",
|
||||
"id": 36,
|
||||
"name": "Martin Herndl"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/vokins",
|
||||
"id": 37,
|
||||
"name": "vokins"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://kowith337.github.io/",
|
||||
"id": 38,
|
||||
"name": "Kowith Singkornkeeree",
|
||||
"twitterHandle": "kowith337"
|
||||
},
|
||||
{
|
||||
"emailAddress": "me@pureapp.in.th",
|
||||
"homeUrl": "https://www.pureapp.in.th/",
|
||||
"id": 39,
|
||||
"name": "Pakkapon Phongthawee"
|
||||
},
|
||||
{
|
||||
"emailAddress": "gato@intaa.net",
|
||||
"homeUrl": "https://warui.intaa.net/",
|
||||
"id": 40,
|
||||
"name": "Warui",
|
||||
"twitterHandle": "gatolabo"
|
||||
},
|
||||
{
|
||||
"emailAddress": "multiverse2011@gmail.com",
|
||||
"homeUrl": "https://github.com/multiverse2011",
|
||||
"id": 41,
|
||||
"name": "Multiverse2011",
|
||||
"twitterHandle": "multiverse2011"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://cosmonote.blogspot.com",
|
||||
"id": 42,
|
||||
"name": "Cosmonote"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/Lerist",
|
||||
"id": 43,
|
||||
"name": "Lerist"
|
||||
},
|
||||
{
|
||||
"homeUrl": "http://vxvault.net/",
|
||||
"id": 44,
|
||||
"name": "VXVault",
|
||||
"twitterHandle": "siri_urz"
|
||||
},
|
||||
{
|
||||
"emailAddress": "support@disconnect.me",
|
||||
"homeUrl": "https://disconnect.me",
|
||||
"id": 45,
|
||||
"name": "Disconnect",
|
||||
"twitterHandle": "disconnectme"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://adguard.com/",
|
||||
"id": 46,
|
||||
"name": "AdGuard",
|
||||
"twitterHandle": "adguard"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/reek",
|
||||
"id": 47,
|
||||
"name": "Reek"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/eladkarako",
|
||||
"id": 48,
|
||||
"name": "Elad Karako"
|
||||
},
|
||||
{
|
||||
"emailAddress": "zerodot1@bk.ru",
|
||||
"homeUrl": "https://github.com/ZeroDot1",
|
||||
"id": 49,
|
||||
"name": "ZeroDot1",
|
||||
"twitterHandle": "hobbygrafix"
|
||||
},
|
||||
{
|
||||
"emailAddress": "lolipopplus@protonmail.com",
|
||||
"homeUrl": "https://github.com/Rictusempra",
|
||||
"id": 51,
|
||||
"name": "Rictusempra"
|
||||
},
|
||||
{
|
||||
"emailAddress": "tomas@getadblock.com",
|
||||
"homeUrl": "https://github.com/tomasko126",
|
||||
"id": 52,
|
||||
"name": "Tomáš Taro"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/Hubird-au",
|
||||
"id": 53,
|
||||
"name": "Hubird-au"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/hl2guide",
|
||||
"id": 54,
|
||||
"name": "deanoman"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/haykam821",
|
||||
"id": 55,
|
||||
"name": "haykam821"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/cb-software",
|
||||
"id": 56,
|
||||
"name": "cb-software"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/gorhill",
|
||||
"id": 57,
|
||||
"name": "Raymond Hill",
|
||||
"twitterHandle": "gorhill"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/toshiya44",
|
||||
"id": 58,
|
||||
"name": "Toshiya"
|
||||
},
|
||||
{
|
||||
"emailAddress": "jamie@jamiedubs.com",
|
||||
"homeUrl": "https://jamiedubs.com/",
|
||||
"id": 59,
|
||||
"name": "Jamie Wilkinson",
|
||||
"twitterHandle": "jamiew"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/raghavdua1995",
|
||||
"id": 62,
|
||||
"name": "Raghav Dua"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/jspenguin2017",
|
||||
"id": 63,
|
||||
"name": "Hugo Xu"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/lassekongo83",
|
||||
"id": 64,
|
||||
"name": "Mattias"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://gist.github.com/BBcan177",
|
||||
"id": 66,
|
||||
"name": "BBcan177",
|
||||
"twitterHandle": "BBcan177"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/betterwebleon/",
|
||||
"id": 68,
|
||||
"name": "betterwebleon"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/notracking",
|
||||
"id": 69,
|
||||
"name": "notracking"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/KonoromiHimaries",
|
||||
"id": 70,
|
||||
"name": "KonoromiHimaries"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=9300",
|
||||
"id": 71,
|
||||
"name": "invisible666"
|
||||
},
|
||||
{
|
||||
"emailAddress": "endolith@gmail.com",
|
||||
"homeUrl": "https://github.com/endolith",
|
||||
"id": 72,
|
||||
"name": "endolith"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/UnluckyLuke",
|
||||
"id": 73,
|
||||
"name": "UnluckyLuke"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/xd4rker",
|
||||
"id": 75,
|
||||
"name": "xd4rker",
|
||||
"twitterHandle": "xd4rker"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/hit3shjain",
|
||||
"id": 76,
|
||||
"name": "hit3shjain"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/SkeletalDemise",
|
||||
"id": 77,
|
||||
"name": "SkeletalDemise"
|
||||
},
|
||||
{
|
||||
"emailAddress": "github@paulbutler.org",
|
||||
"homeUrl": "https://paulbutler.org",
|
||||
"id": 78,
|
||||
"name": "Paul Butler",
|
||||
"twitterHandle": "paulgb"
|
||||
},
|
||||
{
|
||||
"emailAddress": "info@dshield.org",
|
||||
"homeUrl": "https://dshield.org/",
|
||||
"id": 79,
|
||||
"name": "DShield"
|
||||
},
|
||||
{
|
||||
"emailAddress": "email@kowabit.de",
|
||||
"homeUrl": "https://www.kowabit.de/",
|
||||
"id": 80,
|
||||
"name": "kowabit"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/chadmayfield",
|
||||
"id": 81,
|
||||
"name": "Chad Mayfield",
|
||||
"twitterHandle": "chadrmayfield"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://getadblock.com/",
|
||||
"id": 82,
|
||||
"name": "AdBlock"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://forum.xda-developers.com/member.php?u=4546389",
|
||||
"id": 83,
|
||||
"name": "jerryn70"
|
||||
},
|
||||
{
|
||||
"emailAddress": "mail.energized@protonmail.com",
|
||||
"homeUrl": "https://github.com/EnergizedProtection",
|
||||
"id": 84,
|
||||
"name": "Team Boltz",
|
||||
"twitterHandle": "adroitadorkhan"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/FadeMind",
|
||||
"id": 85,
|
||||
"name": "FadeMind"
|
||||
},
|
||||
{
|
||||
"homeUrl": "http://rlwpx.free.fr/",
|
||||
"id": 86,
|
||||
"name": "Airelle"
|
||||
},
|
||||
{
|
||||
"id": 87,
|
||||
"name": "Aegis Team",
|
||||
"twitterHandle": "TeamAEGISgg"
|
||||
},
|
||||
{
|
||||
"emailAddress": "support@riskanalytics.com",
|
||||
"homeUrl": "https://www.riskanalytics.com/",
|
||||
"id": 88,
|
||||
"name": "RiskAnalytics"
|
||||
},
|
||||
{
|
||||
"emailAddress": "support@it-mate.co.uk",
|
||||
"homeUrl": "https://hosts-file.net/",
|
||||
"id": 89,
|
||||
"name": "Hosts-File Dot Net"
|
||||
},
|
||||
{
|
||||
"emailAddress": "jmdugan_pubprofile_1522347973@biocontact.org",
|
||||
"homeUrl": "https://biocontact.org/jmdugan/",
|
||||
"id": 90,
|
||||
"name": "Jonathan Dugan"
|
||||
},
|
||||
{
|
||||
"emailAddress": "pgl@yoyo.org",
|
||||
"homeUrl": "https://pgl.yoyo.org/",
|
||||
"id": 91,
|
||||
"name": "Peter Lowe"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://forums.lanik.us/viewforum.php?f=102",
|
||||
"id": 92,
|
||||
"name": "RU AdList"
|
||||
},
|
||||
{
|
||||
"emailAddress": "steveb@stevenblack.com",
|
||||
"homeUrl": "http://stevenblack.com/",
|
||||
"id": 93,
|
||||
"name": "Steven Black",
|
||||
"twitterHandle": "steveblack"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/yourduskquibbles",
|
||||
"id": 94,
|
||||
"name": "yourduskquibbles"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/k2jp",
|
||||
"id": 95,
|
||||
"name": "k2jp"
|
||||
},
|
||||
{
|
||||
"emailAddress": "blog@zoso.ro",
|
||||
"homeUrl": "https://www.zoso.ro/",
|
||||
"id": 96,
|
||||
"name": "Zoso",
|
||||
"twitterHandle": "zoso"
|
||||
},
|
||||
{
|
||||
"emailAddress": "easylisthebrew@gmail.com",
|
||||
"homeUrl": "https://github.com/easylist/EasyListHebrew",
|
||||
"id": 97,
|
||||
"name": "EasyListHebrew"
|
||||
},
|
||||
{
|
||||
"emailAddress": "easylist.china@gmail.com",
|
||||
"homeUrl": "https://abpchina.org/forum/",
|
||||
"id": 98,
|
||||
"name": "EasyList China"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://margevicius.lt/",
|
||||
"id": 99,
|
||||
"name": "gymka"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://stanev.org/",
|
||||
"id": 100,
|
||||
"name": "Alex Stanev"
|
||||
},
|
||||
{
|
||||
"id": 101,
|
||||
"name": "BLOGRAM"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://notabug.org/anonymous74100?tab=activity",
|
||||
"id": 102,
|
||||
"name": "anonymous74100"
|
||||
},
|
||||
{
|
||||
"emailAddress": "costa@firehol.org",
|
||||
"homeUrl": "https://firehol.org/",
|
||||
"id": 103,
|
||||
"name": "FireHOL"
|
||||
},
|
||||
{
|
||||
"emailAddress": "mail@perflyst.de",
|
||||
"homeUrl": "https://github.com/Perflyst",
|
||||
"id": 104,
|
||||
"name": "Perflyst"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/crazy-max",
|
||||
"id": 105,
|
||||
"name": "CrazyMax"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/sipp11",
|
||||
"id": 106,
|
||||
"name": "sipp11"
|
||||
},
|
||||
{
|
||||
"emailAddress": "bogachenkove@gmail.com",
|
||||
"homeUrl": "https://github.com/bogachenko",
|
||||
"id": 107,
|
||||
"name": "Bogachenko Vyacheslav"
|
||||
},
|
||||
{
|
||||
"emailAddress": "nolamiller1203+githubmochifilter@gmail.com",
|
||||
"homeUrl": "https://pokapoka.shoooter.net/",
|
||||
"id": 108,
|
||||
"name": "eEIi0A5L",
|
||||
"twitterHandle": "mochi_adfilter"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/deathbybandaid",
|
||||
"id": 109,
|
||||
"name": "Deathbybandaid"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://akamaru.de/",
|
||||
"id": 110,
|
||||
"name": "Akamaru",
|
||||
"twitterHandle": "Akamaru_Pie"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/MrBukLau",
|
||||
"id": 111,
|
||||
"name": "Buk Lau"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/olegwukr",
|
||||
"id": 112,
|
||||
"name": "olegwukr"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/koenrh",
|
||||
"id": 113,
|
||||
"name": "Koen Rouwhorst"
|
||||
},
|
||||
{
|
||||
"emailAddress": "neofelhz@gmail.com",
|
||||
"homeUrl": "https://nfz.moe/",
|
||||
"id": 114,
|
||||
"name": "neo Felhz",
|
||||
"twitterHandle": "neoFelhz"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://www.stopforumspam.com/",
|
||||
"id": 115,
|
||||
"name": "StopForumSpam.com",
|
||||
"twitterHandle": "StopForumSpam"
|
||||
},
|
||||
{
|
||||
"emailAddress": "github@chrisbuijs.com",
|
||||
"homeUrl": "https://github.com/cbuijs/",
|
||||
"id": 116,
|
||||
"name": "Chris Buijs"
|
||||
},
|
||||
{
|
||||
"emailAddress": "admin@intr0.com",
|
||||
"homeUrl": "https://intr0.com/",
|
||||
"id": 117,
|
||||
"name": "intr0"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/ookangzheng",
|
||||
"id": 118,
|
||||
"name": "ookangzheng"
|
||||
},
|
||||
{
|
||||
"emailAddress": "hector@molinero.dev",
|
||||
"homeUrl": "https://github.com/hectorm",
|
||||
"id": 119,
|
||||
"name": "Héctor Molinero Fernández"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/ngosang",
|
||||
"id": 120,
|
||||
"name": "Diego Heras"
|
||||
},
|
||||
{
|
||||
"emailAddress": "mitchellkrog@gmail.com",
|
||||
"homeUrl": "https://github.com/mitchellkrogza",
|
||||
"id": 121,
|
||||
"name": "mitchellkrogza"
|
||||
},
|
||||
{
|
||||
"emailAddress": "dev@oz.nu",
|
||||
"homeUrl": "https://github.com/oznu",
|
||||
"id": 122,
|
||||
"name": "oznu"
|
||||
},
|
||||
{
|
||||
"emailAddress": "reddestdream@gmail.com",
|
||||
"homeUrl": "https://github.com/ReddestDream",
|
||||
"id": 123,
|
||||
"name": "ReddestDream"
|
||||
},
|
||||
{
|
||||
"emailAddress": "jcb@bambenekconsulting.com",
|
||||
"homeUrl": "https://www.bambenekconsulting.com",
|
||||
"id": 124,
|
||||
"name": "John Bambenek"
|
||||
},
|
||||
{
|
||||
"emailAddress": "jwspamspy@pobox.com",
|
||||
"homeUrl": "https://joewein.de/",
|
||||
"id": 125,
|
||||
"name": "Joe Wein"
|
||||
},
|
||||
{
|
||||
"emailAddress": "radicalbotanical@aol.com",
|
||||
"homeUrl": "https://github.com/bongochong",
|
||||
"id": 126,
|
||||
"name": "Chongo Bong"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://quidsup.net/",
|
||||
"id": 127,
|
||||
"name": "QuidsUp"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/kano1",
|
||||
"id": 128,
|
||||
"name": "kano1"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://hostsfile.mine.nu/",
|
||||
"id": 129,
|
||||
"name": "Andy Short"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/RooneyMcNibNug",
|
||||
"id": 130,
|
||||
"name": "RooneyMcNibNug",
|
||||
"twitterHandle": "rooneymcnibnug"
|
||||
},
|
||||
{
|
||||
"homeUrl": "http://columwalsh.ie/",
|
||||
"id": 131,
|
||||
"name": "Colum Walsh"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/mtxadmin",
|
||||
"id": 132,
|
||||
"name": "mtxadmin"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://gioxx.org/",
|
||||
"id": 133,
|
||||
"name": "Giovanni Francesco Solone",
|
||||
"twitterHandle": "gioxx"
|
||||
},
|
||||
{
|
||||
"emailAddress": "elias.ojala+github@kapsi.fi",
|
||||
"homeUrl": "https://github.com/theel0ja",
|
||||
"id": 134,
|
||||
"name": "Elias Ojala"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/CitizenXVIL",
|
||||
"id": 135,
|
||||
"name": "CitizenXVIL"
|
||||
},
|
||||
{
|
||||
"emailAddress": "author@i-dont-care-about-cookies.eu",
|
||||
"homeUrl": "https://www.i-dont-care-about-cookies.eu/",
|
||||
"id": 136,
|
||||
"name": "Daniel Kladnik"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/Sinfonietta",
|
||||
"id": 137,
|
||||
"name": "Sinfonietta"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/HankAviator",
|
||||
"id": 138,
|
||||
"name": "HankAviator"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://www.github.developerdan.com/hosts/",
|
||||
"id": 139,
|
||||
"name": "lightswitch05"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/mmotti",
|
||||
"id": 140,
|
||||
"name": "mmotti"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/hawkeye116477",
|
||||
"id": 141,
|
||||
"name": "hawkeye116477"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/caffeinewriter",
|
||||
"id": 142,
|
||||
"name": "caffeinewriter"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/Nebula-Mechanica",
|
||||
"id": 143,
|
||||
"name": "Nebula-Mechanica"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/Cybo1927",
|
||||
"id": 144,
|
||||
"name": "Cybo1927"
|
||||
},
|
||||
{
|
||||
"emailAddress": "iurcaberciudarius@gmail.com",
|
||||
"homeUrl": "https://github.com/DariusIurca",
|
||||
"id": 145,
|
||||
"name": "DariusIurca",
|
||||
"twitterHandle": "dariusiurca"
|
||||
},
|
||||
{
|
||||
"emailAddress": "geoffrey+website@frogeye.fr",
|
||||
"homeUrl": "https://geoffrey.frogeye.fr/",
|
||||
"id": 146,
|
||||
"name": "Geoffrey Frogeye",
|
||||
"twitterHandle": "GeoffreyFrogeye"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/LanikSJ",
|
||||
"id": 147,
|
||||
"name": "LanikSJ"
|
||||
},
|
||||
{
|
||||
"emailAddress": "me@deletescape.ch",
|
||||
"homeUrl": "https://deletescape.ch/",
|
||||
"id": 148,
|
||||
"name": "deletescape",
|
||||
"twitterHandle": "deletescape"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/InnoScorpio",
|
||||
"id": 149,
|
||||
"name": "InnoScorpio"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/Yuki2718",
|
||||
"id": 150,
|
||||
"name": "Yuki2718"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://nou.si/",
|
||||
"id": 151,
|
||||
"name": "Soteria nou"
|
||||
},
|
||||
{
|
||||
"emailAddress": "daniel@danielmiessler.com",
|
||||
"homeUrl": "https://danielmiessler.com/",
|
||||
"id": 152,
|
||||
"name": "Daniel Miessler",
|
||||
"twitterHandle": "danielmiessler"
|
||||
},
|
||||
{
|
||||
"emailAddress": "fabrice.prigent@ut-capitole.fr",
|
||||
"homeUrl": "https://dsi.ut-capitole.fr/blacklists/",
|
||||
"id": 153,
|
||||
"name": "Fabrice Prigent"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://blocklist.site/",
|
||||
"id": 154,
|
||||
"name": "Block Lists Project"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://github.com/bongochong",
|
||||
"id": 155,
|
||||
"name": "Chongo Bong"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://www.ftpihole.com/",
|
||||
"id": 156,
|
||||
"name": "FTPiHole"
|
||||
}
|
||||
]
|
||||
270
services/directory/data/Merge.json
Normal file
270
services/directory/data/Merge.json
Normal file
|
|
@ -0,0 +1,270 @@
|
|||
[
|
||||
{
|
||||
"mergeFilterListId": 11,
|
||||
"upstreamFilterListId": 12
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 11,
|
||||
"upstreamFilterListId": 301
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 13,
|
||||
"upstreamFilterListId": 12
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 13,
|
||||
"upstreamFilterListId": 14
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 13,
|
||||
"upstreamFilterListId": 301
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 168,
|
||||
"upstreamFilterListId": 157
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 168,
|
||||
"upstreamFilterListId": 159
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 168,
|
||||
"upstreamFilterListId": 162
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 168,
|
||||
"upstreamFilterListId": 166
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 168,
|
||||
"upstreamFilterListId": 242
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 168,
|
||||
"upstreamFilterListId": 301
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 255,
|
||||
"upstreamFilterListId": 564
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 265,
|
||||
"upstreamFilterListId": 564
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 266,
|
||||
"upstreamFilterListId": 564
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 271,
|
||||
"upstreamFilterListId": 338
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 274,
|
||||
"upstreamFilterListId": 275
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 17
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 32
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 54
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 80
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 81
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 99
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 138
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 170
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 177
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 179
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 206
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 226
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 255
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 276
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 282
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 316
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 317
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 324
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 325
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 329
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 309,
|
||||
"upstreamFilterListId": 340
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 331,
|
||||
"upstreamFilterListId": 199
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 331,
|
||||
"upstreamFilterListId": 330
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 331,
|
||||
"upstreamFilterListId": 332
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 331,
|
||||
"upstreamFilterListId": 333
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 371,
|
||||
"upstreamFilterListId": 110
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 371,
|
||||
"upstreamFilterListId": 232
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 2
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 18
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 19
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 27
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 38
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 70
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 71
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 97
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 99
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 183
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 184
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 214
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 232
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 247
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 279
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 375,
|
||||
"upstreamFilterListId": 307
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 566,
|
||||
"upstreamFilterListId": 569
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 566,
|
||||
"upstreamFilterListId": 570
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 566,
|
||||
"upstreamFilterListId": 573
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 566,
|
||||
"upstreamFilterListId": 574
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 566,
|
||||
"upstreamFilterListId": 575
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 566,
|
||||
"upstreamFilterListId": 583
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 566,
|
||||
"upstreamFilterListId": 585
|
||||
},
|
||||
{
|
||||
"mergeFilterListId": 566,
|
||||
"upstreamFilterListId": 586
|
||||
}
|
||||
]
|
||||
283
services/directory/data/Software.json
Normal file
283
services/directory/data/Software.json
Normal file
|
|
@ -0,0 +1,283 @@
|
|||
[
|
||||
{
|
||||
"downloadUrl": "https://github.com/gorhill/uBlock#installation",
|
||||
"homeUrl": "https://github.com/gorhill/uBlock",
|
||||
"id": 1,
|
||||
"isAbpSubscribable": true,
|
||||
"name": "uBlock Origin"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://adblockplus.org/",
|
||||
"homeUrl": "https://adblockplus.org/",
|
||||
"id": 2,
|
||||
"isAbpSubscribable": true,
|
||||
"name": "Adblock Plus"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://adguard.com/en/download.html",
|
||||
"homeUrl": "https://adguard.com/",
|
||||
"id": 3,
|
||||
"isAbpSubscribable": true,
|
||||
"name": "AdGuard"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://f-droid.org/packages/org.jak_linux.dns66/",
|
||||
"homeUrl": "https://github.com/julian-klode/dns66",
|
||||
"id": 4,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "DNS66"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://github.com/NanoAdblocker/NanoCore#nano-adblocker-core",
|
||||
"homeUrl": "https://github.com/NanoAdblocker/NanoCore",
|
||||
"id": 5,
|
||||
"isAbpSubscribable": true,
|
||||
"name": "Nano Adblocker"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://getadblock.com/",
|
||||
"homeUrl": "https://getadblock.com/",
|
||||
"id": 6,
|
||||
"isAbpSubscribable": true,
|
||||
"name": "AdBlock"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://f-droid.org/packages/org.adaway/",
|
||||
"homeUrl": "https://adaway.org/",
|
||||
"id": 7,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "AdAway"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://addons.mozilla.org/firefox/addon/personal-blocklist/",
|
||||
"homeUrl": "https://addons.mozilla.org/firefox/addon/personal-blocklist/",
|
||||
"id": 8,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Personal Blocklist for Firefox"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "http://einaregilsson.com/redirector/",
|
||||
"homeUrl": "http://einaregilsson.com/redirector/",
|
||||
"id": 10,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Redirector"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://github.com/scottlerch/HostsFileEditor/releases",
|
||||
"homeUrl": "https://hostsfileeditor.com/",
|
||||
"id": 11,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Hosts File Editor"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://github.com/2ndalpha/gasmask/releases",
|
||||
"homeUrl": "https://github.com/2ndalpha/gasmask",
|
||||
"id": 12,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Gas Mask"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://github.com/xd4rker/MinerBlock/releases",
|
||||
"homeUrl": "https://github.com/xd4rker/MinerBlock",
|
||||
"id": 13,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "MinerBlock"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://pi-hole.net/",
|
||||
"homeUrl": "https://pi-hole.net/",
|
||||
"id": 14,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Pi-hole"
|
||||
},
|
||||
{
|
||||
"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)",
|
||||
"id": 16,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Internet Explorer (TPL)"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://greasyfork.org/scripts/1682-google-hit-hider-by-domain-search-filter-block-sites",
|
||||
"homeUrl": "https://www.jeffersonscher.com/gm/google-hit-hider/",
|
||||
"id": 17,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Google Hit Hider by Domain"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://firehol.org/installing/",
|
||||
"homeUrl": "https://firehol.org/",
|
||||
"id": 18,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "FireHOL"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://www.samsungknox.com",
|
||||
"id": 19,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Samsung Knox"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://www.obdev.at/products/littlesnitch/download.html",
|
||||
"homeUrl": "https://www.obdev.at/products/littlesnitch/index.html",
|
||||
"id": 20,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Little Snitch"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://www.privoxy.org/sf-download-mirror/",
|
||||
"homeUrl": "https://www.privoxy.org/",
|
||||
"id": 21,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Privoxy"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://diversion.ch/diversion/installation.html",
|
||||
"homeUrl": "https://diversion.ch/",
|
||||
"id": 22,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Diversion"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "http://www.thekelleys.org.uk/dnsmasq/",
|
||||
"homeUrl": "http://www.thekelleys.org.uk/dnsmasq/doc.html",
|
||||
"id": 23,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "dnsmasq"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://www.slimjet.com/en/dlpage.php",
|
||||
"homeUrl": "https://www.slimjet.com",
|
||||
"id": 24,
|
||||
"isAbpSubscribable": true,
|
||||
"name": "Slimjet"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://github.com/gorhill/uMatrix#umatrix",
|
||||
"homeUrl": "https://github.com/gorhill/uMatrix",
|
||||
"id": 25,
|
||||
"isAbpSubscribable": true,
|
||||
"name": "uMatrix"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://f-droid.org/packages/org.blokada.alarm/",
|
||||
"homeUrl": "https://blokada.org",
|
||||
"id": 26,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Blokada"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://github.com/henrypp/hostsmgr/releases",
|
||||
"homeUrl": "https://www.henrypp.org/product/hostsmgr",
|
||||
"id": 27,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "hostsmgr"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://zenz-solutions.de/personaldnsfilter/",
|
||||
"homeUrl": "https://zenz-solutions.de/personaldnsfilter/",
|
||||
"id": 28,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "personalDNSfilter"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://nlnetlabs.nl/projects/unbound/download/",
|
||||
"homeUrl": "https://nlnetlabs.nl/projects/unbound/about/",
|
||||
"id": 29,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Unbound"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://www.isc.org/bind/",
|
||||
"homeUrl": "https://www.isc.org/bind/",
|
||||
"id": 30,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "BIND"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://github.com/AdguardTeam/AdGuardHome/releases",
|
||||
"homeUrl": "https://github.com/AdguardTeam/AdGuardHome",
|
||||
"id": 31,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "AdGuard Home"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://adnauseam.io/",
|
||||
"homeUrl": "https://adnauseam.io/",
|
||||
"id": 32,
|
||||
"isAbpSubscribable": true,
|
||||
"name": "AdNauseam"
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Legacy Unix derivatives"
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Windows command line"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://shadowsocks.org/en/download/clients.html",
|
||||
"homeUrl": "https://shadowsocks.org/en/index.html",
|
||||
"id": 35,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Shadowsocks"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://github.com/shadowsocksrr/shadowsocksr-csharp/releases",
|
||||
"homeUrl": "https://github.com/shadowsocksrr/shadowsocksr-csharp",
|
||||
"id": 36,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "ShadowsocksR"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://apps.apple.com/app/shadowrocket/id932747118",
|
||||
"homeUrl": "https://liguangming.com/Shadowrocket",
|
||||
"id": 37,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Shadowrocket"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://github.com/fengyc/URLRedirector/#urlredirector",
|
||||
"homeUrl": "https://github.com/fengyc/URLRedirector/",
|
||||
"id": 38,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "URLRedirector"
|
||||
},
|
||||
{
|
||||
"homeUrl": "https://www.reddit.com/r/pfBlockerNG/",
|
||||
"id": 39,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "pfBlockerNG"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://www.opera.com/",
|
||||
"homeUrl": "https://www.opera.com/",
|
||||
"id": 40,
|
||||
"isAbpSubscribable": true,
|
||||
"name": "Opera's built-in adblocker"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://nssurge.com/mac/v3/Surge-latest.zip",
|
||||
"homeUrl": "https://nssurge.com/",
|
||||
"id": 41,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "Surge"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/latest",
|
||||
"homeUrl": "https://github.com/DNSCrypt/dnscrypt-proxy",
|
||||
"id": 42,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "dnscrypt-proxy"
|
||||
},
|
||||
{
|
||||
"downloadUrl": "https://github.com/pymumu/smartdns/releases",
|
||||
"homeUrl": "https://github.com/pymumu/smartdns",
|
||||
"id": 43,
|
||||
"isAbpSubscribable": false,
|
||||
"name": "SmartDNS"
|
||||
}
|
||||
]
|
||||
950
services/directory/data/SoftwareSyntax.json
Normal file
950
services/directory/data/SoftwareSyntax.json
Normal file
|
|
@ -0,0 +1,950 @@
|
|||
[
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 4,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 7,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 11,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 12,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 22,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 26,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 27,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 4,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 8,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 17,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 19,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 22,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 26,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 27,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 42,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 2,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 6,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 24,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 40,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 6
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 6
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 6
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 6
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 7
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 7
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 7
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 7
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 8
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 8
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 8
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 8
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"softwareId": 16,
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 10,
|
||||
"syntaxId": 11
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 12
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 13
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 13
|
||||
},
|
||||
{
|
||||
"softwareId": 13,
|
||||
"syntaxId": 13
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 13
|
||||
},
|
||||
{
|
||||
"softwareId": 7,
|
||||
"syntaxId": 14
|
||||
},
|
||||
{
|
||||
"softwareId": 11,
|
||||
"syntaxId": 14
|
||||
},
|
||||
{
|
||||
"softwareId": 12,
|
||||
"syntaxId": 14
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 14
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 14
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 15
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 16
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 16
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 16
|
||||
},
|
||||
{
|
||||
"softwareId": 19,
|
||||
"syntaxId": 16
|
||||
},
|
||||
{
|
||||
"softwareId": 26,
|
||||
"syntaxId": 16
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 16
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 16
|
||||
},
|
||||
{
|
||||
"softwareId": 42,
|
||||
"syntaxId": 16
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 17
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 17
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 17
|
||||
},
|
||||
{
|
||||
"softwareId": 20,
|
||||
"syntaxId": 18
|
||||
},
|
||||
{
|
||||
"softwareId": 21,
|
||||
"syntaxId": 19
|
||||
},
|
||||
{
|
||||
"softwareId": 23,
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 21
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 21
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 21
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 22
|
||||
},
|
||||
{
|
||||
"softwareId": 4,
|
||||
"syntaxId": 22
|
||||
},
|
||||
{
|
||||
"softwareId": 26,
|
||||
"syntaxId": 22
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 22
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 22
|
||||
},
|
||||
{
|
||||
"softwareId": 33,
|
||||
"syntaxId": 23
|
||||
},
|
||||
{
|
||||
"softwareId": 29,
|
||||
"syntaxId": 24
|
||||
},
|
||||
{
|
||||
"softwareId": 30,
|
||||
"syntaxId": 25
|
||||
},
|
||||
{
|
||||
"softwareId": 30,
|
||||
"syntaxId": 26
|
||||
},
|
||||
{
|
||||
"softwareId": 34,
|
||||
"syntaxId": 27
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 28
|
||||
},
|
||||
{
|
||||
"softwareId": 2,
|
||||
"syntaxId": 28
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 28
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 28
|
||||
},
|
||||
{
|
||||
"softwareId": 6,
|
||||
"syntaxId": 28
|
||||
},
|
||||
{
|
||||
"softwareId": 24,
|
||||
"syntaxId": 28
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 28
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 28
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 28
|
||||
},
|
||||
{
|
||||
"softwareId": 40,
|
||||
"syntaxId": 28
|
||||
},
|
||||
{
|
||||
"softwareId": 35,
|
||||
"syntaxId": 29
|
||||
},
|
||||
{
|
||||
"softwareId": 36,
|
||||
"syntaxId": 29
|
||||
},
|
||||
{
|
||||
"softwareId": 37,
|
||||
"syntaxId": 29
|
||||
},
|
||||
{
|
||||
"softwareId": 41,
|
||||
"syntaxId": 29
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 30
|
||||
},
|
||||
{
|
||||
"softwareId": 38,
|
||||
"syntaxId": 31
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 32
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 32
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 32
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 32
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 32
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 32
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 33
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 33
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 33
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 33
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 33
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 33
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 34
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 34
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 34
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 4,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 7,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 11,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 12,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 22,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 26,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 27,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 35
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 36
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 36
|
||||
},
|
||||
{
|
||||
"softwareId": 7,
|
||||
"syntaxId": 36
|
||||
},
|
||||
{
|
||||
"softwareId": 11,
|
||||
"syntaxId": 36
|
||||
},
|
||||
{
|
||||
"softwareId": 12,
|
||||
"syntaxId": 36
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 36
|
||||
},
|
||||
{
|
||||
"softwareId": 22,
|
||||
"syntaxId": 36
|
||||
},
|
||||
{
|
||||
"softwareId": 27,
|
||||
"syntaxId": 36
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 36
|
||||
},
|
||||
{
|
||||
"softwareId": 7,
|
||||
"syntaxId": 37
|
||||
},
|
||||
{
|
||||
"softwareId": 11,
|
||||
"syntaxId": 37
|
||||
},
|
||||
{
|
||||
"softwareId": 12,
|
||||
"syntaxId": 37
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 37
|
||||
},
|
||||
{
|
||||
"softwareId": 2,
|
||||
"syntaxId": 38
|
||||
},
|
||||
{
|
||||
"softwareId": 6,
|
||||
"syntaxId": 38
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 39
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 39
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 39
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 39
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 39
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 39
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 40
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 40
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 40
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 40
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 40
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 40
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 41
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 41
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 41
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 42
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 42
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 42
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 42
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 42
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 42
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 43
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 43
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 43
|
||||
},
|
||||
{
|
||||
"softwareId": 34,
|
||||
"syntaxId": 44
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 45
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 45
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 45
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 45
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 45
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 45
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 46
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 46
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 46
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 46
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 46
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 47
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 47
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 47
|
||||
},
|
||||
{
|
||||
"softwareId": 24,
|
||||
"syntaxId": 47
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 47
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 47
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 47
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 2,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 4,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 6,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 8,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 17,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 19,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 22,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 26,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 27,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 39,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 40,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 42,
|
||||
"syntaxId": 48
|
||||
},
|
||||
{
|
||||
"softwareId": 43,
|
||||
"syntaxId": 49
|
||||
},
|
||||
{
|
||||
"softwareId": 4,
|
||||
"syntaxId": 50
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 50
|
||||
},
|
||||
{
|
||||
"softwareId": 26,
|
||||
"syntaxId": 50
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 50
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 51
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 52
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 53
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 53
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 53
|
||||
}
|
||||
]
|
||||
230
services/directory/data/Syntax.json
Normal file
230
services/directory/data/Syntax.json
Normal file
|
|
@ -0,0 +1,230 @@
|
|||
[
|
||||
{
|
||||
"definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)",
|
||||
"id": 1,
|
||||
"name": "Hosts (localhost IPv4)"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Domains"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://adblockplus.org/filters",
|
||||
"id": 3,
|
||||
"name": "Adblock Plus"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax",
|
||||
"id": 4,
|
||||
"name": "uBlock Origin Static"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters",
|
||||
"id": 6,
|
||||
"name": "AdGuard"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide",
|
||||
"id": 7,
|
||||
"name": "uMatrix/uBO lined dynamic rules"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "URLs"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "IPs (IPv4; no CIDR)"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://blogs.msdn.microsoft.com/ie/2010/12/07/ie9-and-privacy-introducing-tracking-protection/",
|
||||
"id": 10,
|
||||
"name": "Tracking Protection List (IE)"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"name": "Redirector"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://github.com/NanoAdblocker/NanoCore/tree/master/notes",
|
||||
"id": 12,
|
||||
"name": "Nano Adblocker Static"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://github.com/xd4rker/MinerBlock",
|
||||
"id": 13,
|
||||
"name": "MinerBlock"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)",
|
||||
"id": 14,
|
||||
"name": "Non-localhost hosts (IPv4)"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"name": "IPs (Start-end-range only)"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"name": "Domains with wildcards"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#scriptlet-injection",
|
||||
"id": 17,
|
||||
"name": "uBlock Origin scriptlet injection"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://help.obdev.at/littlesnitch/lsc-rule-group-subscriptions",
|
||||
"id": 18,
|
||||
"name": "Little Snitch subscription rules"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://www.privoxy.org/user-manual/actions-file.html",
|
||||
"id": 19,
|
||||
"name": "Privoxy action file"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"name": "dnsmasq domains list"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#include-file-name",
|
||||
"id": 21,
|
||||
"name": "!#include compilation"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"name": "DNS servers"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"name": "Unix-format hosts.deny file"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"name": "Unbound"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"name": "Response Policy Zones (RPZ)"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"name": "BIND"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"name": "Windows command line script"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://help.eyeo.com/en/adblockplus/how-to-write-filters#basic",
|
||||
"id": 28,
|
||||
"name": "Adblocker-syntax domains"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"name": "Socks5"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://docs.pi-hole.net/ftldns/regex/tutorial/",
|
||||
"id": 30,
|
||||
"name": "Pi-hole RegEx"
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"name": "URLRedirector"
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"name": "IPs (IPv4; some CIDR)"
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"name": "IPs (IPv4 + IPv6; no CIDR)"
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"name": "IPs (IPv4; CIDR only)"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)",
|
||||
"id": 35,
|
||||
"name": "Hosts (localhost IPv4 + IPv6)"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)",
|
||||
"id": 36,
|
||||
"name": "Hosts (localhost IPv6)"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)",
|
||||
"id": 37,
|
||||
"name": "Non-localhost hosts (IPv6)"
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"name": "Adblock Plus Advanced"
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"name": "IPs (IPv6 only; no CIDR)"
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"name": "IPs (IPv6 only; some CIDR)"
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"name": "IPs (IPv6 only; CIDR only)"
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"name": "IPs (IPv4 + IPv6; some CIDR)"
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"name": "IPs (IPv4 + IPv6; CIDR only)"
|
||||
},
|
||||
{
|
||||
"id": 44,
|
||||
"name": "PowerShell PKG file"
|
||||
},
|
||||
{
|
||||
"id": 45,
|
||||
"name": "IPs (IPv4; some start-end-range)"
|
||||
},
|
||||
{
|
||||
"id": 46,
|
||||
"name": "''$important''/''$empty'' only"
|
||||
},
|
||||
{
|
||||
"id": 47,
|
||||
"name": "Adblocker-syntax domains w/o ABP tag"
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"name": "Domains with ABP tag"
|
||||
},
|
||||
{
|
||||
"id": 49,
|
||||
"name": "SmartDNS"
|
||||
},
|
||||
{
|
||||
"id": 50,
|
||||
"name": "Domains for whitelisting"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://github.com/gorhill/uMatrix/wiki/Ruleset-recipes",
|
||||
"id": 51,
|
||||
"name": "uMatrix ruleset recipe"
|
||||
},
|
||||
{
|
||||
"id": 52,
|
||||
"name": "personalDNSfilter whitelisting"
|
||||
},
|
||||
{
|
||||
"definitionUrl": "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide",
|
||||
"id": 53,
|
||||
"name": "uBO lined dynamic rules w/ noop"
|
||||
}
|
||||
]
|
||||
95
services/directory/data/TPLSubscriptionAssistant.html
Normal file
95
services/directory/data/TPLSubscriptionAssistant.html
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>FilterLists.com for Internet Explorer</title>
|
||||
</head>
|
||||
<body>
|
||||
Because FilterLists.com cannot be loaded in Internet Explorer, here's a workaround to assist in subscribing to TPL lists.<br><br>
|
||||
|
||||
In some circumstances, the link will be blocked the first time around. If so, click on "Allow Blocked Content" in the resulting prompt below, and then click the link again.<br><br>
|
||||
|
||||
-------------------------------------------------------<br><br>
|
||||
|
||||
* International lists:<br><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylist.tpl', 'EasyList')">EasyList</a> - <a href="https://easylist-msie.adblockplus.org/easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylist_noelemhide.tpl', 'EasyList Without Element Hiding Rules')">EasyList Without Element Hiding Rules</a> - <a href="https://easylist-msie.adblockplus.org/easylist_noelemhide.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylist_noadult.tpl', 'EasyList Without Rules for Adult Sites')">EasyList Without Rules for Adult Sites</a> - <a href="https://easylist-msie.adblockplus.org/easylist_noadult.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easyprivacy.tpl', 'EasyPrivacy')">EasyPrivacy</a> - <a href="https://easylist-msie.adblockplus.org/easyprivacy.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easyprivacy_nointernational.tpl', 'EasyPrivacy Without International Rules')">EasyPrivacy Without International Rules</a> - <a href="https://easylist-msie.adblockplus.org/easyprivacy_nointernational.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easyprivacy+easylist.tpl', 'EasyList + EasyPrivacy')">EasyList + EasyPrivacy</a> - <a href="https://easylist-msie.adblockplus.org/easyprivacy+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/adwarefilters.tpl', 'Adware Filters')">Adware Filters</a> - <a href="https://easylist-downloads.adblockplus.org/adwarefilters.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/easytest.tpl', 'EasyTest')">EasyTest</a> - <a href="https://easylist-downloads.adblockplus.org/easytest.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/exceptionrules.tpl', 'Acceptable Ads')">Acceptable Ads</a> - <a href="https://easylist-downloads.adblockplus.org/exceptionrules.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/antiadblockfilters.tpl', 'Adblock Warning Removal List')">Adblock Warning Removal List</a> - <a href="https://easylist-msie.adblockplus.org/antiadblockfilters.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.tpl', 'ABP Anti-Circumvention Filter List')">ABP Anti-Circumvention Filter List</a> - <a href="https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/fanboy-annoyance.tpl', 'Fanboy\'s Annoyance List')">Fanboy's Annoyance List</a> - <a href="https://easylist-msie.adblockplus.org/fanboy-annoyance.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylist-cookie.tpl', 'EasyList Cookie List')">EasyList Cookie List</a> - <a href="https://easylist-msie.adblockplus.org/easylist-cookie.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/fanboy-social.tpl', 'Fanboy\'s Social Blocking List')">Fanboy's Social Blocking List</a> - <a href="https://easylist-msie.adblockplus.org/fanboy-social.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/fanboy-notifications.tpl', 'Fanboy\'s Notifications Blocking List')">Fanboy's Notifications Blocking List</a> - <a href="https://easylist-msie.adblockplus.org/fanboy-notifications.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/malwaredomains_full.tpl', 'DNS-BH Malware Domains')">DNS-BH Malware Domains</a> - <a href="https://easylist-msie.adblockplus.org/malwaredomains_full.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://pgl.yoyo.org/adservers/serverlist.tpl', 'Peter Lowe\'s List')">Peter Lowe's List</a> - <a href="https://pgl.yoyo.org/adservers/serverlist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareTPL.tpl', 'Dandelion Sprout\'s Anti-Malware List')">Dandelion Sprout's Anti-Malware List</a> - <a href="https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareTPL.tpl">View ruleset</a><br><br>
|
||||
|
||||
* Language-specific lists:<br><br>
|
||||
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/abpindo+easylist.tpl', 'ABPindo + EasyList')">ABPindo + EasyList</a> - <a href="https://easylist-downloads.adblockplus.org/abpindo+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/abpvn+easylist.tpl', 'ABPVN + EasyList')">ABPVN + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/abpvn+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/bulgarian_list+easylist.tpl', 'Bulgarian List + EasyList')">Bulgarian List + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/bulgarian_list+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/indianlist+easylist.tpl', 'IndianList + EasyList')">IndianList + EasyList</a> - <a href="https://easylist-downloads.adblockplus.org/indianlist+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/indianlist.tpl', 'IndianList')">IndianList</a> - <a href="https://easylist-downloads.adblockplus.org/indianlist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/koreanlist+easylist.tpl', 'KoreanList + EasyList')">KoreanList + EasyList</a> - <a href="https://easylist-downloads.adblockplus.org/koreanlist+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/koreanlist.tpl', 'KoreanList')">KoreanList</a> - <a href="https://easylist-downloads.adblockplus.org/koreanlist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistchina+easylist.tpl', 'EasyList China + EasyList')">EasyList China + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/easylistchina+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistchina.tpl', 'EasyList China')">EasyList China</a> - <a href="https://easylist-msie.adblockplus.org/easylistchina.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistczechslovak+easylist.tpl', 'EasyList Czech and Slovak + EasyList')">EasyList Czech and Slovak + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/easylistczechslovak+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistdutch+easylist.tpl', 'EasyList Dutch + EasyList')">EasyList Dutch + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/easylistdutch+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistdutch.tpl', 'EasyList Dutch')">EasyList Dutch</a> - <a href="https://easylist-msie.adblockplus.org/easylistdutch.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistgermany+easylist.tpl', 'EasyList Germany + EasyList')">EasyList Germany + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/easylistgermany+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistgermany.tpl', 'EasyList Germany')">EasyList Germany</a> - <a href="https://easylist-msie.adblockplus.org/easylistgermany.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistitaly+easylist.tpl', 'EasyList Italy + EasyList')">EasyList Italy + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/easylistitaly+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistitaly.tpl', 'EasyList Italy')">EasyList Italy</a> - <a href="https://easylist-msie.adblockplus.org/easylistitaly.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistlithuania+easylist.tpl', 'EasyList Lithuania + EasyList')">EasyList Lithuania + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/easylistlithuania+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistspanish+easylist.tpl', 'EasyList Spanish + EasyList')">EasyList Spanish + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/easylistspanish+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/easylistspanish.tpl', 'EasyList Spanish')">EasyList Spanish</a> - <a href="https://easylist-msie.adblockplus.org/easylistspanish.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/easylistpolish+easylist.tpl', 'EasyList Polish + EasyList')">EasyList Polish + EasyList</a> - <a href="https://easylist-downloads.adblockplus.org/easylistpolish+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/easylistpolish.tpl', 'EasyList Polish')">EasyList Polish</a> - <a href="https://easylist-downloads.adblockplus.org/easylistpolish.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/easylistportuguese+easylist.tpl', 'EasyList Portuguese + EasyList')">EasyList Portuguese + EasyList</a> - <a href="https://easylist-downloads.adblockplus.org/easylistportuguese+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/easylistportuguese.tpl', 'EasyList Portuguese')">EasyList Portuguese</a> - <a href="https://easylist-downloads.adblockplus.org/easylistportuguese.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/israellist+easylist.tpl', 'EasyList Hebrew + EasyList')">EasyList Hebrew</a> - <a href="https://easylist-msie.adblockplus.org/israellist+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/latvianlist+easylist.tpl', 'Latvian List + EasyList')">Latvian List + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/latvianlist+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/liste_ar+liste_fr+easylist.tpl', 'Liste AR + Liste FR + EasyList')">Liste AR + Liste FR + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/liste_ar+liste_fr+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/Liste_AR.tpl', 'Liste AR')">Liste AR</a> - <a href="https://easylist-msie.adblockplus.org/Liste_AR.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/liste_fr+easylist.tpl', 'Liste FR + EasyList')">Liste FR + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/liste_fr+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/liste_fr.tpl', 'Liste FR')">Liste FR</a> - <a href="https://easylist-msie.adblockplus.org/liste_fr.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/rolist+easylist.tpl', 'ROList + EasyList')">ROList + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/rolist+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/ruadlist+easylist.tpl', 'RU AdList + EasyList')">RU AdList + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/ruadlist+easylist.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/advblock.tpl', 'RU AdList')">RU AdList</a> - <a href="https://easylist-msie.adblockplus.org/advblock.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/bitblockext.tpl', 'RU AdList: BitBlock + Fanboy's Annoyance List')">RU AdList: BitBlock + Fanboy's Annoyance List</a> - <a href="https://easylist-downloads.adblockplus.org/bitblockext.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/bitblock.tpl', 'RU AdList: Bitblock')">RU AdList: BitBlock</a> - <a href="https://easylist-msie.adblockplus.org/bitblock.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/cntblock.tpl', 'RU AdList: Counters')">RU AdList: Counters</a> - <a href="https://easylist-msie.adblockplus.org/cntblock.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-downloads.adblockplus.org/antinuha.tpl', 'RU AntiPron List')">RU AntiPron List</a> - <a href="https://easylist-downloads.adblockplus.org/antinuha.tpl">View ruleset</a><br>
|
||||
<a href="javascript:window.external.msAddTrackingProtectionList('https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/DandelionSproutsNorskeFiltre.tpl', 'Dandelion Sprouts nordiske filtre')">Dandelion Sprouts nordiske filtre</a> - <a href="https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/DandelionSproutsNorskeFiltre.tpl">View ruleset</a><br><br>
|
||||
|
||||
-------------------------------------------------------<br><br>
|
||||
|
||||
* Outdated international lists (Last updated more than 24 months ago), that have not been succeeded by more recently updated TPL lists<br><br>
|
||||
|
||||
(2016) <a href="javascript:window.external.msAddTrackingProtectionList('https://jansal.net/tpl/fanboy/enhancedstats-addon.tpl', 'Fanboy\'s Enhanced Tracking List')">Fanboy's Enhanced Tracking List</a> - <a href="https://jansal.net/tpl/fanboy/enhancedstats-addon.tpl">View ruleset</a><br>
|
||||
(2016) <a href="javascript:window.external.msAddTrackingProtectionList('https://jansal.net/tpl/malpatrol.tpl', 'Malware Patrol')">Malware Patrol</a> - <a href="https://jansal.net/tpl/malpatrol.tpl">View ruleset</a><br>
|
||||
(2016) <a href="javascript:window.external.msAddTrackingProtectionList('https://jansal.net/tpl/ricklist.tpl', 'Rickroll Blacklist')">Rickroll Blacklist</a> - <a href="https://jansal.net/tpl/ricklist.tpl">View ruleset</a><br>
|
||||
(2013) <a href="javascript:window.external.msAddTrackingProtectionList('https://jansal.net/tpl/m.tpl', 'M')">M</a> - <a href="https://jansal.net/tpl/m.tpl">View ruleset</a><br>
|
||||
(2013) <a href="javascript:window.external.msAddTrackingProtectionList('https://jansal.net/tpl/Adversity/Adversity.tpl', 'Adversity')">Adversity</a> - <a href="https://jansal.net/tpl/Adversity/Adversity.tpl">View ruleset</a><br>
|
||||
(2013) <a href="javascript:window.external.msAddTrackingProtectionList('https://jansal.net/tpl/Adversity/Antisocial.tpl', 'Adversity - AntiSocial')">Adversity - AntiSocial</a> - <a href="https://jansal.net/tpl/Adversity/Antisocial.tpl">View ruleset</a><br>
|
||||
(2013) <a href="javascript:window.external.msAddTrackingProtectionList('https://www.microsoft.com/cms/api/am/binary/RWilsQ', 'Stop Google Tracking')">Stop Google Tracking</a> - <a href="https://www.microsoft.com/cms/api/am/binary/RWilsQ">View ruleset</a><br>
|
||||
(2011) <a href="javascript:window.external.msAddTrackingProtectionList('https://jansal.net/tpl/popup-block.tpl', 'Popup Block List for Adblock Plus Popup Addon')">Popup Block List for Adblock Plus Popup Addon</a> - <a href="https://jansal.net/tpl/popup-block.tpl">View ruleset</a><br>
|
||||
(2011) <a href="javascript:window.external.msAddTrackingProtectionList('https://jansal.net/tpl/facebook-connect-optout-adblockplusfilter.tpl', 'Facebook Connect Opt-Out')">Facebook Connect Opt-Out</a> - <a href="https://jansal.net/tpl/facebook-connect-optout-adblockplusfilter.tpl">View ruleset</a><br>
|
||||
(Unknown year) <a href="javascript:window.external.msAddTrackingProtectionList('https://easy-tracking-protection.truste.com/easy.tpl', 'TRUSTe Easy Tracking Protection List')">TRUSTe Easy Tracking Protection List</a> - <a href="https://easy-tracking-protection.truste.com/easy.tpl">View ruleset</a><br><br>
|
||||
|
||||
* Outdated language-specific lists (Last updated more than 24 months ago), that have not been succeeded by more recently updated TPL lists<br><br>
|
||||
|
||||
(2016) <a href="javascript:window.external.msAddTrackingProtectionList('https://jansal.net/tpl/adblock-persian.tpl', 'Adblock Persian List')">Adblock Persian List</a> - <a href="http://jansal.net/tpl/adblock-persian.tpl">View ruleset</a><br>
|
||||
(2015) <a href="javascript:window.external.msAddTrackingProtectionList('https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri.tpl', 'Wiltteri')">Wiltteri</a> - <a href="https://easylist-msie.adblockplus.org/wiltteri+easylist.tpl">View ruleset</a><br>
|
||||
(2015) <a href="javascript:window.external.msAddTrackingProtectionList('https://easylist-msie.adblockplus.org/wiltteri+easylist.tpl', 'Wiltteri + EasyList')">Wiltteri + EasyList</a> - <a href="https://easylist-msie.adblockplus.org/wiltteri+easylist.tpl">View ruleset</a><br>
|
||||
(2015) <a href="javascript:window.external.msAddTrackingProtectionList('https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri-reborn.tpl', 'Wiltteri Reborn')">Wiltteri Reborn</a> - <a href="https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri-reborn.tpl">View ruleset</a>
|
||||
</body>
|
||||
</html>
|
||||
207
services/directory/data/Tag.json
Normal file
207
services/directory/data/Tag.json
Normal file
|
|
@ -0,0 +1,207 @@
|
|||
[
|
||||
{
|
||||
"description": "Blocks cryptomining and/or cryptojacking",
|
||||
"id": 1,
|
||||
"name": "crypto"
|
||||
},
|
||||
{
|
||||
"description": "Blocks advertisements",
|
||||
"id": 2,
|
||||
"name": "ads"
|
||||
},
|
||||
{
|
||||
"description": "Blocks trackers and other privacy-invasive resources",
|
||||
"id": 3,
|
||||
"name": "privacy"
|
||||
},
|
||||
{
|
||||
"description": "Blocks social media scripts, trackers, widgets, comment sections, etc.",
|
||||
"id": 4,
|
||||
"name": "social"
|
||||
},
|
||||
{
|
||||
"description": "Blocks adblock detection scripts",
|
||||
"id": 5,
|
||||
"name": "anti-adblock"
|
||||
},
|
||||
{
|
||||
"description": "Blocks malicious resources",
|
||||
"id": 6,
|
||||
"name": "malware"
|
||||
},
|
||||
{
|
||||
"description": "Blocks phishing and/or scam resources",
|
||||
"id": 7,
|
||||
"name": "phishing"
|
||||
},
|
||||
{
|
||||
"description": "Blocks cookie notices primarily in response to the EU Cookie Law and GDPR",
|
||||
"id": 8,
|
||||
"name": "cookies"
|
||||
},
|
||||
{
|
||||
"description": "Blocks subjectively annoying resources",
|
||||
"id": 9,
|
||||
"name": "annoyances"
|
||||
},
|
||||
{
|
||||
"description": "Unblocks categorical resources",
|
||||
"id": 10,
|
||||
"name": "whitelist"
|
||||
},
|
||||
{
|
||||
"description": "Blocks adult, NSFW, pornographic, etc. resources",
|
||||
"id": 11,
|
||||
"name": "nsfw"
|
||||
},
|
||||
{
|
||||
"description": "Redirects traffic through proxies to get around firewalls or service shutdowns",
|
||||
"id": 12,
|
||||
"name": "proxy"
|
||||
},
|
||||
{
|
||||
"description": "Extends or blocks functionality from search engines",
|
||||
"id": 13,
|
||||
"name": "search"
|
||||
},
|
||||
{
|
||||
"description": "Intended for research only",
|
||||
"id": 14,
|
||||
"name": "research"
|
||||
},
|
||||
{
|
||||
"description": "Blocks specific topics/things",
|
||||
"id": 15,
|
||||
"name": "topical"
|
||||
},
|
||||
{
|
||||
"description": "Removes obstructing or annoying overlays",
|
||||
"id": 16,
|
||||
"name": "overlay"
|
||||
},
|
||||
{
|
||||
"description": "Blocks gambling resources",
|
||||
"id": 17,
|
||||
"name": "gambling"
|
||||
},
|
||||
{
|
||||
"description": "Removes website-embedded fonts",
|
||||
"id": 18,
|
||||
"name": "fonts"
|
||||
},
|
||||
{
|
||||
"description": "Blocks resources from certain companies",
|
||||
"id": 19,
|
||||
"name": "anti-corp"
|
||||
},
|
||||
{
|
||||
"description": "Lists that are of special interest to IT admins",
|
||||
"id": 20,
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"description": "Lists that remove news stories of subjectively low quality",
|
||||
"id": 21,
|
||||
"name": "clickbait"
|
||||
},
|
||||
{
|
||||
"description": "Blocks religious or superstitious content",
|
||||
"id": 22,
|
||||
"name": "religious"
|
||||
},
|
||||
{
|
||||
"description": "Blocks pages from link-shortening services",
|
||||
"id": 23,
|
||||
"name": "shorteners"
|
||||
},
|
||||
{
|
||||
"description": "Blocks piracy-focusing sites",
|
||||
"id": 24,
|
||||
"name": "piracy"
|
||||
},
|
||||
{
|
||||
"description": "Blocks political content",
|
||||
"id": 25,
|
||||
"name": "politics"
|
||||
},
|
||||
{
|
||||
"description": "Blocks software updates",
|
||||
"id": 26,
|
||||
"name": "updates"
|
||||
},
|
||||
{
|
||||
"description": "Userstyles in adblocker syntax that change the appearance of sites",
|
||||
"id": 27,
|
||||
"name": "userstyle"
|
||||
},
|
||||
{
|
||||
"description": "Blocks requests that ask you to subscribe to newsletters",
|
||||
"id": 28,
|
||||
"name": "newsletters"
|
||||
},
|
||||
{
|
||||
"description": "Prevents \"How can I help you?\" prompts from popping up",
|
||||
"id": 29,
|
||||
"name": "helpprompt"
|
||||
},
|
||||
{
|
||||
"description": "Blocks certain cultural content",
|
||||
"id": 30,
|
||||
"name": "cultural"
|
||||
},
|
||||
{
|
||||
"description": "Removes empty boxes that remain after other things were blocked",
|
||||
"id": 31,
|
||||
"name": "empty-box"
|
||||
},
|
||||
{
|
||||
"description": "Blocks prompts to subscribe to push notifications",
|
||||
"id": 32,
|
||||
"name": "push-notes"
|
||||
},
|
||||
{
|
||||
"description": "Blocks promotions of websites' own mobile apps",
|
||||
"id": 33,
|
||||
"name": "app-download"
|
||||
},
|
||||
{
|
||||
"description": "Lists designed for units that are neither PCs or phones, e.g. TVs, game consoles, smart-sticks, etc.",
|
||||
"id": 34,
|
||||
"name": "media-unit"
|
||||
},
|
||||
{
|
||||
"description": "Lists that deal with specific sites or site groups only, without blocking them entirely",
|
||||
"id": 35,
|
||||
"name": "site-specific"
|
||||
},
|
||||
{
|
||||
"description": "Lists known to be so big as to begin to cause loading/processing issues on weaker units, e.g. old phones",
|
||||
"id": 36,
|
||||
"name": "≥250K entries"
|
||||
},
|
||||
{
|
||||
"description": "Blocks Dynamic DNS (DDNS) address providers and hosts",
|
||||
"id": 37,
|
||||
"name": "dynamic-domains"
|
||||
},
|
||||
{
|
||||
"description": "Pre-stable lists where maintainers are extra interested in feedback",
|
||||
"id": 38,
|
||||
"name": "beta"
|
||||
},
|
||||
{
|
||||
"description": "Replaces file and page sources to make them load faster",
|
||||
"id": 39,
|
||||
"name": "cdn-replacer"
|
||||
},
|
||||
{
|
||||
"description": "Bypasses paywalls on websites",
|
||||
"id": 40,
|
||||
"name": "paywall"
|
||||
},
|
||||
{
|
||||
"description": "Cleans up anime viewing websites to make them easier to use",
|
||||
"id": 41,
|
||||
"name": "anime"
|
||||
}
|
||||
]
|
||||
44
services/directory/data/lint.sh
Normal file
44
services/directory/data/lint.sh
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
#!/bin/bash
|
||||
# Sorts json files by FilterLists conventions documented in Wiki.
|
||||
|
||||
jq -S ".|=sort_by(.dependentFilterListId, .dependencyFilterListId)" Dependent.json > Dependent.tmp
|
||||
mv Dependent.tmp Dependent.json
|
||||
|
||||
jq -S ".|=sort_by(.id)" FilterList.json > FilterList.tmp
|
||||
mv FilterList.tmp FilterList.json
|
||||
|
||||
jq -S ".|=sort_by(.filterListId, .languageId)" FilterListLanguage.json > FilterListLanguage.tmp
|
||||
mv FilterListLanguage.tmp FilterListLanguage.json
|
||||
|
||||
jq -S ".|=sort_by(.maintainerId, .filterListId)" FilterListMaintainer.json > FilterListMaintainer.tmp
|
||||
mv FilterListMaintainer.tmp FilterListMaintainer.json
|
||||
|
||||
jq -S ".|=sort_by(.filterListId, .tagId)" FilterListTag.json > FilterListTag.tmp
|
||||
mv FilterListTag.tmp FilterListTag.json
|
||||
|
||||
jq -S ".|=sort_by(.upstreamFilterListId, .forkFilterListId)" Fork.json > Fork.tmp
|
||||
mv Fork.tmp Fork.json
|
||||
|
||||
jq -S ".|=sort_by(.id)" Language.json > Language.tmp
|
||||
mv Language.tmp Language.json
|
||||
|
||||
jq -S ".|=sort_by(.id)" License.json > License.tmp
|
||||
mv License.tmp License.json
|
||||
|
||||
jq -S ".|=sort_by(.id)" Maintainer.json > Maintainer.tmp
|
||||
mv Maintainer.tmp Maintainer.json
|
||||
|
||||
jq -S ".|=sort_by(.mergeFilterListId, .upstreamFilterListId)" Merge.json > Merge.tmp
|
||||
mv Merge.tmp Merge.json
|
||||
|
||||
jq -S ".|=sort_by(.id)" Software.json > Software.tmp
|
||||
mv Software.tmp Software.json
|
||||
|
||||
jq -S ".|=sort_by(.syntaxId, .softwareId)" SoftwareSyntax.json > SoftwareSyntax.tmp
|
||||
mv SoftwareSyntax.tmp SoftwareSyntax.json
|
||||
|
||||
jq -S ".|=sort_by(.id)" Syntax.json > Syntax.tmp
|
||||
mv Syntax.tmp Syntax.json
|
||||
|
||||
jq -S ".|=sort_by(.id)" Tag.json > Tag.tmp
|
||||
mv Tag.tmp Tag.json
|
||||
Loading…
Reference in a new issue