From 84c0b88728abc7df0dbf0031bf6e03767cc5ad1b Mon Sep 17 00:00:00 2001 From: gwarser Date: Sat, 23 Jun 2018 20:38:24 +0200 Subject: [PATCH] Updated Resources Library (markdown) --- Resources-Library.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index cda21ac..18477df 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -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.