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

[Feature]: ad block lists for the web browser #2004

Open
pcause opened this issue Feb 20, 2025 · 1 comment
Open

[Feature]: ad block lists for the web browser #2004

pcause opened this issue Feb 20, 2025 · 1 comment
Labels
enhancement New feature or request triage Needs triage

Comments

@pcause
Copy link

pcause commented Feb 20, 2025

Feature description

I'd like to be able to have a way to provide a set of URL and an update frequency of ad block lists. here is a page with pointers to some very popular lists.

Also, be good to have an item on the right click in the header to clear all data (cookies, history, sql, ....)

Implementation Suggestion

This could be added to settings.json as:

"blocklist":{
"freq": "30",
"blockurls": ["https://easylist.to/easylist/easylist.txt", another url, ...]
},
.....

Frequency is in days. blockurls is an array of urls of the lists. Add an item to the right click on the header to turn blocklist on/off.

Anything else?

No response

@pcause pcause added enhancement New feature or request triage Needs triage labels Feb 20, 2025
@pcause
Copy link
Author

pcause commented Feb 20, 2025

here is code/tutorial. seems fairly easy to add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Needs triage
Projects
None yet
Development

No branches or pull requests

1 participant