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

Updated Resources Library (markdown)

gwarser 2018-06-23 20:38:24 +02:00
parent e886388b7a
commit 84c0b88728

@ -180,11 +180,11 @@ Parameters:
### overlay-buster.js [](https://github.com/uBlockOrigin/uAssets/blob/2c68a4f5456e4677cec76f2784d2c1d7abc36efb/filters/resources.txt#L1102)
Experimental, gets rid of overlay dialogs, preferred way to handle them is to use standard filters and optionally [style injection](https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#style).
Experimental, gets rid of overlay dialogs, preferred way to handle them is to use standard cosmetic filters and optionally [style injection](https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#style).
### alert-buster.js [](https://github.com/uBlockOrigin/uAssets/blob/2c68a4f5456e4677cec76f2784d2c1d7abc36efb/filters/resources.txt#L1182)
Disables alert dialogs by redirecting messages to console.
Disables [`alert()`](https://developer.mozilla.org/en-US/docs/Web/API/Window/alert) dialog boxes by redirecting messages to console.