mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
parent
db33eb9f41
commit
62f87b0ea8
1 changed files with 2 additions and 2 deletions
|
|
@ -3752,10 +3752,10 @@ builtinScriptlets.push({
|
|||
});
|
||||
function removeNodeText(
|
||||
nodeName,
|
||||
condition,
|
||||
includes,
|
||||
...extraArgs
|
||||
) {
|
||||
replaceNodeTextFn(nodeName, '', '', 'condition', condition || '', ...extraArgs);
|
||||
replaceNodeTextFn(nodeName, '', '', 'includes', includes || '', ...extraArgs);
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
|
|||
Loading…
Reference in a new issue