// ==UserScript==
// @name           Bugzilla Fix Keywords
// @namespace      http://fredericiana.com
// @description    Removes keyword chooser from Bugzilla 3.2
// @include        https://bugzilla.mozilla.org/show_bug.cgi*
// @include        https://bugzilla.mozilla.org/enter_bug.cgi*
// @version        0.1
// ==/UserScript==

document.getElementById('keywords').removeAttribute('onfocus');
