Problem Description
https://www.tampermonkey.net/documentation.php?locale=en&q=GM_registerMenuCommand
- callback - function, A function to be called when the menu item is selected. The function will be passed a single parameter, which is the currently active tab. As of Tampermonkey 4.14 a MouseEvent or KeyboardEvent is passed as function argument.
Problem Description
https://www.tampermonkey.net/documentation.php?locale=en&q=GM_registerMenuCommand