-
-
Notifications
You must be signed in to change notification settings - Fork 321
[Feature] Hide popups #644
Copy link
Copy link
Open
Labels
status/proposalNew proposalNew proposalstatus/review-neededtype/enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
status/proposalNew proposalNew proposalstatus/review-neededtype/enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for Feature.
Is your feature request related to a problem? Please describe.
Some site have a first level of "popups" that we need to deal with before we can access their contents.
Like https://finviz.com/news.ashx, if you visit it using Chrome/Chromium via Chrome Devtools Protocol, and take a screenshot, you will see such "popups".
Describe the solution you'd like
There should be an option to "hide" such "popups". It's doable, and the technology is well known.
This is a screenshot that browshot.com is able to "hide popups", with under Advanced Options, the option to hide popups:
https://browshot.com/share/fBn1IghXgzWao2h7T8jk
Describe alternatives you've considered
There is no alternatives to go around such "popups" unless to "hide" them.
Additional context
Can further clarify what I meant by "It's doable, and the technology is well known".