1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-05 18:32:30 +01:00

Rename parameters as per earlier commit

Related commit:
8afd9e233d
This commit is contained in:
Raymond Hill 2024-07-20 09:43:08 -04:00
parent db33eb9f41
commit 62f87b0ea8
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -3752,10 +3752,10 @@ builtinScriptlets.push({
});
function removeNodeText(
nodeName,
condition,
includes,
...extraArgs
) {
replaceNodeTextFn(nodeName, '', '', 'condition', condition || '', ...extraArgs);
replaceNodeTextFn(nodeName, '', '', 'includes', includes || '', ...extraArgs);
}
/*******************************************************************************