waveterm icon indicating copy to clipboard operation
waveterm copied to clipboard

[Feature]: ad block lists for the web browser

Open pcause opened this issue 10 months ago • 1 comments

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 avatar Feb 20 '25 20:02 pcause

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

pcause avatar Feb 20 '25 21:02 pcause