Ask HN: Is there a way to disable JavaScript popups asking for my email?
I'm getting very tired of this design fad. The only true difference between these and "normal" popups is that my popup blocker does not block them. If you are a designer using this technique, the message I am getting from you is: "I refuse to respect your preference to not see popups." I used to just exit out of these, but now I fill them in with fake email addresses whose names express my anger.
Sorry to rant, genuinely interested in knowing if there is some way to block these, and how other people feel about them.
2 comments
[ 3.1 ms ] story [ 14.1 ms ] threadAlso, install umatrix https://chrome.google.com/webstore/detail/%C2%B5matrix/ogfcm...
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.