Skip to content

Instantly share code, notes, and snippets.

@mori-dev
Last active January 21, 2022 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mori-dev/3c00ea9e4fd6a6237a6a53b27d45e080 to your computer and use it in GitHub Desktop.
Save mori-dev/3c00ea9e4fd6a6237a6a53b27d45e080 to your computer and use it in GitHub Desktop.
// ==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