mirror of https://github.com/gorhill/uBlock.git
parent
db33eb9f41
commit
62f87b0ea8
|
@ -3752,10 +3752,10 @@ builtinScriptlets.push({
|
||||||
});
|
});
|
||||||
function removeNodeText(
|
function removeNodeText(
|
||||||
nodeName,
|
nodeName,
|
||||||
condition,
|
includes,
|
||||||
...extraArgs
|
...extraArgs
|
||||||
) {
|
) {
|
||||||
replaceNodeTextFn(nodeName, '', '', 'condition', condition || '', ...extraArgs);
|
replaceNodeTextFn(nodeName, '', '', 'includes', includes || '', ...extraArgs);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue