mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
parent
db33eb9f41
commit
62f87b0ea8
@ -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 New Issue
Block a user