From 9e8f78d07d5fefe4aba6bd0806e85ce4b82a99a4 Mon Sep 17 00:00:00 2001 From: MasterKia Date: Tue, 27 Sep 2022 07:13:50 +0330 Subject: [PATCH] m3u-prune scriptlet draft --- Resources-Library.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources-Library.md b/Resources-Library.md index 78a8779..c24fd64 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -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)