Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add 1hosts pro #431

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions filters/general/filter_58_1Hosts_Pro/configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "1Hosts (Pro)",
"description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com.",
"homepage": "https://badmojr.github.io/1Hosts/",
"sources": [
{
"name": "1Hosts (Pro)",
"source": "https://o0.pages.dev/Pro/adblock.txt",
"type": "adblock",
"transformations": [
"Validate",
]
}
],
"transformations": [
"Deduplicate",
"Compress"
]
}
14 changes: 14 additions & 0 deletions filters/general/filter_58_1Hosts_Pro/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"filterId": "1hosts_pro",
"id": 58,
"name": "1Hosts (Pro)",
"description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com.",
"timeAdded": 1711997270992,
"homepage": "https://badmojr.github.io/1Hosts/",
"expires": "4 days",
"displayNumber": 4,
"environment": "dev",
"tags": [
"purpose:general"
]
}
6 changes: 5 additions & 1 deletion locales/en/filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,12 @@
"hostlist.56.name": "HaGeZi's The World's Most Abused TLDs",
"hostlist.56.description": "The Top Most Abused Top Level Domains, merged from HaGeZi, Yokoffing, DandelionSprout and SpamHAUS."
},
{
"hostlist.58.name": "1Hosts (Pro)",
"hostlist.58.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com."
},
{
"hostlist.59.name": "AdGuard DNS Popup Hosts filter",
"hostlist.59.description": "Filter includes rules for sites that open in a new window, composed from AdGuard, EasyList, ABPindo filters and improved for compatibility with DNS-level pop-up blocking."
}
]
]
Loading