



// ==UserScript==
// @name Twitter
// @version 1
// @author byuu
// @match https://twitter.com/*
// @grant unsafeWindow
// ==/UserScript==
(function() {
unsafeWindow.jQuery(document).unbind("keypress").removeAttr("onkeypress");
})();









