試してないが、
if (/^(input|textarea|textbox)$/i.test(e.target.localName)) return;

if (!xpPref.getBoolPref('clipboard.autocopy') ) return;
の前に追加