mirror of https://github.com/gorhill/uBlock.git
Comment
This commit is contained in:
parent
9435cf6cfc
commit
005a0fe95d
|
@ -2323,7 +2323,7 @@ function spoofCSS(
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
*
|
*
|
||||||
* sed.js
|
* replace-node-text.js
|
||||||
*
|
*
|
||||||
* Replace text instance(s) with another text instance inside specific
|
* Replace text instance(s) with another text instance inside specific
|
||||||
* DOM nodes. By default, the scriplet stops and quits at the interactive
|
* DOM nodes. By default, the scriplet stops and quits at the interactive
|
||||||
|
@ -2421,7 +2421,14 @@ function replaceNodeText(
|
||||||
}, 'interactive');
|
}, '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({
|
builtinScriptlets.push({
|
||||||
name: 'trusted-set-constant.js',
|
name: 'trusted-set-constant.js',
|
||||||
|
|
Loading…
Reference in New Issue