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

Update to new name

iam-py-test 2023-03-09 16:44:04 -05:00
parent a1a3e6b052
commit f35cfcb36c

@ -29,7 +29,7 @@
- [no-xhr-if](#no-xhr-ifjs-) - [no-xhr-if](#no-xhr-ifjs-)
- [remove-attr](#remove-attrjs-) _(ra)_ - [remove-attr](#remove-attrjs-) _(ra)_
- [remove-class](#remove-classjs-) _(rc)_ - [remove-class](#remove-classjs-) _(rc)_
- [href-from-text](#href-from-textjs-) - [href-sanitizer](#href-sanitizer-)
- [cookie-remover](#cookie-removerjs-) - [cookie-remover](#cookie-removerjs-)
- [disable-newtab-links](#disable-newtab-linksjs-) - [disable-newtab-links](#disable-newtab-linksjs-)
- [window-close-if](#window-close-ifjs-) - [window-close-if](#window-close-ifjs-)
@ -555,7 +555,7 @@ Examples:
*** ***
### href-from-text.js [](https://github.com/gorhill/uBlock/blob/e123256eaf64be19f81eba123970db07b45eb0ae/assets/resources/scriptlets.js#L1845) ### href-sanitizer.js [](https://github.com/gorhill/uBlock/blob/d7b7dea7faaf17486d5c54454852c4a117f50fd1/assets/resources/scriptlets.js#L1845)
#### _Experimental_ #### _Experimental_
@ -563,7 +563,7 @@ New in [1.47.5b4](https://github.com/gorhill/uBlock/commit/e123256eaf64be19f81eb
Usage: Usage:
```adb ```adb
example.com##+js(href-from-text, a[href^="/tracker-link?to="]) example.com##+js(href-sanitizer, a[href^="/tracker-link?to="])
``` ```
The above scriptlet will find all elements matching the selector The above scriptlet will find all elements matching the selector