From 92777afb7a50f3e378b96acce89c2ce10be04daf Mon Sep 17 00:00:00 2001 From: MasterKia Date: Thu, 29 Dec 2022 15:50:33 +0330 Subject: [PATCH] Remove the collopsable from aost scriptlet because the scriptlet might go unnoticed from the reader if it's buried and hidden --- Resources-Library.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index 04e0071..e506c35 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -171,10 +171,9 @@ Examples: ### aost.js / ### abort-on-stack-trace.js [↪](https://github.com/gorhill/uBlock/blob/793e2c78963ba86c8d36b950807ce952f7199c1f/assets/resources/scriptlets.js#L194) -New in [1.29.3rc9](https://github.com/gorhill/uBlock/commit/b735ac6b6abab7d5f45e15bbba3b4ba6cbf43935) +#### _Experimental, under development_ -
-Experimental, under development +New in [1.29.3rc9](https://github.com/gorhill/uBlock/commit/b735ac6b6abab7d5f45e15bbba3b4ba6cbf43935) Aborts execution of script (_throws_ `ReferenceError`) when attempts to access specified _property_ when _stack trace_ matches specified text or _regular expression_. [Internal discussion](https://github.com/orgs/uBlockOrigin/teams/ublock-issues-volunteers/discussions/237?from_comment=59) @@ -201,8 +200,6 @@ The column value is normalized to 1, however there is too much discrepancy betwe Filtering according to reported line numbers (`...:1234:1`), will not be reliable for inline scripts, since the line at which those inline scripts are located will vary from one page to another. It should be reliable for when the stack trace entry is for code in a JS file. -
- *** ### aeld.js /