mirror of https://github.com/gorhill/uBlock.git
Swap canonical name with alias
This commit is contained in:
parent
d6db5374b0
commit
b3c48fd1ad
|
@ -2686,9 +2686,9 @@ function disableNewtabLinks() {
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
builtinScriptlets.push({
|
builtinScriptlets.push({
|
||||||
name: 'cookie-remover.js',
|
name: 'remove-cookie.js',
|
||||||
aliases: [
|
aliases: [
|
||||||
'remove-cookie.js',
|
'cookie-remover.js',
|
||||||
],
|
],
|
||||||
fn: cookieRemover,
|
fn: cookieRemover,
|
||||||
world: 'ISOLATED',
|
world: 'ISOLATED',
|
||||||
|
|
Loading…
Reference in New Issue