You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: