-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popup appears for a split second when searching on The Pirate Bay using Firefox #1324
Comments
Popup blocking can't be done in a synchronous manner, there is no blocking API which can guarantee the popup window won't appear. Using the no-popups switch should help as the popups are killed as soon as they are fired, but still there is no guarantee |
Another trick: block inline script for the site, the popup code is triggered by inline script code on the page (inline scripting is not blocked in medium mode). |
Couldn't uBO treat |
Network requests and notifications about new tab or window opening are two different code paths. There is no way to prevent tab or window from opening, there is no blocking API for this. |
Add a "Block Resource" context menu command to the Firefox Network tab in devtools
When using "Medium mode" on uBlock 1.5.5 on Firefox 44, performing a search on The Pirate Bay lets in a popup for a split second before it disappears. As soon as the results page loads after performing a search, you can see a popup window appear and disappear. Shouldn't the popup be completely suppressed when using Medium mode?
No other blocking addons are installed.
The text was updated successfully, but these errors were encountered: