From 8c3a2137e5b0993039972eca9269f014c5a2d9f3 Mon Sep 17 00:00:00 2001 From: gwarser Date: Sun, 23 Jun 2019 15:43:52 +0200 Subject: [PATCH] watch-attr rename --- Procedural-cosmetic-filters.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Procedural-cosmetic-filters.md b/Procedural-cosmetic-filters.md index 77a6533..0080b5e 100644 --- a/Procedural-cosmetic-filters.md +++ b/Procedural-cosmetic-filters.md @@ -114,9 +114,12 @@ node. Introduced in uBO [1.18.17rc1](https://github.com/gorhill/uBlock/commit/73e2f25e95b90332a3e53646d83525d14e816d25) to have a low overhead way to accomplish ancestor selection. It is effectively a low-overhead equivalent to `:xpath(..[/..]*)`, as it avoids the need to create and execute [XPath expressions](https://developer.mozilla.org/docs/Web/XPath). - ### `subject:watch-attrs(arg)` +Deprecated in favor of [`subject:watch-attr(arg)`](#subjectwatch-attrsarg) in [1.20.1b3](https://github.com/gorhill/uBlock/commit/41685f4cce084f3f89e9cdd8fc1cde5b57862958) + +### `subject:watch-attr(arg)` + Experimental. - Description: Pass-through filter used to modify behavior of the procedural cosmetic filter engine by forcing re-evaluation when one or more attribute changes on the matching elements.