Last active
January 21, 2022 08:00
-
-
Save mori-dev/3c00ea9e4fd6a6237a6a53b27d45e080 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Disable keyboard shortcuts | |
// @namespace https://github.com/mori-dev | |
// @description ページのキーボードショートカットを殺す | |
// @include https://github.com/* | |
// @include https://gist.github.com/* | |
// @include https://mail.google.com/* | |
// ==/UserScript== | |
unsafeWindow.$(document).unbind('keydown.hotkey'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment