This website works better with JavaScript.
Home
Explore
Help
Sign In
geoffrey
/
eulaurarien
Watch
1
Star
0
Fork
0
Code
Issues
6
Pull Requests
Releases
1
Wiki
Activity
Generates a host list of first-party trackers for ad-blocking.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92
Commits
5
Branches
11
Tags
533 KiB
Tree:
aca5023c3f
master
newworkflow
newworkflow_packbefore
newworkflow_parseropti
newworkflow_threaded
v1.0.0
v1.1.0
v1.2.0
v1.3.0
v1.3.1
v1.4
v1.5
v2.0-beta
v2.1
v2.1-beta
v2.2
v2.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'aca5023c3f'
${ noResults }
eulaurarien
/
temp
/
.gitignore
3 lines
19 B
Raw
Normal View
History
Added possibility to add personal sources
3 years ago
Can now use AdBlock lists for tracking matching It's not very performant by itself, especially since pyre2 isn't maintained nor really compilableinstallable anymore. The performance seems to have decreased from 200 req/s to 0.2 req/s when using 512 threads, and to 80 req/s using 64 req/s. This might or might not be related,as the CPU doesn't seem to be the bottleneck. I will probably add support for host-based rules, matching the subdomains of such hosts (as for now there doesn't seem to be any other pattern for first-party trackers than subdomains, and this would be a very broad performace / compatibility with existing lists improvement), and convert the AdBlock lists to this format, only keeping domains-only rules.
3 years ago
Separated DNS resolution from filtering This effectively removes the parallelism of filtering, which doubles the processing time (5->8 hours), but this allows me to toy around with the performances of this step, which I aim to improve drastically.
3 years ago
*.list
*.txt
*.csv