daviddahl / nuke-dialog

Nuke GDPR & Cookie dialogs on web pages. Free yourself from drudgery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add whitelist domains / URLs to ignore

daviddahl opened this issue · comments

So far, I have noticed that Twitter is affected negatively as the naive cookie check will dismiss a Twitter thread.

It would be cool to add a UI for this, but maybe a function exposed to the DOM could be called like:

window.nukeDialog.ignore(entireDomain=false)

which would add the domain to a persistent whitelist.

This is working now