mirror of https://github.com/gorhill/uBlock.git
Added related links in "No popups" section
parent
5bd2aff311
commit
68e8abc29a
|
@ -32,10 +32,21 @@ No popups rules appear as `no-popups: [hostname] true` entries in the [_My rules
|
|||
|
||||
Blocking popups depends on whether the proper filters are present in the selected filter lists, so this feature is most useful when a site creates popups for which there are no filters to take care of them in 3rd-party filter lists.
|
||||
|
||||
**Caveat:** It's not _always_ possible for uBO to determine for sure whether a new tab being opened is that of a popup, or is the result of a legitimate click on a link by the user. So if the no-popups switch is in use, you _may_ not be able to open a link in a new tab through the context menu.
|
||||
|
||||
On mobile devices, the "No popups" icon is not available because of screen space issues. If you like, you can turn it back on in [advanced settings](https://github.com/gorhill/uBlock/wiki/Advanced-settings#uipopupconfig).
|
||||
|
||||
**Caveat:** It's not _always_ possible for uBO to determine for sure whether a new tab being opened is that of a popup, or is the result of a legitimate click on a link by the user. So if the no-popups switch is in use, you _may_ not be able to open a link in a new tab through the context menu. See related issues over years:
|
||||
- (03.2015) [[Chrome] "Block all popups" also blocks "open link in new tab"](https://github.com/uBlock-LLC/uBlock/issues/1143)
|
||||
- (04.2015) [Block Popups blocks "Open in New Tab" on some sites.](https://github.com/gorhill/uBlock/issues/44)
|
||||
- (04.2016) [A "no-popups: * true" rule will block new tabs opened from "chrome://extensions/"](https://github.com/gorhill/uBlock/issues/1538)
|
||||
- (11.2016) [Popup Blocker blocks opening New Tab](https://github.com/gorhill/uBlock/issues/2145)
|
||||
- (08.2017) [Middle clicking on a link triggers popup rule, but only since updating to webext-hybrid.](https://github.com/gorhill/uBlock/issues/2919)
|
||||
- (11.2017) [The no-popups rule blocks "Open in a new tab" user action](https://github.com/gorhill/uBlock/issues/3282)
|
||||
- (01.2018) [Treating legitimate tabs as popups.](https://github.com/gorhill/uBlock/issues/3418)
|
||||
- (03.2020) [There must be a way to disable popup blocking](https://github.com/uBlockOrigin/uBlock-issues/issues/932)
|
||||
- (10.2024) [uBlock Origin breaks "Open image in new tab" when there is a rule to block popups](https://github.com/uBlockOrigin/uBlock-issues/issues/3436)
|
||||
|
||||
Hence there is no point in spamming the issue tracker by creating new duplicates over and over, discussion and sharing opinions should be continued in already existing threads, new threads will be labeled as `invalid` or `duplicate` and closed.
|
||||
|
||||
***
|
||||
|
||||
## No large media elements
|
||||
|
|
Loading…
Reference in New Issue