mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
New list and small fixes
This commit is contained in:
parent
cde254913d
commit
6c35bf5c86
5 changed files with 50 additions and 4 deletions
|
|
@ -19365,7 +19365,7 @@
|
|||
{
|
||||
"id": 1817,
|
||||
"chatUrl": "https://discord.me/polskiefiltry",
|
||||
"description": "Polish regex list for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).",
|
||||
"description": "Polish regex list blocking ads and tracking sites for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).",
|
||||
"donateUrl": "https://patronite.pl/polskiefiltry",
|
||||
"emailAddress": "errors@certyficate.it",
|
||||
"homeUrl": "https://www.certyficate.it/",
|
||||
|
|
@ -19374,5 +19374,14 @@
|
|||
"name": "Polish Regex Filters for Pi-hole",
|
||||
"syntaxId": 30,
|
||||
"viewUrl": "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/hostfile_regex.txt"
|
||||
},
|
||||
{
|
||||
"id": 1818,
|
||||
"description": "Mmotti's regex list blocking ads and tracking sites for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).",
|
||||
"homeUrl": "https://github.com/mmotti/pihole-regex",
|
||||
"issuesUrl": "https://github.com/mmotti/pihole-regex/issues",
|
||||
"name": "Mmoti's Regex Filters for Pi-hole",
|
||||
"syntaxId": 30,
|
||||
"viewUrl": "https://raw.githubusercontent.com/mmotti/pihole-regex/master/regex.list"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -2362,5 +2362,13 @@
|
|||
{
|
||||
"filterListId": 1799,
|
||||
"languageId": 122
|
||||
},
|
||||
{
|
||||
"filterListId": 1816,
|
||||
"languageId": 11
|
||||
},
|
||||
{
|
||||
"filterListId": 1817,
|
||||
"languageId": 11
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -4780,7 +4780,11 @@
|
|||
"maintainerid": 34
|
||||
},
|
||||
{
|
||||
"filterListid": 1816,
|
||||
"filterListid": 1817,
|
||||
"maintainerid": 32
|
||||
},
|
||||
{
|
||||
"filterListid": 1818,
|
||||
"maintainerid": 140
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1829,7 +1829,7 @@
|
|||
},
|
||||
{
|
||||
"filterListId": 349,
|
||||
"tagId": 9
|
||||
"tagId": 7
|
||||
},
|
||||
{
|
||||
"filterListId": 350,
|
||||
|
|
@ -8967,8 +8967,28 @@
|
|||
"filterListId": 1814,
|
||||
"tagId": 25
|
||||
},
|
||||
{
|
||||
{
|
||||
"filterListId": 1815,
|
||||
"tagId": 15
|
||||
},
|
||||
{
|
||||
"filterListId": 1816,
|
||||
"tagId": 7
|
||||
},
|
||||
{
|
||||
"filterListId": 1817,
|
||||
"tagId": 2
|
||||
},
|
||||
{
|
||||
"filterListId": 1817,
|
||||
"tagId": 3
|
||||
},
|
||||
{
|
||||
"filterListId": 1818,
|
||||
"tagId": 2
|
||||
},
|
||||
{
|
||||
"filterListId": 1818,
|
||||
"tagId": 3
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -733,5 +733,10 @@
|
|||
"id": 139,
|
||||
"homeUrl": "https://www.github.developerdan.com/hosts/",
|
||||
"name": "lightswitch05"
|
||||
},
|
||||
{
|
||||
"id": 140,
|
||||
"homeUrl": "https://github.com/mmotti",
|
||||
"name": "mmotti"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue