5 ms·
Alt+Cmd+I -> Console -> closeOverlay()
by rogueSkib 7y ago
Alt+Cmd+I -> Console -> closeOverlay()
- exhilaration 7y agoThat worked, but how did you find that particular method?
- grumpy8 7y agoNot 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.
- rogueSkib 7y agoHaha, yep, this. I hide a lot, but couldn't get scrolling to work, searched for "scroll" and stumbled on that obviously named method :)