1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00
This commit is contained in:
Raymond Hill 2023-05-24 15:56:42 -04:00
parent 9435cf6cfc
commit 005a0fe95d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -2323,7 +2323,7 @@ function spoofCSS(
/*******************************************************************************
*
* sed.js
* replace-node-text.js
*
* Replace text instance(s) with another text instance inside specific
* DOM nodes. By default, the scriplet stops and quits at the interactive
@ -2421,7 +2421,14 @@ function replaceNodeText(
}, 'interactive');
}
/******************************************************************************/
/*******************************************************************************
*
* trusted-set-constant.js
*
* Set specified property to any value. This is essentially the same as
* set-constant.js, but with no restriction as to which values can be used.
*
**/
builtinScriptlets.push({
name: 'trusted-set-constant.js',