1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Correct the alphabetical order

iam-py-test 2022-01-05 17:29:59 -05:00
parent 71549d18be
commit d2f487efa5

@ -436,6 +436,12 @@ Instructs uBO filtering engine to perform a case-sensitive match.
***
#### `ping`
Blocks requests send by the [`ping`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-ping) attribute on links and [Navigator.sendBeacon()](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon).
***
#### `popunder`
To block "popunders" windows/tabs, where original page is redirected to advertisement and desired content is loaded in newly created one. To be used in the same manner as the `popup` filter option, except that it will block popunders.
@ -500,12 +506,6 @@ Equivalent to `xmlhttprequest` [option](https://adblockplus.org/filters#options)
***
#### `ping`
Blocks requests send by the [`ping`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-ping) attribute on links and [Navigator.sendBeacon()](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon).
***
## Modifier filters