-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
The no-popups rule blocks "Open in a new tab" user action #3282
Comments
Sorry but there is no solution for this, aside disabling the no-popups switch when it interferes negatively with your browsing. That switch is meant to be used for hard cases of popup blocking, for those sites which constantly evades the filters. There are negative side effects as a result, and the one you are reporting is it. |
Ok, thanks anyway :) Is it related to #3165 ?
Should I bring this up to Mozilla so they alter some API in some way ? I should be able to live with a default ON, probably. It's just that it worked fine with legacy uBO. (1.13.8 IIRC) |
Ideally from my point of view, if there was a blocking [1] With the API telling whether the link opening event is trusted. |
Hi,
Describe the issue
With
no-popups: * true
it becomes impossible to open a new tab by highlighting text that happens to be a URL, right clicking it and selectingOpen link in a new tab
. The issue also occurs when opening in a new contextual tab or in a new window, private or not.It does not happen with "Search with ... for ..." or the regular
Open link
in current tab.One or more specific URLs where the issue occurs
Any URL that can be highlighted and right clicked in order to be opened in a new tab.
e.g.
https://github.com/gorhill
Steps for anyone to reproduce the issue
no-popups: * true
https://github.com/gorhill
It would be nice if uBO could detect this and open that kind of pop-up, which is reported as such by browsers but arguably it's not a pop up any more than a middle click on a link such as this is. Since middle click works in spite of the no-popups rule, it would be coherent to unify behaviour if possible.
Thanks for looking into this!
Your settings
The text was updated successfully, but these errors were encountered: