Skip to content

Instantly share code, notes, and snippets.

@958
Created April 28, 2011 07:43
Show Gist options
  • Save 958/945977 to your computer and use it in GitHub Desktop.
Save 958/945977 to your computer and use it in GitHub Desktop.
github のキーボードショートカットを殺す Greasemonkey Script
// ==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