Created
April 28, 2011 07:43
-
-
Save 958/945977 to your computer and use it in GitHub Desktop.
github のキーボードショートカットを殺す Greasemonkey Script
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 github keyboard shortcuts | |
// @namespace http://sites.google.com/site/958site/ | |
// @description github のキーボードショートカットを殺す | |
// @include https://github.com/* | |
// @include https://gist.github.com/* | |
// ==/UserScript== | |
unsafeWindow.$(document).unbind('keydown'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment