mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Swap canonical name with alias
This commit is contained in:
parent
d6db5374b0
commit
b3c48fd1ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue