javascript:void%20(()=%3E%7Bvar%20Te=Object.create;var%20D=Object.defineProperty;var%20xe=Object.getOwnPropertyDescriptor;var%20Ce=Object.getOwnPropertyNames;var%20Ne=Object.getPrototypeOf,ke=Object.prototype.hasOwnProperty;var%20v=(e,t)=%3E()=%3E(t%7C%7Ce((t=%7Bexports:%7B%7D%7D).exports,t),t.exports);var%20Ae=(e,t,n,i)=%3E%7Bif(t&&typeof%20t==%22object%22%7C%7Ctypeof%20t==%22function%22)for(let%20o%20of%20Ce(t))!ke.call(e,o)&&o!==n&&D(e,o,%7Bget:()=%3Et%5Bo%5D,enumerable:!(i=xe(t,o))%7C%7Ci.enumerable%7D);return%20e%7D;var%20x=(e,t,n)=%3E(n=e!=null?Te(Ne(e)):%7B%7D,Ae(t%7C%7C!e%7C%7C!e.__esModule?D(n,%22default%22,%7Bvalue:e,enumerable:!0%7D):n,e));var%20ae=v((oe,E)=%3E%7B(function(e,t)%7Btypeof%20E==%22object%22&&E.exports?E.exports=t():e.Toastify=t()%7D)(oe,function(e)%7Bvar%20t=function(r)%7Breturn%20new%20t.lib.init(r)%7D,n=%221.12.0%22;t.defaults=%7BoldestFirst:!0,text:%22Toastify%20is%20awesome!%22,node:void%200,duration:3e3,selector:void%200,callback:function()%7B%7D,destination:void%200,newWindow:!1,close:!1,gravity:%22toastify-top%22,positionLeft:!1,position:%22%22,backgroundColor:%22%22,avatar:%22%22,className:%22%22,stopOnFocus:!0,onClick:function()%7B%7D,offset:%7Bx:0,y:0%7D,escapeMarkup:!0,ariaLive:%22polite%22,style:%7Bbackground:%22%22%7D%7D,t.lib=t.prototype=%7Btoastify:n,constructor:t,init:function(r)%7Breturn%20r%7C%7C(r=%7B%7D),this.options=%7B%7D,this.toastElement=null,this.options.text=r.text%7C%7Ct.defaults.text,this.options.node=r.node%7C%7Ct.defaults.node,this.options.duration=r.duration===0?0:r.duration%7C%7Ct.defaults.duration,this.options.selector=r.selector%7C%7Ct.defaults.selector,this.options.callback=r.callback%7C%7Ct.defaults.callback,this.options.destination=r.destination%7C%7Ct.defaults.destination,this.options.newWindow=r.newWindow%7C%7Ct.defaults.newWindow,this.options.close=r.close%7C%7Ct.defaults.close,this.options.gravity=r.gravity===%22bottom%22?%22toastify-bottom%22:t.defaults.gravity,this.options.positionLeft=r.positionLeft%7C%7Ct.defaults.positionLeft,this.options.position=r.position%7C%7Ct.defaults.position,this.options.backgroundColor=r.backgroundColor%7C%7Ct.defaults.backgroundColor,this.options.avatar=r.avatar%7C%7Ct.defaults.avatar,this.options.className=r.className%7C%7Ct.defaults.className,this.options.stopOnFocus=r.stopOnFocus===void%200?t.defaults.stopOnFocus:r.stopOnFocus,this.options.onClick=r.onClick%7C%7Ct.defaults.onClick,this.options.offset=r.offset%7C%7Ct.defaults.offset,this.options.escapeMarkup=r.escapeMarkup!==void%200?r.escapeMarkup:t.defaults.escapeMarkup,this.options.ariaLive=r.ariaLive%7C%7Ct.defaults.ariaLive,this.options.style=r.style%7C%7Ct.defaults.style,r.backgroundColor&&(this.options.style.background=r.backgroundColor),this%7D,buildToast:function()%7Bif(!this.options)throw%22Toastify%20is%20not%20initialized%22;var%20r=document.createElement(%22div%22);r.className=%22toastify%20on%20%22+this.options.className,this.options.position?r.className+=%22%20toastify-%22+this.options.position:this.options.positionLeft===!0?(r.className+=%22%20toastify-left%22,console.warn(%22Property%20%60positionLeft%60%20will%20be%20depreciated%20in%20further%20versions.%20Please%20use%20%60position%60%20instead.%22)):r.className+=%22%20toastify-right%22,r.className+=%22%20%22+this.options.gravity,this.options.backgroundColor&&console.warn('DEPRECATION%20NOTICE:%20%22backgroundColor%22%20is%20being%20deprecated.%20Please%20use%20the%20%22style.background%22%20property.');for(var%20s%20in%20this.options.style)r.style%5Bs%5D=this.options.style%5Bs%5D;if(this.options.ariaLive&&r.setAttribute(%22aria-live%22,this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)r.appendChild(this.options.node);else%20if(this.options.escapeMarkup?r.innerText=this.options.text:r.innerHTML=this.options.text,this.options.avatar!==%22%22)%7Bvar%20l=document.createElement(%22img%22);l.src=this.options.avatar,l.className=%22toastify-avatar%22,this.options.position==%22left%22%7C%7Cthis.options.positionLeft===!0?r.appendChild(l):r.insertAdjacentElement(%22afterbegin%22,l)%7Dif(this.options.close===!0)%7Bvar%20a=document.createElement(%22button%22);a.type=%22button%22,a.setAttribute(%22aria-label%22,%22Close%22),a.className=%22toast-close%22,a.innerHTML=%22✖%22,a.addEventListener(%22click%22,(function(m)%7Bm.stopPropagation(),this.removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)%7D).bind(this));var%20c=window.innerWidth%3E0?window.innerWidth:screen.width;(this.options.position==%22left%22%7C%7Cthis.options.positionLeft===!0)&&c%3E360?r.insertAdjacentElement(%22afterbegin%22,a):r.appendChild(a)%7Dif(this.options.stopOnFocus&&this.options.duration%3E0)%7Bvar%20u=this;r.addEventListener(%22mouseover%22,function(m)%7Bwindow.clearTimeout(r.timeOutValue)%7D),r.addEventListener(%22mouseleave%22,function()%7Br.timeOutValue=window.setTimeout(function()%7Bu.removeElement(r)%7D,u.options.duration)%7D)%7Dif(typeof%20this.options.destination%3C%22u%22&&r.addEventListener(%22click%22,(function(m)%7Bm.stopPropagation(),this.options.newWindow===!0?window.open(this.options.destination,%22_blank%22):window.location=this.options.destination%7D).bind(this)),typeof%20this.options.onClick==%22function%22&&typeof%20this.options.destination%3E%22u%22&&r.addEventListener(%22click%22,(function(m)%7Bm.stopPropagation(),this.options.onClick()%7D).bind(this)),typeof%20this.options.offset==%22object%22)%7Bvar%20f=i(%22x%22,this.options),h=i(%22y%22,this.options),T=this.options.position==%22left%22?f:%22-%22+f,we=this.options.gravity==%22toastify-top%22?h:%22-%22+h;r.style.transform=%22translate(%22+T+%22,%22+we+%22)%22%7Dreturn%20r%7D,showToast:function()%7Bthis.toastElement=this.buildToast();var%20r;if(typeof%20this.options.selector==%22string%22?r=document.getElementById(this.options.selector):this.options.selector%20instanceof%20HTMLElement%7C%7Ctypeof%20ShadowRoot%3C%22u%22&&this.options.selector%20instanceof%20ShadowRoot?r=this.options.selector:r=document.body,!r)throw%22Root%20element%20is%20not%20defined%22;var%20s=t.defaults.oldestFirst?r.firstChild:r.lastChild;return%20r.insertBefore(this.toastElement,s),t.reposition(),this.options.duration%3E0&&(this.toastElement.timeOutValue=window.setTimeout((function()%7Bthis.removeElement(this.toastElement)%7D).bind(this),this.options.duration)),this%7D,hideToast:function()%7Bthis.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this.removeElement(this.toastElement)%7D,removeElement:function(r)%7Br.className=r.className.replace(%22%20on%22,%22%22),window.setTimeout((function()%7Bthis.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),r.parentNode&&r.parentNode.removeChild(r),this.options.callback.call(r),t.reposition()%7D).bind(this),400)%7D%7D,t.reposition=function()%7Bfor(var%20r=%7Btop:15,bottom:15%7D,s=%7Btop:15,bottom:15%7D,l=%7Btop:15,bottom:15%7D,a=document.getElementsByClassName(%22toastify%22),c,u=0;u%3Ca.length;u++)%7Bo(a%5Bu%5D,%22toastify-top%22)===!0?c=%22toastify-top%22:c=%22toastify-bottom%22;var%20f=a%5Bu%5D.offsetHeight;c=c.substr(9,c.length-1);var%20h=15,T=window.innerWidth%3E0?window.innerWidth:screen.width;T%3C=360?(a%5Bu%5D.style%5Bc%5D=l%5Bc%5D+%22px%22,l%5Bc%5D+=f+h):o(a%5Bu%5D,%22toastify-left%22)===!0?(a%5Bu%5D.style%5Bc%5D=r%5Bc%5D+%22px%22,r%5Bc%5D+=f+h):(a%5Bu%5D.style%5Bc%5D=s%5Bc%5D+%22px%22,s%5Bc%5D+=f+h)%7Dreturn%20this%7D;function%20i(r,s)%7Breturn%20s.offset%5Br%5D?isNaN(s.offset%5Br%5D)?s.offset%5Br%5D:s.offset%5Br%5D+%22px%22:%220px%22%7Dfunction%20o(r,s)%7Breturn!r%7C%7Ctypeof%20s!=%22string%22?!1:!!(r.className&&r.className.trim().split(/%5Cs+/gi).indexOf(s)%3E-1)%7Dreturn%20t.lib.init.prototype=t.lib,t%7D)%7D);var%20le=v((Rt,se)=%3E%7Bse.exports=function()%7Bvar%20e=document.getSelection();if(!e.rangeCount)return%20function()%7B%7D;for(var%20t=document.activeElement,n=%5B%5D,i=0;i%3Ce.rangeCount;i++)n.push(e.getRangeAt(i));switch(t.tagName.toUpperCase())%7Bcase%22INPUT%22:case%22TEXTAREA%22:t.blur();break;default:t=null;break%7Dreturn%20e.removeAllRanges(),function()%7Be.type===%22Caret%22&&e.removeAllRanges(),e.rangeCount%7C%7Cn.forEach(function(o)%7Be.addRange(o)%7D),t&&t.focus()%7D%7D%7D);var%20fe=v((Mt,ue)=%3E%7B%22use%20strict%22;var%20st=le(),ce=%7B%22text/plain%22:%22Text%22,%22text/html%22:%22Url%22,default:%22Text%22%7D,lt=%22Copy%20to%20clipboard:%20#%7Bkey%7D,%20Enter%22;function%20ct(e)%7Bvar%20t=(/mac%20os%20x/i.test(navigator.userAgent)?%22%5Cu2318%22:%22Ctrl%22)+%22+C%22;return%20e.replace(/#%7B%5Cs*key%5Cs*%7D/g,t)%7Dfunction%20ut(e,t)%7Bvar%20n,i,o,r,s,l,a=!1;t%7C%7C(t=%7B%7D),n=t.debug%7C%7C!1;try%7Bo=st(),r=document.createRange(),s=document.getSelection(),l=document.createElement(%22span%22),l.textContent=e,l.ariaHidden=%22true%22,l.style.all=%22unset%22,l.style.position=%22fixed%22,l.style.top=0,l.style.clip=%22rect(0,%200,%200,%200)%22,l.style.whiteSpace=%22pre%22,l.style.webkitUserSelect=%22text%22,l.style.MozUserSelect=%22text%22,l.style.msUserSelect=%22text%22,l.style.userSelect=%22text%22,l.addEventListener(%22copy%22,function(u)%7Bif(u.stopPropagation(),t.format)if(u.preventDefault(),typeof%20u.clipboardData%3E%22u%22)%7Bn&&console.warn(%22unable%20to%20use%20e.clipboardData%22),n&&console.warn(%22trying%20IE%20specific%20stuff%22),window.clipboardData.clearData();var%20f=ce%5Bt.format%5D%7C%7Cce.default;window.clipboardData.setData(f,e)%7Delse%20u.clipboardData.clearData(),u.clipboardData.setData(t.format,e);t.onCopy&&(u.preventDefault(),t.onCopy(u.clipboardData))%7D),document.body.appendChild(l),r.selectNodeContents(l),s.addRange(r);var%20c=document.execCommand(%22copy%22);if(!c)throw%20new%20Error(%22copy%20command%20was%20unsuccessful%22);a=!0%7Dcatch(u)%7Bn&&console.error(%22unable%20to%20copy%20using%20execCommand:%20%22,u),n&&console.warn(%22trying%20IE%20specific%20stuff%22);try%7Bwindow.clipboardData.setData(t.format%7C%7C%22text%22,e),t.onCopy&&t.onCopy(window.clipboardData),a=!0%7Dcatch(f)%7Bn&&console.error(%22unable%20to%20copy%20using%20clipboardData:%20%22,f),n&&console.error(%22falling%20back%20to%20prompt%22),i=ct(%22message%22in%20t?t.message:lt),window.prompt(i,e)%7D%7Dfinally%7Bs&&(typeof%20s.removeRange==%22function%22?s.removeRange(r):s.removeAllRanges()),l&&document.body.removeChild(l),o()%7Dreturn%20a%7Due.exports=ut%7D);var%20de=v((M,P)=%3E%7B(function(e,t,n)%7Btypeof%20M==%22object%22?(P.exports=n(),P.exports.default=n()):typeof%20define==%22function%22&&define.amd?define(n):t%5Be%5D=n()%7D)(%22slugify%22,M,function()%7Bvar%20e=JSON.parse('%7B%22$%22:%22dollar%22,%22%25%22:%22percent%22,%22&%22:%22and%22,%22%3C%22:%22less%22,%22%3E%22:%22greater%22,%22%7C%22:%22or%22,%22%5CxA2%22:%22cent%22,%22%5CxA3%22:%22pound%22,%22%5CxA4%22:%22currency%22,%22%5CxA5%22:%22yen%22,%22%5CxA9%22:%22(c)%22,%22%5CxAA%22:%22a%22,%22%5CxAE%22:%22(r)%22,%22%5CxBA%22:%22o%22,%22%5CxC0%22:%22A%22,%22%5CxC1%22:%22A%22,%22%5CxC2%22:%22A%22,%22%5CxC3%22:%22A%22,%22%5CxC4%22:%22A%22,%22%5CxC5%22:%22A%22,%22%5CxC6%22:%22AE%22,%22%5CxC7%22:%22C%22,%22%5CxC8%22:%22E%22,%22%5CxC9%22:%22E%22,%22%5CxCA%22:%22E%22,%22%5CxCB%22:%22E%22,%22%5CxCC%22:%22I%22,%22%5CxCD%22:%22I%22,%22%5CxCE%22:%22I%22,%22%5CxCF%22:%22I%22,%22%5CxD0%22:%22D%22,%22%5CxD1%22:%22N%22,%22%5CxD2%22:%22O%22,%22%5CxD3%22:%22O%22,%22%5CxD4%22:%22O%22,%22%5CxD5%22:%22O%22,%22%5CxD6%22:%22O%22,%22%5CxD8%22:%22O%22,%22%5CxD9%22:%22U%22,%22%5CxDA%22:%22U%22,%22%5CxDB%22:%22U%22,%22%5CxDC%22:%22U%22,%22%5CxDD%22:%22Y%22,%22%5CxDE%22:%22TH%22,%22%5CxDF%22:%22ss%22,%22%5CxE0%22:%22a%22,%22%5CxE1%22:%22a%22,%22%5CxE2%22:%22a%22,%22%5CxE3%22:%22a%22,%22%5CxE4%22:%22a%22,%22%5CxE5%22:%22a%22,%22%5CxE6%22:%22ae%22,%22%5CxE7%22:%22c%22,%22%5CxE8%22:%22e%22,%22%5CxE9%22:%22e%22,%22%5CxEA%22:%22e%22,%22%5CxEB%22:%22e%22,%22%5CxEC%22:%22i%22,%22%5CxED%22:%22i%22,%22%5CxEE%22:%22i%22,%22%5CxEF%22:%22i%22,%22%5CxF0%22:%22d%22,%22%5CxF1%22:%22n%22,%22%5CxF2%22:%22o%22,%22%5CxF3%22:%22o%22,%22%5CxF4%22:%22o%22,%22%5CxF5%22:%22o%22,%22%5CxF6%22:%22o%22,%22%5CxF8%22:%22o%22,%22%5CxF9%22:%22u%22,%22%5CxFA%22:%22u%22,%22%5CxFB%22:%22u%22,%22%5CxFC%22:%22u%22,%22%5CxFD%22:%22y%22,%22%5CxFE%22:%22th%22,%22%5CxFF%22:%22y%22,%22%5Cu0100%22:%22A%22,%22%5Cu0101%22:%22a%22,%22%5Cu0102%22:%22A%22,%22%5Cu0103%22:%22a%22,%22%5Cu0104%22:%22A%22,%22%5Cu0105%22:%22a%22,%22%5Cu0106%22:%22C%22,%22%5Cu0107%22:%22c%22,%22%5Cu010C%22:%22C%22,%22%5Cu010D%22:%22c%22,%22%5Cu010E%22:%22D%22,%22%5Cu010F%22:%22d%22,%22%5Cu0110%22:%22DJ%22,%22%5Cu0111%22:%22dj%22,%22%5Cu0112%22:%22E%22,%22%5Cu0113%22:%22e%22,%22%5Cu0116%22:%22E%22,%22%5Cu0117%22:%22e%22,%22%5Cu0118%22:%22e%22,%22%5Cu0119%22:%22e%22,%22%5Cu011A%22:%22E%22,%22%5Cu011B%22:%22e%22,%22%5Cu011E%22:%22G%22,%22%5Cu011F%22:%22g%22,%22%5Cu0122%22:%22G%22,%22%5Cu0123%22:%22g%22,%22%5Cu0128%22:%22I%22,%22%5Cu0129%22:%22i%22,%22%5Cu012A%22:%22i%22,%22%5Cu012B%22:%22i%22,%22%5Cu012E%22:%22I%22,%22%5Cu012F%22:%22i%22,%22%5Cu0130%22:%22I%22,%22%5Cu0131%22:%22i%22,%22%5Cu0136%22:%22k%22,%22%5Cu0137%22:%22k%22,%22%5Cu013B%22:%22L%22,%22%5Cu013C%22:%22l%22,%22%5Cu013D%22:%22L%22,%22%5Cu013E%22:%22l%22,%22%5Cu0141%22:%22L%22,%22%5Cu0142%22:%22l%22,%22%5Cu0143%22:%22N%22,%22%5Cu0144%22:%22n%22,%22%5Cu0145%22:%22N%22,%22%5Cu0146%22:%22n%22,%22%5Cu0147%22:%22N%22,%22%5Cu0148%22:%22n%22,%22%5Cu014C%22:%22O%22,%22%5Cu014D%22:%22o%22,%22%5Cu0150%22:%22O%22,%22%5Cu0151%22:%22o%22,%22%5Cu0152%22:%22OE%22,%22%5Cu0153%22:%22oe%22,%22%5Cu0154%22:%22R%22,%22%5Cu0155%22:%22r%22,%22%5Cu0158%22:%22R%22,%22%5Cu0159%22:%22r%22,%22%5Cu015A%22:%22S%22,%22%5Cu015B%22:%22s%22,%22%5Cu015E%22:%22S%22,%22%5Cu015F%22:%22s%22,%22%5Cu0160%22:%22S%22,%22%5Cu0161%22:%22s%22,%22%5Cu0162%22:%22T%22,%22%5Cu0163%22:%22t%22,%22%5Cu0164%22:%22T%22,%22%5Cu0165%22:%22t%22,%22%5Cu0168%22:%22U%22,%22%5Cu0169%22:%22u%22,%22%5Cu016A%22:%22u%22,%22%5Cu016B%22:%22u%22,%22%5Cu016E%22:%22U%22,%22%5Cu016F%22:%22u%22,%22%5Cu0170%22:%22U%22,%22%5Cu0171%22:%22u%22,%22%5Cu0172%22:%22U%22,%22%5Cu0173%22:%22u%22,%22%5Cu0174%22:%22W%22,%22%5Cu0175%22:%22w%22,%22%5Cu0176%22:%22Y%22,%22%5Cu0177%22:%22y%22,%22%5Cu0178%22:%22Y%22,%22%5Cu0179%22:%22Z%22,%22%5Cu017A%22:%22z%22,%22%5Cu017B%22:%22Z%22,%22%5Cu017C%22:%22z%22,%22%5Cu017D%22:%22Z%22,%22%5Cu017E%22:%22z%22,%22%5Cu018F%22:%22E%22,%22%5Cu0192%22:%22f%22,%22%5Cu01A0%22:%22O%22,%22%5Cu01A1%22:%22o%22,%22%5Cu01AF%22:%22U%22,%22%5Cu01B0%22:%22u%22,%22%5Cu01C8%22:%22LJ%22,%22%5Cu01C9%22:%22lj%22,%22%5Cu01CB%22:%22NJ%22,%22%5Cu01CC%22:%22nj%22,%22%5Cu0218%22:%22S%22,%22%5Cu0219%22:%22s%22,%22%5Cu021A%22:%22T%22,%22%5Cu021B%22:%22t%22,%22%5Cu0259%22:%22e%22,%22%5Cu02DA%22:%22o%22,%22%5Cu0386%22:%22A%22,%22%5Cu0388%22:%22E%22,%22%5Cu0389%22:%22H%22,%22%5Cu038A%22:%22I%22,%22%5Cu038C%22:%22O%22,%22%5Cu038E%22:%22Y%22,%22%5Cu038F%22:%22W%22,%22%5Cu0390%22:%22i%22,%22%5Cu0391%22:%22A%22,%22%5Cu0392%22:%22B%22,%22%5Cu0393%22:%22G%22,%22%5Cu0394%22:%22D%22,%22%5Cu0395%22:%22E%22,%22%5Cu0396%22:%22Z%22,%22%5Cu0397%22:%22H%22,%22%5Cu0398%22:%228%22,%22%5Cu0399%22:%22I%22,%22%5Cu039A%22:%22K%22,%22%5Cu039B%22:%22L%22,%22%5Cu039C%22:%22M%22,%22%5Cu039D%22:%22N%22,%22%5Cu039E%22:%223%22,%22%5Cu039F%22:%22O%22,%22%5Cu03A0%22:%22P%22,%22%5Cu03A1%22:%22R%22,%22%5Cu03A3%22:%22S%22,%22%5Cu03A4%22:%22T%22,%22%5Cu03A5%22:%22Y%22,%22%5Cu03A6%22:%22F%22,%22%5Cu03A7%22:%22X%22,%22%5Cu03A8%22:%22PS%22,%22%5Cu03A9%22:%22W%22,%22%5Cu03AA%22:%22I%22,%22%5Cu03AB%22:%22Y%22,%22%5Cu03AC%22:%22a%22,%22%5Cu03AD%22:%22e%22,%22%5Cu03AE%22:%22h%22,%22%5Cu03AF%22:%22i%22,%22%5Cu03B0%22:%22y%22,%22%5Cu03B1%22:%22a%22,%22%5Cu03B2%22:%22b%22,%22%5Cu03B3%22:%22g%22,%22%5Cu03B4%22:%22d%22,%22%5Cu03B5%22:%22e%22,%22%5Cu03B6%22:%22z%22,%22%5Cu03B7%22:%22h%22,%22%5Cu03B8%22:%228%22,%22%5Cu03B9%22:%22i%22,%22%5Cu03BA%22:%22k%22,%22%5Cu03BB%22:%22l%22,%22%5Cu03BC%22:%22m%22,%22%5Cu03BD%22:%22n%22,%22%5Cu03BE%22:%223%22,%22%5Cu03BF%22:%22o%22,%22%5Cu03C0%22:%22p%22,%22%5Cu03C1%22:%22r%22,%22%5Cu03C2%22:%22s%22,%22%5Cu03C3%22:%22s%22,%22%5Cu03C4%22:%22t%22,%22%5Cu03C5%22:%22y%22,%22%5Cu03C6%22:%22f%22,%22%5Cu03C7%22:%22x%22,%22%5Cu03C8%22:%22ps%22,%22%5Cu03C9%22:%22w%22,%22%5Cu03CA%22:%22i%22,%22%5Cu03CB%22:%22y%22,%22%5Cu03CC%22:%22o%22,%22%5Cu03CD%22:%22y%22,%22%5Cu03CE%22:%22w%22,%22%5Cu0401%22:%22Yo%22,%22%5Cu0402%22:%22DJ%22,%22%5Cu0404%22:%22Ye%22,%22%5Cu0406%22:%22I%22,%22%5Cu0407%22:%22Yi%22,%22%5Cu0408%22:%22J%22,%22%5Cu0409%22:%22LJ%22,%22%5Cu040A%22:%22NJ%22,%22%5Cu040B%22:%22C%22,%22%5Cu040F%22:%22DZ%22,%22%5Cu0410%22:%22A%22,%22%5Cu0411%22:%22B%22,%22%5Cu0412%22:%22V%22,%22%5Cu0413%22:%22G%22,%22%5Cu0414%22:%22D%22,%22%5Cu0415%22:%22E%22,%22%5Cu0416%22:%22Zh%22,%22%5Cu0417%22:%22Z%22,%22%5Cu0418%22:%22I%22,%22%5Cu0419%22:%22J%22,%22%5Cu041A%22:%22K%22,%22%5Cu041B%22:%22L%22,%22%5Cu041C%22:%22M%22,%22%5Cu041D%22:%22N%22,%22%5Cu041E%22:%22O%22,%22%5Cu041F%22:%22P%22,%22%5Cu0420%22:%22R%22,%22%5Cu0421%22:%22S%22,%22%5Cu0422%22:%22T%22,%22%5Cu0423%22:%22U%22,%22%5Cu0424%22:%22F%22,%22%5Cu0425%22:%22H%22,%22%5Cu0426%22:%22C%22,%22%5Cu0427%22:%22Ch%22,%22%5Cu0428%22:%22Sh%22,%22%5Cu0429%22:%22Sh%22,%22%5Cu042A%22:%22U%22,%22%5Cu042B%22:%22Y%22,%22%5Cu042C%22:%22%22,%22%5Cu042D%22:%22E%22,%22%5Cu042E%22:%22Yu%22,%22%5Cu042F%22:%22Ya%22,%22%5Cu0430%22:%22a%22,%22%5Cu0431%22:%22b%22,%22%5Cu0432%22:%22v%22,%22%5Cu0433%22:%22g%22,%22%5Cu0434%22:%22d%22,%22%5Cu0435%22:%22e%22,%22%5Cu0436%22:%22zh%22,%22%5Cu0437%22:%22z%22,%22%5Cu0438%22:%22i%22,%22%5Cu0439%22:%22j%22,%22%5Cu043A%22:%22k%22,%22%5Cu043B%22:%22l%22,%22%5Cu043C%22:%22m%22,%22%5Cu043D%22:%22n%22,%22%5Cu043E%22:%22o%22,%22%5Cu043F%22:%22p%22,%22%5Cu0440%22:%22r%22,%22%5Cu0441%22:%22s%22,%22%5Cu0442%22:%22t%22,%22%5Cu0443%22:%22u%22,%22%5Cu0444%22:%22f%22,%22%5Cu0445%22:%22h%22,%22%5Cu0446%22:%22c%22,%22%5Cu0447%22:%22ch%22,%22%5Cu0448%22:%22sh%22,%22%5Cu0449%22:%22sh%22,%22%5Cu044A%22:%22u%22,%22%5Cu044B%22:%22y%22,%22%5Cu044C%22:%22%22,%22%5Cu044D%22:%22e%22,%22%5Cu044E%22:%22yu%22,%22%5Cu044F%22:%22ya%22,%22%5Cu0451%22:%22yo%22,%22%5Cu0452%22:%22dj%22,%22%5Cu0454%22:%22ye%22,%22%5Cu0456%22:%22i%22,%22%5Cu0457%22:%22yi%22,%22%5Cu0458%22:%22j%22,%22%5Cu0459%22:%22lj%22,%22%5Cu045A%22:%22nj%22,%22%5Cu045B%22:%22c%22,%22%5Cu045D%22:%22u%22,%22%5Cu045F%22:%22dz%22,%22%5Cu0490%22:%22G%22,%22%5Cu0491%22:%22g%22,%22%5Cu0492%22:%22GH%22,%22%5Cu0493%22:%22gh%22,%22%5Cu049A%22:%22KH%22,%22%5Cu049B%22:%22kh%22,%22%5Cu04A2%22:%22NG%22,%22%5Cu04A3%22:%22ng%22,%22%5Cu04AE%22:%22UE%22,%22%5Cu04AF%22:%22ue%22,%22%5Cu04B0%22:%22U%22,%22%5Cu04B1%22:%22u%22,%22%5Cu04BA%22:%22H%22,%22%5Cu04BB%22:%22h%22,%22%5Cu04D8%22:%22AE%22,%22%5Cu04D9%22:%22ae%22,%22%5Cu04E8%22:%22OE%22,%22%5Cu04E9%22:%22oe%22,%22%5Cu0531%22:%22A%22,%22%5Cu0532%22:%22B%22,%22%5Cu0533%22:%22G%22,%22%5Cu0534%22:%22D%22,%22%5Cu0535%22:%22E%22,%22%5Cu0536%22:%22Z%22,%22%5Cu0537%22:%22E%5C'%22,%22%5Cu0538%22:%22Y%5C'%22,%22%5Cu0539%22:%22T%5C'%22,%22%5Cu053A%22:%22JH%22,%22%5Cu053B%22:%22I%22,%22%5Cu053C%22:%22L%22,%22%5Cu053D%22:%22X%22,%22%5Cu053E%22:%22C%5C'%22,%22%5Cu053F%22:%22K%22,%22%5Cu0540%22:%22H%22,%22%5Cu0541%22:%22D%5C'%22,%22%5Cu0542%22:%22GH%22,%22%5Cu0543%22:%22TW%22,%22%5Cu0544%22:%22M%22,%22%5Cu0545%22:%22Y%22,%22%5Cu0546%22:%22N%22,%22%5Cu0547%22:%22SH%22,%22%5Cu0549%22:%22CH%22,%22%5Cu054A%22:%22P%22,%22%5Cu054B%22:%22J%22,%22%5Cu054C%22:%22R%5C'%22,%22%5Cu054D%22:%22S%22,%22%5Cu054E%22:%22V%22,%22%5Cu054F%22:%22T%22,%22%5Cu0550%22:%22R%22,%22%5Cu0551%22:%22C%22,%22%5Cu0553%22:%22P%5C'%22,%22%5Cu0554%22:%22Q%5C'%22,%22%5Cu0555%22:%22O%5C'%5C'%22,%22%5Cu0556%22:%22F%22,%22%5Cu0587%22:%22EV%22,%22%5Cu0621%22:%22a%22,%22%5Cu0622%22:%22aa%22,%22%5Cu0623%22:%22a%22,%22%5Cu0624%22:%22u%22,%22%5Cu0625%22:%22i%22,%22%5Cu0626%22:%22e%22,%22%5Cu0627%22:%22a%22,%22%5Cu0628%22:%22b%22,%22%5Cu0629%22:%22h%22,%22%5Cu062A%22:%22t%22,%22%5Cu062B%22:%22th%22,%22%5Cu062C%22:%22j%22,%22%5Cu062D%22:%22h%22,%22%5Cu062E%22:%22kh%22,%22%5Cu062F%22:%22d%22,%22%5Cu0630%22:%22th%22,%22%5Cu0631%22:%22r%22,%22%5Cu0632%22:%22z%22,%22%5Cu0633%22:%22s%22,%22%5Cu0634%22:%22sh%22,%22%5Cu0635%22:%22s%22,%22%5Cu0636%22:%22dh%22,%22%5Cu0637%22:%22t%22,%22%5Cu0638%22:%22z%22,%22%5Cu0639%22:%22a%22,%22%5Cu063A%22:%22gh%22,%22%5Cu0641%22:%22f%22,%22%5Cu0642%22:%22q%22,%22%5Cu0643%22:%22k%22,%22%5Cu0644%22:%22l%22,%22%5Cu0645%22:%22m%22,%22%5Cu0646%22:%22n%22,%22%5Cu0647%22:%22h%22,%22%5Cu0648%22:%22w%22,%22%5Cu0649%22:%22a%22,%22%5Cu064A%22:%22y%22,%22%5Cu064B%22:%22an%22,%22%5Cu064C%22:%22on%22,%22%5Cu064D%22:%22en%22,%22%5Cu064E%22:%22a%22,%22%5Cu064F%22:%22u%22,%22%5Cu0650%22:%22e%22,%22%5Cu0652%22:%22%22,%22%5Cu0660%22:%220%22,%22%5Cu0661%22:%221%22,%22%5Cu0662%22:%222%22,%22%5Cu0663%22:%223%22,%22%5Cu0664%22:%224%22,%22%5Cu0665%22:%225%22,%22%5Cu0666%22:%226%22,%22%5Cu0667%22:%227%22,%22%5Cu0668%22:%228%22,%22%5Cu0669%22:%229%22,%22%5Cu067E%22:%22p%22,%22%5Cu0686%22:%22ch%22,%22%5Cu0698%22:%22zh%22,%22%5Cu06A9%22:%22k%22,%22%5Cu06AF%22:%22g%22,%22%5Cu06CC%22:%22y%22,%22%5Cu06F0%22:%220%22,%22%5Cu06F1%22:%221%22,%22%5Cu06F2%22:%222%22,%22%5Cu06F3%22:%223%22,%22%5Cu06F4%22:%224%22,%22%5Cu06F5%22:%225%22,%22%5Cu06F6%22:%226%22,%22%5Cu06F7%22:%227%22,%22%5Cu06F8%22:%228%22,%22%5Cu06F9%22:%229%22,%22%5Cu0E3F%22:%22baht%22,%22%5Cu10D0%22:%22a%22,%22%5Cu10D1%22:%22b%22,%22%5Cu10D2%22:%22g%22,%22%5Cu10D3%22:%22d%22,%22%5Cu10D4%22:%22e%22,%22%5Cu10D5%22:%22v%22,%22%5Cu10D6%22:%22z%22,%22%5Cu10D7%22:%22t%22,%22%5Cu10D8%22:%22i%22,%22%5Cu10D9%22:%22k%22,%22%5Cu10DA%22:%22l%22,%22%5Cu10DB%22:%22m%22,%22%5Cu10DC%22:%22n%22,%22%5Cu10DD%22:%22o%22,%22%5Cu10DE%22:%22p%22,%22%5Cu10DF%22:%22zh%22,%22%5Cu10E0%22:%22r%22,%22%5Cu10E1%22:%22s%22,%22%5Cu10E2%22:%22t%22,%22%5Cu10E3%22:%22u%22,%22%5Cu10E4%22:%22f%22,%22%5Cu10E5%22:%22k%22,%22%5Cu10E6%22:%22gh%22,%22%5Cu10E7%22:%22q%22,%22%5Cu10E8%22:%22sh%22,%22%5Cu10E9%22:%22ch%22,%22%5Cu10EA%22:%22ts%22,%22%5Cu10EB%22:%22dz%22,%22%5Cu10EC%22:%22ts%22,%22%5Cu10ED%22:%22ch%22,%22%5Cu10EE%22:%22kh%22,%22%5Cu10EF%22:%22j%22,%22%5Cu10F0%22:%22h%22,%22%5Cu1E62%22:%22S%22,%22%5Cu1E63%22:%22s%22,%22%5Cu1E80%22:%22W%22,%22%5Cu1E81%22:%22w%22,%22%5Cu1E82%22:%22W%22,%22%5Cu1E83%22:%22w%22,%22%5Cu1E84%22:%22W%22,%22%5Cu1E85%22:%22w%22,%22%5Cu1E9E%22:%22SS%22,%22%5Cu1EA0%22:%22A%22,%22%5Cu1EA1%22:%22a%22,%22%5Cu1EA2%22:%22A%22,%22%5Cu1EA3%22:%22a%22,%22%5Cu1EA4%22:%22A%22,%22%5Cu1EA5%22:%22a%22,%22%5Cu1EA6%22:%22A%22,%22%5Cu1EA7%22:%22a%22,%22%5Cu1EA8%22:%22A%22,%22%5Cu1EA9%22:%22a%22,%22%5Cu1EAA%22:%22A%22,%22%5Cu1EAB%22:%22a%22,%22%5Cu1EAC%22:%22A%22,%22%5Cu1EAD%22:%22a%22,%22%5Cu1EAE%22:%22A%22,%22%5Cu1EAF%22:%22a%22,%22%5Cu1EB0%22:%22A%22,%22%5Cu1EB1%22:%22a%22,%22%5Cu1EB2%22:%22A%22,%22%5Cu1EB3%22:%22a%22,%22%5Cu1EB4%22:%22A%22,%22%5Cu1EB5%22:%22a%22,%22%5Cu1EB6%22:%22A%22,%22%5Cu1EB7%22:%22a%22,%22%5Cu1EB8%22:%22E%22,%22%5Cu1EB9%22:%22e%22,%22%5Cu1EBA%22:%22E%22,%22%5Cu1EBB%22:%22e%22,%22%5Cu1EBC%22:%22E%22,%22%5Cu1EBD%22:%22e%22,%22%5Cu1EBE%22:%22E%22,%22%5Cu1EBF%22:%22e%22,%22%5Cu1EC0%22:%22E%22,%22%5Cu1EC1%22:%22e%22,%22%5Cu1EC2%22:%22E%22,%22%5Cu1EC3%22:%22e%22,%22%5Cu1EC4%22:%22E%22,%22%5Cu1EC5%22:%22e%22,%22%5Cu1EC6%22:%22E%22,%22%5Cu1EC7%22:%22e%22,%22%5Cu1EC8%22:%22I%22,%22%5Cu1EC9%22:%22i%22,%22%5Cu1ECA%22:%22I%22,%22%5Cu1ECB%22:%22i%22,%22%5Cu1ECC%22:%22O%22,%22%5Cu1ECD%22:%22o%22,%22%5Cu1ECE%22:%22O%22,%22%5Cu1ECF%22:%22o%22,%22%5Cu1ED0%22:%22O%22,%22%5Cu1ED1%22:%22o%22,%22%5Cu1ED2%22:%22O%22,%22%5Cu1ED3%22:%22o%22,%22%5Cu1ED4%22:%22O%22,%22%5Cu1ED5%22:%22o%22,%22%5Cu1ED6%22:%22O%22,%22%5Cu1ED7%22:%22o%22,%22%5Cu1ED8%22:%22O%22,%22%5Cu1ED9%22:%22o%22,%22%5Cu1EDA%22:%22O%22,%22%5Cu1EDB%22:%22o%22,%22%5Cu1EDC%22:%22O%22,%22%5Cu1EDD%22:%22o%22,%22%5Cu1EDE%22:%22O%22,%22%5Cu1EDF%22:%22o%22,%22%5Cu1EE0%22:%22O%22,%22%5Cu1EE1%22:%22o%22,%22%5Cu1EE2%22:%22O%22,%22%5Cu1EE3%22:%22o%22,%22%5Cu1EE4%22:%22U%22,%22%5Cu1EE5%22:%22u%22,%22%5Cu1EE6%22:%22U%22,%22%5Cu1EE7%22:%22u%22,%22%5Cu1EE8%22:%22U%22,%22%5Cu1EE9%22:%22u%22,%22%5Cu1EEA%22:%22U%22,%22%5Cu1EEB%22:%22u%22,%22%5Cu1EEC%22:%22U%22,%22%5Cu1EED%22:%22u%22,%22%5Cu1EEE%22:%22U%22,%22%5Cu1EEF%22:%22u%22,%22%5Cu1EF0%22:%22U%22,%22%5Cu1EF1%22:%22u%22,%22%5Cu1EF2%22:%22Y%22,%22%5Cu1EF3%22:%22y%22,%22%5Cu1EF4%22:%22Y%22,%22%5Cu1EF5%22:%22y%22,%22%5Cu1EF6%22:%22Y%22,%22%5Cu1EF7%22:%22y%22,%22%5Cu1EF8%22:%22Y%22,%22%5Cu1EF9%22:%22y%22,%22%5Cu2013%22:%22-%22,%22%5Cu2018%22:%22%5C'%22,%22%5Cu2019%22:%22%5C'%22,%22%5Cu201C%22:%22%5C%5C%22%22,%22%5Cu201D%22:%22%5C%5C%22%22,%22%5Cu201E%22:%22%5C%5C%22%22,%22%5Cu2020%22:%22+%22,%22%5Cu2022%22:%22*%22,%22%5Cu2026%22:%22...%22,%22%5Cu20A0%22:%22ecu%22,%22%5Cu20A2%22:%22cruzeiro%22,%22%5Cu20A3%22:%22french%20franc%22,%22%5Cu20A4%22:%22lira%22,%22%5Cu20A5%22:%22mill%22,%22%5Cu20A6%22:%22naira%22,%22%5Cu20A7%22:%22peseta%22,%22%5Cu20A8%22:%22rupee%22,%22%5Cu20A9%22:%22won%22,%22%5Cu20AA%22:%22new%20shequel%22,%22%5Cu20AB%22:%22dong%22,%22%5Cu20AC%22:%22euro%22,%22%5Cu20AD%22:%22kip%22,%22%5Cu20AE%22:%22tugrik%22,%22%5Cu20AF%22:%22drachma%22,%22%5Cu20B0%22:%22penny%22,%22%5Cu20B1%22:%22peso%22,%22%5Cu20B2%22:%22guarani%22,%22%5Cu20B3%22:%22austral%22,%22%5Cu20B4%22:%22hryvnia%22,%22%5Cu20B5%22:%22cedi%22,%22%5Cu20B8%22:%22kazakhstani%20tenge%22,%22%5Cu20B9%22:%22indian%20rupee%22,%22%5Cu20BA%22:%22turkish%20lira%22,%22%5Cu20BD%22:%22russian%20ruble%22,%22%5Cu20BF%22:%22bitcoin%22,%22%5Cu2120%22:%22sm%22,%22%5Cu2122%22:%22tm%22,%22%5Cu2202%22:%22d%22,%22%5Cu2206%22:%22delta%22,%22%5Cu2211%22:%22sum%22,%22%5Cu221E%22:%22infinity%22,%22%5Cu2665%22:%22love%22,%22%5Cu5143%22:%22yuan%22,%22%5Cu5186%22:%22yen%22,%22%5CuFDFC%22:%22rial%22,%22%5CuFEF5%22:%22laa%22,%22%5CuFEF7%22:%22laa%22,%22%5CuFEF9%22:%22lai%22,%22%5CuFEFB%22:%22la%22%7D'),t=JSON.parse('%7B%22bg%22:%7B%22%5Cu0419%22:%22Y%22,%22%5Cu0426%22:%22Ts%22,%22%5Cu0429%22:%22Sht%22,%22%5Cu042A%22:%22A%22,%22%5Cu042C%22:%22Y%22,%22%5Cu0439%22:%22y%22,%22%5Cu0446%22:%22ts%22,%22%5Cu0449%22:%22sht%22,%22%5Cu044A%22:%22a%22,%22%5Cu044C%22:%22y%22%7D,%22de%22:%7B%22%5CxC4%22:%22AE%22,%22%5CxE4%22:%22ae%22,%22%5CxD6%22:%22OE%22,%22%5CxF6%22:%22oe%22,%22%5CxDC%22:%22UE%22,%22%5CxFC%22:%22ue%22,%22%5CxDF%22:%22ss%22,%22%25%22:%22prozent%22,%22&%22:%22und%22,%22%7C%22:%22oder%22,%22%5Cu2211%22:%22summe%22,%22%5Cu221E%22:%22unendlich%22,%22%5Cu2665%22:%22liebe%22%7D,%22es%22:%7B%22%25%22:%22por%20ciento%22,%22&%22:%22y%22,%22%3C%22:%22menor%20que%22,%22%3E%22:%22mayor%20que%22,%22%7C%22:%22o%22,%22%5CxA2%22:%22centavos%22,%22%5CxA3%22:%22libras%22,%22%5CxA4%22:%22moneda%22,%22%5Cu20A3%22:%22francos%22,%22%5Cu2211%22:%22suma%22,%22%5Cu221E%22:%22infinito%22,%22%5Cu2665%22:%22amor%22%7D,%22fr%22:%7B%22%25%22:%22pourcent%22,%22&%22:%22et%22,%22%3C%22:%22plus%20petit%22,%22%3E%22:%22plus%20grand%22,%22%7C%22:%22ou%22,%22%5CxA2%22:%22centime%22,%22%5CxA3%22:%22livre%22,%22%5CxA4%22:%22devise%22,%22%5Cu20A3%22:%22franc%22,%22%5Cu2211%22:%22somme%22,%22%5Cu221E%22:%22infini%22,%22%5Cu2665%22:%22amour%22%7D,%22pt%22:%7B%22%25%22:%22porcento%22,%22&%22:%22e%22,%22%3C%22:%22menor%22,%22%3E%22:%22maior%22,%22%7C%22:%22ou%22,%22%5CxA2%22:%22centavo%22,%22%5Cu2211%22:%22soma%22,%22%5CxA3%22:%22libra%22,%22%5Cu221E%22:%22infinito%22,%22%5Cu2665%22:%22amor%22%7D,%22uk%22:%7B%22%5Cu0418%22:%22Y%22,%22%5Cu0438%22:%22y%22,%22%5Cu0419%22:%22Y%22,%22%5Cu0439%22:%22y%22,%22%5Cu0426%22:%22Ts%22,%22%5Cu0446%22:%22ts%22,%22%5Cu0425%22:%22Kh%22,%22%5Cu0445%22:%22kh%22,%22%5Cu0429%22:%22Shch%22,%22%5Cu0449%22:%22shch%22,%22%5Cu0413%22:%22H%22,%22%5Cu0433%22:%22h%22%7D,%22vi%22:%7B%22%5Cu0110%22:%22D%22,%22%5Cu0111%22:%22d%22%7D,%22da%22:%7B%22%5CxD8%22:%22OE%22,%22%5CxF8%22:%22oe%22,%22%5CxC5%22:%22AA%22,%22%5CxE5%22:%22aa%22,%22%25%22:%22procent%22,%22&%22:%22og%22,%22%7C%22:%22eller%22,%22$%22:%22dollar%22,%22%3C%22:%22mindre%20end%22,%22%3E%22:%22st%5CxF8rre%20end%22%7D,%22nb%22:%7B%22&%22:%22og%22,%22%5CxC5%22:%22AA%22,%22%5CxC6%22:%22AE%22,%22%5CxD8%22:%22OE%22,%22%5CxE5%22:%22aa%22,%22%5CxE6%22:%22ae%22,%22%5CxF8%22:%22oe%22%7D,%22it%22:%7B%22&%22:%22e%22%7D,%22nl%22:%7B%22&%22:%22en%22%7D,%22sv%22:%7B%22&%22:%22och%22,%22%5CxC5%22:%22AA%22,%22%5CxC4%22:%22AE%22,%22%5CxD6%22:%22OE%22,%22%5CxE5%22:%22aa%22,%22%5CxE4%22:%22ae%22,%22%5CxF6%22:%22oe%22%7D%7D');function%20n(i,o)%7Bif(typeof%20i!=%22string%22)throw%20new%20Error(%22slugify:%20string%20argument%20expected%22);o=typeof%20o==%22string%22?%7Breplacement:o%7D:o%7C%7C%7B%7D;var%20r=t%5Bo.locale%5D%7C%7C%7B%7D,s=o.replacement===void%200?%22-%22:o.replacement,l=o.trim===void%200?!0:o.trim,a=i.normalize().split(%22%22).reduce(function(c,u)%7Bvar%20f=r%5Bu%5D;return%20f===void%200&&(f=e%5Bu%5D),f===void%200&&(f=u),f===s&&(f=%22%20%22),c+f.replace(o.remove%7C%7C/%5B%5E%5Cw%5Cs$*_+~.()'%22!%5C-:@%5D+/g,%22%22)%7D,%22%22);return%20o.strict&&(a=a.replace(/%5B%5EA-Za-z0-9%5Cs%5D/g,%22%22)),l&&(a=a.trim()),a=a.replace(/%5Cs+/g,s),o.lower&&(a=a.toLowerCase()),a%7Dreturn%20n.extend=function(i)%7BObject.assign(e,i)%7D,n%7D)%7D);function%20p(e)%7Bif(!e.role%7C%7Ce.role!==%22PROMPT%22&&e.role!==%22RESPONSE%22)throw%20new%20Error('Invalid%20role:%20%22'.concat(e.role,'%22.%20Must%20be%20%22PROMPT%22%20or%20%22RESPONSE%22.'));if(typeof%20e.num!=%22number%22%7C%7Ce.num%3C1)throw%20new%20Error('Invalid%20turn%20number:%20%22'.concat(e.num,'%22.%20Must%20be%20a%20positive%20integer.'));if(typeof%20e.content!=%22string%22)throw%20new%20Error(%22Invalid%20content%20type.%20Content%20must%20be%20a%20string.%22);return%7Brole:e.role,num:e.num,content:e.content%7D%7Dfunction%20I(e)%7Breturn%20e.map(t=%3E%7Blet%20n=document.createElement(%22div%22);return%20n.innerHTML=t.content,n.querySelectorAll(%22pre%20%3E%20code%22).forEach(i=%3E%7Blet%20o=i.parentElement;o&&(o.innerHTML=i.outerHTML)%7D),n.querySelectorAll(%22p%22).forEach(i=%3E%7Bi.innerHTML=i.innerHTML.trim()+%22%5Cn%22%7D),t.content=n.innerHTML,t%7D)%7Dvar%20Oe=%7Bname:%22chatgpt%22,matches:e=%3Ee.includes(%22chat.openai.com%22)%7C%7Ce.includes(%22chatgpt.com%22),parse:e=%3E%7Blet%20t=%5B%5D;return%20e.querySelectorAll(%22div%5Bdata-message-author-role%5D%22).forEach((n,i)=%3E%7Blet%20o=n.getAttribute(%22data-message-author-role%22)===%22user%22?%22PROMPT%22:%22RESPONSE%22,r=n.querySelector(%22.text-token-text-primary,%20.markdown%22);r&&t.push(p(%7Brole:o,num:Math.trunc(i/2)+1,content:r.innerHTML%7D))%7D),t%7D%7D,B=Oe;var%20Se=%7Bname:%22gemini%22,matches:e=%3Ee.includes(%22gemini.google.com%22),parse:e=%3E%7Blet%20t=%5B%5D;return%20e.querySelectorAll(%22div.conversation-container%22).forEach((n,i)=%3E%7Blet%20o=n.querySelector(%22div.query-content%22),r=n.querySelector(%22div.response-content%22);!o%7C%7C!r%7C%7C(t.push(p(%7Brole:%22PROMPT%22,num:i+1,content:o.innerHTML%7D)),t.push(p(%7Brole:%22RESPONSE%22,num:i+1,content:r.innerHTML%7D)))%7D),t%7D%7D,U=Se;var%20Le=%7Bname:%22claude%22,matches:e=%3Ee.includes(%22claude.ai%22),parse:e=%3E%7Blet%20t=%5B%5D;return%20e.querySelectorAll(%22div.group.relative%22).forEach((n,i)=%3E%7Blet%20o=n.querySelector(%22div.font-user-message%22),r=n.querySelector(%22div.font-claude-response%22);if(!o&&!r)return;let%20s=o?%22PROMPT%22:%22RESPONSE%22,l=o%7C%7Cr;t.push(p(%7Brole:s,num:Math.trunc(i/2)+1,content:l.innerHTML%7D))%7D),t%7D%7D,$=Le;var%20F=%5BB,U,$%5D;function%20z()%7Blet%20e=window.location.hostname;return%20F.find(t=%3Et.matches(e))%7C%7Cnull%7Dfunction%20W()%7Breturn%20F.map(e=%3Ee.name)%7Dvar%20Re=%5B%22p%22,%22div%22,%22span%22,%22h1%22,%22h2%22,%22h3%22,%22h4%22,%22h5%22,%22h6%22,%22pre%22,%22code%22,%22ul%22,%22ol%22,%22li%22,%22strong%22,%22em%22,%22table%22,%22thead%22,%22tbody%22,%22tr%22,%22th%22,%22td%22%5D;function%20Me(e)%7Blet%20t=document.createTreeWalker(e,NodeFilter.SHOW_COMMENT,null),n=%5B%5D,i;for(;i=t.nextNode();)n.push(i);n.forEach(o=%3Eo.remove())%7Dfunction%20_(e)%7Blet%20t,n=!1;return%20typeof%20e==%22string%22?(t=document.createElement(%22div%22),t.innerHTML=e,n=!0):t=e,Me(t),t.querySelectorAll('script,%20style,%20img,%20video,%20audio,%20button,%20input,%20textarea,%20select,%20iframe,%20noscript,%20svg,%20canvas,%20math,%20.sr-only,%20%5Baria-label%5D,%20%5Brole=%22img%22%5D,%20%5Brole=%22button%22%5D,%20%5Brole=%22textbox%22%5D,%20%5Brole=%22presentation%22%5D').forEach(i=%3Ei.remove()),t.querySelectorAll(%22*%22).forEach(i=%3E%7Bvar%20o,r;if(!((o=i.textContent)!=null&&o.trim())&&i.children.length===0)%7Bi.remove();return%7Dfor(;i.attributes.length%3E0;)i.removeAttribute(i.attributes%5B0%5D.name);if(!Re.includes(i.tagName.toLowerCase()))%7Blet%20s=document.createElement(%22div%22);s.innerHTML=i.innerHTML,(r=i.parentNode)==null%7C%7Cr.replaceChild(s,i)%7D%7D),n?t.innerHTML:t.outerHTML%7Dfunction%20Pe(e)%7Bfor(var%20t=1;t%3Carguments.length;t++)%7Bvar%20n=arguments%5Bt%5D;for(var%20i%20in%20n)n.hasOwnProperty(i)&&(e%5Bi%5D=n%5Bi%5D)%7Dreturn%20e%7Dfunction%20A(e,t)%7Breturn%20Array(t+1).join(e)%7Dfunction%20He(e)%7Breturn%20e.replace(/%5E%5Cn*/,%22%22)%7Dfunction%20De(e)%7Bfor(var%20t=e.length;t%3E0&&e%5Bt-1%5D===%22%5Cn%22;)t--;return%20e.substring(0,t)%7Dvar%20Ie=%5B%22ADDRESS%22,%22ARTICLE%22,%22ASIDE%22,%22AUDIO%22,%22BLOCKQUOTE%22,%22BODY%22,%22CANVAS%22,%22CENTER%22,%22DD%22,%22DIR%22,%22DIV%22,%22DL%22,%22DT%22,%22FIELDSET%22,%22FIGCAPTION%22,%22FIGURE%22,%22FOOTER%22,%22FORM%22,%22FRAMESET%22,%22H1%22,%22H2%22,%22H3%22,%22H4%22,%22H5%22,%22H6%22,%22HEADER%22,%22HGROUP%22,%22HR%22,%22HTML%22,%22ISINDEX%22,%22LI%22,%22MAIN%22,%22MENU%22,%22NAV%22,%22NOFRAMES%22,%22NOSCRIPT%22,%22OL%22,%22OUTPUT%22,%22P%22,%22PRE%22,%22SECTION%22,%22TABLE%22,%22TBODY%22,%22TD%22,%22TFOOT%22,%22TH%22,%22THEAD%22,%22TR%22,%22UL%22%5D;function%20O(e)%7Breturn%20S(e,Ie)%7Dvar%20q=%5B%22AREA%22,%22BASE%22,%22BR%22,%22COL%22,%22COMMAND%22,%22EMBED%22,%22HR%22,%22IMG%22,%22INPUT%22,%22KEYGEN%22,%22LINK%22,%22META%22,%22PARAM%22,%22SOURCE%22,%22TRACK%22,%22WBR%22%5D;function%20V(e)%7Breturn%20S(e,q)%7Dfunction%20Be(e)%7Breturn%20J(e,q)%7Dvar%20G=%5B%22A%22,%22TABLE%22,%22THEAD%22,%22TBODY%22,%22TFOOT%22,%22TH%22,%22TD%22,%22IFRAME%22,%22SCRIPT%22,%22AUDIO%22,%22VIDEO%22%5D;function%20Ue(e)%7Breturn%20S(e,G)%7Dfunction%20$e(e)%7Breturn%20J(e,G)%7Dfunction%20S(e,t)%7Breturn%20t.indexOf(e.nodeName)%3E=0%7Dfunction%20J(e,t)%7Breturn%20e.getElementsByTagName&&t.some(function(n)%7Breturn%20e.getElementsByTagName(n).length%7D)%7Dvar%20d=%7B%7D;d.paragraph=%7Bfilter:%22p%22,replacement:function(e)%7Breturn%22%5Cn%5Cn%22+e+%22%5Cn%5Cn%22%7D%7D;d.lineBreak=%7Bfilter:%22br%22,replacement:function(e,t,n)%7Breturn%20n.br+%22%5Cn%22%7D%7D;d.heading=%7Bfilter:%5B%22h1%22,%22h2%22,%22h3%22,%22h4%22,%22h5%22,%22h6%22%5D,replacement:function(e,t,n)%7Bvar%20i=Number(t.nodeName.charAt(1));if(n.headingStyle===%22setext%22&&i%3C3)%7Bvar%20o=A(i===1?%22=%22:%22-%22,e.length);return%22%5Cn%5Cn%22+e+%22%5Cn%22+o+%22%5Cn%5Cn%22%7Delse%20return%22%5Cn%5Cn%22+A(%22#%22,i)+%22%20%22+e+%22%5Cn%5Cn%22%7D%7D;d.blockquote=%7Bfilter:%22blockquote%22,replacement:function(e)%7Breturn%20e=e.replace(/%5E%5Cn+%7C%5Cn+$/g,%22%22),e=e.replace(/%5E/gm,%22%3E%20%22),%22%5Cn%5Cn%22+e+%22%5Cn%5Cn%22%7D%7D;d.list=%7Bfilter:%5B%22ul%22,%22ol%22%5D,replacement:function(e,t)%7Bvar%20n=t.parentNode;return%20n.nodeName===%22LI%22&&n.lastElementChild===t?%22%5Cn%22+e:%22%5Cn%5Cn%22+e+%22%5Cn%5Cn%22%7D%7D;d.listItem=%7Bfilter:%22li%22,replacement:function(e,t,n)%7Be=e.replace(/%5E%5Cn+/,%22%22).replace(/%5Cn+$/,%22%5Cn%22).replace(/%5Cn/gm,%22%5Cn%20%20%20%20%22);var%20i=n.bulletListMarker+%22%20%20%20%22,o=t.parentNode;if(o.nodeName===%22OL%22)%7Bvar%20r=o.getAttribute(%22start%22),s=Array.prototype.indexOf.call(o.children,t);i=(r?Number(r)+s:s+1)+%22.%20%20%22%7Dreturn%20i+e+(t.nextSibling&&!/%5Cn$/.test(e)?%22%5Cn%22:%22%22)%7D%7D;d.indentedCodeBlock=%7Bfilter:function(e,t)%7Breturn%20t.codeBlockStyle===%22indented%22&&e.nodeName===%22PRE%22&&e.firstChild&&e.firstChild.nodeName===%22CODE%22%7D,replacement:function(e,t,n)%7Breturn%22%5Cn%5Cn%20%20%20%20%22+t.firstChild.textContent.replace(/%5Cn/g,%22%5Cn%20%20%20%20%22)+%22%5Cn%5Cn%22%7D%7D;d.fencedCodeBlock=%7Bfilter:function(e,t)%7Breturn%20t.codeBlockStyle===%22fenced%22&&e.nodeName===%22PRE%22&&e.firstChild&&e.firstChild.nodeName===%22CODE%22%7D,replacement:function(e,t,n)%7Bfor(var%20i=t.firstChild.getAttribute(%22class%22)%7C%7C%22%22,o=(i.match(/language-(%5CS+)/)%7C%7C%5Bnull,%22%22%5D)%5B1%5D,r=t.firstChild.textContent,s=n.fence.charAt(0),l=3,a=new%20RegExp(%22%5E%22+s+%22%7B3,%7D%22,%22gm%22),c;c=a.exec(r);)c%5B0%5D.length%3E=l&&(l=c%5B0%5D.length+1);var%20u=A(s,l);return%22%5Cn%5Cn%22+u+o+%22%5Cn%22+r.replace(/%5Cn$/,%22%22)+%22%5Cn%22+u+%22%5Cn%5Cn%22%7D%7D;d.horizontalRule=%7Bfilter:%22hr%22,replacement:function(e,t,n)%7Breturn%22%5Cn%5Cn%22+n.hr+%22%5Cn%5Cn%22%7D%7D;d.inlineLink=%7Bfilter:function(e,t)%7Breturn%20t.linkStyle===%22inlined%22&&e.nodeName===%22A%22&&e.getAttribute(%22href%22)%7D,replacement:function(e,t)%7Bvar%20n=t.getAttribute(%22href%22);n&&(n=n.replace(/(%5B()%5D)/g,%22%5C%5C$1%22));var%20i=y(t.getAttribute(%22title%22));return%20i&&(i='%20%22'+i.replace(/%22/g,'%5C%5C%22')+'%22'),%22%5B%22+e+%22%5D(%22+n+i+%22)%22%7D%7D;d.referenceLink=%7Bfilter:function(e,t)%7Breturn%20t.linkStyle===%22referenced%22&&e.nodeName===%22A%22&&e.getAttribute(%22href%22)%7D,replacement:function(e,t,n)%7Bvar%20i=t.getAttribute(%22href%22),o=y(t.getAttribute(%22title%22));o&&(o='%20%22'+o+'%22');var%20r,s;switch(n.linkReferenceStyle)%7Bcase%22collapsed%22:r=%22%5B%22+e+%22%5D%5B%5D%22,s=%22%5B%22+e+%22%5D:%20%22+i+o;break;case%22shortcut%22:r=%22%5B%22+e+%22%5D%22,s=%22%5B%22+e+%22%5D:%20%22+i+o;break;default:var%20l=this.references.length+1;r=%22%5B%22+e+%22%5D%5B%22+l+%22%5D%22,s=%22%5B%22+l+%22%5D:%20%22+i+o%7Dreturn%20this.references.push(s),r%7D,references:%5B%5D,append:function(e)%7Bvar%20t=%22%22;return%20this.references.length&&(t=%22%5Cn%5Cn%22+this.references.join(%22%5Cn%22)+%22%5Cn%5Cn%22,this.references=%5B%5D),t%7D%7D;d.emphasis=%7Bfilter:%5B%22em%22,%22i%22%5D,replacement:function(e,t,n)%7Breturn%20e.trim()?n.emDelimiter+e+n.emDelimiter:%22%22%7D%7D;d.strong=%7Bfilter:%5B%22strong%22,%22b%22%5D,replacement:function(e,t,n)%7Breturn%20e.trim()?n.strongDelimiter+e+n.strongDelimiter:%22%22%7D%7D;d.code=%7Bfilter:function(e)%7Bvar%20t=e.previousSibling%7C%7Ce.nextSibling,n=e.parentNode.nodeName===%22PRE%22&&!t;return%20e.nodeName===%22CODE%22&&!n%7D,replacement:function(e)%7Bif(!e)return%22%22;e=e.replace(/%5Cr?%5Cn%7C%5Cr/g,%22%20%22);for(var%20t=/%5E%60%7C%5E%20.*?%5B%5E%20%5D.*%20$%7C%60$/.test(e)?%22%20%22:%22%22,n=%22%60%22,i=e.match(/%60+/gm)%7C%7C%5B%5D;i.indexOf(n)!==-1;)n=n+%22%60%22;return%20n+t+e+t+n%7D%7D;d.image=%7Bfilter:%22img%22,replacement:function(e,t)%7Bvar%20n=y(t.getAttribute(%22alt%22)),i=t.getAttribute(%22src%22)%7C%7C%22%22,o=y(t.getAttribute(%22title%22)),r=o?'%20%22'+o+'%22':%22%22;return%20i?%22!%5B%22+n+%22%5D(%22+i+r+%22)%22:%22%22%7D%7D;function%20y(e)%7Breturn%20e?e.replace(/(%5Cn+%5Cs*)+/g,%22%5Cn%22):%22%22%7Dfunction%20K(e)%7Bthis.options=e,this._keep=%5B%5D,this._remove=%5B%5D,this.blankRule=%7Breplacement:e.blankReplacement%7D,this.keepReplacement=e.keepReplacement,this.defaultRule=%7Breplacement:e.defaultReplacement%7D,this.array=%5B%5D;for(var%20t%20in%20e.rules)this.array.push(e.rules%5Bt%5D)%7DK.prototype=%7Badd:function(e,t)%7Bthis.array.unshift(t)%7D,keep:function(e)%7Bthis._keep.unshift(%7Bfilter:e,replacement:this.keepReplacement%7D)%7D,remove:function(e)%7Bthis._remove.unshift(%7Bfilter:e,replacement:function()%7Breturn%22%22%7D%7D)%7D,forNode:function(e)%7Bif(e.isBlank)return%20this.blankRule;var%20t;return(t=C(this.array,e,this.options))%7C%7C(t=C(this._keep,e,this.options))%7C%7C(t=C(this._remove,e,this.options))?t:this.defaultRule%7D,forEach:function(e)%7Bfor(var%20t=0;t%3Cthis.array.length;t++)e(this.array%5Bt%5D,t)%7D%7D;function%20C(e,t,n)%7Bfor(var%20i=0;i%3Ce.length;i++)%7Bvar%20o=e%5Bi%5D;if(Fe(o,t,n))return%20o%7D%7Dfunction%20Fe(e,t,n)%7Bvar%20i=e.filter;if(typeof%20i==%22string%22)%7Bif(i===t.nodeName.toLowerCase())return!0%7Delse%20if(Array.isArray(i))%7Bif(i.indexOf(t.nodeName.toLowerCase())%3E-1)return!0%7Delse%20if(typeof%20i==%22function%22)%7Bif(i.call(e,t,n))return!0%7Delse%20throw%20new%20TypeError(%22%60filter%60%20needs%20to%20be%20a%20string,%20array,%20or%20function%22)%7Dfunction%20ze(e)%7Bvar%20t=e.element,n=e.isBlock,i=e.isVoid,o=e.isPre%7C%7Cfunction(f)%7Breturn%20f.nodeName===%22PRE%22%7D;if(!(!t.firstChild%7C%7Co(t)))%7Bfor(var%20r=null,s=!1,l=null,a=Y(l,t,o);a!==t;)%7Bif(a.nodeType===3%7C%7Ca.nodeType===4)%7Bvar%20c=a.data.replace(/%5B%20%5Cr%5Cn%5Ct%5D+/g,%22%20%22);if((!r%7C%7C/%20$/.test(r.data))&&!s&&c%5B0%5D===%22%20%22&&(c=c.substr(1)),!c)%7Ba=N(a);continue%7Da.data=c,r=a%7Delse%20if(a.nodeType===1)n(a)%7C%7Ca.nodeName===%22BR%22?(r&&(r.data=r.data.replace(/%20$/,%22%22)),r=null,s=!1):i(a)%7C%7Co(a)?(r=null,s=!0):r&&(s=!1);else%7Ba=N(a);continue%7Dvar%20u=Y(l,a,o);l=a,a=u%7Dr&&(r.data=r.data.replace(/%20$/,%22%22),r.data%7C%7CN(r))%7D%7Dfunction%20N(e)%7Bvar%20t=e.nextSibling%7C%7Ce.parentNode;return%20e.parentNode.removeChild(e),t%7Dfunction%20Y(e,t,n)%7Breturn%20e&&e.parentNode===t%7C%7Cn(t)?t.nextSibling%7C%7Ct.parentNode:t.firstChild%7C%7Ct.nextSibling%7C%7Ct.parentNode%7Dvar%20L=typeof%20window%3C%22u%22?window:%7B%7D;function%20We()%7Bvar%20e=L.DOMParser,t=!1;try%7Bnew%20e().parseFromString(%22%22,%22text/html%22)&&(t=!0)%7Dcatch(n)%7B%7Dreturn%20t%7Dfunction%20_e()%7Bvar%20e=function()%7B%7D;return%20Ye()?e.prototype.parseFromString=function(t)%7Bvar%20n=new%20window.ActiveXObject(%22htmlfile%22);return%20n.designMode=%22on%22,n.open(),n.write(t),n.close(),n%7D:e.prototype.parseFromString=function(t)%7Bvar%20n=document.implementation.createHTMLDocument(%22%22);return%20n.open(),n.write(t),n.close(),n%7D,e%7Dfunction%20Ye()%7Bvar%20e=!1;try%7Bdocument.implementation.createHTMLDocument(%22%22).open()%7Dcatch(t)%7BL.ActiveXObject&&(e=!0)%7Dreturn%20e%7Dvar%20je=We()?L.DOMParser:_e();function%20qe(e,t)%7Bvar%20n;if(typeof%20e==%22string%22)%7Bvar%20i=Ve().parseFromString('%3Cx-turndown%20id=%22turndown-root%22%3E'+e+%22%3C/x-turndown%3E%22,%22text/html%22);n=i.getElementById(%22turndown-root%22)%7Delse%20n=e.cloneNode(!0);return%20ze(%7Belement:n,isBlock:O,isVoid:V,isPre:t.preformattedCode?Ge:null%7D),n%7Dvar%20k;function%20Ve()%7Breturn%20k=k%7C%7Cnew%20je,k%7Dfunction%20Ge(e)%7Breturn%20e.nodeName===%22PRE%22%7C%7Ce.nodeName===%22CODE%22%7Dfunction%20Je(e,t)%7Breturn%20e.isBlock=O(e),e.isCode=e.nodeName===%22CODE%22%7C%7Ce.parentNode.isCode,e.isBlank=Ke(e),e.flankingWhitespace=Ze(e,t),e%7Dfunction%20Ke(e)%7Breturn!V(e)&&!Ue(e)&&/%5E%5Cs*$/i.test(e.textContent)&&!Be(e)&&!$e(e)%7Dfunction%20Ze(e,t)%7Bif(e.isBlock%7C%7Ct.preformattedCode&&e.isCode)return%7Bleading:%22%22,trailing:%22%22%7D;var%20n=Xe(e.textContent);return%20n.leadingAscii&&j(%22left%22,e,t)&&(n.leading=n.leadingNonAscii),n.trailingAscii&&j(%22right%22,e,t)&&(n.trailing=n.trailingNonAscii),%7Bleading:n.leading,trailing:n.trailing%7D%7Dfunction%20Xe(e)%7Bvar%20t=e.match(/%5E((%5B%20%5Ct%5Cr%5Cn%5D*)(%5Cs*))(?:(?=%5CS)%5B%5Cs%5CS%5D*%5CS)?((%5Cs*?)(%5B%20%5Ct%5Cr%5Cn%5D*))$/);return%7Bleading:t%5B1%5D,leadingAscii:t%5B2%5D,leadingNonAscii:t%5B3%5D,trailing:t%5B4%5D,trailingNonAscii:t%5B5%5D,trailingAscii:t%5B6%5D%7D%7Dfunction%20j(e,t,n)%7Bvar%20i,o,r;return%20e===%22left%22?(i=t.previousSibling,o=/%20$/):(i=t.nextSibling,o=/%5E%20/),i&&(i.nodeType===3?r=o.test(i.nodeValue):n.preformattedCode&&i.nodeName===%22CODE%22?r=!1:i.nodeType===1&&!O(i)&&(r=o.test(i.textContent))),r%7Dvar%20Qe=Array.prototype.reduce,et=%5B%5B/%5C%5C/g,%22%5C%5C%5C%5C%22%5D,%5B/%5C*/g,%22%5C%5C*%22%5D,%5B/%5E-/g,%22%5C%5C-%22%5D,%5B/%5E%5C+%20/g,%22%5C%5C+%20%22%5D,%5B/%5E(=+)/g,%22%5C%5C$1%22%5D,%5B/%5E(#%7B1,6%7D)%20/g,%22%5C%5C$1%20%22%5D,%5B/%60/g,%22%5C%5C%60%22%5D,%5B/%5E~~~/g,%22%5C%5C~~~%22%5D,%5B/%5C%5B/g,%22%5C%5C%5B%22%5D,%5B/%5C%5D/g,%22%5C%5C%5D%22%5D,%5B/%5E%3E/g,%22%5C%5C%3E%22%5D,%5B/_/g,%22%5C%5C_%22%5D,%5B/%5E(%5Cd+)%5C.%20/g,%22$1%5C%5C.%20%22%5D%5D;function%20b(e)%7Bif(!(this%20instanceof%20b))return%20new%20b(e);var%20t=%7Brules:d,headingStyle:%22setext%22,hr:%22*%20*%20*%22,bulletListMarker:%22*%22,codeBlockStyle:%22indented%22,fence:%22%60%60%60%22,emDelimiter:%22_%22,strongDelimiter:%22**%22,linkStyle:%22inlined%22,linkReferenceStyle:%22full%22,br:%22%20%20%22,preformattedCode:!1,blankReplacement:function(n,i)%7Breturn%20i.isBlock?%22%5Cn%5Cn%22:%22%22%7D,keepReplacement:function(n,i)%7Breturn%20i.isBlock?%22%5Cn%5Cn%22+i.outerHTML+%22%5Cn%5Cn%22:i.outerHTML%7D,defaultReplacement:function(n,i)%7Breturn%20i.isBlock?%22%5Cn%5Cn%22+n+%22%5Cn%5Cn%22:n%7D%7D;this.options=Pe(%7B%7D,t,e),this.rules=new%20K(this.options)%7Db.prototype=%7Bturndown:function(e)%7Bif(!rt(e))throw%20new%20TypeError(e+%22%20is%20not%20a%20string,%20or%20an%20element/document/fragment%20node.%22);if(e===%22%22)return%22%22;var%20t=Z.call(this,new%20qe(e,this.options));return%20tt.call(this,t)%7D,use:function(e)%7Bif(Array.isArray(e))for(var%20t=0;t%3Ce.length;t++)this.use(e%5Bt%5D);else%20if(typeof%20e==%22function%22)e(this);else%20throw%20new%20TypeError(%22plugin%20must%20be%20a%20Function%20or%20an%20Array%20of%20Functions%22);return%20this%7D,addRule:function(e,t)%7Breturn%20this.rules.add(e,t),this%7D,keep:function(e)%7Breturn%20this.rules.keep(e),this%7D,remove:function(e)%7Breturn%20this.rules.remove(e),this%7D,escape:function(e)%7Breturn%20et.reduce(function(t,n)%7Breturn%20t.replace(n%5B0%5D,n%5B1%5D)%7D,e)%7D%7D;function%20Z(e)%7Bvar%20t=this;return%20Qe.call(e.childNodes,function(n,i)%7Bi=new%20Je(i,t.options);var%20o=%22%22;return%20i.nodeType===3?o=i.isCode?i.nodeValue:t.escape(i.nodeValue):i.nodeType===1&&(o=nt.call(t,i)),X(n,o)%7D,%22%22)%7Dfunction%20tt(e)%7Bvar%20t=this;return%20this.rules.forEach(function(n)%7Btypeof%20n.append==%22function%22&&(e=X(e,n.append(t.options)))%7D),e.replace(/%5E%5B%5Ct%5Cr%5Cn%5D+/,%22%22).replace(/%5B%5Ct%5Cr%5Cn%5Cs%5D+$/,%22%22)%7Dfunction%20nt(e)%7Bvar%20t=this.rules.forNode(e),n=Z.call(this,e),i=e.flankingWhitespace;return(i.leading%7C%7Ci.trailing)&&(n=n.trim()),i.leading+t.replacement(n,e,this.options)+i.trailing%7Dfunction%20X(e,t)%7Bvar%20n=De(e),i=He(t),o=Math.max(e.length-n.length,t.length-i.length),r=%22%5Cn%5Cn%22.substring(0,o);return%20n+r+i%7Dfunction%20rt(e)%7Breturn%20e!=null&&(typeof%20e==%22string%22%7C%7Ce.nodeType&&(e.nodeType===1%7C%7Ce.nodeType===9%7C%7Ce.nodeType===11))%7Dvar%20Q=b;var%20it=Array.prototype.indexOf,ot=Array.prototype.every,g=%7B%7D;g.tableCell=%7Bfilter:%5B%22th%22,%22td%22%5D,replacement:function(e,t)%7Breturn%20ee(e,t)%7D%7D;g.tableRow=%7Bfilter:%22tr%22,replacement:function(e,t)%7Bvar%20n=%22%22,i=%7Bleft:%22:--%22,right:%22--:%22,center:%22:-:%22%7D;if(R(t))for(var%20o=0;o%3Ct.childNodes.length;o++)%7Bvar%20r=%22---%22,s=(t.childNodes%5Bo%5D.getAttribute(%22align%22)%7C%7C%22%22).toLowerCase();s&&(r=i%5Bs%5D%7C%7Cr),n+=ee(r,t.childNodes%5Bo%5D)%7Dreturn%22%5Cn%22+e+(n?%22%5Cn%22+n:%22%22)%7D%7D;g.table=%7Bfilter:function(e)%7Breturn%20e.nodeName===%22TABLE%22&&R(e.rows%5B0%5D)%7D,replacement:function(e)%7Breturn%20e=e.replace(%22%5Cn%5Cn%22,%22%5Cn%22),%22%5Cn%5Cn%22+e+%22%5Cn%5Cn%22%7D%7D;g.tableSection=%7Bfilter:%5B%22thead%22,%22tbody%22,%22tfoot%22%5D,replacement:function(e)%7Breturn%20e%7D%7D;function%20R(e)%7Bvar%20t=e.parentNode;return%20t.nodeName===%22THEAD%22%7C%7Ct.firstChild===e&&(t.nodeName===%22TABLE%22%7C%7Cat(t))&&ot.call(e.childNodes,function(n)%7Breturn%20n.nodeName===%22TH%22%7D)%7Dfunction%20at(e)%7Bvar%20t=e.previousSibling;return%20e.nodeName===%22TBODY%22&&(!t%7C%7Ct.nodeName===%22THEAD%22&&/%5E%5Cs*$/i.test(t.textContent))%7Dfunction%20ee(e,t)%7Bvar%20n=it.call(t.parentNode.childNodes,t),i=%22%20%22;return%20n===0&&(i=%22%7C%20%22),i+e+%22%20%7C%22%7Dfunction%20te(e)%7Be.keep(function(n)%7Breturn%20n.nodeName===%22TABLE%22&&!R(n.rows%5B0%5D)%7D);for(var%20t%20in%20g)e.addRule(t,g%5Bt%5D)%7Dfunction%20ne(e,t)%7Breturn%20e===%22PROMPT%22?%22Human%20Prompt%20%22.concat(t):%22LLM%20Response%20%22.concat(t)%7Dfunction%20re(e,t)%7Blet%20n=new%20Q(%7Bhr:%22___________%22,headingStyle:%22atx%22,codeBlockStyle:%22fenced%22,bulletListMarker:%22-%22%7D);n.use(te);let%20i=e.reduce((o,r)=%3E%7Blet%20s=ne(r.role,r.num),l;if(r.role===%22RESPONSE%22)l=n.turndown(r.content);else%7Blet%20a=document.createElement(%22div%22);a.innerHTML=r.content,l=a.innerText%7Dreturn%22%22.concat(o,%22##%20%22).concat(s,%22%5Cn%5Cn%22).concat(l,%22%5Cn%5Cn%22)%7D,%22%22);return%22#%20%22.concat(t,%22%5Cn%5Cn%22).concat(i)%7Dfunction%20ie(e,t)%7Blet%20n=e.reduce((i,o)=%3E%7Blet%20r=ne(o.role,o.num);return%22%22.concat(i,%22%5Cn%3Ch2%3E%22).concat(r,%22%3C/h2%3E%5Cn%22).concat(_(o.content))%7D,%22%22);return%22%3Ch1%3E%22.concat(t,%22%3C/h1%3E%22).concat(n)%7Dvar%20w=x(ae(),1),ge=x(fe(),1);var%20pe=x(de(),1);function%20he(e,t)%7Blet%20n=new%20Date,i=n.toLocaleDateString(%22en-CA%22,%7Byear:%22numeric%22,month:%222-digit%22,day:%222-digit%22%7D).replace(/-/g,%22%22),o=n.toLocaleTimeString(%22en-GB%22,%7Bhour:%222-digit%22,minute:%222-digit%22,hour12:!1%7D).replace(%22:%22,%22%22),r=%22%22.concat(i,%22-%22).concat(o);return%22%22.concat(e,%22-%22).concat(r,%22-%22).concat((0,pe.default)(t)%7C%7C%22conversation%22)%7Dfunction%20H(e)%7Breturn%20e.replace(/%22/g,%22"%22)%7Dvar%20me=%22chatdump-toastify-styles%22,ft=%22.chatdump-toast%7Bpadding:12px%2020px;color:#fff;display:inline-block;box-shadow:0%203px%206px%20-1px%20rgba(0,0,0,.12),0%2010px%2036px%20-4px%20rgba(77,96,232,.3);background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all%20.4s%20cubic-bezier(.215,.61,.355,1);border-radius:2px;text-decoration:none;max-width:calc(50%25%20-%2020px);z-index:2147483647;font-family:monospace;font-size:14px;line-height:1.4%7D.chatdump-toast%20b%7Bfont-weight:bold;text-transform:uppercase;display:inline-block;margin-right:3px%7D.chatdump-toast%20a%7Bcolor:#FFF;text-decoration:none;display:inline-block;margin-right:3px%7D.chatdump-toast%20a:hover%7Btext-decoration:underline%7D.chatdump-toast%20a:last-child%7Bmargin-right:0%7D.chatdump-toast.on%7Bopacity:1%7D.chatdump-toast%20.toast-close%7Bbackground:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0%205px%7D.chatdump-toast.toastify-right%7Bright:15px%7D.chatdump-toast.toastify-left%7Bleft:15px%7D.chatdump-toast.toastify-top%7Btop:-150px%7D.chatdump-toast.toastify-bottom%7Bbottom:-150px%7D.chatdump-toast.toastify-rounded%7Bborder-radius:25px%7D.chatdump-toast%20.toastify-avatar%7Bwidth:1.5em;height:1.5em;margin:-7px%205px;border-radius:2px%7D.chatdump-toast.toastify-center%7Bmargin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content%7D@media%20only%20screen%20and%20(max-width:%20360px)%7B.chatdump-toast.toastify-right,.chatdump-toast.toastify-left%7Bmargin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content%7D%7D%22;function%20ve()%7Bif(!document.getElementById(me))%7Blet%20e=document.createElement(%22style%22);e.id=me,e.textContent=ft,document.head.appendChild(e)%7D%7Dfunction%20ye(e)%7B(0,w.default)(%7BbackgroundColor:%22#f82f3f%22,className:%22chatdump-toast%22,escapeMarkup:!1,text:%22%3Cb%3Echatdump%3C/b%3E%20%22.concat(e),duration:3e3,stopOnFocus:!0,close:!0,gravity:%22top%22,position:%22right%22%7D).showToast()%7Dfunction%20be(e)%7Blet%20t=new%20Blob(%5Be.mdText%5D,%7Btype:%22text/markdown%22%7D),n=new%20Blob(%5Be.htmlText%5D,%7Btype:%22text/html%22%7D),i=URL.createObjectURL(t),o=URL.createObjectURL(n),r='%5Cn%09%09%09%3Cb%3Echatdump%3C/b%3E%5Cn%09%09%09%3Ca%20href=%22'.concat(i,'%22%20download=%22').concat(e.filename,'.md%22%3ESave%20as%20MD%3C/a%3E%5Cn%09%09%09%3Ca%20href=%22').concat(o,'%22%20download=%22').concat(e.filename,'.html%22%3ESave%20as%20HTML%3C/a%3E%5Cn%09%09%09%3Ca%20href=%22#%22%20data-text=%22').concat(H(e.mdText),'%22%3ECopy%20as%20MD%3C/a%3E%5Cn%09%09%09%3Ca%20href=%22#%22%20data-text=%22').concat(H(e.htmlText),'%22%3ECopy%20as%20HTML%3C/a%3E%5Cn%09%09'),s=(0,w.default)(%7BbackgroundColor:%22#71979a%22,className:%22chatdump-toast%22,escapeMarkup:!1,text:r,duration:-1,stopOnFocus:!0,close:!0,gravity:%22top%22,position:%22right%22%7D);s.showToast(),setTimeout(()=%3E%7Blet%20l=s.toastElement;l&&l.querySelectorAll(%22a%5Bdata-text%5D%22).forEach(a=%3E%7Ba.addEventListener(%22click%22,c=%3E%7Bc.preventDefault(),(0,ge.default)(a.getAttribute(%22data-text%22)),s.hideToast(),(0,w.default)(%7Btext:%22%3Cb%3Echatdump%3C/b%3E%20Copied%20to%20clipboard!%22,className:%22chatdump-toast%22,backgroundColor:%22#28a745%22,escapeMarkup:!1,duration:2e3%7D).showToast()%7D)%7D)%7D,100)%7Dfunction%20Ee()%7Btry%7Bve();let%20e=z();if(!e)%7Blet%20a=W().join(%22,%20%22);throw%20new%20Error(%22Unsupported%20chat%20engine.%20Supported:%20%22.concat(a))%7Dlet%20t=document.body.cloneNode(!0),n=e.parse(t);if(n.length===0)throw%20new%20Error(%22No%20conversations%20found%20to%20export.%22);console.log(%22Raw%20conversations%20extracted:%22,n);let%20i=I(n),o=document.title,r=re(i,o),s=ie(i,o),l=he(e.name,o);be(%7BmdText:r,htmlText:s,filename:l%7D)%7Dcatch(e)%7Bconsole.error(%22%5BChatDump%20Error%5D%22,e),ye(e.message)%7D%7DEe();%7D)();%0A/**%0A%20*%20ChatDump%0A%20*%0A%20*%20@version%201.1.0%0A%20*%20@author%20Maurizio%20Fonte%20%3Cfonte.maurizio@gmail.com%3E%0A%20*%20@website%20https://github.com/mauriziofonte/chat-dump-bookmarklet%0A%20*%20@license%20MIT%20licensed%0A%20*%20@description%20A%20browser%20extension%20to%20export%20chat%20conversations%20from%20various%20AI%20chat%0A%20*%20%20%20%20%20%20%20%20%20%20%20%20%20%20platforms%20(like%20ChatGPT,%20Gemini,%20Claude)%20into%20Markdown%20and%20HTML%20formats.%0A%20*/%0A/*!%20Bundled%20license%20information:%0A%0Atoastify-js/src/toastify.js:%0A%20%20(*!%0A%20%20%20*%20Toastify%20js%201.12.0%0A%20%20%20*%20https://github.com/apvarun/toastify-js%0A%20%20%20*%20@license%20MIT%20licensed%0A%20%20%20*%0A%20%20%20*%20Copyright%20(C)%202018%20Varun%20A%20P%0A%20%20%20*)%0A*/%0A