Y
Hacker News
new
|
ask
|
show
|
jobs
by
rogueSkib
2403 days ago
Alt+Cmd+I -> Console -> closeOverlay()
1 comments
exhilaration
2403 days ago
That worked, but how did you find that particular method?
link
grumpy8
2402 days ago
Not OP, but if you inspect the overlay, just right next to it there's a <script> with a closeOverlay function. OP probably tried to inspect/delete DOM element and found that function.
link
rogueSkib
2402 days ago
Haha, yep, this. I hide a lot, but couldn't get scrolling to work, searched for "scroll" and stumbled on that obviously named method :)
link