Thanks for this extension, It’s perfect for my needs. Only problem is that about 1 in ~200 page loads, I see a collision between the random numbers it generates and the packed js function names, for example:
//<![CDATA[
var _76=function(_0, _59, _170){this._170=_170||"captcha";this._0=_0;this._59=_59;this._170();this._173();};_76.prototype={_170:null,_0:null,_59:null,_170:function(){var _2=document.getElementById(this._170+"-container");if(_2){_2.style.display="none"}},_173:function(){var _55=document.getElementById(this._170);if(_55){_55.value=((this._0.charCodeAt(0)-65)+(this._59.charCodeAt(0)-111));}}};function _83(){new _76("B","x","");}var _124=window.onload;if(typeof window.onload!="function"){window.onload=_83}else{window.onload=function(){_124();_83();}}
//]]>
Any thoughts on a workaround for this? I’m unfamiliar with jsPack.