feature request: ad blocker #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Enable feature that
hedcan download an add-blocker list (like pi hole) and appends it to the hosts file.hed adblock https://raw.githubusercontent.com/StevenBlack/hosts/master/hostsAdvanced: mark beginning/end of the list with a magic comment so that the
hedtool can also remove this list easy.Advanced: have some preconfigured url's for blocker lists
How about an
importfeature? That makes it independent of the use of the list.And a systemctl timer unit to update the imported list?
There are all kind of external lists, this new feature should convert a list to the hosts file format using ip 0.0.0.0 . So that browsers will not retrieve ads that are listed. To manage a refresh of the list, add commented magic lines before and after the list. Or use some versioning/backup files.
Edit: I missed the commit above, sorry