From 6b2c85c2b09b56bec3ab7d2bf0ec73e0150dc47b Mon Sep 17 00:00:00 2001 From: krystian3w <35370833+krystian3w@users.noreply.github.com> Date: Mon, 12 Dec 2022 13:14:59 +0100 Subject: [PATCH] url no longer match after gorhill commit? --- Resources-Library.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index ef2488d..3ddaff7 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -510,7 +510,7 @@ Examples: ### ~ra.js~ / ### ~remove-attr.js [↪](https://github.com/gorhill/uBlock/blob/0f330c7359567587df6c35e9108b75c339533a56/assets/resources/scriptlets.js#L658)~ -Deprecated by [`:remove-attr()`](https://github.com/uBlockOrigin/uBlock-issues/wiki/Static-filter-syntax#subjectremove-attr-subjectremove-class) +Deprecated by [`:remove-attr()`](https://github.com/uBlockOrigin/uBlock-issues/wiki/Static-filter-syntax#subjectremove-attrarg-subjectremove-classarg) **Once the next stable release is widespread, filter authors must use the new operator instead of the `+js()` counterpart.** @@ -536,7 +536,7 @@ Examples: ### ~rc.js~ / ### ~remove-class.js~ [↪](https://github.com/gorhill/uBlock/blob/3160bc8ccdab2b7dbc906ea213b29a4c04120be1/assets/resources/scriptlets.js#L757) -Deprecated by [`:remove-class()`](https://github.com/uBlockOrigin/uBlock-issues/wiki/Static-filter-syntax#subjectremove-attr-subjectremove-class) +Deprecated by [`:remove-class()`](https://github.com/uBlockOrigin/uBlock-issues/wiki/Static-filter-syntax#subjectremove-attrarg-subjectremove-classarg) **Once the next stable release is widespread, filter authors must use the new operator instead of the `+js()` counterpart.**