Hacker News new | ask | show | jobs
by KarlKemp 1556 days ago
A „JavaScript popup“ is indistinguishable from a div (or other block element) or its visibility being toggled.
1 comments

Not true in most cases. Usually popups have use position:fixed so they can be “easily” targeted. I remember seeing some extension that disabled position:fixed across the board (I assume it had terrible perf though)