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

m3u-prune scriptlet draft

MasterKia 2022-09-27 07:13:50 +03:30
parent 352a5079cc
commit 9e8f78d07d

@ -35,6 +35,7 @@
- [window.open-defuser](#windowopen-defuserjs-) _(nowoif)_
- [json-prune](#json-prunejs-)
- [xml-prune](#xml-prunejs-)
- [m3u-prune](#m3u-prunejs-)
- [noeval](#noevaljs-)
- [noeval-silent](#noeval-silentjs-)
- [noeval-if](#noeval-ifjs-)
@ -329,6 +330,12 @@ Examples:
- `cbs.com##+js(xml-prune, Period[id*="-roll-"][id*="-ad-"], , pubads.g.doubleclick.net/ondemand)`
***
### m3u-prune.js [](https://github.com/gorhill/uBlock/blob/115f7bb68704c4fede763cbc2d07f1caf041274f/assets/resources/scriptlets.js#L1743)
New in [1.44.5b6](https://github.com/gorhill/uBlock/commit/115f7bb68704c4fede763cbc2d07f1caf041274f#diff-30b28769623e5478a0f68519eda037164484cfb444cb5a8e48518fa7bb32e658)
***
### noeval.js [](https://github.com/gorhill/uBlock/blob/a94df7f3b27080ae2dcb3b914ace39c0c294d2f6/src/web_accessible_resources/noeval.js)