Y
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
mushyhammer
1555 days ago
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)
link