You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related issue:
uBlockOrigin/uBlock-issues#4019
* @Scriptlet edit-this-object.js
*
* @description
* Prune properties from an object through one of the object's own method.
* Properties can only be removed.
*
* @param propChain
* Property chain of the method to trap.
*
* @param jsonq
* A uBO-flavored JSONPath query.
*
* @param order
* If set to `after`, the `this` object will be edited after the trapped
* method is called. By default the `this` object is edited before calling
* the trapped method.
The trusted version works the same as the non-trusted version, except
that it allows to assign new values to targeted properties instead of
just removing them.
0 commit comments