1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-02 15:47:10 +02:00

Swap canonical name with alias

This commit is contained in:
Raymond Hill 2023-11-12 10:39:43 -05:00
parent d6db5374b0
commit b3c48fd1ad
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -2686,9 +2686,9 @@ function disableNewtabLinks() {
/******************************************************************************/
builtinScriptlets.push({
name: 'cookie-remover.js',
name: 'remove-cookie.js',
aliases: [
'remove-cookie.js',
'cookie-remover.js',
],
fn: cookieRemover,
world: 'ISOLATED',