feat: add menu link to discord
This commit is contained in:
parent
0522e5935c
commit
bdbcdd62e9
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ if (_GM && _GM.registerMenuCommand && _GM.openInTab) {
|
||||||
'** Source Code **',
|
'** Source Code **',
|
||||||
() => _GM.openInTab(_GM.info.script.homepage, { active: true })
|
() => _GM.openInTab(_GM.info.script.homepage, { active: true })
|
||||||
)
|
)
|
||||||
|
|
||||||
|
_GM.registerMenuCommand(
|
||||||
|
'** Discord **',
|
||||||
|
() => _GM.openInTab("https://discord.gg/DKu7cUZ4XQ", { active: true })
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// script loader
|
// script loader
|
||||||
|
|
Loading…
Reference in a new issue