Creating Firefox 3 Addon with jQuery

Creating Firefox 3 Addon with jQuery


Is it possible to use jQuery to create a Firefox Addon without causing
any problems with others? I know Prototype.js causes problems since it
extends native JavaScript classes such as Object and Array and those
screw up for in loop used in other addons.