Cosmetic blockers && bulk whitelisting

hello,

firstly, I would like to suggest adding a feature to the Pi-hole GUI that also allows to whitelist whole lists via urls that gets updated periodically to reflect any changes when the Github repo gets updated

I know that there is a domain section that does it, but it does it individually and specifically. I would like to suggest the same function that adlists has and integrate a white list.
(i know that i can create a automation and it auto fills the domain function, but i would have to run the script every time but i thought it would be better to incorporate this with the Pi-hole community).

Secondly, I would like to suggest if there was the function in adlists or pihole, when you add raw urls into pihole, and the url contains CSS and JS languages, pihole is able to execute them. Is this possible or is this something solely for web extensions

i could just add regex paths manually etc into the domain list, but wouldn't be precise as cosmetics move dynamically and pop up after the domain loads :smiley: :smiley: :smile:

This is only possible with browser extensions.

Pi-hole is a DNS sinkhole. In essence, it is a DNS server.

DNS servers only receives the domain part (never an URL) and answers with an IP.
The rest of the URL is only available on the browser.

1 Like

This is already implemented in the upcoming Pi-hole v6 which will (hopefully) be released soonish. The feature there is called 'antigravity' alluding to 'gravity' used for blocklists.

1 Like