Ask HN: Is there a way to disable JavaScript popups asking for my email?
2 comments
Could you give an example of a site that gives you these? I don't recall seeing anything like that with my collection of ad-blockers.
Also, install umatrix https://chrome.google.com/webstore/detail/%C2%B5matrix/ogfcm...
Also, install umatrix https://chrome.google.com/webstore/detail/%C2%B5matrix/ogfcm...
NoScript: https://noscript.net/
Run in default deny mode, and the JS based ones won't appear anymore.
Also, in most instances, if you do get one, you can open developer tools, find the DOM node of the "popup", and delete that part of the DOM tree, and the "popup" will disappear.
Run in default deny mode, and the JS based ones won't appear anymore.
Also, in most instances, if you do get one, you can open developer tools, find the DOM node of the "popup", and delete that part of the DOM tree, and the "popup" will disappear.
Sorry to rant, genuinely interested in knowing if there is some way to block these, and how other people feel about them.