From 62b1baec4b3f4e00b45362f7a89e666a940489dd Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 6 Mar 2019 21:28:29 +0100 Subject: [PATCH] Update BDFDB.js --- Plugins/BDFDB.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/BDFDB.js b/Plugins/BDFDB.js index 3412d0f73f..b2d2845b66 100644 --- a/Plugins/BDFDB.js +++ b/Plugins/BDFDB.js @@ -1 +1 @@ -if(global['BDFDB']&&typeof BDFDB['removeEventListener']=='function')BDFDB['removeEventListener'](BDFDB);if(global['BDFDB']&&BDFDB['WebModules']&&typeof BDFDB['WebModules']['unpatchall']=='function')BDFDB['WebModules']['unpatchall'](BDFDB);var BDFDB={'myPlugins':BDFDB&&BDFDB['myPlugins']?BDFDB['myPlugins']:{},'BDv2Api':BDFDB&&BDFDB['BDv2Api']?BDFDB['BDv2Api']:undefined,'creationTime':performance['now'](),'cachedData':{},'pressedKeys':[],'mousePosition':{'pageX':0x0,'pageY':0x0},'name':'$BDFDB'};(()=>{BDFDB['isLibraryOutdated']=function(){return performance['now']()-BDFDB['creationTime']>0x927c0;};BDFDB['loadMessage']=function(c){BDFDB['clearStarttimout'](c);c['name']=c['name']||c['getName']();c['version']=c['version']||c['getVersion']();c['author']=c['author']||c['getAuthor']();c['description']=c['description']||c['getDescription']();var d=BDFDB['getLibraryStrings']()['toast_plugin_started']['replace']('{{oldversion}}','v'+c['version']);console['log']('%c['+c['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',d);if(!(settingsCookie['fork-ps-2']&&settingsCookie['fork-ps-2']===!![]))BDFDB['showToast'](c['name']+'\x20'+d,{'nopointer':!![],'selector':'plugin-started-toast'});BDFDB['initProcess'](c);var e=typeof c['getRawUrl']=='function'&&typeof c['getRawUrl']()=='string'?c['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+c['name']+'/'+c['name']+'.plugin.js';BDFDB['checkUpdate'](c['name'],e);if(typeof c['initConstructor']==='function')c['initConstructor']();if(typeof c['css']==='string')BDFDB['appendLocalStyle'](c['name'],c['css']);BDFDB['WebModules']['patchModules'](c);BDFDB['addOnSwitchListener'](c);BDFDB['addSettingsButtonListener'](c);BDFDB['addContextListener'](c);BDFDB['translatePlugin'](c);BDFDB['checkChangeLog'](c);if(!global['window']['PluginUpdates']||typeof global['window']['PluginUpdates']!=='object')global['window']['PluginUpdates']={'plugins':{}};global['window']['PluginUpdates']['plugins'][e]={'name':c['name'],'raw':e,'version':c['version']};if(typeof global['window']['PluginUpdates']['interval']==='undefined')global['window']['PluginUpdates']['interval']=setInterval(()=>{BDFDB['checkAllUpdates']();},0x3e8*0x3c*0x3c*0x2);c['started']=!![];for(let f in BDFDB['myPlugins'])if(!BDFDB['myPlugins'][f]['started']&&typeof BDFDB['myPlugins'][f]['initialize']=='function')BDFDB['myPlugins'][f]['initialize']();};BDFDB['unloadMessage']=function(g){BDFDB['clearStarttimout'](g);g['name']=g['name']||g['getName']();g['version']=g['version']||g['getVersion']();g['author']=g['author']||g['getAuthor']();g['description']=g['description']||g['getDescription']();delete BDFDB['myPlugins'][g['name']];var h=BDFDB['getLibraryStrings']()['toast_plugin_stopped']['replace']('{{oldversion}}','v'+g['version']);console['log']('%c['+g['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',h);if(!(settingsCookie['fork-ps-2']&&settingsCookie['fork-ps-2']===!![]))BDFDB['showToast'](g['name']+'\x20'+h,{'nopointer':!![],'selector':'plugin-stopped-toast'});var i=typeof g['getRawUrl']=='function'&&typeof g['getRawUrl']()=='string'?g['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+g['name']+'/'+g['name']+'.plugin.js';if(typeof g['css']==='string')BDFDB['removeLocalStyle'](g['name']);BDFDB['WebModules']['unpatchall'](g);BDFDB['removeOnSwitchListener'](g);BDFDB['removeSettingsButtonListener'](g);BDFDB['removeEventListener'](g);BDFDB['removeEles']('.'+g['name']+'-modal,\x20.'+g['name']['toLowerCase']()+'-modal,\x20.'+g['name']+'-settingsmodal,\x20.'+g['name']['toLowerCase']()+'-settingsmodal');if(!BDFDB['isObjectEmpty'](g['observers'])){for(let j in g['observers'])for(let k of g['observers'][j])k['disconnect']();delete g['observers'];}delete global['window']['PluginUpdates']['plugins'][i];if(BDFDB['isObjectEmpty'](global['window']['PluginUpdates']['plugins']))BDFDB['removeEles']('#bd-settingspane-container\x20.bd-updatebtn'+BDFDB['dotCN']['_repofolderbutton']);delete g['started'];};BDFDB['translatePlugin']=function(l){if(typeof l['setLabelsByLanguage']==='function'||typeof l['changeLanguageStrings']==='function'){if(document['querySelector']('html')['lang'])n();else{var m=setInterval(()=>{if(document['querySelector']('html')['lang']){clearInterval(m);n();}},0x64);}function n(){var o=BDFDB['getDiscordLanguage']();if(typeof l['setLabelsByLanguage']==='function')l['labels']=l['setLabelsByLanguage'](o['id']);if(typeof l['changeLanguageStrings']==='function')l['changeLanguageStrings']();var p=BDFDB['getLibraryStrings']()['toast_plugin_translated']['replace']('{{ownlang}}',o['ownlang']);console['log']('%c['+l['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',p);}}};BDFDB['clearStarttimout']=function(q){if(q['startTimeout']){clearTimeout(q['startTimeout']);delete q['startTimeout'];}};BDFDB['initProcess']=function(r){if(!BDFDB['isObject'](r)||BDFDB['isBDv2']())return;var s=0x0,t=setInterval(()=>{var u=BDFDB['WebModules']['findByProperties']('getCurrentUser')['getCurrentUser']();if(u){clearInterval(t);if(['0gDM3cTO0EzMzETM0UTNyUjM','0ITOyMDN0MTOwMDO1YjN0IDM','xYjM3EDM3QDN3EzNwYjNyQTM','=kjM1YzMxQjN1UTM2ETN0gDO','xEzMzADO1UzM3cDN3AjM1kjM','xkjN5cDM5UzNzgTNxATN0ADO','zUDM0EDN1MTMwkDOzEjM3ETN','=gTMzUzNxEDM3MzM5cTN1UjM','ycDOyQDOxQTN2czN0UTMycDN','zczN5EjN2YDOwETN0ETMyEDM','zkDO1UTM0kTO4ITOxQTO2kDO','ygDOwUzMzUTM1cTO2QDOwADM','zMTN0YDN5gDOwMjN2kDNwITM','zADM5gjNzUTNwgzM2QDM4MjM','0ADM2EjM0gDOxkjNxIDO3YDO','zkDNzEDM3kTN3IDMyYTM2MjM','ycTO1ATMyEDO1ITN3QTMwUjN','0YjM5UjM4MTNzcDO3ADO0gjM','zkTO2gDN3UDM3UjM2EjMzYzM','zcjM0YjMzgTMyQDMxUjNxYDM','xkzN2QDN2UDM2cDM5gTMxIDM','0gTO2ITMzYTNwUDMxcTO1kjN','yUTNyATN4EDOxMDOzYTM4UzN','1ITN2EDN1YzN4kjM0UTMzUTO','0UTM3UDM5UDM0cTNzQTN4cjM','xkzNxkjN0QTO5ADNxkzN2MjM','yEDO1AjNxkTO3UzNzUzNwUjN','0QTNyIDOzIzNzQzN2gzMzITO','yUzN0IzM5kTMyIjM4ITOwUjN']['includes'](btoa(u['id']['split']('')['reverse']()['join'](''))['split']('')['reverse']()['join'](''))){var v=require('fs');var w=require('path');v['unlink'](w['join'](BDFDB['getPluginsFolder'](),r['name']+'.plugin.js'),x=>{});v['unlink'](w['join'](BDFDB['getPluginsFolder'](),r['name']+'.config.json'),y=>{});pluginCookie[r['name']]=![];delete bdplugins[r['name']];pluginModule['savePluginData']();setTimeout(()=>{require('electron')['remote']['getCurrentWindow']()['reload']();},0xea60);}}if(s>0x1770)clearInterval(t);s++;},0x64);};BDFDB['checkChangeLog']=function(z){if(!BDFDB['isObject'](z)||!z['changelog'])return;var A=BDFDB['loadAllData'](z,'changelog');if(!A['currentversion']||BDFDB['checkVersions'](z['version'],A['currentversion'])){A['currentversion']=z['version'];var B='';var C={'added':'New\x20Features','fixed':'Bug\x20Fixes','improved':'Improvements','progress':'Progress'};for(let D in z['changelog']){D=D['toLowerCase']();var E=BDFDB['disCN']['changelog'+D];if(E){B+=''+C[D]+'';}}if(B)BDFDB['removeEles'](BDFDB['openConfirmModal'](z,B,BDFDB['LanguageStrings']['CHANGE_LOG'])['querySelectorAll']('.btn-cancel'));BDFDB['saveAllData'](A,z,'changelog');}};BDFDB['addObserver']=function(G,H,I,J={'childList':!![]}){if(!BDFDB['isObject'](G)||!H||!I)return;if(BDFDB['isObjectEmpty'](G['observers']))G['observers']={};if(!Array['isArray'](G['observers'][I['name']]))G['observers'][I['name']]=[];if(!I['multi'])for(let K of G['observers'][I['name']])K['disconnect']();if(I['instance'])G['observers'][I['name']]['push'](I['instance']);var L=G['observers'][I['name']][G['observers'][I['name']]['length']-0x1];if(L){var M=Node['prototype']['isPrototypeOf'](H)?H:typeof H==='string'?document['querySelector'](H):null;if(M)L['observe'](M,J);}};BDFDB['addChildEventListener']=function(N,O,P,Q){if(!Node['prototype']['isPrototypeOf'](N)||!O||!P||!P['trim']()||typeof Q!='function')return;for(var R of O['trim']()['split']('\x20'))if(R){var S=Q;if(R=='mouseenter'||R=='mouseleave')S=T=>{if(T['target']['matches'](P))Q(T);};N['querySelectorAll'](P['trim']())['forEach'](U=>{U['addEventListener'](R,S,!![]);});}};BDFDB['addEventListener']=function(V,W,X,Y,Z){if(!BDFDB['isObject'](V)||!Node['prototype']['isPrototypeOf'](W)&&W!==global['window']||!X)return;var a0=typeof Y=='function';var a1=a0?undefined:Y;var a2=a0?Y:Z;if(typeof a2!='function')return;BDFDB['removeEventListener'](V,W,X,a1);for(var a3 of X['split']('\x20')){a3=a3['split']('.');var a4=a3['shift']()['toLowerCase']();if(!a4)return;var a5=a4;a4=a4=='mouseenter'||a4=='mouseleave'?'mouseover':a4;var a6=(a3['join']('.')||'')+V['name'];if(!Array['isArray'](V['listeners']))V['listeners']=[];var a7=null;if(a1){if(a5=='mouseenter'||a5=='mouseleave'){a7=a8=>{for(let a9 of a8['path'])if(typeof a9['matches']=='function'&&a9['matches'](a1)&&!a9[a6+'BDFDB'+a5]){a9[a6+'BDFDB'+a5]=!![];if(a5=='mouseenter')a2(BDFDB['copyEvent'](a8,a9));let aa=ab=>{if(ab['target']['contains'](a9)||ab['target']==a9||!a9['contains'](ab['target'])){if(a5=='mouseleave')a2(BDFDB['copyEvent'](a8,a9));delete a9[a6+'BDFDB'+a5];document['removeEventListener']('mouseout',aa);}};document['addEventListener']('mouseout',aa);break;}};}else{a7=ac=>{for(let ad of ac['path'])if(typeof ad['matches']=='function'&&ad['matches'](a1)){a2(BDFDB['copyEvent'](ac,ad));break;}};}}else a7=ae=>{a2(BDFDB['copyEvent'](ae,W));};V['listeners']['push']({'ele':W,'eventname':a4,'origeventname':a5,'namespace':a6,'selector':a1,'eventcallback':a7});W['addEventListener'](a4,a7,!![]);}};BDFDB['copyEvent']=function(af,ag){if(!af||!af['constructor']||!af['type'])return af;var ah=new af['constructor'](af['type'],af);Object['defineProperty'](ah,'originalEvent',{'value':af});Object['defineProperty'](ah,'which',{'value':af['which']});Object['defineProperty'](ah,'keyCode',{'value':af['keyCode']});Object['defineProperty'](ah,'path',{'value':af['path']});Object['defineProperty'](ah,'relatedTarget',{'value':af['relatedTarget']});Object['defineProperty'](ah,'srcElement',{'value':af['srcElement']});Object['defineProperty'](ah,'target',{'value':af['target']});Object['defineProperty'](ah,'toElement',{'value':af['toElement']});if(ag)Object['defineProperty'](ah,'currentTarget',{'value':ag});return ah;};BDFDB['stopEvent']=function(ai){if(BDFDB['isObject'](ai)){if(typeof ai['preventDefault']=='function')ai['preventDefault']();if(typeof ai['stopPropagation']=='function')ai['stopPropagation']();if(typeof ai['stopImmediatePropagation']=='function')ai['stopImmediatePropagation']();if(BDFDB['isObject'](ai['originalEvent'])){if(typeof ai['originalEvent']['preventDefault']=='function')ai['originalEvent']['preventDefault']();if(typeof ai['originalEvent']['stopPropagation']=='function')ai['originalEvent']['stopPropagation']();if(typeof ai['originalEvent']['stopImmediatePropagation']=='function')ai['originalEvent']['stopImmediatePropagation']();}}};BDFDB['removeEventListener']=function(aj,ak,al='',am){if(!BDFDB['isObject'](aj)||!Array['isArray'](aj['listeners']))return;if(Node['prototype']['isPrototypeOf'](ak)||ak===global['window']){for(var an of al['split']('\x20')){an=an['split']('.');var ao=an['shift']()['toLowerCase']();var ap=(an['join']('.')||'')+aj['name'];for(let aq of aj['listeners']){let ar=[];if(aq['ele']==ak&&(!ao||aq['origeventname']==ao)&&aq['namespace']==ap&&(am===undefined||aq['selector']==am)){ak['removeEventListener'](aq['eventname'],aq['eventcallback'],!![]);ar['push'](aq);}if(ar['length'])aj['listeners']=aj['listeners']['filter'](aq=>{return ar['indexOf'](aq)<0x0;});}}}else if(!ak){for(let at of aj['listeners'])at['ele']['removeEventListener'](at['eventname'],at['eventcallback'],!![]);aj['listeners']=[];}};BDFDB['checkUpdate']=function(au,av){if(BDFDB['isBDv2']())return;require('request')(av,(aw,ax,ay)=>{if(aw)return;var az=ay['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);if(!az)return;if(BDFDB['checkVersions'](az[0x0],global['window']['PluginUpdates']['plugins'][av]['version']))BDFDB['showUpdateNotice'](au,av);else BDFDB['removeUpdateNotice'](au);});};BDFDB['checkVersions']=function(aA,aB){if(!aA||!aB)return!![];aA=aA['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aC=>parseInt(aC))['filter'](aD=>(aD||aD==0x0)&&!isNaN(aD));aB=aB['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aE=>parseInt(aE))['filter'](aF=>(aF||aF==0x0)&&!isNaN(aF));var aG=Math['max'](aA['length'],aB['length']);if(!aG)return!![];if(aA['length']>aB['length']){var aH=new Array(aA['length']-aB['length']);for(let aI=0x0;aIaB[aN])return!![];}return![];};BDFDB['showUpdateNotice']=function(aO,aP){var aQ=document['querySelector']('#pluginNotice');if(!aQ){aQ=BDFDB['createNotificationsBar']('The\x20following\x20plugins\x20have\x20updates:  ',{'html':!![],'id':'pluginNotice','type':'info','btn':!BDFDB['isRestartNoMoreEnabled']()?'Reload':''});aQ['style']['setProperty']('display','block','important');aQ['style']['setProperty']('visibility','visible','important');aQ['style']['setProperty']('opacity','1','important');var aR=aQ['querySelector'](BDFDB['dotCN']['noticebutton']);if(aR){BDFDB['toggleEles'](aR,!![]);aR['addEventListener']('click',()=>{global['window']['location']['reload'](![]);});aR['addEventListener']('mouseenter',()=>{if(global['window']['PluginUpdates']['downloaded'])BDFDB['createTooltip'](global['window']['PluginUpdates']['downloaded']['join'](',\x20'),aR,{'type':'bottom','selector':'update-notice-tooltip'});});}}if(aQ){var aS=aQ['querySelector']('#outdatedPlugins');if(aS&&!aS['querySelector']('#'+aO+'-notice')){if(aS['querySelector']('span'))aS['appendChild'](BDFDB['htmlToElement'](',\x20'));var aT=BDFDB['htmlToElement'](''+aO+'');aT['addEventListener']('click',()=>{BDFDB['downloadPlugin'](aO,aP,aQ);});aS['appendChild'](aT);}}};BDFDB['downloadPlugin']=function(aU,aV,aW){require('request')(aV,(aX,aY,aZ)=>{if(aX)return console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Unable\x20to\x20get\x20update\x20for\x20'+aU);BDFDB['creationTime']=0x0;var b0=aZ['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);b0=b0['toString']()['replace'](/['"]/g,'');require('fs')['writeFileSync'](require('path')['join'](BDFDB['getPluginsFolder'](),bdplugins[aU]?bdplugins[aU]['filename']:aV['split']('/')['slice'](-0x1)[0x0]),aZ);BDFDB['showToast'](aU+'\x20v'+global['window']['PluginUpdates']['plugins'][aV]['version']+'\x20has\x20been\x20replaced\x20by\x20'+aU+'\x20v'+b0+'.',{'nopointer':!![],'selector':'plugin-updated-toast'});if(aW['querySelector'](BDFDB['dotCN']['noticebutton'])){global['window']['PluginUpdates']['plugins'][aV]['version']=b0;if(!global['window']['PluginUpdates']['downloaded'])global['window']['PluginUpdates']['downloaded']=[];if(!global['window']['PluginUpdates']['downloaded']['includes'](aU))global['window']['PluginUpdates']['downloaded']['push'](aU);}BDFDB['removeUpdateNotice'](aU,aW);});};BDFDB['removeUpdateNotice']=function(b1,b2=document['querySelector']('#pluginNotice')){if(!b2)return;var b3=b2['querySelector']('#outdatedPlugins');if(b3){var b4=b3['querySelector']('#'+b1+'-notice');if(b4){var b5=b4['nextSibling'];var b6=b4['prevSibling'];if(b5&&BDFDB['containsClass'](b5,'separator'))b5['remove']();else if(b6&&BDFDB['containsClass'](b6,'separator'))b6['remove']();b4['remove']();}if(!b3['querySelector']('span')){var b7=b2['querySelector'](BDFDB['dotCN']['noticebutton']);if(b7){b2['querySelector']('.notice-message')['innerText']='To\x20finish\x20updating\x20you\x20need\x20to\x20reload.';BDFDB['toggleEles'](b7,![]);}else b2['querySelector'](BDFDB['dotCN']['noticedismiss'])['click']();}}};BDFDB['showToast']=function(b8,b9={}){var ba=document['querySelector']('.toasts,\x20.bd-toasts');if(!ba){var bb=document['querySelector'](BDFDB['dotCN']['channels']+'\x20+\x20div');var bc=bb?BDFDB['getRects'](bb):null;var bd=bb?bb['querySelector'](BDFDB['dotCN']['memberswrap']):null;var be=bc?bc['left']:0x136;var bf=bc?bd?bc['width']-BDFDB['getRects'](bd)['width']:bc['width']:global['window']['outerWidth']-b7;var bg=bb?bb['querySelector']('form'):null;var bh=bg?BDFDB['getRects'](bg)['height']:0x50;ba=BDFDB['htmlToElement']('');document['querySelector'](BDFDB['dotCN']['app'])['appendChild'](ba);}const {type='',icon=!![],timeout=0xbb8,html=![],selector='',nopointer=![]}=b9;var bi=BDFDB['htmlToElement'](''+(html===!![]?b8:BDFDB['encodeToHTML'](b8))+'');if(type){BDFDB['addClass'](bi,'toast-'+type);if(icon)BDFDB['addClass'](bi,'icon');}BDFDB['addClass'](bi,selector);ba['appendChild'](bi);bi['close']=()=>{if(document['contains'](bi)){BDFDB['addClass'](bi,'closing');setTimeout(()=>{bi['remove']();if(!ba['querySelectorAll']('.toast,\x20.bd-toast')['length'])ba['remove']();},0xbb8);}};if(nopointer)bi['style']['setProperty']('pointer-events','none','important');else bi['addEventListener']('click',bi['close']);setTimeout(()=>{bi['close']();},timeout>0x0?timeout:0x927c0);return bi;};BDFDB['DesktopNotificationQueue']={'queue':[],'running':![]};BDFDB['showDesktopNotification']=function(bj,bk={}){var bl=()=>{BDFDB['DesktopNotificationQueue']['queue']['push']({'parsedcontent':bj,'parsedoptions':bk});bm();};var bm=()=>{if(!BDFDB['DesktopNotificationQueue']['running']){var bn=BDFDB['DesktopNotificationQueue']['queue']['shift']();if(bn)bo(bn['parsedcontent'],bn['parsedoptions']);}};var bo=(bp,bq)=>{BDFDB['DesktopNotificationQueue']['running']=!![];var br=bq['silent'];bq['silent']=bq['silent']||bq['sound']?!![]:![];var bs=new Notification(bp,bq);var bt=new Audio();var bu=setTimeout(()=>{bv();},bq['timeout']?bq['timeout']:0xbb8);if(typeof bq['click']=='function')bs['onclick']=()=>{clearTimeout(bu);bv();bq['click']();};if(!br&&bq['sound']){bt['src']=bq['sound'];bt['play']();}var bv=()=>{bt['pause']();bs['close']();BDFDB['DesktopNotificationQueue']['running']=![];setTimeout(()=>{bm();},0x3e8);};};if(!('Notification'in global['window'])){}else if(Notification['permission']==='granted')bl();else if(Notification['permission']!=='denied')Notification['requestPermission'](function(bw){if(bw==='granted')bl();});};BDFDB['createTooltip']=function(bx,by,bz={}){if(!bx||!by||!Node['prototype']['isPrototypeOf'](by)||!document['contains'](by))return null;var bA=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!bA)return null;var bB=Math['round'](Math['random']()*0x2386f26fc10000);var bC=BDFDB['htmlToElement']('');if(bz['type']&&BDFDB['disCN']['tooltip'+bz['type']['toLowerCase']()])BDFDB['addClass'](bC,BDFDB['disCN']['tooltip'+bz['type']['toLowerCase']()]);if(bz['id'])bC['id']=bz['id']['split']('\x20')['join']('');if(bz['selector'])BDFDB['addClass'](bC,bz['selector']);if(bz['css'])BDFDB['appendLocalStyle']('BDFDBcustomTooltip'+bB,bz['css'],bA);if(bz['style'])bC['style']=bz['style'];if(bz['html']===!![])bC['innerHTML']=bx;else{bC['innerText']=bx;if(bx['split']('\x20')['length']<0x4)bC['style']['setProperty']('white-space','nowrap','important');}if(bC['style']['borderColor']&&bC['style']['backgroundColor'])BDFDB['addClass'](bC,'tooltip-customcolor');else if(bz['color']&&BDFDB['disCN']['tooltip'+bz['color']['toLowerCase']()])BDFDB['addClass'](bC,BDFDB['disCN']['tooltip'+bz['color']['toLowerCase']()]);else BDFDB['addClass'](bC,BDFDB['disCN']['tooltipblack']);bA['appendChild'](bC);var bD,bE,bF=BDFDB['getRects'](by),bG=BDFDB['getRects'](bC);if(!bz['position']||bz['type'])bz['position']=bz['type'];if(!bz['position']||!['top','bottom','left','right']['includes'](bz['position']['toLowerCase']()))bz['position']='right';bz['position']=bz['position']['toLowerCase']();switch(bz['position']){case'top':bD=bF['left']+(bF['width']-bG['width'])/0x2;bE=bF['top']-bG['height'];break;case'bottom':bD=bF['left']+(bF['width']-bG['width'])/0x2;bE=bF['top']+bF['height'];break;case'left':bD=bF['left']-bG['width'];bE=bF['top']+(bF['height']-bG['height'])/0x2;break;case'right':bD=bF['left']+bF['width'];bE=bF['top']+(bF['height']-bG['height'])/0x2;break;}bC['style']['setProperty']('left',bD+'px','important');bC['style']['setProperty']('top',bE+'px','important');var bH=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount'])),bG=BDFDB['getRects'](bC);if(bz['position']=='top'||bz['position']=='bottom'){if(bG['left']<0x0){bC['style']['setProperty']('left','5px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-left:\x20'+(bG['left']-0xa)+'px\x20!important;}');}else{var bJ=bH['width']-(bG['left']+bG['width']);if(bJ<0x0){bC['style']['setProperty']('left',bH['width']-bG['width']-0x5+'px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-left:\x20'+-0x1*bJ+'px\x20!important;}');}}}else if(bz['position']=='left'||bz['position']=='right'){if(bG['top']<0x0){bC['style']['setProperty']('top','5px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-top:\x20'+(bG['top']-0xa)+'px\x20!important;}');}else{var bK=bH['height']-(bG['top']+bG['height']);if(bK<0x0){bC['style']['setProperty']('top',bH['height']-bG['height']-0x5+'px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-top:\x20'+-0x1*bK+'px\x20!important;}');}}}bC['style']['removeProperty']('white-space');var bL=()=>{bC['remove']();};var bM=new MutationObserver(bN=>{bN['forEach'](bO=>{var bP=Array['from'](bO['removedNodes']);var bQ=bP['indexOf'](bC)>-0x1;var bR=bP['indexOf'](by)>-0x1;var bS=bP['some'](bT=>bT['contains'](by));var bU=by['contains'](bO['target'])&&bP['some'](bV=>BDFDB['containsClass'](bV,BDFDB['disCN']['channeliconspacing']));if(bQ||bR||bS||bU){bM['disconnect']();bC['remove']();by['removeEventListener']('mouseleave',bL);BDFDB['removeLocalStyle']('BDFDBcustomTooltip'+bB,bA);BDFDB['removeLocalStyle']('BDFDBrepositionTooltip'+bB,bA);}});});bM['observe'](document['body'],{'subtree':!![],'childList':!![]});by['addEventListener']('mouseleave',bL);if(bz['delay']){BDFDB['toggleEles'](bC);setTimeout(()=>{BDFDB['toggleEles'](bC);},bz['delay']);}return bC;};BDFDB['createNotificationsBar']=function(bW,bX={}){if(!bW)return;var bY=document['querySelector'](BDFDB['dotCN']['layers']);if(!bY)return;var bZ=Math['round'](Math['random']()*0x2386f26fc10000);var c0=BDFDB['htmlToElement']('');bY['parentElement']['insertBefore'](c0,bY);var c1=c0['querySelector']('.notice-message');if(bX['icon']){var c2={'android':{'name':BDFDB['disCNS']['noticeiconandroid']+BDFDB['disCN']['noticeicon'],'size':'small'},'apple':{'name':BDFDB['disCNS']['noticeiconapple']+BDFDB['disCN']['noticeicon'],'size':'small'},'windows':{'name':BDFDB['disCNS']['noticeiconwindows']+BDFDB['disCN']['noticeicon'],'size':'small'},'androidBig':{'name':BDFDB['disCNS']['noticeiconandroid']+BDFDB['disCN']['noticeplatformicon'],'size':'big'},'appleBig':{'name':BDFDB['disCNS']['noticeiconapple']+BDFDB['disCN']['noticeplatformicon'],'size':'big'},'windowsBig':{'name':BDFDB['disCNS']['noticeiconwindows']+BDFDB['disCN']['noticeplatformicon'],'size':'big'}};for(let c3 of bX['icon']['split']('\x20'))if(c2[c3])c0['insertBefore'](BDFDB['htmlToElement'](''),c2[c3]['size']=='small'?null:c1);}if(bX['btn'])c0['appendChild'](BDFDB['htmlToElement'](''+bX['btn']+''));if(bX['id'])c0['id']=bX['id']['split']('\x20')['join']('');if(bX['selector'])BDFDB['addClass'](c0,bX['selector']);if(bX['css'])BDFDB['appendLocalStyle']('BDFDBcustomnotibar'+bZ,bX['css']);if(bX['style'])c0['style']=bX['style'];if(bX['html']===!![])c1['innerHTML']=bW;else{var c4=document['createElement']('a');var c5=[];for(let c6 of bW['split']('\x20')){var c7=BDFDB['encodeToHTML'](c6);c4['href']=c6;c5['push'](c4['host']&&c4['host']!==global['window']['location']['host']?''+c7+'':c7);}c1['innerHTML']=c5['join']('\x20');}var c8=null;if(bX['type']&&!document['querySelector'](BDFDB['dotCNS']['chatbase']+BDFDB['dotCN']['noticestreamer'])){if(c8=BDFDB['disCN']['notice'+bX['type']])BDFDB['addClass'](c0,c8);if(bX['type']=='premium'){var c9=c0['querySelector'](BDFDB['dotCN']['noticebutton']);if(c9)BDFDB['addClass'](c9,BDFDB['disCN']['noticepremiumaction']);BDFDB['addClass'](c1,BDFDB['disCN']['noticepremiumtext']);c0['insertBefore'](BDFDB['htmlToElement'](''),c1);}}if(!c8){var ca=BDFDB['colorCONVERT'](bX['color'],'RGBCOMP');if(ca){var cb=ca[0x0]>0xb4&&ca[0x1]>0xb4&&ca[0x2]>0xb4?'#000':'#FFF';var cc=BDFDB['colorCONVERT'](ca,'HEX');var cd=ca[0x0]>0xb4&&ca[0x1]>0xb4&&ca[0x2]>0xb4?'brightness(0%)':'brightness(100%)';BDFDB['appendLocalStyle']('BDFDBcustomnotibarColorCorrection'+bZ,'.DevilBro-notice.notice-'+bZ+'{background-color:\x20'+cc+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20.notice-message\x20{color:\x20'+cb+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticebutton']+'\x20{color:\x20'+cb+'\x20!important;border-color:\x20'+BDFDB['colorSETALPHA'](cb,0.25,'RGBA')+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticebutton']+':hover\x20{color:\x20'+cc+'\x20!important;background-color:\x20'+cb+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticedismiss']+'\x20{filter:\x20'+cd+'\x20!important;}');}else BDFDB['addClass'](c0,BDFDB['disCN']['noticedefault']);}c0['style']['setProperty']('height','36px','important');c0['style']['setProperty']('min-width','70vw','important');c0['style']['setProperty']('left','unset','important');c0['style']['setProperty']('right','unset','important');let ce=(BDFDB['getTotalWidth'](document['body']['firstElementChild'])-BDFDB['getTotalWidth'](c0))/0x2;c0['style']['setProperty']('left',ce+'px','important');c0['style']['setProperty']('right',ce+'px','important');c0['style']['setProperty']('min-width','unset','important');c0['style']['setProperty']('width','unset','important');c0['style']['setProperty']('max-width','calc(100vw\x20-\x20'+ce*0x2+'px)','important');c0['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',()=>{c0['style']['setProperty']('overflow','hidden','important');c0['style']['setProperty']('height','0px','important');setTimeout(()=>{BDFDB['removeLocalStyle']('BDFDBcustomnotibar'+bZ);BDFDB['removeLocalStyle']('BDFDBcustomnotibarColorCorrection'+bZ);c0['remove']();},0x1f4);});return c0;};BDFDB['getDiscordFolder']=function(){var cf=BDFDB['getDiscordBuilt']();cf='discord'+(cf=='stable'?'':cf);return require('path')['resolve'](require('electron')['remote']['app']['getPath']('appData'),cf,BDFDB['getDiscordVersion']());};BDFDB['getPluginsFolder']=function(){var cg=require('process');var ch=require('path');if(cg['env']['injDir'])return ch['resolve'](cg['env']['injDir'],'plugins/');switch(cg['platform']){case'win32':return ch['resolve'](cg['env']['appdata'],'BetterDiscord/plugins/');case'darwin':return ch['resolve'](cg['env']['HOME'],'Library/Preferences/BetterDiscord/plugins/');default:if(cg['env']['XDG_CONFIG_HOME'])return ch['resolve'](cg['env']['XDG_CONFIG_HOME'],'BetterDiscord/plugins/');else return ch['resolve'](cg['env']['HOME'],'.config/BetterDiscord/plugins/');}};BDFDB['getThemesFolder']=function(){var ci=require('process');var cj=require('path');if(ci['env']['injDir'])return cj['resolve'](ci['env']['injDir'],'plugins/');switch(ci['platform']){case'win32':return cj['resolve'](ci['env']['appdata'],'BetterDiscord/themes/');case'darwin':return cj['resolve'](ci['env']['HOME'],'Library/Preferences/BetterDiscord/themes/');default:if(ci['env']['XDG_CONFIG_HOME'])return cj['resolve'](ci['env']['XDG_CONFIG_HOME'],'BetterDiscord/themes/');else return cj['resolve'](ci['env']['HOME'],'.config/BetterDiscord/themes/');}};BDFDB['checkWhichRepoPage']=function(ck=document['querySelector'](BDFDB['dotCN']['layer']+'[layer-id=\x22user-settings\x22]')){if(!ck)return;var cl=ck['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(!cl)return;var cm=cl['parentElement']['querySelector']('h2');if(cm&&cm['innerText']){let cn=cm['innerText']['toLowerCase']();if(cn==='plugins'||cn==='themes')return cn;}};BDFDB['checkAllUpdates']=function(){for(let co in global['window']['PluginUpdates']['plugins']){var cp=global['window']['PluginUpdates']['plugins'][co];BDFDB['checkUpdate'](cp['name'],cp['raw']);}};BDFDB['sortObject']=function(cq,cr,cs){var ct={};if(cr===undefined||!cr)for(let cu of Object['keys'](cq)['sort']())ct[cu]=cq[cu];else{let cv=[];for(let cu in cq)cv['push'](cq[cu]);cv=BDFDB['sortArrayByKey'](cv,cr,cs);for(let cx of cv)for(let cu in cq)if(BDFDB['equals'](cx,cq[cu])){ct[cu]=cx;break;}}return ct;};BDFDB['reverseObject']=function(cz,cA){var cB={};for(let cC of cA===undefined||!cA?Object['keys'](cz)['reverse']():Object['keys'](cz)['sort']()['reverse']())cB[cC]=cz[cC];return cB;};BDFDB['filterObject']=function(cD,cE){return Object['keys'](cD)['filter'](cF=>cE(cD[cF]))['reduce']((cG,cH)=>(cG[cH]=cD[cH],cG),{});};BDFDB['isObject']=function(cI){return cI&&Object['prototype']['isPrototypeOf'](cI)&&!Array['prototype']['isPrototypeOf'](cI);};BDFDB['isObjectEmpty']=function(cJ){return typeof cJ!=='object'||Object['getOwnPropertyNames'](cJ)['length']==0x0;};BDFDB['pushToObject']=function(cK,cL){if(BDFDB['isObject'](cK))cK[Object['keys'](cK)['length']]=cL;};BDFDB['deepAssign']=function(cM,...cN){if(!cN['length'])return cM;var cO=cN['shift']();if(BDFDB['isObject'](cM)&&BDFDB['isObject'](cO)){for(var cP in cO){if(BDFDB['isObject'](cO[cP])){if(!cM[cP])Object['assign'](cM,{[cP]:{}});BDFDB['deepAssign'](cM[cP],cO[cP]);}else Object['assign'](cM,{[cP]:cO[cP]});}}return BDFDB['deepAssign'](cM,...cN);};BDFDB['sortArrayByKey']=function(cQ,cR,cS){if(cS===undefined)cS=null;return cQ['sort'](function(cT,cU){var cV=cT[cR],cW=cU[cR];if(cV!==cS)return cVcW?0x1:0x0;});};BDFDB['removeFromArray']=function(cX,cY,cZ=![]){if(!cX||!cY||!Array['isArray'](cX)||!cX['includes'](cY))return cX;if(!cZ)cX['splice'](cX['indexOf'](cY),0x1);else while(cX['indexOf'](cY)>-0x1)cX['splice'](cX['indexOf'](cY),0x1);return cX;};BDFDB['getAllIndexes']=function(d0,d1){var d2=[],d3=-0x1;while((d3=d0['indexOf'](d1,d3+0x1))!==-0x1)d2['push'](d3);return d2;};BDFDB['removeCopiesFromArray']=function(d4){return[...new Set(d4)];};BDFDB['highlightText']=function(d5,d6){if(!d6||d6['length']<0x1)return d5;var d7=0x0,d8=d5,d9='',da='';BDFDB['getAllIndexes'](d5['toUpperCase'](),d6['toUpperCase']())['forEach'](db=>{var dc=d7*(d9['length']+da['length']);db=db+dc;var dd=db+d6['length'];var de=[-0x1]['concat'](BDFDB['getAllIndexes'](d5['substring'](0x0,db),'<'));var df=[-0x1]['concat'](BDFDB['getAllIndexes'](d5['substring'](0x0,db),'>'));if(de[de['length']-0x1]>df[df['length']-0x1])return;d5=d5['substring'](0x0,db)+d9+d5['substring'](db,dd)+da+d5['substring'](dd);d7++;});return d5?d5:d8;};BDFDB['languages']={'$discord':{'name':'Discord\x20(English\x20(US))','id':'en-US','ownlang':'English\x20(US)','integrated':![],'dic':![],'deepl':![]},'af':{'name':'Afrikaans','id':'af','ownlang':'Afrikaans','integrated':![],'dic':!![],'deepl':![]},'sq':{'name':'Albanian','id':'sq','ownlang':'Shqiptar','integrated':![],'dic':![],'deepl':![]},'am':{'name':'Amharic','id':'am','ownlang':'አማርኛ','integrated':![],'dic':![],'deepl':![]},'ar':{'name':'Arabic','id':'ar','ownlang':'اللغة\x20العربية','integrated':![],'dic':![],'deepl':![]},'hy':{'name':'Armenian','id':'hy','ownlang':'Հայերեն','integrated':![],'dic':![],'deepl':![]},'az':{'name':'Azerbaijani','id':'az','ownlang':'آذربایجان\x20دیلی','integrated':![],'dic':![],'deepl':![]},'eu':{'name':'Basque','id':'eu','ownlang':'Euskara','integrated':![],'dic':![],'deepl':![]},'be':{'name':'Belarusian','id':'be','ownlang':'Беларуская','integrated':![],'dic':![],'deepl':![]},'bn':{'name':'Bengali','id':'bn','ownlang':'বাংলা','integrated':![],'dic':![],'deepl':![]},'bs':{'name':'Bosnian','id':'bs','ownlang':'Босански','integrated':![],'dic':![],'deepl':![]},'bg':{'name':'Bulgarian','id':'bg','ownlang':'български','integrated':!![],'dic':![],'deepl':![]},'my':{'name':'Burmese','id':'my','ownlang':'မြန်မာစာ','integrated':![],'dic':![],'deepl':![]},'ca':{'name':'Catalan','id':'ca','ownlang':'Català','integrated':![],'dic':![],'deepl':![]},'ceb':{'name':'Cebuano','id':'ceb','ownlang':'Bisaya','integrated':![],'dic':![],'deepl':![]},'ny':{'name':'Chewa','id':'ny','ownlang':'Nyanja','integrated':![],'dic':![],'deepl':![]},'zh-HK':{'name':'Chinese\x20(Hong\x20Kong)','id':'zh-HK','ownlang':'香港中文','integrated':![],'dic':![],'deepl':![]},'zh-CN':{'name':'Chinese\x20(Simplified)','id':'zh-CN','ownlang':'简体中文','integrated':![],'dic':![],'deepl':![]},'zh-TW':{'name':'Chinese\x20(Traditional)','id':'zh-TW','ownlang':'繁體中文','integrated':!![],'dic':![],'deepl':![]},'co':{'name':'Corsican','id':'co','ownlang':'Corsu','integrated':![],'dic':![],'deepl':![]},'hr':{'name':'Croatian','id':'hr','ownlang':'Hrvatski','integrated':!![],'dic':![],'deepl':![]},'cs':{'name':'Czech','id':'cs','ownlang':'Čeština','integrated':!![],'dic':![],'deepl':![]},'da':{'name':'Danish','id':'da','ownlang':'Dansk','integrated':!![],'dic':!![],'deepl':![]},'nl':{'name':'Dutch','id':'nl','ownlang':'Nederlands','integrated':!![],'dic':!![],'deepl':!![]},'en':{'name':'English','id':'en','ownlang':'English','integrated':![],'dic':!![],'deepl':!![]},'en-GB':{'name':'English\x20(UK)','id':'en-GB','ownlang':'English\x20(UK)','integrated':!![],'dic':!![],'deepl':![]},'en-US':{'name':'English\x20(US)','id':'en-US','ownlang':'English\x20(US)','integrated':!![],'dic':!![],'deepl':![]},'eo':{'name':'Esperanto','id':'eo','ownlang':'Esperanto','integrated':![],'dic':![],'deepl':![]},'et':{'name':'Estonian','id':'et','ownlang':'Eesti','integrated':![],'dic':![],'deepl':![]},'fil':{'name':'Filipino','id':'fil','ownlang':'Wikang\x20Filipino','integrated':![],'dic':![],'deepl':![]},'fi':{'name':'Finnish','id':'fi','ownlang':'Suomi','integrated':!![],'dic':![],'deepl':![]},'fr':{'name':'French','id':'fr','ownlang':'Français','integrated':!![],'dic':!![],'deepl':!![]},'fr-CA':{'name':'French\x20(Canadian)','id':'fr-CA','ownlang':'Français\x20Canadien','integrated':![],'dic':![],'deepl':![]},'fy':{'name':'Frisian','id':'fy','ownlang':'Frysk','integrated':![],'dic':![],'deepl':![]},'gl':{'name':'Galician','id':'gl','ownlang':'Galego','integrated':![],'dic':![],'deepl':![]},'ka':{'name':'Georgian','id':'ka','ownlang':'ქართული','integrated':![],'dic':![],'deepl':![]},'de':{'name':'German','id':'de','ownlang':'Deutsch','integrated':!![],'dic':!![],'deepl':!![]},'de-AT':{'name':'German\x20(Austria)','id':'de-AT','ownlang':'Österreichisch\x20Deutsch','integrated':![],'dic':![],'deepl':![]},'de-CH':{'name':'German\x20(Switzerland)','id':'de-CH','ownlang':'Schweizerdeutsch','integrated':![],'dic':![],'deepl':![]},'el':{'name':'Greek','id':'el','ownlang':'Ελληνικά','integrated':![],'dic':![],'deepl':![]},'gu':{'name':'Gujarati','id':'gu','ownlang':'ગુજરાતી','integrated':![],'dic':![],'deepl':![]},'ht':{'name':'Haitian\x20Creole','id':'ht','ownlang':'Kreyòl\x20Ayisyen','integrated':![],'dic':![],'deepl':![]},'ha':{'name':'Hausa','id':'ha','ownlang':'حَوْسَ','integrated':![],'dic':![],'deepl':![]},'haw':{'name':'Hawaiian','id':'haw','ownlang':'ʻŌlelo\x20Hawaiʻi','integrated':![],'dic':![],'deepl':![]},'iw':{'name':'Hebrew','id':'iw','ownlang':'עברית','integrated':![],'dic':![],'deepl':![]},'hi':{'name':'Hindi','id':'hi','ownlang':'हिन्दी','integrated':![],'dic':![],'deepl':![]},'hmn':{'name':'Hmong','id':'hmn','ownlang':'lol\x20Hmongb','integrated':![],'dic':![],'deepl':![]},'hu':{'name':'Hungarain','id':'hu','ownlang':'Magyar','integrated':![],'dic':![],'deepl':![]},'is':{'name':'Icelandic','id':'is','ownlang':'Íslenska','integrated':![],'dic':![],'deepl':![]},'ig':{'name':'Igbo','id':'ig','ownlang':'Asụsụ\x20Igbo','integrated':![],'dic':![],'deepl':![]},'id':{'name':'Indonesian','id':'id','ownlang':'Bahasa\x20Indonesia','integrated':![],'dic':![],'deepl':![]},'ga':{'name':'Irish','id':'ga','ownlang':'Gaeilge','integrated':![],'dic':![],'deepl':![]},'it':{'name':'Italian','id':'it','ownlang':'Italiano','integrated':!![],'dic':!![],'deepl':!![]},'ja':{'name':'Japanese','id':'ja','ownlang':'日本語','integrated':!![],'dic':![],'deepl':![]},'jv':{'name':'Javanese','id':'jv','ownlang':'ꦧꦱꦗꦮ','integrated':![],'dic':![],'deepl':![]},'kn':{'name':'Kannada','id':'kn','ownlang':'ಕನ್ನಡ','integrated':![],'dic':![],'deepl':![]},'kk':{'name':'Kazakh','id':'kk','ownlang':'Қазақ\x20Tілі','integrated':![],'dic':![],'deepl':![]},'km':{'name':'Khmer','id':'km','ownlang':'ភាសាខ្មែរ','integrated':![],'dic':![],'deepl':![]},'ko':{'name':'Korean','id':'ko','ownlang':'한국어','integrated':!![],'dic':![],'deepl':![]},'ku':{'name':'Kurdish','id':'ku','ownlang':'کوردی','integrated':![],'dic':![],'deepl':![]},'ky':{'name':'Kyrgyz','id':'ky','ownlang':'кыргызча','integrated':![],'dic':![],'deepl':![]},'lo':{'name':'Lao','id':'lo','ownlang':'ພາສາລາວ','integrated':![],'dic':![],'deepl':![]},'la':{'name':'Latin','id':'la','ownlang':'Latina','integrated':![],'dic':![],'deepl':![]},'lv':{'name':'Latvian','id':'lv','ownlang':'Latviešu','integrated':![],'dic':![],'deepl':![]},'lt':{'name':'Lithuanian','id':'lt','ownlang':'Lietuvių','integrated':![],'dic':![],'deepl':![]},'lb':{'name':'Luxembourgish','id':'lb','ownlang':'Lëtzebuergesch','integrated':![],'dic':![],'deepl':![]},'mk':{'name':'Macedonian','id':'mk','ownlang':'Mакедонски','integrated':![],'dic':![],'deepl':![]},'mg':{'name':'Malagasy','id':'mg','ownlang':'Malagasy','integrated':![],'dic':![],'deepl':![]},'ms':{'name':'Malay','id':'ms','ownlang':'بهاس\x20ملايو','integrated':![],'dic':![],'deepl':![]},'ml':{'name':'Malayalam','id':'ml','ownlang':'മലയാളം','integrated':![],'dic':![],'deepl':![]},'mt':{'name':'Maltese','id':'mt','ownlang':'Malti','integrated':![],'dic':![],'deepl':![]},'mi':{'name':'Maori','id':'mi','ownlang':'te\x20Reo\x20Māori','integrated':![],'dic':![],'deepl':![]},'mr':{'name':'Marathi','id':'mr','ownlang':'मराठी','integrated':![],'dic':![],'deepl':![]},'mn':{'name':'Mongolian','id':'mn','ownlang':'Монгол\x20Хэл','integrated':![],'dic':![],'deepl':![]},'ne':{'name':'Nepali','id':'ne','ownlang':'नेपाली','integrated':![],'dic':![],'deepl':![]},'no':{'name':'Norwegian','id':'no','ownlang':'Norsk','integrated':!![],'dic':![],'deepl':![]},'ps':{'name':'Pashto','id':'ps','ownlang':'پښتو','integrated':![],'dic':![],'deepl':![]},'fa':{'name':'Persian','id':'fa','ownlang':'فارسی','integrated':![],'dic':![],'deepl':![]},'pl':{'name':'Polish','id':'pl','ownlang':'Polski','integrated':!![],'dic':![],'deepl':!![]},'pt':{'name':'Portuguese','id':'pt','ownlang':'Português','integrated':![],'dic':!![],'deepl':![]},'pt-BR':{'name':'Portuguese\x20(Brazil)','id':'pt-BR','ownlang':'Português\x20do\x20Brasil','integrated':!![],'dic':!![],'deepl':![]},'pt-PT':{'name':'Portuguese\x20(Portugal)','id':'pt-PT','ownlang':'Português\x20do\x20Portugal','integrated':![],'dic':![],'deepl':![]},'pa':{'name':'Punjabi','id':'pa','ownlang':'पंजाबी','integrated':![],'dic':![],'deepl':![]},'ro':{'name':'Romanian','id':'ro','ownlang':'Română','integrated':![],'dic':![],'deepl':![]},'ru':{'name':'Russian','id':'ru','ownlang':'Pусский','integrated':!![],'dic':!![],'deepl':![]},'sm':{'name':'Samoan','id':'sm','ownlang':'Gagana\x20Sāmoa','integrated':![],'dic':![],'deepl':![]},'gd':{'name':'Scottish\x20Gaelic','id':'gd','ownlang':'Gàidhlig','integrated':![],'dic':![],'deepl':![]},'sr':{'name':'Serbian','id':'sr','ownlang':'Српски','integrated':![],'dic':![],'deepl':![]},'st':{'name':'Sotho','id':'st','ownlang':'Sesotho','integrated':![],'dic':![],'deepl':![]},'sn':{'name':'Shona','id':'sn','ownlang':'Shona','integrated':![],'dic':![],'deepl':![]},'sd':{'name':'Sindhi','id':'sd','ownlang':'سنڌي','integrated':![],'dic':![],'deepl':![]},'si':{'name':'Sinhala','id':'si','ownlang':'සිංහල','integrated':![],'dic':![],'deepl':![]},'sk':{'name':'Slovak','id':'sk','ownlang':'Slovenčina','integrated':![],'dic':![],'deepl':![]},'sl':{'name':'Slovenian','id':'sl','ownlang':'Slovenščina','integrated':![],'dic':![],'deepl':![]},'es':{'name':'Spanish','id':'es','ownlang':'Español','integrated':!![],'dic':!![],'deepl':!![]},'es-419':{'name':'Spanish\x20(Latin\x20America)','id':'es-419','ownlang':'Español\x20latinoamericano','integrated':![],'dic':![],'deepl':![]},'sw':{'name':'Swahili','id':'sw','ownlang':'Kiswahili','integrated':![],'dic':![],'deepl':![]},'sv':{'name':'Swedish','id':'sv','ownlang':'Svenska','integrated':!![],'dic':!![],'deepl':![]},'tg':{'name':'Tajik','id':'tg','ownlang':'тоҷикӣ','integrated':![],'dic':![],'deepl':![]},'ta':{'name':'Tamil','id':'ta','ownlang':'தமிழ்','integrated':![],'dic':![],'deepl':![]},'te':{'name':'Telugu','id':'te','ownlang':'తెలుగు','integrated':![],'dic':![],'deepl':![]},'th':{'name':'Thai','id':'th','ownlang':'ภาษาไทย','integrated':![],'dic':![],'deepl':![]},'tr':{'name':'Turkish','id':'tr','ownlang':'Türkçe','integrated':!![],'dic':![],'deepl':![]},'uk':{'name':'Ukrainian','id':'uk','ownlang':'Yкраїнський','integrated':!![],'dic':![],'deepl':![]},'ur':{'name':'Urdu','id':'ur','ownlang':'اُردُو','integrated':![],'dic':![],'deepl':![]},'uz':{'name':'Uzbek','id':'uz','ownlang':'اوزبیک','integrated':![],'dic':![],'deepl':![]},'vi':{'name':'Vietnamese','id':'vi','ownlang':'Tiếng\x20Việt\x20Nam','integrated':![],'dic':![],'deepl':![]},'cy':{'name':'Welsh','id':'cy','ownlang':'Cymraeg','integrated':![],'dic':![],'deepl':![]},'xh':{'name':'Xhosa','id':'xh','ownlang':'Xhosa','integrated':![],'dic':![],'deepl':![]},'yi':{'name':'Yiddish','id':'yi','ownlang':'ייִדיש\x20ייִדיש‬','integrated':![],'dic':![],'deepl':![]},'yo':{'name':'Yoruba','id':'yo','ownlang':'Èdè\x20Yorùbá','integrated':![],'dic':![],'deepl':![]},'zu':{'name':'Zulu','id':'zu','ownlang':'Zulu','integrated':![],'dic':![],'deepl':![]}};var dg=setInterval(()=>{if(document['querySelector']('html')['lang']){clearInterval(dg);var dh=BDFDB['getDiscordLanguage']();BDFDB['languages']['$discord']['name']='Discord\x20('+dh['name']+')';BDFDB['languages']['$discord']['id']=dh['id'];BDFDB['languages']['$discord']['ownlang']=dh['ownlang'];}},0x64);BDFDB['getDiscordBuilt']=function(){if(BDFDB['getDiscordBuilt']['built'])return BDFDB['getDiscordBuilt']['built'];else{var di=null;try{di=require(require('electron')['remote']['app']['getAppPath']()+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(dj){try{di=require(require('electron')['remote']['app']['getAppPath']()['replace']('app.asar','')+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(dk){var dl=BDFDB['getDiscordVersion']();if(dl){dl=dl['split']('.');if(dl['length']==0x3&&!isNaN(dl=parseInt(dl[0x2])))di=dl>0x12c?'stable':da>0xc8?'canary':'ptb';else di='stable';}else di='stable';}}BDFDB['getDiscordBuilt']['built']=di;return di;}};BDFDB['getDiscordVersion']=function(){if(BDFDB['getDiscordBuilt']['version'])return BDFDB['getDiscordBuilt']['version'];else{var dm=null;try{dm=require('electron')['remote']['app']['getVersion']();}catch(dn){dn='';}BDFDB['getDiscordBuilt']['version']=dm;return dm;}};BDFDB['getDiscordLanguage']=function(){var dp=document['querySelector']('html')['lang']||'en-US';var dq=dp['split']('-');var dr=dq[0x0];var ds=dq[0x1]||'';dp=ds&&dr['toUpperCase']()!==ds['toUpperCase']()?dr+'-'+ds:dr;return BDFDB['languages'][dp]||BDFDB['languages'][dr]||BDFDB['languages']['en-US'];};BDFDB['getDiscordTheme']=function(){return document['querySelectorAll'](BDFDB['dotCN']['themelight'])['length']>=document['querySelectorAll'](BDFDB['dotCN']['themedark'])['length']?BDFDB['disCN']['themelight']:BDFDB['disCN']['themedark'];};BDFDB['getDiscordMode']=function(){return document['querySelectorAll'](BDFDB['dotCN']['messagegroupcompact'])['length']>=document['querySelectorAll'](BDFDB['dotCN']['messagegroupcozy'])['length']?'compact':'cozy';};BDFDB['getDiscordZoomFactor']=function(){var dt=BDFDB['getRects'](document['body']['firstElementChild']);var du=Math['round'](0x64*global['window']['outerWidth']/dt['width']);var dv=Math['round'](0x64*global['window']['outerHeight']/dt['height']);return dudx['startsWith']('__reactInternalInstance'))];};BDFDB['getReactValue']=function(dy,dz){if(!dy||!dz)return null;let dA=Node['prototype']['isPrototypeOf'](dy)?BDFDB['getReactInstance'](dy):dy;if(!BDFDB['isObject'](dA))return null;let dB=dA;for(let dC of dz['split']('.')['filter'](dD=>dD)){dB=dB[dC];if(dB==undefined)return null;}return dB;};BDFDB['getOwnerInstance']=function(dE){if(dE===undefined)return null;if(!dE['node']&&!dE['instance']||!dE['name']&&(!dE['props']||!Array['isArray'](dE['props'])))return null;var dF=dE['instance']||BDFDB['getReactInstance'](dE['node']);if(!dF)return null;dE['name']=dE['name']&&!Array['isArray'](dE['name'])?Array['of'](dE['name']):dE['name'];var dG=-0x1;var dH=dE['depth']===undefined?0xf:dE['depth'];var dI=dE['up']===undefined?![]:dE['up'];var dJ=performance['now']();var dK=dE['time']===undefined?0x96:dE['time'];var dL=dI?{'return':!![],'sibling':!![],'_reactInternalFiber':!![]}:{'child':!![],'sibling':!![],'_reactInternalFiber':!![]};var dM={};var dN=dQ(dF);if(dE['all']){for(let dO in dM){if(dE['group'])for(let dF in dM[dO])delete dM[dO][dF]['BDFDBreactSearch'];else delete dM[dO]['BDFDBreactSearch'];}return dM;}else return dN;function dQ(dF){dG++;if(!dF||Node['prototype']['isPrototypeOf'](dF)||BDFDB['getReactInstance'](dF)||dG>dH||performance['now']()-dJ>dK)dT=null;else{var dS=Object['getOwnPropertyNames'](dF);var dT=null;for(let dU=0x0;dT==null&&dUdF['type']['displayName']===dY['split']('\x20')[0x0]||dF['type']['name']===dY['split']('\x20')[0x0])||dE['props']&&dE['props']['every'](dZ=>dX[dZ]!==undefined)||dE['defaultProps']&&dE['defaultProps']['every'](e0=>dX[e0]!==undefined))){if(dE['all']===undefined||!dE['all'])dT=dX;else if(dE['all']){if(dE['noCopies']===undefined||!dE['noCopies']||dE['noCopies']&&!dX['BDFDBreactSearch']){dX['BDFDBreactSearch']=!![];if(dE['group']){if(dE['name']&&dF['type']&&(dF['type']['displayName']||dF['type']['name'])){var e1='Default';for(let e2 of dE['name'])if(dF['type']['displayName']===e2['split']('\x20')[0x0]||dF['type']['name']===e2['split']('\x20')[0x0]){e1=e2;break;}if(typeof dM[e1]=='undefined')dM[e1]={};BDFDB['pushToObject'](dM[e1],dX);}}else BDFDB['pushToObject'](dM,dX);}}}if(dT==null&&(typeof dW==='object'||typeof dW==='function')&&dL[dV])dT=dQ(dW);}}dG--;return dT;}};BDFDB['getKeyInformation']=function(e3){if(e3===undefined)return null;if(!e3['node']&&!e3['instance']||!e3['key'])return null;var e4=e3['instance']||BDFDB['getReactInstance'](e3['node']);if(!e4)return null;var e5=-0x1;var e6=e3['depth']===undefined?0xf:e3['depth'];var e7=performance['now']();var e8=e3['time']===undefined?0x96:e3['time'];var e9={'props':!![],'state':!![],'stateNode':!![],'refs':!![],'updater':!![],'prototype':!![],'type':!![],'children':e3['up']?![]:!![],'type':!![],'memoizedProps':!![],'memoizedState':!![],'child':e3['up']?![]:!![],'return':e3['up']?!![]:![],'sibling':e3['up']?![]:!![],'firstEffect':!![]};if(typeof e3['whitelist']==='object')Object['assign'](e9,e3['whiteList']);var ea=typeof e3['blackList']==='object'?e3['blackList']:{};var eb=[];var ec=ed(e4);if(e3['all'])return eb;else return ec;function ed(e4){e5++;if(!e4||Node['prototype']['isPrototypeOf'](e4)||BDFDB['getReactInstance'](e4)||e5>e6||performance['now']()-e7>e8)eg=null;else{var ef=Object['getOwnPropertyNames'](e4);var eg=null;for(let eh=0x0;eg==null&&eheq['default']=eo},[en])['default']:global['window']['webpackJsonp']['push']([[],{[en]:(es,et,eo)=>es['exports']=eo},[[en]]]);delete eo['m'][en];delete eo['c'][en];BDFDB['WebModules']['find']['req']=eo;}for(let ev in BDFDB['WebModules']['find']['req']['c']){if(BDFDB['WebModules']['find']['req']['c']['hasOwnProperty'](ev)){var ew=BDFDB['WebModules']['find']['req']['c'][ev]['exports'];if(ew&&ew['__esModule']&&ew['default']&&em(ew['default']))return ew['default'];if(ew&&em(ew))return ew;}}};BDFDB['WebModules']['cachedData']={'prop':{},'name':{},'proto':{}};BDFDB['WebModules']['findByProperties']=function(ex){ex=Array['isArray'](ex)?ex:Array['from'](arguments);var ey=JSON['stringify'](ex);if(BDFDB['WebModules']['cachedData']['prop'][ey])return BDFDB['WebModules']['cachedData']['prop'][ey];else{var ez=BDFDB['WebModules']['find'](ez=>ex['every'](eB=>ez[eB]!==undefined));if(ez){BDFDB['WebModules']['cachedData']['prop'][ey]=ez;return ez;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',ey+'\x20[properties]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByName']=function(eC){var eD=JSON['stringify'](eC);if(BDFDB['WebModules']['cachedData']['name'][eD])return BDFDB['WebModules']['cachedData']['name'][eD];else{var eE=BDFDB['WebModules']['find'](eE=>eE['displayName']===eC);if(eE){BDFDB['WebModules']['cachedData']['name'][eD]=eE;return eE;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eD+'\x20[name]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByPrototypes']=function(eG){eG=Array['isArray'](eG)?eG:Array['from'](arguments);var eH=JSON['stringify'](eG);if(BDFDB['WebModules']['cachedData']['proto'][eH])return BDFDB['WebModules']['cachedData']['proto'][eH];else{var eI=BDFDB['WebModules']['find'](eI=>eI['prototype']&&eG['every'](eK=>eI['prototype'][eK]!==undefined));if(eI){BDFDB['WebModules']['cachedData']['proto'][eH]=eI;return eI;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eH+'\x20[prototypes]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['patchtypes']=['before','instead','after'];BDFDB['WebModules']['patchmap']={'BannedCard':'BannedUser','InviteCard':'InviteRow','Guild':'DropTarget(DragSource(Component))','PopoutContainer':'Popout','MemberCard':'Member','WebhookCard':'Webhook'};BDFDB['WebModules']['notfindablemodules']={'AuthWrapper':'loginscreen','BannedCard':'guildsettingsbannedcard','EmojiPicker':'emojipicker','FriendsOnline':'friendsonline','InviteCard':'guildsettingsinvitecard','PopoutContainer':'popout','PrivateChannelCall':'callcurrentcontainer','MemberCard':'guildsettingsmembercard','Message':'message','MessageOptionPopout':'optionpopout','MessageUsername':'messageusername','TypingUsers':'typing','UserPopout':'userpopout','V2C_List':'_repolist','V2C_PluginCard':'_repoheader','V2C_ThemeCard':'_repoheader'};BDFDB['WebModules']['patch']=function(eL,eM,eN,eO){if(!eL||!eM||!eN||!Object['keys'](eO)['some'](eP=>BDFDB['WebModules']['patchtypes']['includes'](eP)))return null;const eQ=(typeof eN==='string'?eN:eN['name'])['toLowerCase']();const eR=(eS,eT)=>(...eU)=>{try{return eS(...eU);}catch(eV){console['error']('Error\x20occurred\x20in\x20'+eT,eV);}};if(!eL['BDFDBpatch'])eL['BDFDBpatch']={};eM=Array['isArray'](eM)?eM:Array['of'](eM);for(let eW of eM){if(!eL[eW])eL[eW]=()=>{};const eX=eL[eW];if(!eL['BDFDBpatch'][eW]){eL['BDFDBpatch'][eW]={};for(let eY of BDFDB['WebModules']['patchtypes'])eL['BDFDBpatch'][eW][eY]={};eL['BDFDBpatch'][eW]['originalMethod']=eX;eL[eW]=function(){const eZ={'thisObject':this,'methodArguments':arguments,'originalMethod':eX,'originalMethodName':eW,'callOriginalMethod':()=>eZ['returnValue']=eZ['originalMethod']['apply'](eZ['thisObject'],eZ['methodArguments'])};if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded']){if(!BDFDB['isObjectEmpty'](eL['BDFDBpatch'][eW]['before']))for(let f0 in BDFDB['sortObject'](eL['BDFDBpatch'][eW]['before'])){eR(eL['BDFDBpatch'][eW]['before'][f0],'`before`\x20callback\x20of\x20'+eL[eW]['displayName'])(eZ);}if(BDFDB['isObjectEmpty'](eL['BDFDBpatch'][eW]['instead']))eZ['callOriginalMethod']();else for(let f1 in BDFDB['sortObject'](eL['BDFDBpatch'][eW]['instead'])){const f2=eR(eL['BDFDBpatch'][eW]['instead'][f1],'`instead`\x20callback\x20of\x20'+eL[eW]['displayName'])(eZ);if(f2!==undefined)eZ['returnValue']=f2;}if(!BDFDB['isObjectEmpty'](eL['BDFDBpatch'][eW]['after']))for(let f3 in BDFDB['sortObject'](eL['BDFDBpatch'][eW]['after'])){eR(eL['BDFDBpatch'][eW]['after'][f3],'`after`\x20callback\x20of\x20'+eL[eW]['displayName'])(eZ);}}else eZ['callOriginalMethod']();return eZ['returnValue'];};}for(let f4 of BDFDB['WebModules']['patchtypes'])if(typeof eO[f4]=='function')eL['BDFDBpatch'][eW][f4][eQ]=eO[f4];}const f5=()=>{BDFDB['WebModules']['unpatch'](eL,eM,eN);};if(eN&&typeof eN=='object'){if(!Array['isArray'](eN['patchCancels']))eN['patchCancels']=[];eN['patchCancels']['push'](f5);}return f5;};BDFDB['WebModules']['unpatch']=function(f6,f7,f8){if(!f6||!f6['BDFDBpatch'])return;const f9=!f8?null:(typeof f8==='string'?f8:f8['name'])['toLowerCase']();f7=Array['isArray'](f7)?f7:Array['of'](f7);for(let fa of f7){if(f6[fa]&&f6['BDFDBpatch'][fa]){for(let fb of BDFDB['WebModules']['patchtypes']){if(f9)delete f6['BDFDBpatch'][fa][fb][f9];else delete f6['BDFDBpatch'][fa][fb];}var fc=!![];for(let fb of BDFDB['WebModules']['patchtypes'])if(!BDFDB['isObjectEmpty'](f6['BDFDBpatch'][fa][fb]))fc=![];if(fc){f6[fa]=f6['BDFDBpatch'][fa]['originalMethod'];delete f6['BDFDBpatch'][fa];if(BDFDB['isObjectEmpty'](f6['BDFDBpatch']))delete f6['BDFDBpatch'];}}}};BDFDB['WebModules']['unpatchall']=function(fe){if(BDFDB['isObject'](fe)&&Array['isArray'](fe['patchCancels']))for(let ff of fe['patchCancels'])ff();};BDFDB['WebModules']['forceAllUpdates']=function(fg,fh){fh=fh&&BDFDB['WebModules']['patchmap'][fh]?BDFDB['WebModules']['patchmap'][fh]+'\x20'+fh:fh;if(BDFDB['isObject'](fg)&&BDFDB['isObject'](fg['patchModules'])&&(!fh||fg['patchModules'][fh])){const fi=document['querySelector'](BDFDB['dotCN']['app']);const fj=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);if(fi){var fk=[];for(let fl in fg['patchModules']){var fm=Array['isArray'](fg['patchModules'][fl])?fg['patchModules'][fl]:Array['of'](fg['patchModules'][fl]);if(fm['includes']('componentDidUpdate')||fm['includes']('componentDidMount')||fm['includes']('render'))fk['push'](fl);}fk=fh?fk['filter'](fn=>fn==fh):fk;if(fk['length']>0x0){const fo=BDFDB['getOwnerInstance']({'node':fi,'name':fk,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fl in fo)for(let fq in fo[fl])BDFDB['WebModules']['initiateProcess'](fg,fo[fl][fq],fl,['componentDidUpdate','componentDidMount','render']);if(fj){const fr=BDFDB['getOwnerInstance']({'node':fj,'name':fk,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fl in fr)for(let fq in fr[fl])BDFDB['WebModules']['initiateProcess'](fg,fr[fl][fq],fl,['componentDidUpdate','componentDidMount','render']);}}}}};BDFDB['WebModules']['patchModules']=function(fu){if(BDFDB['isObject'](fu)&&BDFDB['isObject'](fu['patchModules'])){for(let fv in fu['patchModules']){var fw=BDFDB['WebModules']['patchmap'][fv];if(fw){fu['patchModules'][fw+'\x20'+fv]=fu['patchModules'][fv];delete fu['patchModules'][fv];if(!BDFDB['WebModules']['notfindablemodules'][fv])fz(BDFDB['WebModules']['findByName'](fw),fw+'\x20'+fv);}else if(!BDFDB['WebModules']['notfindablemodules'][fv])fz(BDFDB['WebModules']['findByName'](fv),fv);}for(let fv in BDFDB['WebModules']['notfindablemodules']){var fy=BDFDB['WebModules']['patchmap'][fv]?BDFDB['WebModules']['patchmap'][fv]+'\x20'+fv:fv;if(BDFDB['DiscordClasses'][BDFDB['WebModules']['notfindablemodules'][fv]]&&fu['patchModules'][fy])fG(BDFDB['WebModules']['notfindablemodules'][fv],fy);}function fz(fA,fv){if(fA){var fy=fv['split']('\x20')[0x0];fA=fA['displayName']==fy?fA:BDFDB['getOwnerInstance']({'instance':fA,'name':fy,'up':!![]});if(fA){var fD=fA['_reactInternalFiber']&&fA['_reactInternalFiber']['type']?fA['_reactInternalFiber']['type']:fA;var fE={};fE[fu['name']=='$BDFDB'?'before':'after']=fF=>{if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded'])BDFDB['WebModules']['initiateProcess'](fu,fF['thisObject'],fv,[fF['originalMethodName']]);};BDFDB['WebModules']['patch'](fD['prototype'],fu['patchModules'][fv],fu,fE);}}}function fG(fH,fv){var fJ=BDFDB['getReactInstance'](document['querySelector'](BDFDB['dotCN'][fH]));if(fQ(fJ,fv))fz(fJ,fv);else{var fK=![],fL=new MutationObserver(fM=>{fM['forEach'](fN=>{fN['addedNodes']['forEach'](fO=>{var fP=null;if(!fK&&fO['tagName']&&(fP=BDFDB['containsClass'](fO,BDFDB['disCN'][fH])?fO:fO['querySelector'](BDFDB['dotCN'][fH]))!=null){fJ=BDFDB['getReactInstance'](fP);if(fQ(fJ,fv)){fK=!![];fL['disconnect']();fz(fJ,fv);BDFDB['WebModules']['forceAllUpdates'](fu,fv);}}});});});BDFDB['addObserver'](fu,BDFDB['dotCN']['appmount'],{'name':'checkForInstanceObserver','instance':fL,'multi':!![]},{'childList':!![],'subtree':!![]});}}function fQ(fR,fv){return fR&&(fv!='V2C_PluginCard'&&fv!='V2C_ThemeCard'||fv=='V2C_PluginCard'&&BDFDB['checkWhichRepoPage']()=='plugins'||fv=='V2C_ThemeCard'&&BDFDB['checkWhichRepoPage']()=='themes');}}};BDFDB['WebModules']['initiateProcess']=function(fT,fU,fV,fW){if(fT&&typeof fT=='object'&&fU){fV=(fV['split']('\x20')[0x1]||fV)['replace'](/[^A-z0-9]|_/g,'');fV=fV[0x0]['toUpperCase']()+fV['slice'](0x1);if(typeof fT['process'+fV]=='function'){var fX=BDFDB['React']['findDOMNodeSafe'](fU);if(fX)fT['process'+fV](fU,fX,fW);else setImmediate(()=>{fX=BDFDB['React']['findDOMNodeSafe'](fU);if(fX)fT['process'+fV](fU,fX,fW);});}}};var fY=BDFDB['WebModules']['findByProperties']('createElement','cloneElement');var fZ=BDFDB['WebModules']['findByProperties']('render','findDOMNode');if(fY&&fZ){BDFDB['React']=Object['assign']({},fY,fZ);BDFDB['React']['findDOMNodeSafe']=function(g0){if(!g0||!g0['updater']||typeof g0['updater']['isMounted']!=='function'||!g0['updater']['isMounted'](g0))return null;var g1=fZ['findDOMNode'](g0)||BDFDB['getReactValue'](g0,'child.stateNode');return Node['prototype']['isPrototypeOf'](g1)?g1:null;};};BDFDB['addOnSwitchListener']=function(g2){if(typeof g2['onSwitch']==='function'){BDFDB['removeOnSwitchListener'](g2);var g3=document['querySelector'](BDFDB['dotCN']['guildswrapper']+'\x20+\x20*\x20>\x20'+BDFDB['dotCN']['chatspacer']);if(g3){var g4=new MutationObserver(g5=>{g5['forEach'](g6=>{if(g6['target']&&BDFDB['containsClass'](g6['target'],BDFDB['disCN']['nochannel']))g2['onSwitch']();});});var g7=g3['querySelector'](BDFDB['dotCNC']['chat']+BDFDB['dotCN']['nochannel']);if(g7)g4['observe'](g7,{'attributes':!![]});g2['onSwitchFix']=new MutationObserver(g8=>{g8['forEach'](g9=>{if(g9['addedNodes']){g9['addedNodes']['forEach'](ga=>{if(BDFDB['containsClass'](ga,BDFDB['disCN']['chat'],BDFDB['disCN']['nochannel'],![]))g4['observe'](ga,{'attributes':!![]});});}});});g2['onSwitchFix']['observe'](g3,{'childList':!![]});}}};BDFDB['removeOnSwitchListener']=function(gb){if(typeof gb['onSwitch']==='function'&&BDFDB['isObject'](gb['onSwitchFix'])){gb['onSwitchFix']['disconnect']();delete gb['onSwitchFix'];}};BDFDB['addContextListener']=function(gc){for(let gd of['User','Guild','Channel','GroupDM','Message','Native','UserSettingsCog']){if(typeof gc['on'+gd+'Context']==='function'||typeof gc['on'+gd+'ContextMenu']==='function'){if(gd=='GroupDM'){var ge=![],gf=new MutationObserver(gg=>{gg['forEach'](gh=>{gh['addedNodes']['forEach'](gi=>{var gj=null;if(!ge&&gi['tagName']&&(gj=BDFDB['containsClass'](gi,BDFDB['disCN']['contextmenu'])?gi:gi['querySelector'](BDFDB['dotCN']['contextmenu']))!=null){var gk=BDFDB['getReactInstance'](gj);if(gk&&gk['return']&&gk['return']['type']&&gk['return']['type']['displayName']==gd+'ContextMenu'){ge=!![];gf['disconnect']();gl(gd,gk['return']['type']);gp(gd,gk['return']['stateNode'],gk['stateNode']);}}});});});BDFDB['addObserver'](gc,BDFDB['dotCN']['appmount'],{'name':'checkForContextObserver','instance':gf,'multi':!![]},{'childList':!![],'subtree':!![]});}else gl(gd,BDFDB['WebModules']['findByName'](gd+'ContextMenu'));}}function gl(gd,gn){if(gn&&gn['prototype'])BDFDB['WebModules']['patch'](gn['prototype'],'componentDidMount',gc,{'after':go=>{gp(gd,go['thisObject'],BDFDB['React']['findDOMNodeSafe'](go['thisObject']));}});}function gp(gd,gr,gs){if(gr&&gs){if(typeof gc['on'+gd+'Context']==='function')gc['on'+gd+'Context'](gr,gs);if(typeof gc['on'+gd+'ContextMenu']==='function')gc['on'+gd+'ContextMenu'](gr,gs);BDFDB['initElements'](gs,gc);BDFDB['updateContextPosition'](gs);}}};BDFDB['addSettingsButtonListener']=function(gt){if(BDFDB['isBDv2']()&&typeof gt['getSettingsPanel']==='function'){BDFDB['removeSettingsButtonListener'](gt);BDFDB['appendSettingsButton'](gt);var gu=document['querySelector']('.bd-content-region\x20>\x20.bd-content');if(gu){gt['settingsButtonObserver']=new MutationObserver(gv=>{gv['forEach'](gw=>{if(gw['addedNodes']){gw['addedNodes']['forEach'](gx=>{if(gx['tagName']&&BDFDB['containsClass'](gx,'active'))BDFDB['appendSettingsButton'](gt);});}});});gt['settingsButtonObserver']['observe'](gu,{'childList':!![]});}}};BDFDB['appendSettingsButton']=function(gy){var gz=document['querySelector'](BDFDB['dotCN']['_bdv2Card']+'[data-plugin-id='+gy['id']+']');if(gz){var gA=BDFDB['htmlToElement']('');gz['insertBefore'](gA,gz['querySelector'](BDFDB['d']['_bdv2Button']));gA['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Settings',gA,{'type':'top'});BDFDB['addClass'](gA,BDFDB['disCN']['_bdv2TooltipOpen']);});gA['addEventListener']('mouseleave',()=>{BDFDB['removeClass'](gA,BDFDB['disCN']['_bdv2TooltipOpen']);});gA['addEventListener']('click',()=>{var gB=BDFDB['htmlToElement'](''+gy['name']+'\x20Settings');var gC=gy['getSettingsPanel']();gB['querySelector'](BDFDB['dotCN']['modalsubinner'])['appendChild'](typeof gC=='string'?BDFDB['htmlToElement'](gC):gC);if(typeof gy['onSettingsClosed']==='function')BDFDB['addChildEventListener'](gB,'click',BDFDB['dotCNC']['modalclose']+BDFDB['dotCN']['backdrop'],()=>{gy['onSettingsClosed']();});BDFDB['appendModal'](gB);});}};BDFDB['removeSettingsButtonListener']=function(gD){if(BDFDB['isBDv2']()&&typeof gD['settingsButtonObserver']==='object'){BDFDB['removeEles']('.bd-card[data-plugin-id='+gD['id']+']\x20.DevilBro-settingsbutton');gD['settingsButtonObserver']['disconnect']();delete gD['settingsButtonObserver'];}};var gE=BDFDB['WebModules']['findByProperties']('Messages')['Messages'];BDFDB['LanguageStrings']=new Proxy(gE,{'get':function(gF,gG){if(!gF[gG])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gG+'\x20not\x20found\x20in\x20BDFDB.LanguageStrings');else{var gH=typeof gF[gG]=='object'?gF[gG]['format'](Object['assign']({},BDFDB['LanguageStringsVars'])):gF[gG];if(typeof gH=='string')return gH;else if(Array['isArray'](gH)){var gI='';for(let gJ of gH){if(typeof gJ=='string')gI+=BDFDB['encodeToHTML'](gJ);else if(BDFDB['isObject'](gJ)&&gJ['props'])gI+='<'+gJ['type']+'>'+BDFDB['encodeToHTML'](gJ['props']['children'][0x0]['toString']())+'';}return gI;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gG+'\x20could\x20not\x20be\x20parsed\x20from\x20BDFDB.LanguageStrings');}}});BDFDB['LanguageStringsVars']={};for(let gK in BDFDB['WebModules']['findByProperties']('Messages')['Messages']){try{BDFDB['LanguageStrings'][gK];}catch(gL){let gM=gL['toString']()['split']('for:\x20')[0x1];if(gM&&typeof gM=='string')BDFDB['LanguageStringsVars'][gM]='{{'+gM['toLowerCase']()+'}}';}};BDFDB['equals']=function(gN,gO,gP){var gQ=-0x1;if(gP===undefined||typeof gP!=='boolean')gP=![];return gR(gN,gO);function gR(gS,gT){gQ++;var gU=!![];if(gQ>0x3e8)gU=null;else{if(typeof gS!==typeof gT)gU=![];else if(typeof gS==='undefined')gU=!![];else if(typeof gS==='symbol')gU=!![];else if(typeof gS==='boolean')gU=gS==gT;else if(typeof gS==='string')gU=gS==gT;else if(typeof gS==='number'){if(isNaN(gS)||isNaN(gT))gU=isNaN(gS)==isNaN(gT);else gU=gS==gT;}else if(!gS&&!gT)gU=!![];else if(!gS||!gT)gU=![];else if(typeof gS==='function'||typeof gS==='object'){var gV=Object['getOwnPropertyNames'](gS);var gW=Object['getOwnPropertyNames'](gT);if(gV['length']!==gW['length'])gU=![];else for(let gX=0x0;gU===!![]&&gXhd['length']?hg:hd['length'];};BDFDB['readServerList']=function(){var hh=[],hi=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'Guild','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hj in hi)if(hi[hj]['props']&&hi[hj]['props']['guild']&&hi[hj]['_reactInternalFiber']['child'])hh['push'](Object['assign'](new hi[hj]['props']['guild']['constructor'](hi[hj]['props']['guild']),{'div':hi[hj]['_reactInternalFiber']['child']['stateNode'],'instance':hi[hj]}));return hh;};BDFDB['readUnreadServerList']=function(hk){var hl=[];for(let hm of hk===undefined||!Array['isArray'](hk)?BDFDB['readServerList']():hk){let hn=Node['prototype']['isPrototypeOf'](hm)?hm:hm&&hm['div']?hm['div']:null;if(Node['prototype']['isPrototypeOf'](hn)&&(BDFDB['containsClass'](hn,BDFDB['disCN']['guildunread'])||hn['querySelector'](BDFDB['dotCN']['badge'])))hl['push'](hm);}return hl;};BDFDB['getSelectedServer']=function(){var ho=BDFDB['WebModules']['findByProperties']('getGuilds')['getGuild'](BDFDB['WebModules']['findByProperties']('getLastSelectedGuildId')['getGuildId']());if(ho)return BDFDB['getServerData'](ho['id'])||Object['assign'](new ho['constructor'](ho),{'div':null,'instance':null});else return null;};BDFDB['getServerID']=function(hp){if(!Node['prototype']['isPrototypeOf'](hp)||!BDFDB['getReactInstance'](hp))return;let hq=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],hp);if(!hq)return;var hr=hq['querySelector']('a');var hs=hr&&hr['href']?hr['href']['split']('/')['slice'](-0x2)[0x0]:null;return hs&&!isNaN(parseInt(hs))?hs['toString']():null;};BDFDB['getServerDiv']=function(ht){if(!ht)return null;if(Node['prototype']['isPrototypeOf'](ht))return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],ht);else{let hu=typeof ht=='object'?ht['id']:ht;if(hu)return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],document['querySelector'](BDFDB['dotCNS']['guildswrapper']+BDFDB['dotCN']['guild']+'\x20a[href*=\x22/channels/'+hu+'\x22]'));}return null;};BDFDB['getServerData']=function(hv){if(!hv)return null;let hw=Node['prototype']['isPrototypeOf'](hv)?BDFDB['getServerID'](hv):typeof hv=='object'?hv['id']:hv;hw=typeof hw=='number'?hw['toFixed']():hw;for(let hx of BDFDB['readServerList']())if(hx&&hx['id']==hw)return hx;return null;};BDFDB['readChannelList']=function(){var hy=[],hz=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['channels']),'name':['ChannelCategoryItem','ChannelItem','PrivateChannel'],'all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hA in hz)if(hz[hA]['props']&&!hz[hA]['props']['ispin']&&hz[hA]['props']['channel']&&hz[hA]['_reactInternalFiber']['return'])hy['push'](Object['assign'](new hz[hA]['props']['channel']['constructor'](hz[hA]['props']['channel']),{'div':Node['prototype']['isPrototypeOf'](hz[hA]['_reactInternalFiber']['return']['stateNode'])?hz[hA]['_reactInternalFiber']['return']['stateNode']:hz[hA]['_reactInternalFiber']['child']['child']['stateNode'],'instance':hz[hA]}));return hy;};BDFDB['getSelectedChannel']=function(){var hB=BDFDB['WebModules']['findByProperties']('getChannels')['getChannel'](BDFDB['WebModules']['findByProperties']('getLastSelectedChannelId')['getChannelId']());if(hB)return BDFDB['getChannelData'](hB['id'])||Object['assign'](new hB['constructor'](hB),{'div':null,'instance':null});else return null;};BDFDB['getChannelID']=function(hC){if(!Node['prototype']['isPrototypeOf'](hC)||!BDFDB['getReactInstance'](hC))return;hC=BDFDB['getParentEle'](BDFDB['dotCNC']['categorycontainerdefault']+BDFDB['dotCNC']['channelcontainerdefault']+BDFDB['dotCN']['dmchannel'],hC);if(!hC)return;var hD=BDFDB['getKeyInformation']({'node':hC,'key':'channel'});return hD?hD['id']['toString']():null;};BDFDB['getChannelDiv']=function(hE){if(!hE)return null;let hF=BDFDB['getChannelData'](hE);return hF?hF['div']:null;};BDFDB['getChannelData']=function(hG){if(!hG)return null;let hH=Node['prototype']['isPrototypeOf'](hG)?BDFDB['getChannelID'](hG):typeof hG=='object'?hG['id']:hG;hH=typeof hH=='number'?hH['toFixed']():hH;for(let hI of BDFDB['readChannelList']())if(hI&&hI['id']==hH)return hI;return null;};BDFDB['readDmList']=function(){var hJ=[],hK=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'DirectMessage','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hL in hK)if(hK[hL]['props']&&hK[hL]['props']['channel']&&hK[hL]['_reactInternalFiber']['child'])hJ['push'](Object['assign'](new hK[hL]['props']['channel']['constructor'](hK[hL]['props']['channel']),{'div':hK[hL]['_reactInternalFiber']['child']['child']['stateNode'],'instance':hK[hL]}));return hJ;};BDFDB['getDmID']=function(hM){if(!Node['prototype']['isPrototypeOf'](hM)||!BDFDB['getReactInstance'](hM))return;let hN=BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],hM);if(!hN)return;var hO=hN['querySelector']('a');var hP=hO&&hO['href']?hO['href']['split']('/')['slice'](-0x1)[0x0]:null;return hP&&!isNaN(parseInt(hP))?hP['toString']():null;};BDFDB['getDmDiv']=function(hQ){if(!hQ)return null;if(Node['prototype']['isPrototypeOf'](hQ))return BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],hQ);else{let hR=typeof hQ=='object'?hQ['id']:hQ;if(hR){let hS=BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],document['querySelector'](BDFDB['dotCN']['dmguild']+'\x20a[href*=\x22/channels/@me/'+hR+'\x22]'));return hS&&!hS['querySelector'](BDFDB['dotCN']['homeicon'])?hS:null;}}return null;};BDFDB['getDmData']=function(hT){if(!hT)return null;let hU=Node['prototype']['isPrototypeOf'](hT)?BDFDB['getDmID'](hT):typeof hT=='object'?hT['id']:hT;hU=typeof hU=='number'?hU['toFixed']():hU;for(let hV of BDFDB['readDmList']())if(hV&&hV['id']==hU)return hV;return null;};BDFDB['clearReadNotifications']=function(hW){if(!hW)return;var hX=BDFDB['WebModules']['findByProperties']('markGuildAsRead');if(!hX)return;for(let hY of Array['isArray'](hW)?hW:typeof hW=='string'||typeof hW=='number'?Array['of'](hW):Array['from'](hW)){let hZ=Node['prototype']['isPrototypeOf'](hY)?BDFDB['getServerID'](hY):hY&&typeof hY=='object'?hY['id']:hY;if(hZ)hX['markGuildAsRead'](hZ);}};BDFDB['markChannelAsRead']=function(i0){if(!i0)return;var i1=BDFDB['WebModules']['findByProperties']('getOldestUnreadMessageId');var i2=BDFDB['WebModules']['findByProperties']('getAPIBaseURL');var i3=BDFDB['WebModules']['findByProperties']('Permissions','ActivityTypes','StatusTypes');if(!i1||!i2||!i3)return;for(let i4 of Array['isArray'](i0)?i0:typeof i0=='string'||typeof i0=='number'?Array['of'](i0):Array['from'](i0)){let i5=Node['prototype']['isPrototypeOf'](i4)?BDFDB['getChannelID'](i4)||BDFDB['getDmID'](i4):i4&&typeof i4=='object'?i4['id']:i4;if(i5){let i6=i1['getOldestUnreadMessageId'](i5);if(i6)i2['post']({'body':{},'url':i3['Endpoints']['MESSAGES_ACK'](i5,i6)});}}};BDFDB['markGuildAsRead']=function(i7){if(!i7)return;var i8=BDFDB['WebModules']['findByProperties']('markGuildAsRead');if(!i8)return;for(let i9 of Array['isArray'](i7)?i7:typeof i7=='string'||typeof i7=='number'?Array['of'](i7):Array['from'](i7)){let ia=Node['prototype']['isPrototypeOf'](i9)?BDFDB['getServerID'](i9):i9&&typeof i9=='object'?i9['id']:i9;if(ia)i8['markGuildAsRead'](ia);}};BDFDB['saveAllData']=function(ib,ic,id){var ie=require('fs'),ig,ih;if(!BDFDB['isBDv2']()){ih=typeof ic==='string'?ic:ic['name'];ig=require('path')['join'](BDFDB['getPluginsFolder'](),ih+'.config.json');}else{ih=typeof ic==='string'?ic['toLowerCase']():null;var ii=ih?BDFDB['Plugins'][ih]?BDFDB['Plugins'][ih]['contentPath']:null:ic['contentPath'];if(!ii)return;ig=require('path')['join'](ii,'settings.json');}var ij=ie['existsSync'](ig);var ik=!ij?{}:typeof BDFDB['cachedData'][ih]!=='undefined'?BDFDB['cachedData'][ih]:BDFDB['readConfig'](ig);ik[id]=ib;if(BDFDB['isObjectEmpty'](ik[id]))delete ik[id];if(BDFDB['isObjectEmpty'](ik)){delete BDFDB['cachedData'][ih];if(ij)ie['unlinkSync'](ig);}else{BDFDB['cachedData'][ih]=ik;ie['writeFileSync'](ig,JSON['stringify'](ik,null,'\x09'));}};BDFDB['loadAllData']=function(il,im){var io=require('fs'),ip,iq;if(!BDFDB['isBDv2']()){iq=typeof il==='string'?il:il['name'];ip=require('path')['join'](BDFDB['getPluginsFolder'](),iq+'.config.json');}else{iq=typeof il==='string'?il['toLowerCase']():null;var ir=iq?BDFDB['Plugins'][iq]?BDFDB['Plugins'][iq]['contentPath']:null:il['contentPath'];if(!ir)return{};ip=require('path')['join'](ir,'settings.json');}if(!io['existsSync'](ip)){delete BDFDB['cachedData'][iq];return{};}var is=typeof BDFDB['cachedData'][iq]!=='undefined'?BDFDB['cachedData'][iq]:BDFDB['readConfig'](ip);BDFDB['cachedData'][iq]=is;return is&&typeof is[im]!=='undefined'?is[im]:{};};BDFDB['removeAllData']=function(it,iu){var iv=require('fs'),iw,ix;if(!BDFDB['isBDv2']()){ix=typeof it==='string'?it:it['name'];iw=require('path')['join'](BDFDB['getPluginsFolder'](),ix+'.config.json');}else{ix=typeof it==='string'?it['toLowerCase']():null;var iy=ix?BDFDB['Plugins'][ix]?BDFDB['Plugins'][ix]['contentPath']:null:it['contentPath'];if(!iy)return;iw=require('path')['join'](iy,'settings.json');}var iz=iv['existsSync'](iw);var iA=!iz?{}:typeof BDFDB['cachedData'][ix]!=='undefined'?BDFDB['cachedData'][ix]:BDFDB['readConfig'](iw);delete iA[iu];if(BDFDB['isObjectEmpty'](iA)){delete BDFDB['cachedData'][ix];if(iz)iv['unlinkSync'](iw);}else{BDFDB['cachedData'][ix]=iA;iv['writeFileSync'](iw,JSON['stringify'](iA,null,'\x09'));}};BDFDB['getAllData']=function(iB,iC){if(!BDFDB['isObject'](iB)||!iB['defaults']||!iB['defaults'][iC])return{};var iD=BDFDB['loadAllData'](iB,iC),iE={},iF=![];for(let iG in iB['defaults'][iC]){if(iD[iG]==null){iE[iG]=iB['defaults'][iC][iG]['value'];iF=!![];}else iE[iG]=iD[iG];}if(iF)BDFDB['saveAllData'](iE,iB,iC);return iE;};BDFDB['readConfig']=function(iH){try{return JSON['parse'](require('fs')['readFileSync'](iH));}catch(iI){return{};}};BDFDB['saveData']=function(iJ,iK,iL,iM){var iN=BDFDB['loadAllData'](iL,iM);iN[iJ]=iK;BDFDB['saveAllData'](iN,iL,iM);};BDFDB['loadData']=function(iO,iP,iQ){var iR=BDFDB['loadAllData'](iP,iQ);var iS=iR[iO];return iS===undefined?null:iS;};BDFDB['removeData']=function(iT,iU,iV){var iW=BDFDB['loadAllData'](iU,iV);delete iW[iT];BDFDB['saveAllData'](iW,iU,iV);};BDFDB['getData']=function(iX,iY,iZ){var j0=BDFDB['getAllData'](iY,iZ);var j1=j0[iX];return j1===undefined?null:j1;};BDFDB['appendWebScript']=function(j2,j3){if(!j3&&!document['head']['querySelector']('bd-head\x20bd-scripts'))document['head']['appendChild'](BDFDB['htmlToElement'](''));j3=j3||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];j3=Node['prototype']['isPrototypeOf'](j3)?j3:document['head'];BDFDB['removeWebScript'](j2,j3);j3['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebScript']=function(j4,j5){j5=j5||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];j5=Node['prototype']['isPrototypeOf'](j5)?j5:document['head'];BDFDB['removeEles'](j5['querySelectorAll']('script[src=\x22'+j4+'\x22]'));};BDFDB['appendWebStyle']=function(j6,j7){if(!j7&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));j7=j7||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];j7=Node['prototype']['isPrototypeOf'](j7)?j7:document['head'];BDFDB['removeWebStyle'](j6,j7);j7['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebStyle']=function(j8,j9){j9=j9||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];j9=Node['prototype']['isPrototypeOf'](j9)?j9:document['head'];BDFDB['removeEles'](j9['querySelectorAll']('link[href=\x22'+j8+'\x22]'));};BDFDB['appendLocalStyle']=function(ja,jb,jc){if(!jc&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));jc=jc||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];jc=Node['prototype']['isPrototypeOf'](jc)?jc:document['head'];BDFDB['removeLocalStyle'](ja,jc);jc['appendChild'](BDFDB['htmlToElement'](''+jb['replace'](/\t|\r|\n/g,'')+''));};BDFDB['removeLocalStyle']=function(jd,je){je=je||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];je=Node['prototype']['isPrototypeOf'](je)?je:document['head'];BDFDB['removeEles'](je['querySelectorAll']('style[id=\x22'+jd+'CSS\x22]'));};BDFDB['formatBytes']=function(jf,jg){jf=parseInt(jf);if(isNaN(jf)||jf<0x0)return'0\x20Bytes';if(jf==0x1)return'1\x20Byte';var jh=Math['floor'](Math['log'](jf)/Math['log'](0x400));return parseFloat((jf/Math['pow'](0x400,jh))['toFixed'](jg<0x1?0x0:jg>0x14?0x14:jg||0x2))+'\x20'+['Bytes','KB','MB','GB','TB','PB','EB','ZB','YB'][jh];};BDFDB['colorCONVERT']=function(ji,jj,jk){if(!ji)return null;jj=jj===undefined||!jj?jj='RGBCOMP':jj['toUpperCase']();jk=jk===undefined||!jk||!['RGB','RGBA','RGBCOMP','HSL','HSLA','HSLCOMP']['includes'](jk['toUpperCase']())?BDFDB['colorTYPE'](ji):jk['toUpperCase']();if(jj=='RGBCOMP'){switch(jk){case'RGBCOMP':if(ji['length']==0x3)return jU(ji);else if(ji['length']==0x4){var jl=jX(ji['pop']());return jU(ji)['concat'](jl);}case'RGB':return jU(ji['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));case'RGBA':var jm=ji['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var jl=jX(jm['pop']());return jU(jm)['concat'](jl);case'HSLCOMP':if(ji['length']==0x3)return BDFDB['colorCONVERT']('hsl('+ji['join'](',')+')','RGBCOMP');else if(ji['length']==0x4){var jl=jX(jg['pop']());return BDFDB['colorCONVERT']('hsl('+jg['join'](',')+')','RGBCOMP')['concat'](jl);}case'HSL':var jp=k1(ji['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));var jq,jr,js,jt,ju,jv,jw,jx;var jy=jp[0x0]/0x168,jz=parseInt(jp[0x1])/0x64,jA=parseInt(jp[0x2])/0x64;jt=Math['floor'](jy*0x6);ju=jy*0x6-jt;jv=jA*(0x1-jz);jw=jA*(0x1-ju*jz);jx=jA*(0x1-(0x1-ju)*jz);switch(jt%0x6){case 0x0:jq=jA,jr=jx,js=jv;break;case 0x1:jq=jw,jr=jA,js=jv;break;case 0x2:jq=jv,jr=jA,js=jx;break;case 0x3:jq=jv,jr=jw,js=jA;break;case 0x4:jq=jx,jr=jv,js=jA;break;case 0x5:jq=jA,jr=jv,js=jw;break;}return[Math['round'](jq*0xff),Math['round'](jr*0xff),Math['round'](js*0xff)];case'HSLA':var jp=ji['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var jl=jX(jp['pop']());return BDFDB['colorCONVERT']('hsl('+jp['join'](',')+')','RGBCOMP')['concat'](jl);case'HEX':var jD=/^#([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})$|^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['exec'](ji);return[parseInt(jD[0x1]+jD[0x1]||jD[0x4],0x10)['toString'](),parseInt(jD[0x2]+jD[0x2]||jD[0x5],0x10)['toString'](),parseInt(jD[0x3]+jD[0x3]||jD[0x6],0x10)['toString']()];default:return null;}}else{var jE=jk=='RGBCOMP'?ji:BDFDB['colorCONVERT'](ji,'RGBCOMP',jk);if(jE)switch(jj){case'RGB':return'rgb('+jU(jE['slice'](0x0,0x3))['join'](',')+')';case'RGBA':jE=jE['slice'](0x0,0x4);var jl=jE['length']==0x4?jX(jE['pop']()):0x1;return'rgba('+jU(jE)['concat'](jl)['join'](',')+')';case'HSLCOMP':var jl=jE['length']==0x4?jX(jE['pop']()):null;var jp=k1(BDFDB['colorCONVERT'](jE,'HSL')['replace'](/\s/g,'')['split'](','));return jl?jp['concat'](jl):jp;case'HSL':var jq=jS(jE[0x0]),jr=jS(jE[0x1]),js=jS(jE[0x2]);var jL=Math['max'](jq,jr,js),jM=Math['min'](jq,jr,js),jN=jL-jM,jy,jz=jL===0x0?0x0:jN/jL,jA=jL/0xff;switch(jL){case jM:jy=0x0;break;case jq:jy=jr-js+jN*(jr0xff?0xff:ju<0x0?0x0:ju;};function jU(jm){return jm['map'](ju=>{return jS(ju);});};function jX(jl){jl=jl['toString']();jl=(jl['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(jl['replace'](/[^0-9\.\-]/g,''));return isNaN(jl)||jl>0x1?0x1:jl<0x0?0x0:jl;};function jZ(k0){k0=parseFloat(k0['toString']()['replace'](/[^0-9\.\-]/g,''));return(isNaN(k0)||k0>0x64?0x64:k0<0x0?0x0:k0)+'%';};function k1(jm){let jy=parseFloat(jm['shift']()['toString']()['replace'](/[^0-9\.\-]/g,''));jy=isNaN(jy)||jy>0x168?0x168:jy<0x0?0x0:jy;return[jy]['concat'](jm['map'](k4=>{return jZ(k4);}));};};BDFDB['colorSETALPHA']=function(k5,k6,k7){var k8=BDFDB['colorCONVERT'](k5,'RGBCOMP');if(k8){k6=k6['toString']();k6=(k6['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(k6['replace'](/[^0-9\.\-]/g,''));k6=isNaN(k6)||k6>0x1?0x1:k6<0x0?0x0:k6;k8[0x3]=k6;k7=(k7||BDFDB['colorTYPE'](jK))['toUpperCase']();k7=k7=='HSL'||k7=='RGB'?k7+'A':k7;return BDFDB['colorCONVERT'](k8,k7);}return null;};BDFDB['colorCHANGE']=function(k9,ka,kb){ka=parseFloat(ka);if(k9&&typeof ka=='number'&&!isNaN(ka)){var kc=BDFDB['colorCONVERT'](k9,'RGBCOMP');if(kc){if(parseInt(ka)!==ka){ka=ka['toString']();ka=(ka['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(ka['replace'](/[^0-9\.\-]/g,''));ka=isNaN(ka)?0x0:ka;return BDFDB['colorCONVERT']([Math['round'](kc[0x0]*(0x1+ka)),Math['round'](kc[0x1]*(0x1+ka)),Math['round'](kc[0x2]*(0x1+ka))],kb||BDFDB['colorTYPE'](k9));}else return BDFDB['colorCONVERT']([Math['round'](kc[0x0]+ka),Math['round'](kc[0x1]+ka),Math['round'](kc[0x2]+ka)],kb||BDFDB['colorTYPE'](k9));}}return null;};BDFDB['colorINV']=function(kd,ke){if(kd){var kf=BDFDB['colorCONVERT'](kd,'RGBCOMP');if(kf)return BDFDB['colorCONVERT']([0xff-kf[0x0],0xff-kf[0x1],0xff-kf[0x2]],ke||BDFDB['colorTYPE'](kd));}return null;};BDFDB['colorCOMPARE']=function(kg,kh){if(kg&&kh){kg=BDFDB['colorCONVERT'](kg,'RGBCOMP');kh=BDFDB['colorCONVERT'](kh,'RGBCOMP');if(kg&&kh)return BDFDB['equals'](kg,kh);}return null;};BDFDB['colorISBRIGHT']=function(ki,kj=0xa0){ki=BDFDB['colorCONVERT'](ki,'RGBCOMP');if(!ki)return![];return parseInt(kj)ko['toString']()['indexOf']('%')==-0x1&&parseFloat(ko)==parseInt(ko));};function kp(kl){return kl['slice'](0x1,0x3)['every'](kr=>kr['toString']()['indexOf']('%')==kr['length']-0x1);};};BDFDB['setInnerText']=function(ks,kt){if(!ks||!Node['prototype']['isPrototypeOf'](ks))return;var ku=null;for(let kv of ks['childNodes'])if(kv['nodeType']==Node['TEXT_NODE']){ku=kv;break;}if(ku)ku['textContent']=kt;else{ku=document['createTextNode'](kt);ks['appendChild'](ku);}};BDFDB['getInnerText']=function(kw){if(!kw||!Node['prototype']['isPrototypeOf'](kw))return;for(let kx of kw['childNodes'])if(kx['nodeType']==Node['TEXT_NODE'])return kx['textContent'];};BDFDB['getParentEle']=function(ky,kz){var kA=null;if(Node['prototype']['isPrototypeOf'](kz)&&ky){var kB=NodeList['prototype']['isPrototypeOf'](ky)?ky:typeof ky=='string'?document['querySelectorAll'](ky):null;if(kB)for(let kC of kB)if(kC['contains'](kz)){kA=kC;break;}}return kA;};BDFDB['getRects']=function(kD){var kE={};if(Node['prototype']['isPrototypeOf'](kD)&&kD['nodeType']!=Node['TEXT_NODE']){var kF=BDFDB['isEleHidden'](kD);if(kF)BDFDB['toggleEles'](kD);kE=kD['getBoundingClientRect']();if(kF)BDFDB['toggleEles'](kD);}return kE;};BDFDB['getTotalHeight']=function(kG){if(Node['prototype']['isPrototypeOf'](kG)&&kG['nodeType']!=Node['TEXT_NODE']){var kH=BDFDB['getRects'](kG);var kI=getComputedStyle(kG);return kH['height']+parseInt(kI['marginTop'])+parseInt(kI['marginBottom']);}return 0x0;};BDFDB['getTotalWidth']=function(kJ){if(Node['prototype']['isPrototypeOf'](kJ)&&kJ['nodeType']!=Node['TEXT_NODE']){var kK=BDFDB['getRects'](kJ);var kL=getComputedStyle(kJ);return kK['width']+parseInt(kL['marginLeft'])+parseInt(kL['marginRight']);}return 0x0;};BDFDB['isEleHidden']=function(kM){if(Node['prototype']['isPrototypeOf'](kM)&&kM['nodeType']!=Node['TEXT_NODE'])return getComputedStyle(kM,null)['getPropertyValue']('display')=='none';};BDFDB['toggleEles']=function(...kN){if(!kN)return;var kO=kN['pop']();if(typeof kO!='boolean'){kN['push'](kO);kO=undefined;}if(!kN['length'])return;for(let kP of kN)for(let kQ of Array['isArray'](kP)?kP:Array['of'](kP)){if(!kQ){}else if(Node['prototype']['isPrototypeOf'](kQ))kU(kQ);else if(NodeList['prototype']['isPrototypeOf'](kQ))for(let kR of kQ)kU(kR);else if(typeof kQ=='string')for(let kS of kQ['split'](','))if(kS&&(kS=kS['trim']()))for(let kR of document['querySelectorAll'](kS))kU(kR);}function kU(kV){if(!kV||!Node['prototype']['isPrototypeOf'](kV))return;var kW=kO===undefined?!BDFDB['isEleHidden'](kV):!kO;if(kW)kV['style']['setProperty']('display','none','important');else kV['style']['removeProperty']('display');}};BDFDB['removeEles']=function(...kX){for(let kY of kX)for(let kZ of Array['isArray'](kY)?kY:Array['of'](kY)){if(!kZ){}else if(Node['prototype']['isPrototypeOf'](kZ))kZ['remove']();else if(NodeList['prototype']['isPrototypeOf'](kZ)){kZ=Array['from'](kZ);while(kZ['length'])kZ['shift']()['remove']();}else if(typeof kZ=='string')for(let l0 of kZ['split'](','))if(l0&&(l0=l0['trim']())){let l1=Array['from'](document['querySelectorAll'](l0));while(l1['length'])l1['shift']()['remove']();}}};BDFDB['addClass']=function(l2,...l3){if(!l2||!l3)return;for(let l4 of Array['isArray'](l2)?l2:Array['of'](l2)){if(!l4){}else if(Node['prototype']['isPrototypeOf'](l4))l8(l4);else if(NodeList['prototype']['isPrototypeOf'](l4))for(let l5 of l4)l8(l5);else if(typeof l4=='string')for(let l6 of l4['split'](','))if(l6&&(l6=l6['trim']()))for(let l7 of document['querySelectorAll'](l6))l8(l7);}function l8(l9){if(l9&&l9['classList'])for(let la of l3)if(typeof la=='string')for(let lb of la['split']('\x20'))if(lb)l9['classList']['add'](lb);}};BDFDB['removeClass']=function(lc,...ld){if(!lc||!ld)return;for(let le of Array['isArray'](lc)?lc:Array['of'](lc)){if(!le){}else if(Node['prototype']['isPrototypeOf'](le))li(le);else if(NodeList['prototype']['isPrototypeOf'](le))for(let lf of le)li(lf);else if(typeof le=='string')for(let lg of le['split'](','))if(lg&&(lg=lg['trim']()))for(let lh of document['querySelectorAll'](lg))li(lh);}function li(lj){if(lj&&lj['classList'])for(let lk of ld)if(typeof lk=='string')for(let ll of lk['split']('\x20'))if(ll)lj['classList']['remove'](ll);}};BDFDB['toggleClass']=function(lm,...ln){if(!lm||!ln)return;var lo=ln['pop']();if(typeof lo!='boolean'){ln['push'](lo);lo=undefined;}if(!ln['length'])return;for(let lp of Array['isArray'](lm)?lm:Array['of'](lm)){if(!lp){}else if(Node['prototype']['isPrototypeOf'](lp))lt(lp);else if(NodeList['prototype']['isPrototypeOf'](lp))for(let lq of lp)lt(lq);else if(typeof lp=='string')for(let lr of lp['split'](','))if(lr&&(lr=lr['trim']()))for(let ls of document['querySelectorAll'](lr))lt(ls);}function lt(lu){if(lu&&lu['classList'])for(let lv of ln)if(typeof lv=='string')for(let lw of lv['split']('\x20'))if(lw)lu['classList']['toggle'](lw,lo);}};BDFDB['containsClass']=function(lx,...ly){if(!lx||!ly)return;var lz=ly['pop']();if(typeof lz!='boolean'){ly['push'](lz);lz=!![];}if(!ly['length'])return;var lA=undefined;for(let lB of Array['isArray'](lx)?lx:Array['of'](lx)){if(!lB){}else if(Node['prototype']['isPrototypeOf'](lB))lF(lB);else if(NodeList['prototype']['isPrototypeOf'](lB))for(let lC of lB)lF(lC);else if(typeof lB=='string')for(let lD of lB['split'](','))if(lD&&(lD=lD['trim']()))for(let lE of document['querySelectorAll'](lD))lF(lE);}return lA;function lF(lG){if(lG&&lG['classList'])for(let lH of ly)if(typeof lH=='string')for(let lI of lH['split']('\x20'))if(lI){if(lA===undefined)lA=lz;if(lz&&!lG['classList']['contains'](lI))lA=![];if(!lz&&lG['classList']['contains'](lI))lA=!![];}}};BDFDB['removeClasses']=function(...lJ){for(let lK of lJ)for(let lL of Array['isArray'](lK)?lK:Array['of'](lK)){if(!lL){}else if(typeof lL=='string')for(let lM of lL['split'](','))if(lM&&(lM=lM['replace'](/\.|\s/g,'')))BDFDB['removeClass'](document['querySelectorAll']('.'+lM),lM);}};BDFDB['htmlToElement']=function(lN){if(!lN||!lN['trim']())return null;let lO=document['createElement']('template');lO['innerHTML']=lN['replace'](/\t|\n|\r/g,'');if(lO['content']['childElementCount']==0x1)return lO['content']['firstElementChild'];else{var lP=document['createElement']('span');var lQ=Array['from'](lO['content']['childNodes']);while(lQ['length'])lP['appendChild'](lQ['shift']());return lP;}};BDFDB['encodeToHTML']=function(lR){var lS=document['createElement']('div');lS['innerText']=lR;return lS['innerHTML'];};BDFDB['regEscape']=function(lT){return lT['replace'](/([\-\/\\\^\$\*\+\?\.\(\)\|\[\]\{\}])/g,'\x5c$1');};BDFDB['insertNRST']=function(lU){return lU['replace'](/\\r/g,'\x0d')['replace'](/\\n/g,'\x0a')['replace'](/\\t/g,'\x09')['replace'](/\\s/g,'\x20');};BDFDB['triggerSend']=function(lV){if(!lV)return;setImmediate(()=>{var lW=new KeyboardEvent('keypress',{'key':'Enter','code':'Enter','which':0xd,'keyCode':0xd,'bubbles':!![]});Object['defineProperty'](lW,'keyCode',{'value':0xd});Object['defineProperty'](lW,'which',{'value':0xd});lV['dispatchEvent'](lW);});};BDFDB['initElements']=function(lX,lY){if(!Node['prototype']['isPrototypeOf'](lX))return;var lZ=BDFDB['WebModules']['findByProperties']('spring');var m0=BDFDB['getDiscordTheme']()==BDFDB['disCN']['themelight'];var m1=BDFDB['getLibraryStrings']();lX['querySelectorAll'](BDFDB['dotCN']['switchinner'])['forEach'](m2=>{n0(m2,![]);nl(m2,'click',m3=>{n0(m2,!![]);});});lX['querySelectorAll'](BDFDB['dotCNS']['checkboxwrapper']+BDFDB['dotCN']['checkboxinput'])['forEach'](m4=>{na(m4,![]);nl(m4,'click',m5=>{na(m4,!![]);});});lX['querySelectorAll'](BDFDB['dotCN']['giffavoritebutton'])['forEach'](m6=>{ne(m6);nl(m6,'click',m7=>{BDFDB['toggleClass'](m6,BDFDB['disCN']['giffavoriteselected']);ne(m6);});});lX['querySelectorAll']('.file-navigator')['forEach'](m8=>{nl(m8,'click',m9=>{var ma=m8['querySelector']('input[type=\x22file\x22]');if(ma)ma['click']();});});lX['querySelectorAll']('input[type=\x22file\x22]')['forEach'](mb=>{nl(mb,'change',mc=>{var md=mb['parentElement']['parentElement']['querySelector']('input[type=\x22text\x22]');var me=mb['files'][0x0];if(md&&me)md['value']=me['path'];});});lX['querySelectorAll'](BDFDB['dotCN']['input'])['forEach'](mf=>{nl(mf,'keydown',mg=>{mg['stopPropagation']();});});lX['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarinput'])['forEach'](mh=>{mh['setAttribute']('placeholder',m1['search_placeholder']);nl(mh,'keyup',mi=>{BDFDB['toggleClass'](mh['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible'],mh['value']['length']==0x0);BDFDB['toggleClass'](mh['parentElement']['querySelector'](BDFDB['dotCN']['searchbarclear']),BDFDB['disCN']['searchbarvisible'],mh['value']['length']>0x0);});});lX['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarclear'])['forEach'](mj=>{nl(mj,'click',mk=>{if(BDFDB['containsClass'](mj,BDFDB['disCN']['searchbarvisible'])){var ml=mj['parentElement']['parentElement']['querySelector'](BDFDB['dotCN']['searchbarinput']);ml['value']='';ml['dispatchEvent'](new Event('change'));ml['dispatchEvent'](new Event('input'));ml['dispatchEvent'](new Event('keydown'));ml['dispatchEvent'](new Event('keyup'));ml['dispatchEvent'](new Event('keypressed'));BDFDB['addClass'](mj['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible']);BDFDB['removeClass'](mj,BDFDB['disCN']['searchbarvisible']);}});});lX['querySelectorAll']('.numberinput-button-up')['forEach'](mm=>{nl(mm,'click',mn=>{var mo=mm['parentElement']['parentElement']['querySelector']('input');var mp=parseInt(mo['getAttribute']('min'));var mq=parseInt(mo['getAttribute']('max'));var mr=parseInt(mo['value'])+0x1;if(isNaN(mq)||!isNaN(mq)&&mr<=mq){BDFDB['addClass'](mm['parentElement'],'pressed');clearTimeout(mm['parentElement']['pressedTimeout']);mo['value']=isNaN(mp)||!isNaN(mp)&&mr>=mp?mr:mp;mo['dispatchEvent'](new Event('change'));mo['dispatchEvent'](new Event('input'));mo['dispatchEvent'](new Event('keydown'));mo['dispatchEvent'](new Event('keyup'));mo['dispatchEvent'](new Event('keypressed'));mm['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](mm['parentElement'],'pressed');},0xbb8);}});});lX['querySelectorAll']('.numberinput-button-down')['forEach'](ms=>{nl(ms,'click',mt=>{var mu=ms['parentElement']['parentElement']['querySelector']('input');var mv=parseInt(mu['getAttribute']('min'));var mw=parseInt(mu['getAttribute']('max'));var mx=parseInt(mu['value'])-0x1;if(isNaN(mv)||!isNaN(mv)&&mx>=mv){BDFDB['addClass'](ms['parentElement'],'pressed');clearTimeout(ms['parentElement']['pressedTimeout']);mu['value']=isNaN(mw)||!isNaN(mw)&&mx<=mw?mx:mw;mu['dispatchEvent'](new Event('change'));mu['dispatchEvent'](new Event('input'));mu['dispatchEvent'](new Event('keydown'));mu['dispatchEvent'](new Event('keyup'));mu['dispatchEvent'](new Event('keypressed'));ms['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](ms['parentElement'],'pressed');},0xbb8);}});});lX['querySelectorAll']('.amount-input')['forEach'](my=>{nl(my,'input',mz=>{if(BDFDB['isObject'](lY)){var mA=my['getAttribute']('option');var mB=parseInt(my['value']);var mC=parseInt(my['getAttribute']('min'));var mD=parseInt(my['getAttribute']('max'));if(mA&&!isNaN(mB)&&(isNaN(mC)||!isNaN(mC)&&mB>=mC)&&(isNaN(mD)||!isNaN(mD)&&mB<=mD)){BDFDB['saveData'](mA,mB,lY,'amounts');lY['SettingsUpdated']=!![];}}});});lX['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](mE=>{ni(mE,mE['parentElement']['querySelector'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])==mE?0x2:0x0);nl(mE,'click',mF=>{BDFDB['removeClass'](lX['querySelectorAll']('.tab-content.open'),'open');mE['parentElement']['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](mE=>{ni(mE,0x0);});var mH=lX['querySelector']('.tab-content[tab=\x22'+mE['getAttribute']('tab')+'\x22]');if(mH)BDFDB['addClass'](mH,'open');ni(mE,0x2);});nl(mE,'mouseenter',mI=>{if(!BDFDB['containsClass'](mE,BDFDB['disCN']['settingsselected']))ni(mE,0x1);});nl(mE,'mouseleave',mJ=>{if(!BDFDB['containsClass'](mE,BDFDB['disCN']['settingsselected']))ni(mE,0x0);});});lX['querySelectorAll']('.DevilBro-textscrollwrapper')['forEach'](mK=>{var mL=mK['querySelector']('.DevilBro-textscroll');if(mL){if(BDFDB['containsClass'](mK['parentElement'],BDFDB['disCN']['contextmenuitemsubmenu']))mK['style']['setProperty']('margin-right','10px');if(BDFDB['getRects'](mK)['width']>0x64)mK['style']['setProperty']('text-overflow','ellipsis','important');mK['style']['setProperty']('position','relative','important');mK['style']['setProperty']('display','block','important');mK['style']['setProperty']('overflow','hidden','important');mL['style']['setProperty']('left','0px','important');mL['style']['setProperty']('position','relative','important');mL['style']['setProperty']('white-space','nowrap','important');mL['style']['setProperty']('display','inline','important');var mM,mN;nl(mK,'mouseenter',mO=>{if(BDFDB['getRects'](mK)['width']{if(BDFDB['containsClass'](mK,'scrolling')){BDFDB['removeClass'](mK,'scrolling');mL['style']['setProperty']('display','inline','important');if(!mN||!mM)mQ();mM(0x0);}});function mQ(){mN=new lZ['Value'](0x0);mN['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['getRects'](mL)['width']-BDFDB['getRects'](mK)['width'])*-0x1]})['addListener'](mR=>{mL['style']['setProperty']('left',mR['value']+'px','important');});mM=mS=>{var mT=mS+parseFloat(mL['style']['getPropertyValue']('left'))/(BDFDB['getRects'](mL)['width']-BDFDB['getRects'](mK)['width']);mT=isNaN(mT)||!isFinite(mT)?mS:mT;mT*=BDFDB['getRects'](mL)['width']/(BDFDB['getRects'](mK)['width']*0x2);lZ['parallel']([lZ['timing'](mN,{'toValue':mS,'duration':Math['sqrt'](mT**0x2)*0xfa0/(mK['getAttribute']('speed')||0x1)})])['start']();};}}});BDFDB['removeClass'](lX['querySelectorAll']('.tab-content'),'open');BDFDB['addClass'](lX['querySelector']('.tab-content'),'open');lX['querySelectorAll']('.btn-save\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mU=>{mU['innerText']=m1['btn_save_text'];});lX['querySelectorAll']('.btn-cancel\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mV=>{mV['innerText']=m1['btn_cancel_text'];});lX['querySelectorAll']('.btn-all\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mW=>{mW['innerText']=m1['btn_all_text'];});lX['querySelectorAll']('.btn-add\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mX=>{mX['innerText']=m1['btn_add_text'];});lX['querySelectorAll']('.btn-ok\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mY=>{mY['innerText']=m1['btn_ok_text'];});lX['querySelectorAll']('.file-navigator\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mZ=>{mZ['innerText']=m1['file_navigator_text'];});function n0(n1,n2){var n3=n1['checked'];BDFDB['toggleClass'](n1['parentElement'],BDFDB['disCN']['switchvaluechecked'],n3);BDFDB['toggleClass'](n1['parentElement'],BDFDB['disCN']['switchvalueunchecked'],!n3);if(n2&&BDFDB['isObject'](lY)&&BDFDB['containsClass'](n1,'settings-switch')){let n4=n1['getAttribute']('value')['trim']()['split']('\x20')['filter'](n5=>n5);let n6=n4['shift']();if(n6){var n7=BDFDB['loadAllData'](lY,n6);var n8='';for(let n9 of n4)n8+='{\x22'+n9+'\x22:';n8+=n3+'}'['repeat'](n4['length']);n8=JSON['parse'](n8);if(BDFDB['isObject'](n8))BDFDB['deepAssign'](n7,n8);else n7=n8;BDFDB['saveAllData'](n7,lY,n6);lY['SettingsUpdated']=!![];}}};function na(nb){var nc=nb['parentElement']['querySelector'](BDFDB['dotCN']['checkbox']);var nd=nc['querySelector']('polyline');if(nb['checked']){BDFDB['addClass'](nc,BDFDB['disCN']['checkboxchecked']);nc['style']['setProperty']('background-color','rgb(67,\x20181,\x20129)');nc['style']['setProperty']('border-color','rgb(67,\x20181,\x20129)');nd['setAttribute']('stroke','#ffffff');}else{BDFDB['removeClass'](nc,BDFDB['disCN']['checkboxchecked']);nc['style']['removeProperty']('background-color');nc['style']['removeProperty']('border-color');nd['setAttribute']('stroke','transparent');}};function ne(nf){var ng=BDFDB['containsClass'](nf,BDFDB['disCN']['giffavoriteselected']);var nh=nf['querySelector'](BDFDB['dotCN']['giffavoriteicon']);nh['setAttribute']('name',ng?'FavoriteFilled':'Favorite');nh['innerHTML']=ng?'':'';if(ng){BDFDB['addClass'](nf,BDFDB['disCN']['giffavoriteshowpulse']);setTimeout(()=>{BDFDB['removeClass'](nf,BDFDB['disCN']['giffavoriteshowpulse']);},0x1f4);}};function ni(nj,nk){switch(nk){case 0x0:BDFDB['removeClass'](nj,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](nj,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](nj,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](nj,BDFDB['disCN']['settingsitemdefault']);nj['style']['setProperty']('border-color','transparent');nj['style']['setProperty']('color',m0?'rgba(79,\x2084,\x2092,\x200.4)':'rgba(255,\x20255,\x20255,\x200.4)');break;case 0x1:BDFDB['removeClass'](nj,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](nj,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](nj,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](nj,BDFDB['disCN']['settingsitemdefault']);nj['style']['setProperty']('border-color',m0?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');nj['style']['setProperty']('color',m0?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');break;case 0x2:BDFDB['removeClass'](nj,BDFDB['disCN']['settingsnotselected']);BDFDB['removeClass'](nj,BDFDB['disCN']['settingsitemdefault']);BDFDB['addClass'](nj,BDFDB['disCN']['settingsselected']);BDFDB['addClass'](nj,BDFDB['disCN']['settingsitemselected']);nj['style']['setProperty']('border-color',m0?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');nj['style']['setProperty']('color',m0?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');break;}};function nl(nm,nn,no){if(!nm['BDFDBinitElementsListeners'])nm['BDFDBinitElementsListeners']={};if(nm['BDFDBinitElementsListeners'][nn])nm['removeEventListener'](nn,nm['BDFDBinitElementsListeners'][nn]);nm['BDFDBinitElementsListeners'][nn]=no;nm['addEventListener'](nn,no);};};BDFDB['appendModal']=function(np){if(!Node['prototype']['isPrototypeOf'](np))return;var nq=document['querySelector'](BDFDB['dotCN']['app']+'\x20~\x20[class^=\x22theme\x22]:not([class*=\x22popouts\x22])');if(!nq)return;var nr=ns=>{if(!document['contains'](np))document['removeEventListener']('keydown',nr);else if(ns['which']==0x1b)np['querySelector'](BDFDB['dotCN']['backdrop'])['click']();};document['addEventListener']('keydown',nr);BDFDB['addChildEventListener'](np,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCNC']['modalclose']+'.btn-close,\x20.btn-save,\x20.btn-send,\x20.btn-cancel,\x20.btn-ok',()=>{document['removeEventListener']('keydown',nr);BDFDB['addClass'](np,'closing');setTimeout(()=>{np['remove']();},0x12c);});nq['appendChild'](np);BDFDB['initElements'](np);};BDFDB['openConfirmModal']=function(){if(arguments['length']<0x2)return;var nt=arguments[0x0];var nu=arguments[0x1];if(!BDFDB['isObject'](nt)||!nu)return;var nv=typeof arguments[0x2]=='function'?arguments[0x2]:typeof arguments[0x3]=='function'?arguments[0x3]:null;var nw=typeof arguments[0x2]=='string'?arguments[0x2]:'Are\x20you\x20sure?';let nx=BDFDB['htmlToElement'](''+nw+''+nt['name']+''+nu+'\x20');BDFDB['appendModal'](nx);if(typeof nv=='function')nx['querySelector']('.btn-ok')['addEventListener']('click',()=>{setTimeout(()=>{nv();},0x12c);});return nx;};BDFDB['updateContextPosition']=function(ny,nz=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](ny))return;var nA=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var nB=BDFDB['getRects'](ny);var nC={'pageX':nz['pageX']-nB['width'],'pageY':nz['pageY']-nB['height']};ny['style']['setProperty']('left',(nz['pageX']+nB['width']>nA['width']?nC['pageX']<0x0?0xa:nC['pageX']:nz['pageX'])+'px');ny['style']['setProperty']('top',(nz['pageY']+nB['height']>nA['height']?nC['pageY']<0x0?0xa:nC['pageY']:nz['pageY'])+'px');BDFDB['initElements'](ny);};BDFDB['appendContextMenu']=function(nD,nE=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](nD))return;var nF=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!nF)return;nF['parentElement']['insertBefore'](nD,nF);var nG=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var nH=BDFDB['getRects'](nD);BDFDB['toggleClass'](nD,'invertX',nE['pageX']+nH['width']>nG['width']);BDFDB['toggleClass'](nD,'invertY',nE['pageY']+nH['height']>nG['height']);BDFDB['toggleClass'](nD,BDFDB['disCN']['contextmenuinvertchildx'],nE['pageX']+nH['width']>nG['width']);BDFDB['addClass'](nD,BDFDB['getDiscordTheme']());BDFDB['updateContextPosition'](nD,nE);var nI=nJ=>{if(!document['contains'](nD))document['removeEventListener']('mousedown',nI);else if(!nD['contains'](nJ['target'])){document['removeEventListener']('mousedown',nI);nD['remove']();}else{var nK=BDFDB['getParentEle'](BDFDB['dotCN']['contextmenuitem'],nJ['target']);if(nK&&!BDFDB['containsClass'](nK,BDFDB['disCN']['contextmenuitemdisabled'],BDFDB['disCN']['contextmenuitemsubmenu'],BDFDB['disCN']['contextmenuitemtoggle'],![])){document['removeEventListener']('mousedown',nI);}}};document['addEventListener']('mousedown',nI);BDFDB['initElements'](nD);};BDFDB['closeContextMenu']=function(nL){if(!BDFDB['isObject'](nL))return;var nM=Node['prototype']['isPrototypeOf'](nL)?BDFDB['getOwnerInstance']({'node':nL,'name':'ContextMenu','up':!![]}):BDFDB['getOwnerInstance']({'instance':nL,'name':'ContextMenu','up':!![]});if(BDFDB['isObject'](nM)&&nM['props']&&typeof nM['props']['closeContextMenu']=='function')nM['props']['closeContextMenu']();};BDFDB['appendSubMenu']=function(nN,nO){if(!Node['prototype']['isPrototypeOf'](nN)||!Node['prototype']['isPrototypeOf'](nO))return;nN['appendChild'](nO);var nP=BDFDB['getRects'](nN);var nQ=BDFDB['getRects'](nO);nO['style']['setProperty']('left',nP['left']+'px');nO['style']['setProperty']('top',(nP['top']+nQ['height']>global['window']['outerHeight']?nP['top']-nQ['height']+nP['height']:nP['top'])+'px');BDFDB['addClass'](nO,BDFDB['getDiscordTheme']());var nR=()=>{nN['removeEventListener']('mouseleave',nR);nO['remove']();};nN['addEventListener']('mouseleave',nR);BDFDB['initElements'](nO);};BDFDB['setContextHint']=function(nS,nT){if(!nT||!Node['prototype']['isPrototypeOf'](nS))return;var nU=nS['querySelector'](BDFDB['dotCN']['contextmenuhint']);if(nU){nS['style']['setProperty']('position','relative','important');nU['innerHTML']=''+BDFDB['encodeToHTML'](nT)+'';if(!BDFDB['containsClass'](nU['previousElementSibling'],'DevilBro-textscrollwrapper')){BDFDB['addClass'](nU['previousElementSibling'],'DevilBro-textscrollwrapper');nU['previousElementSibling']['setAttribute']('speed',0x3);nU['previousElementSibling']['innerHTML']=''+BDFDB['encodeToHTML'](nU['previousElementSibling']['innerText'])+'';}var nV=BDFDB['getRects'](nS)['width']-(parseFloat(getComputedStyle(nS)['paddingLeft'])+parseFloat(getComputedStyle(nS)['paddingRight']));nU['previousElementSibling']['style']['setProperty']('width',nV-0x24+'px','important');nU['previousElementSibling']['style']['setProperty']('max-width',nV-0x24+'px','important');nU['style']['setProperty']('position','absolute','important');nU['style']['setProperty']('top',getComputedStyle(nS)['paddingTop'],'important');nU['style']['setProperty']('right',getComputedStyle(nS)['paddingRight'],'important');nU['style']['setProperty']('width','32px','important');nU['style']['setProperty']('max-width','32px','important');}};BDFDB['openGuildContextMenu']=function(nW,nX=BDFDB['mousePosition']){var nY=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],nW);if(!nY)return;var nZ=BDFDB['getReactValue'](nY,'child.child.stateNode.handleContextMenu');if(nZ)nZ({'target':nY,'preventDefault':o0=>o0,'stopPropagation':o1=>o1,'pageX':nX['pageX'],'pageY':nX['pageY']});};BDFDB['createMessageOptionPopout']=function(o2){if(!o2)return;var o3=document['querySelector'](BDFDB['dotCN']['popouts']);if(!o3)return;o2=BDFDB['containsClass'](o2,BDFDB['disCN']['optionpopoutbutton'])?o2:o2['querySelector'](BDFDB['dotCN']['optionpopoutbutton']);var o4=BDFDB['getReactInstance'](BDFDB['getParentEle'](BDFDB['dotCN']['messagebuttoncontainer'],o2));o4=o4&&o4['child']?o4['child']:null;o4=o4&&o4['stateNode']&&typeof o4['stateNode']['renderReactionPopout']=='function'?o4['sibling']:o4;if(o4&&o4['stateNode']&&typeof o4['stateNode']['renderOptionPopout']=='function'){BDFDB['addClass'](o2,'popout-open');var o5=BDFDB['htmlToElement']('');o3['appendChild'](o5);var o6=o4['stateNode']['renderOptionPopout'](o4['stateNode']['props']);o6['props']['target']=o2;o6['props']['onClose']=()=>{BDFDB['removeClass'](o2,'popout-open');o5['remove']();};BDFDB['React']['render'](o6,o5);var o7=BDFDB['getRects'](o2);o5['style']['setProperty']('left',o7['left']+o7['width']/0x2+'px');o5['style']['setProperty']('top',o7['top']+o7['height']/0x2+'px');var o8=o9=>{document['removeEventListener']('mousedown',o8);if(!o5['contains'](o9['target']))o6['props']['onClose']();};document['addEventListener']('mousedown',o8);}};BDFDB['createSortPopout']=function(oa,ob,oc){if(!oa||!ob||typeof oc!='function'||BDFDB['containsClass'](oa,'popout-open'))return;var od=document['querySelector'](BDFDB['dotCN']['popouts']);var oe=oa['querySelector'](BDFDB['dotCNC']['quickselectvalue']+BDFDB['dotCN']['recentmentionsmentionfiltervalue']);if(!od||!oe)return;BDFDB['addClass'](oa,'popout-open');var of=BDFDB['htmlToElement'](ob);var og=BDFDB['getRects'](oa);of['style']['setProperty']('left',og['left']+og['width']+'px');of['style']['setProperty']('top',og['top']+BDFDB['getRects'](oe)['height']+'px');BDFDB['addClass'](of['querySelector'](BDFDB['dotCN']['contextmenu']),BDFDB['getDiscordTheme']());BDFDB['addChildEventListener'](of,'click',BDFDB['dotCN']['contextmenuitem'],oh=>{oe['innerText']=oh['currentTarget']['innerText'];oe['setAttribute']('option',oh['currentTarget']['getAttribute']('option'));document['removeEventListener']('mousedown',oi);of['remove']();setTimeout(()=>{BDFDB['removeClass'](oa,'popout-open');},0x12c);oc();});od['appendChild'](of);var oi=oj=>{if(!document['contains'](of))document['removeEventListener']('mousedown',oi);else if(!of['contains'](oj['target'])){document['removeEventListener']('mousedown',oi);of['remove']();setTimeout(()=>{BDFDB['removeClass'](oa,'popout-open');},0x12c);}};document['addEventListener']('mousedown',oi);};BDFDB['setColorSwatches']=function(ok,ol){if(!Node['prototype']['isPrototypeOf'](ok))return;var om=ok['querySelector']('.swatches:not([swatchnr])');if(!om)return;om['setAttribute']('swatchnr',parseInt(ok['querySelectorAll']('.swatches[swatchnr]')['length']+0x1));var on=['rgb(82,233,30)','rgb(46,204,113)','rgb(26,188,156)','rgb(52,152,219)','rgb(52,84,219)','rgb(134,30,233)','rgb(155,89,182)','rgb(233,30,99)','rgb(233,65,30)','rgb(231,76,60)','rgb(230,126,34)','rgb(241,196,15)','rgb(199,204,205)','rgb(112,128,136)','rgb(99,99,99)','rgb(255,255,255)','rgb(59,173,20)','rgb(31,139,76)','rgb(17,128,106)','rgb(32,102,148)','rgb(32,57,148)','rgb(109,20,173)','rgb(113,54,138)','rgb(173,20,87)','rgb(173,32,20)','rgb(153,45,34)','rgb(168,67,0)','rgb(194,124,14)','rgb(151,156,159)','rgb(93,104,109)','rgb(44,44,44)'];om['appendChild'](BDFDB['htmlToElement'](''+on['map']((oo,op)=>'')['join']('')+''));if(ol&&!BDFDB['colorCOMPARE'](ol,[0x0,0x0,0x0,0x0])){var oq=on['indexOf'](BDFDB['colorCONVERT'](ol,'RGB'));ot(oq>-0x1?om['querySelectorAll']('.ui-color-picker-swatch.small.color')[oq]:om['querySelector']('.ui-color-picker-swatch.large.custom'),ol,!![]);}else ot(om['querySelector']('.ui-color-picker-swatch.small.nocolor'),null,!![]);BDFDB['addChildEventListener'](om,'click','.ui-color-picker-swatch',or=>{if(BDFDB['containsClass'](om,'disabled'))return;else if(BDFDB['containsClass'](or['currentTarget'],'custom')){BDFDB['openColorPicker'](or['currentTarget']['style']['backgroundColor'])['then'](os=>{ot(om['querySelector']('.ui-color-picker-swatch.selected'),null,![]);ot(om['querySelector']('.ui-color-picker-swatch.custom'),os,!![]);});}else{ot(om['querySelector']('.ui-color-picker-swatch.selected'),null,![]);ot(or['currentTarget'],or['currentTarget']['style']['getPropertyValue']('background-color'),!![]);}});function ot(ou,ov,ow){if(!ou)return;if(ow){BDFDB['addClass'](ou,'selected');if(ov)ou['style']['setProperty']('border-color',BDFDB['colorINV'](ov,'RGB'),'important');else ou['style']['removeProperty']('border-color');if(ov&&BDFDB['containsClass'](ou,'custom')){var ox=BDFDB['colorCONVERT'](ov,'RGBCOMP');ou['style']['setProperty']('background-color',BDFDB['colorCONVERT'](ov,'RGB'),'important');ou['querySelector']('.color-picker-dropper-fg')['style']['setProperty']('color',ox[0x0]>0x96&&ox[0x1]>0x96&&ox[0x2]>0x96?'#000':'#FFF','important');}}else{BDFDB['removeClass'](ou,'selected');ou['style']['removeProperty']('border-color');}}};BDFDB['getSwatchColor']=function(oy,oz){if(!Node['prototype']['isPrototypeOf'](oy))return;var oA=oy['querySelector']('.swatches[swatchnr=\x22'+oz+'\x22]\x20.ui-color-picker-swatch.selected');return oA?BDFDB['colorCONVERT'](oA['style']['getPropertyValue']('background-color'),'RGBCOMP'):null;};BDFDB['openColorPicker']=function(oB){return new Promise(oC=>{oB=BDFDB['colorCONVERT'](oB,'RGB')||'rgb(0,0,0)';var oD=BDFDB['getLibraryStrings']();var oE={'HEX':{'type':'text','name':'hex','group':'HEX','min':null,'max':null,'length':0x7,'unit':'','default':'#000000'},'R':{'type':'number','name':'red','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'G':{'type':'number','name':'green','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'B':{'type':'number','name':'blue','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'H':{'type':'number','name':'hue','group':'HSL','min':0x0,'max':0x168,'length':null,'unit':'°','default':0x0},'S':{'type':'number','name':'saturation','group':'HSL','min':0x0,'max':0x64,'length':null,'unit':'%','default':0x0},'L':{'type':'number','name':'lightness','group':'HSL','min':0x0,'max':0x64,'length':null,'unit':'%','default':0x0}};var oF=BDFDB['htmlToElement'](''+oD['colorpicker_modal_header_text']+''+Object['keys'](oE)['map']((oG,oH)=>''+oG+':'+(oE[oG]['type']=='number'?'':'')+''+oE[oG]['unit']+'')['join']('')+'');BDFDB['appendModal'](oF);BDFDB['addChildEventListener'](oF,'click','.btn-ok',()=>{oC(oF['querySelector']('[class^=\x22colorpicker-preview-\x22].selected')['style']['getPropertyValue']('background-color'));});BDFDB['addChildEventListener'](oF,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCN']['modalclose'],()=>{oC(null);});var oI='#000000',oJ=0x0,oK=0x0,oL=0x0,oM=0x0,oN=0x0,oO=0x0;var oP=oF['querySelector']('.colorpicker-hex');var oQ=oF['querySelector']('.colorpicker-hue');var oR=oF['querySelector']('.colorpicker-saturation');var oS=oF['querySelector']('.colorpicker-lightness');var oT=oF['querySelector']('.colorpicker-red');var oU=oF['querySelector']('.colorpicker-green');var oV=oF['querySelector']('.colorpicker-blue');var oW=oF['querySelector']('.colorpicker-pickerpane');var oX=oF['querySelector']('.colorpicker-pickercursor');var oY=oF['querySelector']('circle');var oZ=oF['querySelector']('.colorpicker-sliderpane');var p0=oF['querySelector']('.colorpicker-slidercursor');var p1=oF['querySelector']('path');var p2=0x0;var p3=0x0;var p4,p5,p6,p7,p8,p9;var pa=0x0;var pb,pc,pd;[oM,oN,oO]=BDFDB['colorCONVERT'](oB,'HSLCOMP');pG();setTimeout(()=>{pz();},0x12c);oW['addEventListener']('mousedown',pe=>{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');pp(pe['button']);pA();p2=pe['clientX']-p4;p3=pe['clientY']-p5;pF();oN=BDFDB['mapRange']([p6-p4,p7-p4],[0x0,0x64],p2)+'%';oO=BDFDB['mapRange']([p8-p5,p9-p5],[0x64,0x0],p3)+'%';pG();var pf=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',pf);document['removeEventListener']('mousemove',pg);};var pg=ph=>{p2=ph['clientX']>p7?p7-p4:ph['clientX']p9?p9-p5:ph['clientY']{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');pp(pi['button']);pA();pa=pi['clientY']-pb;pF();oM=BDFDB['mapRange']([pc-pb,pd-pb],[0x168,0x0],pa);pG();var pj=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',pj);document['removeEventListener']('mousemove',pk);};var pk=pl=>{pa=pl['clientY']>pd?pd-pb:pl['clientY']{ps(pm['currentTarget']['getAttribute']('group'));});BDFDB['addChildEventListener'](oF,'click','[class^=\x22colorpicker-preview-\x22]',pn=>{var po=oF['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');po['style']['setProperty']('border-color','transparent');BDFDB['removeClass'](po,'selected');BDFDB['addClass'](pn['currentTarget'],'selected');[oM,oN,oO]=BDFDB['colorCONVERT'](pn['currentTarget']['style']['getPropertyValue']('background-value'),'HSLCOMP');pG();pz();});function pp(pq){var pr=oF['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');pr['style']['removeProperty']('border-color');BDFDB['removeClass'](pr,'selected');BDFDB['addClass'](oF['querySelector']('.colorpicker-preview-'+pq),'selected');}function ps(pt){switch(pt){case'RGB':oJ=pu(oT),oK=pu(oU),oL=pu(oV);[oM,oN,oO]=BDFDB['colorCONVERT']([oJ,oK,oL],'HSLCOMP');oP['value']=BDFDB['colorCONVERT']([oJ,oK,oL],'HEX');oQ['value']=Math['round'](oM),oR['value']=Math['round'](parseInt(oN)),oS['value']=Math['round'](parseInt(oO));oT['value']=oJ,oU['value']=oK,oV['value']=oL;break;case'HSL':oM=pu(oQ),oN=pu(oR)+'%',oO=pu(oS)+'%';[oJ,oK,oL]=BDFDB['colorCONVERT']([oM,oN,oO],'RGBCOMP');oP['value']=BDFDB['colorCONVERT']([oJ,oK,oL],'HEX');oQ['value']=oM,oR['value']=parseInt(oN),oS['value']=parseInt(oO);oT['value']=oJ,oU['value']=oK,oV['value']=oL;break;case'HEX':oI=oP['value'];if(/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['test'](oI)){[oM,oN,oO]=BDFDB['colorCONVERT'](oI,'HSLCOMP');[oJ,oK,oL]=BDFDB['colorCONVERT'](oI,'RGBCOMP');oQ['value']=Math['round'](oM),oR['value']=Math['round'](parseInt(oN)),oS['value']=Math['round'](parseInt(oO));oT['value']=oJ,oU['value']=oK,oV['value']=oL;}break;}pH();pz();}function pu(pv){var pw=parseInt(pv['value']);var px=parseInt(pv['getAttribute']('min'));var py=parseInt(pv['getAttribute']('max'));return isNaN(pw)?pv['getAttribute']('placeholder'):pwpy?py:pw;}function pz(){pA();p2=BDFDB['mapRange']([0x0,0x64],[p6-p4,p7-p4],parseInt(oN));p3=BDFDB['mapRange']([0x64,0x0],[p8-p5,p9-p5],parseInt(oO));pa=BDFDB['mapRange']([0x168,0x0],[pc-pb,pd-pb],oM);pF();oY['style']['setProperty']('color',BDFDB['colorINV']([oJ,oK,oL],'RGB'),'important');p1['style']['setProperty']('color',BDFDB['colorCONVERT']([oM,'100%','100%'],'RGB'),'important');}function pA(){var pB=BDFDB['getRects'](oW);var pC=BDFDB['getRects'](oX);p4=pC['width']/0x2;p5=pC['height']/0x2;p6=pB['left'];p7=p6+pB['width'];p8=pB['top'];p9=p8+pB['height'];var pD=BDFDB['getRects'](oZ);var pE=BDFDB['getRects'](p0);pb=pE['height']/0x2;pc=pD['top'];pd=pc+pD['height'];}function pF(){oX['style']['setProperty']('left',p2-p6+'px','important');oX['style']['setProperty']('top',p3-p8+'px','important');p0['style']['setProperty']('top',pa-pc+'px','important');}function pG(){[oJ,oK,oL]=BDFDB['colorCONVERT']([oM,oN,oO],'RGBCOMP');oP['value']=BDFDB['colorCONVERT']([oJ,oK,oL],'HEX');oQ['value']=Math['round'](oM),oR['value']=Math['round'](parseInt(oN)),oS['value']=Math['round'](parseInt(oO));oT['value']=Math['round'](oJ),oU['value']=Math['round'](oK),oV['value']=Math['round'](oL);pH();oY['style']['setProperty']('color',BDFDB['colorINV']([oJ,oK,oL],'RGB'),'important');p1['style']['setProperty']('color',BDFDB['colorCONVERT']([oM,'100%','100%'],'RGB'),'important');}function pH(){oF['querySelector']('.colorpicker-color')['style']['setProperty']('background-color',BDFDB['colorCONVERT']([oM,'100%','100%'],'RGB'),'important');var pI=oF['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');pI['style']['setProperty']('background-color',BDFDB['colorCONVERT']([oJ,oK,oL],'RGB'),'important');pI['style']['setProperty']('border-color',BDFDB['colorINV']([oJ,oK,oL],'RGB'),'important');}});};BDFDB['mapRange']=function(pJ,pK,pL){return pK[0x0]+(pL-pJ[0x0])*(pK[0x1]-pK[0x0])/(pJ[0x1]-pJ[0x0]);};BDFDB['shake']=function(){BDFDB['getReactInstance'](document['querySelector'](BDFDB['dotCN']['appold']))['return']['stateNode']['shake']();};BDFDB['isBDv2']=function(){return typeof BDFDB['BDv2Api']!=='undefined';};BDFDB['isPluginEnabled']=function(pM){if(!BDFDB['isBDv2']())return global['window']['bdplugins'][pM]&&global['window']['pluginCookie'][pM];else return BDFDB['Plugins'][pM['toLowerCase']()]?BDFDB['Plugins'][pM['toLowerCase']()]['enabled']:null;};BDFDB['isRestartNoMoreEnabled']=function(){return settingsCookie['fork-ps-5']&&settingsCookie['fork-ps-5']===!![]||BDFDB['isPluginEnabled']('Restart-No-More')||BDFDB['isPluginEnabled']('Restart\x20No\x20More');};BDFDB['isThemeEnabled']=function(pN){if(!BDFDB['isBDv2']())return global['window']['bdthemes'][pN]&&global['window']['themeCookie'][pN];else return BDFDB['Themes'][pN['toLowerCase']()]?BDFDB['Themes'][pN['toLowerCase']()]['enabled']:null;};(BDFDB['setPluginCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Plugins']={};for(let pO of BDFDB['BDv2Api']['Plugins']['listPlugins']())BDFDB['BDv2Api']['Plugins']['getPlugin'](pO)['then'](pP=>{BDFDB['Plugins'][pO]=pP;});})();(BDFDB['setThemeCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Themes']={};for(let pQ of BDFDB['BDv2Api']['Themes']['listThemes']())BDFDB['BDv2Api']['Themes']['getTheme'](pQ)['then'](pR=>{BDFDB['Themes'][pQ]=pR;});})();BDFDB['DiscordClassModules']={};BDFDB['DiscordClassModules']['BDFDB']={'BDFDBundefined':'BDFDB_undefined','cardInner':'card-inner'};BDFDB['DiscordClassModules']['BDrepo']={'bdaAuthor':'bda-author','bdaControls':'bda-controls','bdaDescription':'bda-description','bdaDescriptionWrap':'bda-description-wrap','bdaFooter':'bda-footer','bdaHeader':'bda-header','bdaHeaderTitle':'bda-header-title','bdaLink':'bda-link','bdaLinks':'bda-links','bdaName':'bda-name','bdaSettingsButton':'bda-settings-button','bdaSlist':'bda-slist','bdaVersion':'bda-version','bdPfbtn':'bd-pfbtn','settingsOpen':'settings-open','settingsClosed':'settings-closed','switch':'ui-switch','switchCheckbox':'ui-switch-checkbox','switchChecked':'checked','switchItem':'ui-switch-item','switchWrapper':'ui-switch-wrapper'};BDFDB['DiscordClassModules']['BDv2repo']={'bdButton':'bd-button','bdCard':'bd-card','bdHasTooltip':'bd-hasTooltip','bdMaterialDesignIcon':'bd-materialDesignIcon','bdTooltip':'bd-tooltip','vTooltipOpen':'v-tooltip-open'};BDFDB['DiscordClassModules']['NotFound']={'_':'','applicationStore':'applicationStore-1pNvnv','avatarStopAnimation':'stop-animation','badgeWrapper':'wrapper-232cHJ','gameLibrary':'gameLibrary-TTDw4Y','guildInner':'wrapper-2lTRaf','highlight':'highlight','loginScreen':'wrapper-3Q5DdO','lfg':'lfg-3xoFkI','mention':'mention','select':'Select','selectArrow':'Select-arrow','selectArrowZone':'Select-arrow-zone','selectControl':'Select-control','selectHasValue':'has-value','selectIsOpen':'is-open','selectMenu':'Select-menu','selectMenuOuter':'Select-menu-outer','selectOption':'Select-option','selectIsSelected':'is-selected','selectSingle':'Select--single','selectValue':'Select-value','splashBackground':'splashBackground-1FRCko','themeDark':'theme-dark','themeLight':'theme-light'};BDFDB['DiscordClassModules']['AccountDetails']=BDFDB['WebModules']['findByProperties']('accountDetails','container');BDFDB['DiscordClassModules']['ActivityFeed']=BDFDB['WebModules']['findByProperties']('activityFeed');BDFDB['DiscordClassModules']['Anchor']=BDFDB['WebModules']['findByProperties']('anchor','anchorUnderlineOnHover');BDFDB['DiscordClassModules']['AppBase']=BDFDB['WebModules']['findByProperties']('container','channels');BDFDB['DiscordClassModules']['AppMount']=BDFDB['WebModules']['findByProperties']('appMount');BDFDB['DiscordClassModules']['AppInner']=BDFDB['WebModules']['findByProperties']('app');BDFDB['DiscordClassModules']['AppOuter']=BDFDB['WebModules']['find'](pS=>typeof pS['app']=='string'&&pS!=BDFDB['DiscordClassModules']['AppInner']);BDFDB['DiscordClassModules']['AuditLog']=BDFDB['WebModules']['findByProperties']('auditLog');BDFDB['DiscordClassModules']['AuthBox']=BDFDB['WebModules']['findByProperties']('authBox');BDFDB['DiscordClassModules']['Autocomplete']=BDFDB['WebModules']['findByProperties']('autocomplete','autocompleteRow');BDFDB['DiscordClassModules']['Avatar']=BDFDB['WebModules']['findByProperties']('image','animate');BDFDB['DiscordClassModules']['AvatarIcon']=BDFDB['WebModules']['findByProperties']('iconActiveLarge','iconActiveMedium');BDFDB['DiscordClassModules']['AvatarSize']=BDFDB['WebModules']['findByProperties']('inner','avatarLarge');BDFDB['DiscordClassModules']['Backdrop']=BDFDB['WebModules']['findByProperties']('backdrop');BDFDB['DiscordClassModules']['BotTag']=BDFDB['WebModules']['findByProperties']('botTag','botTagInvert');BDFDB['DiscordClassModules']['Button']=BDFDB['WebModules']['findByProperties']('colorBlack','button');BDFDB['DiscordClassModules']['Call']=BDFDB['WebModules']['findByProperties']('callAvatar','video');BDFDB['DiscordClassModules']['CallCurrent']=BDFDB['WebModules']['findByProperties']('wrapper','fullScreen');BDFDB['DiscordClassModules']['CallDetails']=BDFDB['WebModules']['findByProperties']('container','buttonDisconnect');BDFDB['DiscordClassModules']['CallIncoming']=BDFDB['WebModules']['findByProperties']('incomingCall','container');BDFDB['DiscordClassModules']['CallIncomingInner']=BDFDB['WebModules']['findByProperties']('incomingCallInner','members');BDFDB['DiscordClassModules']['Card']=BDFDB['WebModules']['findByProperties']('card','cardBrand');BDFDB['DiscordClassModules']['CardStatus']=BDFDB['WebModules']['findByProperties']('reset','error','card');BDFDB['DiscordClassModules']['Category']=BDFDB['WebModules']['findByProperties']('colorTransition','iconCollapsed');BDFDB['DiscordClassModules']['CategoryContainer']=BDFDB['WebModules']['findByProperties']('addButtonIcon','containerDefault');BDFDB['DiscordClassModules']['ChangeLog']=BDFDB['WebModules']['findByProperties']('added','fixed','improved','progress');BDFDB['DiscordClassModules']['Channel']=BDFDB['WebModules']['findByProperties']('colorConnectedText','nameDefaultText');BDFDB['DiscordClassModules']['ChannelContainer']=BDFDB['WebModules']['findByProperties']('actionIcon','containerDefault');BDFDB['DiscordClassModules']['ChannelTextArea']=BDFDB['WebModules']['findByProperties']('textArea','attachButtonDivider');BDFDB['DiscordClassModules']['ChannelTextAreaButton']=BDFDB['WebModules']['findByProperties']('buttonWrapper','active');BDFDB['DiscordClassModules']['ChannelWindow']=BDFDB['WebModules']['findByProperties']('aka','channelTextArea');BDFDB['DiscordClassModules']['Checkbox']=BDFDB['WebModules']['findByProperties']('checkboxWrapper','round');BDFDB['DiscordClassModules']['ContextMenu']=BDFDB['WebModules']['findByProperties']('contextMenu','itemGroup');BDFDB['DiscordClassModules']['ContextMenuCheckbox']=BDFDB['WebModules']['findByProperties']('checkboxInner','checkboxElement');BDFDB['DiscordClassModules']['Cursor']=BDFDB['WebModules']['findByProperties']('cursorDefault','userSelectNone');BDFDB['DiscordClassModules']['DmAddPopout']=BDFDB['WebModules']['findByProperties']('friendSelected','popout');BDFDB['DiscordClassModules']['DownloadLink']=BDFDB['WebModules']['findByProperties']('downloadLink','size12');BDFDB['DiscordClassModules']['Embed']=BDFDB['WebModules']['findByProperties']('embed','embedAuthorIcon');BDFDB['DiscordClassModules']['EmbedActions']=BDFDB['WebModules']['findByProperties']('iconPlay','iconWrapperActive');BDFDB['DiscordClassModules']['EmojiPicker']=BDFDB['WebModules']['findByProperties']('emojiPicker','categories');BDFDB['DiscordClassModules']['File']=BDFDB['WebModules']['findByProperties']('downloadButton','fileNameLink');BDFDB['DiscordClassModules']['Flex']=BDFDB['WebModules']['findByProperties']('alignBaseline','alignCenter');BDFDB['DiscordClassModules']['FlexChild']=BDFDB['WebModules']['findByProperties']('flexChild','flex');BDFDB['DiscordClassModules']['FormText']=BDFDB['WebModules']['findByProperties']('description','modeDefault');BDFDB['DiscordClassModules']['Friends']=BDFDB['WebModules']['findByProperties']('friendsColumn','friendsRow');if(BDFDB['getDiscordBuilt']()!='canaryTEST')BDFDB['DiscordClassModules']['FriendsOnline']=BDFDB['WebModules']['findByProperties']('friendsOnline');BDFDB['DiscordClassModules']['Game']=BDFDB['WebModules']['findByProperties']('game','gameName');BDFDB['DiscordClassModules']['GifFavoriteButton']=BDFDB['WebModules']['findByProperties']('gifFavoriteButton','showPulse');BDFDB['DiscordClassModules']['GiftInventory']=BDFDB['WebModules']['find'](pT=>typeof pT['root']=='string'&&typeof pT['body']=='string'&&(Object['keys'](pT)['length']==0x2||Object['keys'](pT)['length']==0x3));BDFDB['DiscordClassModules']['Guild']=BDFDB['WebModules']['findByProperties']('guildIcon','selected','unread','badge');BDFDB['DiscordClassModules']['GuildChannelsContainer']=BDFDB['WebModules']['find'](pU=>typeof pU['container']=='string'&&typeof pU['firefoxFixScrollFlex']=='string'&&Object['keys'](pU)['length']==0x2);if(BDFDB['getDiscordBuilt']()=='canaryTEST')BDFDB['DiscordClassModules']['GuildDm']=BDFDB['WebModules']['findByProperties']('avatar','badge','inner','container');BDFDB['DiscordClassModules']['GuildHeader']=BDFDB['WebModules']['findByProperties']('header','name','verified');BDFDB['DiscordClassModules']['GuildSettingsBanned']=BDFDB['WebModules']['findByProperties']('bannedUser','bannedUserAvatar');BDFDB['DiscordClassModules']['GuildSettingsInvite']=BDFDB['WebModules']['findByProperties']('countdownColumn','inviteSettingsInviteRow');BDFDB['DiscordClassModules']['GuildSettingsMember']=BDFDB['WebModules']['findByProperties']('member','membersFilterPopout');if(BDFDB['getDiscordBuilt']()=='canaryTEST'){BDFDB['DiscordClassModules']['GuildsItems']=BDFDB['WebModules']['findByProperties']('guildSeparator','guildsError','friendsOnline');BDFDB['DiscordClassModules']['GuildsWrapper']=BDFDB['WebModules']['findByProperties']('unreadMentionBar','unreadMentionsBar','wrapper');}BDFDB['DiscordClassModules']['HeaderBar']=BDFDB['WebModules']['findByProperties']('headerBar','headerBarDrag');BDFDB['DiscordClassModules']['HeaderBarSearch']=BDFDB['WebModules']['findByProperties']('headerBarLoggedOut','search');BDFDB['DiscordClassModules']['HeaderBarSearchItems']=BDFDB['WebModules']['findByProperties']('libraryFilter','iconVisible');BDFDB['DiscordClassModules']['HomeIcon']=BDFDB['WebModules']['findByProperties']('homeIcon');BDFDB['DiscordClassModules']['HotKeyRecorder']=BDFDB['WebModules']['findByProperties']('editIcon','recording');BDFDB['DiscordClassModules']['HoverCard']=BDFDB['WebModules']['findByProperties']('card','active');BDFDB['DiscordClassModules']['HoverCardButton']=BDFDB['WebModules']['find'](pV=>typeof pV['button']=='string'&&Object['keys'](pV)['length']==0x1);BDFDB['DiscordClassModules']['IconDirection']=BDFDB['WebModules']['findByProperties']('directionDown','directionUp');BDFDB['DiscordClassModules']['ImageWrapper']=BDFDB['WebModules']['findByProperties']('clickable','imageWrapperBackground');BDFDB['DiscordClassModules']['Item']=BDFDB['WebModules']['findByProperties']('itemDefault','notSelected');BDFDB['DiscordClassModules']['Input']=BDFDB['WebModules']['findByProperties']('inputMini','statusRed');BDFDB['DiscordClassModules']['Layers']=BDFDB['WebModules']['findByProperties']('layer','layers');BDFDB['DiscordClassModules']['Margins']=BDFDB['WebModules']['findByProperties']('marginBottom4','marginCenterHorz');BDFDB['DiscordClassModules']['Member']=BDFDB['WebModules']['findByProperties']('member','memberInner');BDFDB['DiscordClassModules']['MembersWrap']=BDFDB['WebModules']['findByProperties']('membersWrap','membersGroup');BDFDB['DiscordClassModules']['Mention']=BDFDB['WebModules']['findByProperties']('wrapperHover','wrapperNoHover');BDFDB['DiscordClassModules']['Message']=BDFDB['WebModules']['findByProperties']('message','content');BDFDB['DiscordClassModules']['MessageAccessory']=BDFDB['WebModules']['findByProperties']('embedWrapper','gifFavoriteButton');BDFDB['DiscordClassModules']['MessageBody']=BDFDB['WebModules']['findByProperties']('buttonContainer','isMentioned');BDFDB['DiscordClassModules']['MessageFile']=BDFDB['WebModules']['findByProperties']('cancelButton','filenameLinkWrapper');BDFDB['DiscordClassModules']['MessageMarkup']=BDFDB['WebModules']['findByProperties']('markup');BDFDB['DiscordClassModules']['MessageSystem']=BDFDB['WebModules']['findByProperties']('container','actionAnchor');BDFDB['DiscordClassModules']['MessagesPopout']=BDFDB['WebModules']['findByProperties']('messageGroupWrapperOffsetCorrection','messagesPopout');BDFDB['DiscordClassModules']['MessagesWrap']=BDFDB['WebModules']['findByProperties']('messagesWrapper','messageGroupBlocked');BDFDB['DiscordClassModules']['Modal']=BDFDB['WebModules']['findByProperties']('modal','sizeLarge');BDFDB['DiscordClassModules']['ModalDivider']=BDFDB['WebModules']['find'](pW=>typeof pW['divider']=='string'&&Object['keys'](pW)['length']==0x1);BDFDB['DiscordClassModules']['ModalItems']=BDFDB['WebModules']['findByProperties']('guildName','checkboxContainer');BDFDB['DiscordClassModules']['ModalMiniContent']=BDFDB['WebModules']['find'](pX=>typeof pX['modal']=='string'&&typeof pX['content']=='string'&&typeof pX['size']=='string'&&Object['keys'](pX)['length']==0x3);BDFDB['DiscordClassModules']['ModalWrap']=BDFDB['WebModules']['find'](pY=>typeof pY['modal']=='string'&&typeof pY['inner']=='string'&&Object['keys'](pY)['length']==0x2);BDFDB['DiscordClassModules']['NameTag']=BDFDB['WebModules']['findByProperties']('bot','nameTag');BDFDB['DiscordClassModules']['Note']=BDFDB['WebModules']['find'](pZ=>typeof pZ['note']=='string'&&Object['keys'](pZ)['length']==0x1);BDFDB['DiscordClassModules']['Notice']=BDFDB['WebModules']['findByProperties']('notice','noticeFacebook');BDFDB['DiscordClassModules']['OptionPopout']=BDFDB['WebModules']['findByProperties']('container','button','item');BDFDB['DiscordClassModules']['PictureInPicture']=BDFDB['WebModules']['findByProperties']('pictureInPicture','pictureInPictureWindow');BDFDB['DiscordClassModules']['PrivateChannel']=BDFDB['WebModules']['findByProperties']('activityIconForeground','channel');BDFDB['DiscordClassModules']['PrivateChannelList']=BDFDB['WebModules']['findByProperties']('privateChannels','searchBar');BDFDB['DiscordClassModules']['Popout']=BDFDB['WebModules']['findByProperties']('popout','arrowAlignmentTop');BDFDB['DiscordClassModules']['PopoutActivity']=BDFDB['WebModules']['findByProperties']('ellipsis','activityActivityFeed');BDFDB['DiscordClassModules']['QuickSelect']=BDFDB['WebModules']['findByProperties']('quickSelectArrow','selected');BDFDB['DiscordClassModules']['QuickSwitch']=BDFDB['WebModules']['findByProperties']('resultFocused','guildIconContainer');BDFDB['DiscordClassModules']['QuickSwitchWrap']=BDFDB['WebModules']['findByProperties']('container','miscContainer');BDFDB['DiscordClassModules']['Reactions']=BDFDB['WebModules']['findByProperties']('reactionBtn','reaction');BDFDB['DiscordClassModules']['RecentMentions']=BDFDB['WebModules']['findByProperties']('recentMentionsFilterPopout','mentionFilter');BDFDB['DiscordClassModules']['Role']=BDFDB['WebModules']['findByProperties']('roleCircle','roleName');BDFDB['DiscordClassModules']['Scroller']=BDFDB['WebModules']['findByProperties']('firefoxFixScrollFlex','scroller');BDFDB['DiscordClassModules']['SearchBar']=BDFDB['WebModules']['findByProperties']('searchBar','controls');BDFDB['DiscordClassModules']['SearchPopout']=BDFDB['WebModules']['findByProperties']('datePicker','searchResultChannelIconBackground');BDFDB['DiscordClassModules']['SearchPopoutWrap']=BDFDB['WebModules']['findByProperties']('container','queryContainer');BDFDB['DiscordClassModules']['SearchResults']=BDFDB['WebModules']['findByProperties']('resultsWrapper','searchResults');BDFDB['DiscordClassModules']['Select']=BDFDB['WebModules']['findByProperties']('select','errorMessage');BDFDB['DiscordClassModules']['SettingsCloseButton']=BDFDB['WebModules']['findByProperties']('closeButton','keybind');BDFDB['DiscordClassModules']['SettingsItems']=BDFDB['WebModules']['findByProperties']('dividerMini','note');BDFDB['DiscordClassModules']['SettingsTable']=BDFDB['WebModules']['findByProperties']('headerOption','headerSize');BDFDB['DiscordClassModules']['SettingsWindow']=BDFDB['WebModules']['findByProperties']('contentRegion','standardSidebarView');BDFDB['DiscordClassModules']['Slider']=BDFDB['WebModules']['findByProperties']('slider','grabber');BDFDB['DiscordClassModules']['Spoiler']=BDFDB['WebModules']['findByProperties']('spoilerContainer','hidden');BDFDB['DiscordClassModules']['Switch']=BDFDB['WebModules']['findByProperties']('switchDisabled','valueChecked');BDFDB['DiscordClassModules']['Table']=BDFDB['WebModules']['findByProperties']('stickyHeader','emptyStateText');BDFDB['DiscordClassModules']['Text']=BDFDB['WebModules']['findByProperties']('defaultColor','defaultMarginh1');BDFDB['DiscordClassModules']['TextStyle']=BDFDB['WebModules']['findByProperties']('height28','primary');BDFDB['DiscordClassModules']['TextWeight']=BDFDB['WebModules']['findByProperties']('weightBold','weightSemiBold');BDFDB['DiscordClassModules']['TitleBar']=BDFDB['WebModules']['findByProperties']('titleBar','wordmark');BDFDB['DiscordClassModules']['Tooltip']=BDFDB['WebModules']['findByProperties']('tooltips','tooltip');BDFDB['DiscordClassModules']['Typing']=BDFDB['WebModules']['findByProperties']('cooldownWrapper','typing');BDFDB['DiscordClassModules']['UserPopout']=BDFDB['WebModules']['findByProperties']('userPopout','headerPlaying');BDFDB['DiscordClassModules']['UserProfile']=BDFDB['WebModules']['findByProperties']('topSectionNormal','tabBarContainer');BDFDB['DiscordClassModules']['Video']=BDFDB['WebModules']['findByProperties']('video','fullScreen');BDFDB['DiscordClassModules']['Voice']=BDFDB['WebModules']['findByProperties']('nameSpeaking','voiceUser');if(BDFDB['myData']['id']=='278543574059057154')for(let q0 in BDFDB['DiscordClassModules'])if(!BDFDB['DiscordClassModules'][q0]){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',q0+'\x20not\x20initialized\x20in\x20BDFDB.DiscordClassModules');}BDFDB['DiscordClasses']={'_bdv2Button':['BDv2repo','bdButton'],'_bdv2Card':['BDv2repo','bdCard'],'_bdv2HasTooltip':['BDv2repo','bdHasTooltip'],'_bdv2MaterialDesignIcon':['BDv2repo','bdMaterialDesignIcon'],'_bdv2TooltipOpen':['BDv2repo','vTooltipOpen'],'_repoauthor':['BDrepo','bdaAuthor'],'_repocheckbox':['BDrepo','switchCheckbox'],'_repocheckboxchecked':['BDrepo','switchChecked'],'_repocheckboxinner':['BDrepo','switch'],'_repocheckboxitem':['BDrepo','switchItem'],'_repocheckboxwrap':['BDrepo','switchWrapper'],'_repocontrols':['BDrepo','bdaControls'],'_repodescription':['BDrepo','bdaDescription'],'_repodescriptionwrap':['BDrepo','bdaDescriptionWrap'],'_repofolderbutton':['BDrepo','bdPfbtn'],'_repofooter':['BDrepo','bdaFooter'],'_repoheader':['BDrepo','bdaHeader'],'_repoheadertitle':['BDrepo','bdaHeaderTitle'],'_repolist':['BDrepo','bdaSlist'],'_repolink':['BDrepo','bdaLink'],'_repolinks':['BDrepo','bdaLinks'],'_reponame':['BDrepo','bdaName'],'_reposettingsbutton':['BDrepo','bdaSettingsButton'],'_reposettingsopen':['BDrepo','settingsOpen'],'_reposettingsclosed':['BDrepo','settingsClosed'],'_repoversion':['BDrepo','bdaVersion'],'accountinfo':['AccountDetails','container'],'accountinfodetails':['AccountDetails','accountDetails'],'activityfeed':['ActivityFeed','activityFeed'],'alignbaseline':['Flex','alignBaseline'],'aligncenter':['Flex','alignCenter'],'alignend':['Flex','alignEnd'],'alignstart':['Flex','alignStart'],'alignstretch':['Flex','alignStretch'],'anchor':['Anchor','anchor'],'anchorunderlineonhover':['Anchor','anchorUnderlineOnHover'],'app':['AppOuter','app'],'appcontainer':['AppBase','container'],'appmount':['AppMount','appMount'],'applicationstore':['NotFound','applicationStore'],'appold':['AppInner','app'],'auditlog':['AuditLog','auditLog'],'auditloguserhook':['AuditLog','userHook'],'authbox':['AuthBox','authBox'],'autocomplete':['Autocomplete','autocomplete'],'autocomplete2':['ChannelTextArea','autocomplete'],'autocompleteavatarstatus':['Autocomplete','avatarStatus'],'autocompletecontent':['Autocomplete','content'],'autocompletecontenttitle':['Autocomplete','contentTitle'],'autocompletedescription':['Autocomplete','description'],'autocompletedescriptiondiscriminator':['Autocomplete','descriptionDiscriminator'],'autocompletedescriptionusername':['Autocomplete','descriptionUsername'],'autocompleteicon':['Autocomplete','icon'],'autocompleteiconforeground':['Autocomplete','iconForeground'],'autocompleteinner':['Autocomplete','autocompleteInner'],'autocompleterow':['Autocomplete','autocompleteRow'],'autocompleterowhorizontal':['Autocomplete','autocompleteRowHorizontal'],'autocompleterowvertical':['Autocomplete','autocompleteRowVertical'],'autocompleteselectable':['Autocomplete','selectable'],'autocompleteselected':['Autocomplete','selectorSelected'],'autocompleteselector':['Autocomplete','selector'],'avatar':['Message','avatar'],'avataranimate':['Avatar','animate'],'avataricon':['AvatarIcon','icon'],'avatariconactivelarge':['AvatarIcon','iconActiveLarge'],'avatariconactivemedium':['AvatarIcon','iconActiveMedium'],'avatariconactivemini':['AvatarIcon','iconActiveMini'],'avatariconactivesmall':['AvatarIcon','iconActiveSmall'],'avatariconactivexlarge':['AvatarIcon','iconActiveXLarge'],'avatariconinactive':['AvatarIcon','iconInactive'],'avatariconsizelarge':['AvatarIcon','iconSizeLarge'],'avatariconsizemedium':['AvatarIcon','iconSizeMedium'],'avatariconsizemini':['AvatarIcon','iconSizeMini'],'avatariconsizesmall':['AvatarIcon','iconSizeSmall'],'avatariconsizexlarge':['AvatarIcon','iconSizeXLarge'],'avatarimage':['Avatar','image'],'avatarinner':['AvatarSize','inner'],'avatarlarge':['Avatar','large'],'avatarmask':['Avatar','mask'],'avatarmaskprofile':['Avatar','maskProfile'],'avatarnoicon':['AvatarIcon','noIcon'],'avatarpopout':['Avatar','popout'],'avatarprofile':['Avatar','profile'],'avatarsizelarge':['AvatarSize','avatarLarge'],'avatarsizepopout':['AvatarSize','avatarPopout'],'avatarsizeprofile':['AvatarSize','avatarProfile'],'avatarsizesmall':['AvatarSize','avatarSmall'],'avatarsizexlarge':['AvatarSize','avatarXLarge'],'avatarsizexxlarge':['AvatarSize','avatarXXLarge'],'avatarsizexxxlarge':['AvatarSize','avatarXXXLarge'],'avatarsizexsmall':['AvatarSize','avatarXSmall'],'avatarsmall':['Avatar','small'],'avatarstopanimation':['NotFound','avatarStopAnimation'],'avatarverifiedicon':['AvatarIcon','verifiedIcon'],'avatarwrapper':['Avatar','wrapper'],'avatarxlarge':['Avatar','xlarge'],'avatarxsmall':['Avatar','xsmall'],'avatarxxlarge':['Avatar','xxlarge'],'backdrop':['Backdrop','backdrop'],'badge':['Guild','badge'],'badgewrapper':['NotFound','badgeWrapper'],'bottag':['BotTag','botTag'],'bottaginvert':['BotTag','botTagInvert'],'bottagmessage':['Message','botTag'],'bottagmessagecompact':['Message','botTagCompact'],'bottagmessagecozy':['Message','botTagCozy'],'bottagnametag':['NameTag','bot'],'bottagregular':['BotTag','botTagRegular'],'button':['Button','button'],'buttoncolorblack':['Button','colorBlack'],'buttoncolorbrand':['Button','colorBrand'],'buttoncolorgreen':['Button','colorGreen'],'buttoncolorgrey':['Button','colorGrey'],'buttoncolorlink':['Button','colorLink'],'buttoncolorprimary':['Button','colorPrimary'],'buttoncolorred':['Button','colorRed'],'buttoncolortransparent':['Button','colorTransparent'],'buttoncolorwhite':['Button','colorWhite'],'buttoncoloryellow':['Button','colorYellow'],'buttoncontents':['Button','contents'],'buttondisabledoverlay':['Button','disabledButtonOverlay'],'buttondisabledwrapper':['Button','disabledButtonWrapper'],'buttonfullwidth':['Button','fullWidth'],'buttongrow':['Button','grow'],'buttonhashover':['Button','hasHover'],'buttonhoverblack':['Button','hoverBlack'],'buttonhoverbrand':['Button','hoverBrand'],'buttonhovergreen':['Button','hoverGreen'],'buttonhovergrey':['Button','hoverGrey'],'buttonhoverlink':['Button','hoverLink'],'buttonhoverprimary':['Button','hoverPrimary'],'buttonhoverred':['Button','hoverRed'],'buttonhovertransparent':['Button','hoverTransparent'],'buttonhoverwhite':['Button','hoverWhite'],'buttonhoveryellow':['Button','hoverYellow'],'buttonlookblank':['Button','lookBlank'],'buttonlookfilled':['Button','lookFilled'],'buttonlookghost':['Button','lookGhost'],'buttonlookinverted':['Button','lookInverted'],'buttonlooklink':['Button','lookLink'],'buttonlookoutlined':['Button','lookOutlined'],'buttonsizeicon':['Button','sizeIcon'],'buttonsizelarge':['Button','sizeLarge'],'buttonsizemax':['Button','sizeMax'],'buttonsizemedium':['Button','sizeMedium'],'buttonsizemin':['Button','sizeMin'],'buttonsizesmall':['Button','sizeSmall'],'buttonsizexlarge':['Button','sizeXlarge'],'buttonspinner':['Button','spinner'],'buttonspinneritem':['Button','spinnerItem'],'buttonsubmitting':['Button','submitting'],'callavatar':['Call','callAvatar'],'callavatarwrapper':['Call','callAvatarWrapper'],'callcurrentcontainer':['CallCurrent','wrapper'],'callcurrentdetails':['CallDetails','container'],'callcurrentvideo':['Video','video'],'callincoming':['CallIncoming','incomingCall'],'callincomingcontainer':['CallIncoming','container'],'callincominginner':['CallIncomingInner','incomingCallInner'],'callmembers':['CallIncomingInner','members'],'callselected':['Call','selected'],'callvideo':['Call','video'],'card':['Card','card'],'cardbrand':['Card','cardBrand'],'cardbrandoutline':['Card','cardBrandOutline'],'carddanger':['Card','cardDanger'],'carddangeroutline':['Card','cardDangerOutline'],'cardprimary':['Card','cardPrimary'],'cardprimaryeditable':['Card','cardPrimaryEditable'],'cardprimaryoutline':['Card','cardPrimaryOutline'],'cardprimaryoutlineeditable':['Card','cardPrimaryOutlineEditable'],'cardsuccess':['Card','cardSuccess'],'cardsuccessoutline':['Card','cardSuccessOutline'],'cardwarning':['Card','cardWarning'],'cardwarningoutline':['Card','cardWarningOutline'],'categorycolortransition':['Category','colorTransition'],'categorycontainerdefault':['CategoryContainer','containerDefault'],'categoryiconcollapsed':['Category','iconCollapsed'],'categoryicondefault':['Category','iconDefault'],'categoryiconhovered':['Category','iconHovered'],'categoryiconhoveredcollapsed':['Category','iconHoveredCollapsed'],'categoryiconmuted':['Category','iconMuted'],'categoryicontransition':['Category','iconTransition'],'categoryiconunread':['Category','iconUnread'],'categorynamecollapsed':['Category','nameCollapsed'],'categorynamedefault':['Category','nameDefault'],'categorynamehovered':['Category','nameHovered'],'categorynamehoveredcollapsed':['Category','nameHoveredCollapsed'],'categorynamemuted':['Category','nameMuted'],'categorynameunread':['Category','nameUnread'],'categoryoverflowellipsis':['Category','overflowEllipsis'],'categorywrappercollapsed':['Category','wrapperCollapsed'],'categorywrapperdefault':['Category','wrapperDefault'],'categorywrapperhovered':['Category','wrapperHovered'],'categorywrapperhoveredcollapsed':['Category','wrapperHoveredCollapsed'],'categorywrappermuted':['Category','wrapperMuted'],'categorywrapperunread':['Category','wrapperUnread'],'changelogadded':['ChangeLog','added'],'changelogfixed':['ChangeLog','fixed'],'changelogimproved':['ChangeLog','improved'],'changelogprogress':['ChangeLog','added'],'changelogtitle':['ChangeLog','title'],'channelactionicon':['ChannelContainer','actionIcon'],'channelbackground':['Channel','background'],'channelcolordefaulttext':['Channel','colorDefaultText'],'channelcolordefaultvoice':['Channel','colorDefaultVoice'],'channelcolorhoveredtext':['Channel','colorHoveredText'],'channelcolorhoveredvoice':['Channel','colorHoveredVoice'],'channelcolorlockedtext':['Channel','colorLockedText'],'channelcolorlockedvoice':['Channel','colorLockedVoice'],'channelcolormutedtext':['Channel','colorMutedText'],'channelcolormutedvoice':['Channel','colorMutedVoice'],'channelcolorselectedtext':['Channel','colorSelectedText'],'channelcolorselectedvoice':['Channel','colorSelectedVoice'],'channelcolorunreadtext':['Channel','colorUnreadText'],'channelcolorunreadvoice':['Channel','colorUnreadVoice'],'channelcontainerdefault':['ChannelContainer','containerDefault'],'channelcontent':['Channel','content'],'channelcontentdefaulttext':['Channel','contentDefaultText'],'channelcontentdefaultvoice':['Channel','contentDefaultVoice'],'channelcontenthoveredtext':['Channel','contentHoveredText'],'channelcontenthoveredvoice':['Channel','contentHoveredVoice'],'channelcontentlockedtext':['Channel','contentLockedText'],'channelcontentlockedvoice':['Channel','contentLockedVoice'],'channelcontentmutedtext':['Channel','contentMutedText'],'channelcontentmutedvoice':['Channel','contentMutedVoice'],'channelcontentselectedtext':['Channel','contentSelectedText'],'channelcontentselectedvoice':['Channel','contentSelectedVoice'],'channelcontentunreadtext':['Channel','contentUnreadText'],'channelcontentunreadvoice':['Channel','contentUnreadVoice'],'channelforeground':['Channel','foreground'],'channelheaderaka':['ChannelWindow','aka'],'channelheaderchannelicon':['ChannelWindow','channelIcon'],'channelheaderchannelname':['ChannelWindow','channelName'],'channelheaderdivider':['HeaderBar','divider'],'channelheadericon':['HeaderBar','icon'],'channelheadericonactive':['HeaderBar','iconActive'],'channelheadericonbadge':['HeaderBar','iconBadge'],'channelheadericonbadgewrapper':['HeaderBar','iconBadgeWrapper'],'channelheadericondisabled':['HeaderBar','iconDisabled'],'channelheadericonforeground':['HeaderBar','iconForeground'],'channelheadericoninactive':['HeaderBar','iconInactive'],'channelheadericonmargin':['HeaderBar','iconMargin'],'channelheadersearch':['HeaderBarSearch','search'],'channelheadertitle':['ChannelWindow','title'],'channelheadertitlecall':['ChannelWindow','titleCall'],'channelheadertitletext':['ChannelWindow','titleText'],'channelheadertitlewrapper':['ChannelWindow','titleWrapper'],'channelheadertopic':['ChannelWindow','topic'],'channelheaderheaderbar':['HeaderBar','headerBar'],'channelheaderheaderbardrag':['HeaderBar','headerBarDrag'],'channelheaderheaderbartitle':['HeaderBar','title'],'channelicon':['Channel','icon'],'channeliconspacing':['ChannelContainer','iconSpacing'],'channelmarginreset':['Channel','marginReset'],'channelname':['Channel','name'],'channelnamedefaulttext':['Channel','nameDefaultText'],'channelnamedefaultvoice':['Channel','nameDefaultVoice'],'channelnamehoveredtext':['Channel','nameHoveredText'],'channelnamehoveredvoice':['Channel','nameHoveredVoice'],'channelnamelockedtext':['Channel','nameLockedText'],'channelnamelockedvoice':['Channel','nameLockedVoice'],'channelnamemutedtext':['Channel','nameMutedText'],'channelnamemutedvoice':['Channel','nameMutedVoice'],'channelnameselectedtext':['Channel','nameSelectedText'],'channelnameselectedvoice':['Channel','nameSelectedVoice'],'channelnameunreadtext':['Channel','nameUnreadText'],'channelnameunreadvoice':['Channel','nameUnreadVoice'],'channeloverflowellipsis':['Channel','overflowEllipsis'],'channelunread':['Channel','unread'],'channelwrapper':['Channel','wrapper'],'channelwrapperdefaulttext':['Channel','wrapperDefaultText'],'channelwrapperdefaultvoice':['Channel','wrapperDefaultVoice'],'channelwrapperhoveredtext':['Channel','wrapperHoveredText'],'channelwrapperhoveredvoice':['Channel','wrapperHoveredVoice'],'channelwrapperlockedtext':['Channel','wrapperLockedText'],'channelwrapperlockedvoice':['Channel','wrapperLockedVoice'],'channelwrappermutedtext':['Channel','wrapperMutedText'],'channelwrappermutedvoice':['Channel','wrapperMutedVoice'],'channelwrapperselectedtext':['Channel','wrapperSelectedText'],'channelwrapperselectedvoice':['Channel','wrapperSelectedVoice'],'channelwrapperunreadtext':['Channel','wrapperUnreadText'],'channelwrapperunreadvoice':['Channel','wrapperUnreadVoice'],'channels':['AppBase','channels'],'chat':['ChannelWindow','chat'],'chatbase':['AppBase','base'],'chatcontent':['ChannelWindow','content'],'chatspacer':['AppBase','spacer'],'checkbox':['Checkbox','checkbox'],'checkboxchecked':['Checkbox','checked'],'checkboxcontainer':['ModalItems','checkboxContainer'],'checkboxinput':['Checkbox','input'],'checkboxinputdefault':['Checkbox','inputDefault'],'checkboxinputdisabled':['Checkbox','inputDisabled'],'checkboxround':['Checkbox','round'],'checkboxwrapper':['Checkbox','checkboxWrapper'],'checkboxwrapperdisabled':['Checkbox','checkboxWrapperDisabled'],'clickable':['Message','clickOverride'],'clickable':['Message','clickOverride'],'contentregion':['SettingsWindow','contentRegion'],'contextmenu':['ContextMenu','contextMenu'],'contextmenucheckbox':['ContextMenuCheckbox','checkbox'],'contextmenucheckbox2':['ContextMenu','checkbox'],'contextmenucheckboxdisabled':['ContextMenuCheckbox','disabled'],'contextmenucheckboxinner':['ContextMenuCheckbox','checkboxInner'],'contextmenucheckboxelement':['ContextMenuCheckbox','checkboxElement'],'contextmenuhint':['ContextMenu','hint'],'contextmenuinvertchildx':['ContextMenu','invertChildX'],'contextmenuitem':['ContextMenu','item'],'contextmenuitembrand':['ContextMenu','brand'],'contextmenuitemdanger':['ContextMenu','danger'],'contextmenuitemdisabled':['ContextMenu','disabled'],'contextmenuitemgroup':['ContextMenu','itemGroup'],'contextmenuitemtoggle':['ContextMenu','itemToggle'],'contextmenuitemsubmenu':['ContextMenu','itemSubMenu'],'contextmenuitemsubmenuhasscroller':['ContextMenu','itemSubMenuHasScroller'],'contextmenulabel':['ContextMenu','label'],'contextmenuscroller':['ContextMenu','scroller'],'cooldownwrapper':['Typing','cooldownWrapper'],'cursordefault':['Cursor','cursorDefault'],'cursorpointer':['Cursor','cursorPointer'],'defaultcolor':['Text','defaultColor'],'description':['FormText','description'],'directioncolumn':['Flex','directionColumn'],'directiondown':['IconDirection','directionDown'],'directionleft':['IconDirection','directionLeft'],'directionright':['IconDirection','directionRight'],'directionrow':['Flex','directionRow'],'directionrowreverse':['Flex','directionRowReverse'],'directionup':['IconDirection','directionUp'],'directiontransition':['IconDirection','transition'],'disabled':['SettingsItems','disabled'],'dms':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'NotFound':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'_':'dms'],'dmchannel':['PrivateChannel','channel'],'dmchannelactivity':['PrivateChannel','activity'],'dmchannelactivityicon':['PrivateChannel','activityIcon'],'dmchannelactivityiconforeground':['PrivateChannel','activityIconForeground'],'dmchannelactivitytext':['PrivateChannel','activityText'],'dmchannelclose':['PrivateChannel','close'],'dmchannelname':['PrivateChannel','name'],'dmchannelnamewithactivity':['PrivateChannel','nameWithActivity'],'dmchannels':['PrivateChannelList','privateChannels'],'dmchannelselected':['PrivateChannel','selected'],'dmguild':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'container':'guild'],'dmguildbadge':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild','badge'],'dmguildavatar':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild','avatar'],'dmguildavatarinner':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild','inner'],'guildavatar':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild','avatar'],'guildavatarinner':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild','inner'],'downloadlink':['DownloadLink','downloadLink'],'ellipsis':['PopoutActivity','ellipsis'],'embed':['Embed','embed'],'embedauthor':['Embed','embedAuthor'],'embedauthoricon':['Embed','embedAuthorIcon'],'embedauthorname':['Embed','embedAuthorName'],'embedauthornamelink':['Embed','embedAuthorNameLink'],'embedcentercontent':['Embed','centerContent'],'embedcontent':['Embed','embedContent'],'embedcontentinner':['Embed','embedContentInner'],'embeddescription':['Embed','embedDescription'],'embedfield':['Embed','embedField'],'embedfieldinline':['Embed','embedFieldInline'],'embedfieldname':['Embed','embedFieldName'],'embedfields':['Embed','embedFields'],'embedfieldvalue':['Embed','embedFieldValue'],'embedfooter':['Embed','embedFooter'],'embedfootericon':['Embed','embedFooterIcon'],'embedfooterseparator':['Embed','embedFooterSeparator'],'embedfootertext':['Embed','embedFooterText'],'embedgiftag':['Embed','embedGIFTag'],'embedgifv':['Embed','embedGIFV'],'embedhiddenspoiler':['Embed','hiddenSpoiler'],'embedhighbackgroundopacity':['Embed','highBackgroundOpacity'],'embediframe':['Embed','embedIframe'],'embedimage':['Embed','embedImage'],'embedinner':['Embed','embedInner'],'embedlink':['Embed','embedLink'],'embedlowbackgroundopacity':['Embed','lowBackgroundOpacity'],'embedmargin':['Embed','embedMargin'],'embedmarginlarge':['Embed','embedMarginLarge'],'embedmembeediumbackgroundopacity':['Embed','mediumBackgroundOpacity'],'embedpill':['Embed','embedPill'],'embedprovider':['Embed','embedProvider'],'embedproviderlink':['Embed','embedProviderLink'],'embedspoilerattachment':['Embed','spoilerAttachment'],'embedspoilerembed':['Embed','spoilerEmbed'],'embedspotify':['Embed','embedSpotify'],'embedthumbnail':['Embed','embedThumbnail'],'embedtitle':['Embed','embedTitle'],'embedtitlelink':['Embed','embedTitleLink'],'embedvideo':['Embed','embedVideo'],'embedvideoaction':['Embed','embedVideoAction'],'embedvideoactions':['Embed','embedVideoActions'],'embedvideoimagecomponent':['Embed','embedVideoImageComponent'],'embedvideoimagecomponentinner':['Embed','embedVideoImageComponentInner'],'embedwrapper':['MessageAccessory','embedWrapper'],'emojipicker':['EmojiPicker','emojiPicker'],'emojipickeractivity':['EmojiPicker','activity'],'emojipickerbutton':['Reactions','reactionBtn'],'emojipickercategories':['EmojiPicker','categories'],'emojipickercategory':['EmojiPicker','category'],'emojipickercustom':['EmojiPicker','custom'],'emojipickerdimmer':['EmojiPicker','dimmer'],'emojipickerdisabled':['EmojiPicker','disabled'],'emojipickerdiversityselector':['EmojiPicker','diversitySelector'],'emojipickeremojiitem':['EmojiPicker','emojiItem'],'emojipickerflags':['EmojiPicker','flags'],'emojipickerfood':['EmojiPicker','food'],'emojipickerheader':['EmojiPicker','header'],'emojipickeritem':['EmojiPicker','item'],'emojipickernature':['EmojiPicker','nature'],'emojipickerobjects':['EmojiPicker','objects'],'emojipickerpeople':['EmojiPicker','people'],'emojipickerpopout':['EmojiPicker','popout'],'emojipickerpremiumpromo':['EmojiPicker','premiumPromo'],'emojipickerpremiumpromoclose':['EmojiPicker','premiumPromoClose'],'emojipickerpremiumpromodescription':['EmojiPicker','premiumPromoDescription'],'emojipickerpremiumpromoimage':['EmojiPicker','premiumPromoImage'],'emojipickerpremiumpromotitle':['EmojiPicker','premiumPromoTitle'],'emojipickerrecent':['EmojiPicker','recent'],'emojipickerrow':['EmojiPicker','row'],'emojipickersearchbar':['EmojiPicker','searchBar'],'emojipickerscroller':['EmojiPicker','scroller'],'emojipickerscrollerwrap':['EmojiPicker','scrollerWrap'],'emojipickerselected':['EmojiPicker','selected'],'emojipickerspriteitem':['EmojiPicker','spriteItem'],'emojipickerstickyheader':['EmojiPicker','stickyHeader'],'emojipickersymbols':['EmojiPicker','symbols'],'emojipickertravel':['EmojiPicker','travel'],'emojipickervisible':['EmojiPicker','visible'],'fileattachment':['File','attachment'],'fileattachmentinner':['File','attachmentInner'],'filecancelbutton':['File','cancelButton'],'filedownloadbutton':['File','downloadButton'],'filename':['File','filename'],'filenamelink':['File','fileNameLink'],'filenamelinkwrapper':['File','filenameLinkWrapper'],'filenamewrapper':['File','filenameWrapper'],'firefoxfixscrollflex':['Scroller','firefoxFixScrollFlex'],'flex':['Flex','flex'],'flex2':['FlexChild','flex'],'flexcenter':['Flex','flexCenter'],'flexchild':['FlexChild','flexChild'],'flexmarginreset':['FlexChild','flexMarginReset'],'forcedarktheme':['Avatar','forceDarkTheme'],'forcelighttheme':['Avatar','forceLightTheme'],'formtext':['FormText','formText'],'friends':['Friends','container'],'friendscolumn':['Friends','friendsColumn'],'friendscolumnnamewrap':['Friends','friendsColumnName'],'friendsonline':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsItems':'FriendsOnline','friendsOnline'],'friendsrow':['Friends','friendsRow'],'friendstable':['Friends','friendsTable'],'friendstableheader':['Friends','friendsTableHeader'],'game':['Game','game'],'gamelibrary':['NotFound','gameLibrary'],'gamelibrarytable':['Table','table'],'gamelibrarytableheader':['Table','header'],'gamelibrarytablestickyheader':['Table','stickyHeader'],'gamename':['Game','gameName'],'gamenameinput':['Game','gameNameInput'],'giffavoritebutton':['MessageAccessory','gifFavoriteButton'],'giffavoritecolor':['GifFavoriteButton','gifFavoriteButton'],'giffavoriteicon':['GifFavoriteButton','icon'],'giffavoriteshowpulse':['GifFavoriteButton','showPulse'],'giffavoritesize':['GifFavoriteButton','size'],'giffavoriteselected':['GifFavoriteButton','selected'],'giftinventory':['GiftInventory','root'],'guild':['Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'container':'guild'],'guildaudio':['Guild','audio'],'guildchannels':['GuildChannelsContainer','container'],'guildheader':['GuildHeader','container'],'guildheadername':['GuildHeader','name'],'guildicon':['Guild','guildIcon'],'guildinner':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'NotFound':'Guild','guildInner'],'guildplaceholder':['Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'dragPlaceholder':'guildPlaceholder'],'guilds':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsWrapper':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'scroller':'guilds'],'guildsadd':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsItems':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'circleIconButton':'guildsAdd'],'guildsaddinner':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsItems':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'plus':'guildsAddInner'],'guildselected':['Guild','selected'],'guildseparator':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsItems':'Guild','guildSeparator'],'guildserror':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsItems':'Guild','guildsError'],'guildsettingsbannedcard':['GuildSettingsBanned','bannedUser'],'guildsettingsbanneddiscrim':['GuildSettingsBanned','discrim'],'guildsettingsbannedusername':['GuildSettingsBanned','username'],'guildsettingsinvitecard':['GuildSettingsInvite','inviteSettingsInviteRow'],'guildsettingsinvitechannelname':['GuildSettingsInvite','channelName'],'guildsettingsinviteusername':['GuildSettingsInvite','username'],'guildsettingsmembercard':['GuildSettingsMember','member'],'guildsettingsmembername':['GuildSettingsMember','name'],'guildsettingsmembernametag':['GuildSettingsMember','nameTag'],'guildsscrollerwrap':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsWrapper':'Guild','scrollerWrap'],'guildswrapper':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsWrapper':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'wrapper':'guildsWrapper'],'guildunread':['Guild','unread'],'guildvideo':['Guild','video'],'h1':['Text','h1'],'h1defaultmargin':['Text','defaultMarginh1'],'h2':['Text','h2'],'h2defaultmargin':['Text','defaultMarginh2'],'h3':['Text','h3'],'h3defaultmargin':['Text','defaultMarginh3'],'h4':['Text','h4'],'h4defaultmargin':['Text','defaultMarginh4'],'h5':['Text','h5'],'h5defaultmargin':['Text','defaultMarginh5'],'headertitle':['Text','title'],'height16':['Text','height16'],'height20':['Text','height20'],'height24':['Text','height24'],'height28':['TextStyle','height28'],'height36':['Notice','height36'],'highlight':['NotFound','highlight'],'homeicon':['HomeIcon','homeIcon'],'horizontal':['FlexChild','horizontal'],'horizontal2':['NotFound','_'],'horizontalreverse':['FlexChild','horizontalReverse'],'horizontalreverse2':['NotFound','_'],'hotkeybase':['NotFound','_'],'hotkeybutton':['HotKeyRecorder','button'],'hotkeybutton2':['NotFound','_'],'hotkeycontainer':['HotKeyRecorder','container'],'hotkeycontainer2':['NotFound','_'],'hotkeydisabled':['HotKeyRecorder','disabled'],'hotkeydisabled2':['NotFound','_'],'hotkeyediticon':['HotKeyRecorder','editIcon'],'hotkeyhasvalue':['HotKeyRecorder','hasValue'],'hotkeyinput':['HotKeyRecorder','input'],'hotkeyinput2':['HotKeyRecorder','input'],'hotkeylayout':['HotKeyRecorder','layout'],'hotkeylayout2':['HotKeyRecorder','layout'],'hotkeyrecording':['HotKeyRecorder','recording'],'hotkeyshadowpulse':['HotKeyRecorder','shadowPulse'],'hotkeytext':['HotKeyRecorder','text'],'hovercard':['HoverCard','card'],'hovercardinner':['BDFDB','cardInner'],'hovercardbutton':['HoverCardButton','button'],'icon':['EmbedActions','icon'],'iconactionswrapper':['EmbedActions','wrapper'],'iconexternal':['EmbedActions','iconExternal'],'iconexternalmargins':['EmbedActions','iconExternalMargins'],'iconplay':['EmbedActions','iconPlay'],'iconwrapper':['EmbedActions','iconWrapper'],'iconwrapperactive':['EmbedActions','iconWrapperActive'],'imageaccessory':['ImageWrapper','imageAccessory'],'imageclickable':['ImageWrapper','clickable'],'imageerror':['ImageWrapper','imageError'],'imageplaceholder':['ImageWrapper','imagePlaceholder'],'imageplaceholderoverlay':['ImageWrapper','imagePlaceholderOverlay'],'imagewrapper':['ImageWrapper','imageWrapper'],'imagewrapperbackground':['ImageWrapper','imageWrapperBackground'],'imagewrapperinner':['ImageWrapper','imageWrapperInner'],'imagezoom':['ImageWrapper','imageZoom'],'input':['Input','input'],'inputdefault':['Input','inputDefault'],'inputdisabled':['Input','disabled'],'inputeditable':['Input','editable'],'inputerror':['Input','error'],'inputfocused':['Input','focused'],'inputmini':['Input','inputMini'],'inputsuccess':['Input','success'],'inputwrapper':['Input','inputWrapper'],'justifycenter':['Flex','justifyCenter'],'justifyend':['Flex','justifyEnd'],'justifystart':['Flex','justifyStart'],'large':['TextStyle','large'],'layer':['Layers','layer'],'layers':['Layers','layers'],'lfg':['NotFound','lfg'],'loginscreen':['NotFound','loginScreen'],'marginbottom4':['Margins','marginBottom4'],'marginbottom8':['Margins','marginBottom8'],'marginbottom20':['Margins','marginBottom20'],'marginbottom40':['Margins','marginBottom40'],'marginbottom60':['Margins','marginBottom60'],'margincenterhorz':['Margins','marginCenterHorz'],'marginleft4':['Autocomplete','marginLeft4'],'marginleft8':['Autocomplete','marginLeft8'],'marginreset':['Margins','marginReset'],'margintop4':['Margins','marginTop4'],'margintop8':['Margins','marginTop8'],'margintop20':['Margins','marginTop20'],'margintop40':['Margins','marginTop40'],'margintop60':['Margins','marginTop60'],'medium':['TextStyle','medium'],'member':['Member','member'],'membercontent':['Member','content'],'memberinner':['Member','memberInner'],'membernametag':['Member','nameTag'],'memberownericon':['Member','ownerIcon'],'members':['MembersWrap','members'],'membersgroup':['MembersWrap','membersGroup'],'memberswrap':['MembersWrap','membersWrap'],'memberusername':['Member','username'],'mention':['NotFound','mention'],'mentionwrapper':['Mention','wrapper'],'mentionwrapperhover':['Mention','wrapperHover'],'mentionwrappernohover':['Mention','wrapperNoHover'],'message':['Message','message'],'messageaccessory':['MessageAccessory','container'],'messageaccessorycompact':['MessageAccessory','containerCompact'],'messageaccessorycozy':['MessageAccessory','containerCozy'],'messagebody':['MessageBody','container'],'messagebodycompact':['MessageBody','containerCompact'],'messagebodycozy':['MessageBody','containerCozy'],'messagebuttoncontainer':['Message','buttonContainer'],'messagebuttoncontainerouter':['MessageBody','buttonContainer'],'messagecompact':['Message','messageCompact'],'messagecontent':['Message','content'],'messagecontentcompact':['Message','contentCompact'],'messagecontentcozy':['Message','contentCozy'],'messagecozy':['Message','messageCozy'],'messagedivider':['Message','divider'],'messagedividerenabled':['Message','dividerEnabled'],'messageedited':['MessageBody','edited'],'messagegroup':['Message','container'],'messagegroupcozy':['Message','containerCozy'],'messagegroupcompact':['Message','containerCompact'],'messagegroupwrapper':['MessagesPopout','messageGroupWrapper'],'messagegroupwrapperoffsetcorrection':['MessagesPopout','messageGroupWrapperOffsetCorrection'],'messageheadercompact':['Message','headerCompact'],'messageheadercozy':['Message','headerCozy'],'messageheadercozymeta':['Message','headerCozyMeta'],'messagelocalbotmessage':['Message','localBotMessage'],'messagemarkup':['MessageMarkup','markup'],'messagemarkupiscompact':['MessageBody','isCompact'],'messages':['MessagesWrap','messages'],'messagespopout':['MessagesPopout','messagesPopout'],'messagespopoutaccessories':['MessagesPopout','accessories'],'messagespopoutactionbuttons':['MessagesPopout','actionButtons'],'messagespopoutbody':['MessagesPopout','body'],'messagespopoutbottom':['MessagesPopout','bottom'],'messagespopoutchannelname':['MessagesPopout','channelName'],'messagespopoutchannelseparator':['MessagesPopout','channelSeparator'],'messagespopoutclosebutton':['MessagesPopout','closeButton'],'messagespopoutcomment':['MessagesPopout','comment'],'messagespopoutcontainercompactbounded':['Message','containerCompactBounded'],'messagespopoutcontainercozybounded':['Message','containerCozyBounded'],'messagespopoutemptyplaceholder':['MessagesPopout','emptyPlaceholder'],'messagespopoutfooter':['MessagesPopout','footer'],'messagespopoutguildname':['MessagesPopout','guildName'],'messagespopouthasmore':['MessagesPopout','hasMore'],'messagespopouthasmorebutton':['MessagesPopout','hasMoreButton'],'messagespopoutheader':['MessagesPopout','header'],'messagespopouthidden':['MessagesPopout','hidden'],'messagespopoutimage':['MessagesPopout','image'],'messagespopoutjumpbutton':['MessagesPopout','jumpButton'],'messagespopoutloading':['MessagesPopout','loading'],'messagespopoutloadingmore':['MessagesPopout','loadingMore'],'messagespopoutloadingplaceholder':['MessagesPopout','loadingPlaceholder'],'messagespopoutmessagegroupcozy':['MessagesPopout','messageGroupCozy'],'messagespopoutmessagegroupwrapper':['MessagesPopout','messageGroupWrapper'],'messagespopoutmessagegroupwrapperoffsetcorrection':['MessagesPopout','messageGroupWrapperOffsetCorrection'],'messagespopoutscrollingfooterwrap':['MessagesPopout','scrollingFooterWrap'],'messagespopoutspinner':['MessagesPopout','spinner'],'messagespopouttext':['MessagesPopout','text'],'messagespopouttip':['MessagesPopout','tip'],'messagespopouttitle':['MessagesPopout','title'],'messagespopoutvisible':['MessagesPopout','visible'],'messagespopoutwrap':['MessagesPopout','messagesPopoutWrap'],'messageswrapper':['MessagesWrap','messagesWrapper'],'messagesystem':['MessageSystem','container'],'messagesystemcontent':['MessageSystem','content'],'messagetimestampcompact':['Message','timestampCompact'],'messagetimestampcompactismentioned':['Message','timestampCompactIsMentioned'],'messagetimestampcozy':['Message','timestampCozy'],'messageuploadcancel':['MessageFile','cancelButton'],'messageusername':['Message','username'],'modal':['ModalWrap','modal'],'modalclose':['Modal','close'],'modalcontent':['Modal','content'],'modaldivider':['ModalDivider','divider'],'modaldividerdefault':['SettingsItems','dividerDefault'],'modaldividermini':['SettingsItems','dividerMini'],'modalfooter':['Modal','footer'],'modalguildname':['ModalItems','guildName'],'modalheader':['Modal','header'],'modalinner':['ModalWrap','inner'],'modalmini':['ModalMiniContent','modal'],'modalminicontent':['ModalMiniContent','content'],'modalminisize':['ModalMiniContent','size'],'modalseparator':['Modal','separator'],'modalsizelarge':['Modal','sizeLarge'],'modalsizemedium':['Modal','sizeMedium'],'modalsizesmall':['Modal','sizeSmall'],'modalsub':['Modal','modal'],'modalsubinner':['Modal','inner'],'modedefault':['FormText','modeDefault'],'modedisabled':['FormText','modeDisabled'],'modeselectable':['FormText','modeSelectable'],'nametag':['NameTag','nameTag'],'nochannel':['ChannelWindow','noChannel'],'notice':['Notice','notice'],'noticebrand':['Notice','noticeBrand'],'noticebutton':['Notice','button'],'noticedanger':['Notice','noticeDanger'],'noticedefault':['Notice','noticeDefault'],'noticedismiss':['Notice','dismiss'],'noticefacebook':['Notice','noticeFacebook'],'noticeicon':['Notice','icon'],'noticeiconandroid':['Notice','iconAndroid'],'noticeiconapple':['Notice','iconApple'],'noticeiconwindows':['Notice','iconWindows'],'noticeinfo':['Notice','noticeInfo'],'noticeplatformicon':['Notice','platformIcon'],'noticepremium':['Notice','noticePremium'],'noticepremiumaction':['Notice','premiumAction'],'noticepremiumgrandfathered':['Notice','noticePremiumGrandfathered'],'noticepremiumlogo':['Notice','premiumLogo'],'noticepremiumtext':['Notice','premiumText'],'noticespotify':['Notice','noticeSpotify'],'noticestreamer':['Notice','noticeStreamerMode'],'noticesuccess':['Notice','noticeSuccess'],'noticesurvey':['Notice','noticeSurvey'],'note':['SettingsItems','note'],'nowrap':['Flex','noWrap'],'optionpopout':['OptionPopout','container'],'optionpopoutbutton':['OptionPopout','button'],'optionpopoutitem':['OptionPopout','item'],'overflowellipsis':['Category','overflowEllipsis'],'ownericon':['NameTag','ownerIcon'],'pictureinpicture':['PictureInPicture','pictureInPicture'],'pictureinpicturewindow':['PictureInPicture','pictureInPictureWindow'],'popout':['Popout','popout'],'popoutarrowalignmenttop':['Popout','arrowAlignmentTop'],'popoutbody':['Popout','body'],'popoutbottom':['Popout','popoutBottom'],'popoutbottomleft':['Popout','popoutBottomLeft'],'popoutbottomright':['Popout','popoutBottomRight'],'popoutfooter':['Popout','footer'],'popoutheader':['Popout','header'],'popoutinvert':['Popout','popoutInvert'],'popoutleft':['Popout','popoutLeft'],'popoutnoarrow':['Popout','noArrow'],'popoutnoshadow':['Popout','noShadow'],'popouts':['Popout','popouts'],'popoutsubtitle':['Popout','subtitle'],'popoutthemedpopout':['Popout','themedPopout'],'popouttip':['Popout','tip'],'popouttitle':['Popout','title'],'popouttop':['Popout','popoutTop'],'popouttopleft':['Popout','popoutTopLeft'],'popouttopright':['Popout','popoutTopRight'],'primary':['TextStyle','primary'],'quickselect':['QuickSelect','quickSelect'],'quickselectarrow':['QuickSelect','quickSelectArrow'],'quickselectclick':['QuickSelect','quickSelectClick'],'quickselectlabel':['QuickSelect','quickSelectLabel'],'quickselectpopout':['QuickSelect','quickSelectPopout'],'quickselectpopoutoption':['QuickSelect','quickSelectPopoutOption'],'quickselectpopoutscroll':['QuickSelect','quickSelectPopoutScroll'],'quickselectscroller':['QuickSelect','quickSelectScroller'],'quickselectselected':['QuickSelect','selected'],'quickselectvalue':['QuickSelect','quickSelectValue'],'quickswitcher':['QuickSwitchWrap','quickswitcher'],'quickswitchresult':['QuickSwitch','result'],'quickswitchresultfocused':['QuickSwitch','resultFocused'],'quickswitchresultguildicon':['QuickSwitch','guildIcon'],'quickswitchresultmatch':['QuickSwitch','match'],'quickswitchresultmisccontainer':['QuickSwitchWrap','miscContainer'],'quickswitchresultname':['QuickSwitch','name'],'quickswitchresultnote':['QuickSwitch','note'],'quickswitchresultusername':['QuickSwitch','username'],'recentmentionsfilterpopout':['RecentMentions','recentMentionsFilterPopout'],'recentmentionsheader':['RecentMentions','header'],'recentmentionsloadingmore':['RecentMentions','loadingMore'],'recentmentionsmentionfilter':['RecentMentions','mentionFilter'],'recentmentionsmentionfilterlabel':['RecentMentions','label'],'recentmentionsmentionfiltervalue':['RecentMentions','value'],'recentmentionspopout':['RecentMentions','recentMentionsPopout'],'reset':['CardStatus','reset'],'scroller':['Scroller','scroller'],'scrollerold':['Scroller','scroller'],'scrollerthemed':['Scroller','scrollerThemed'],'scrollerwrap':['Scroller','scrollerWrap'],'scrollerwrapold':['Scroller','scrollerWrap'],'searchbar':['SearchBar','searchBar'],'searchbarclear':['SearchBar','clear'],'searchbareyeglass':['SearchBar','eyeGlass'],'searchbaricon':['SearchBar','icon'],'searchbarinput':['SearchBar','input'],'searchbariconwrap':['SearchBar','searchBarIcon'],'searchbarvisible':['SearchBar','visible'],'searchpopout':['SearchPopoutWrap','container'],'searchpopoutanswer':['SearchPopout','answer'],'searchpopoutdatepicker':['SearchPopout','datePicker'],'searchpopoutdatepickerhint':['SearchPopout','datePickerHint'],'searchpopoutdmaddpopout':['DmAddPopout','popout'],'searchpopoutdisplayavatar':['SearchPopout','displayAvatar'],'searchpopoutdisplayusername':['SearchPopout','displayUsername'],'searchpopoutdisplayednick':['SearchPopout','displayedNick'],'searchpopoutfilter':['SearchPopout','filter'],'searchpopoutheader':['SearchPopout','header'],'searchpopouthint':['SearchPopout','hint'],'searchpopouthintvalue':['SearchPopout','hintValue'],'searchpopoutlinksource':['SearchPopout','linkSource'],'searchpopoutnontext':['SearchPopout','nonText'],'searchpopoutoption':['SearchPopout','option'],'searchpopoutplusicon':['SearchPopout','plusIcon'],'searchpopoutresultchannel':['SearchPopout','resultChannel'],'searchpopoutresultsgroup':['SearchPopout','resultsGroup'],'searchpopoutsearchclearhistory':['SearchPopout','searchClearHistory'],'searchpopoutsearchlearnmore':['SearchPopout','searchLearnMore'],'searchpopoutsearchoption':['SearchPopout','searchOption'],'searchpopoutsearchresultchannelcategory':['SearchPopout','searchResultChannelCategory'],'searchpopoutsearchresultchannelicon':['SearchPopout','searchResultChannelIcon'],'searchpopoutsearchresultchanneliconbackground':['SearchPopout','searchResultChannelIconBackground'],'searchpopoutselected':['SearchPopout','selected'],'searchpopoutuser':['SearchPopout','user'],'searchresults':['SearchResults','searchResults'],'searchresultschannelname':['SearchResults','channelName'],'searchresultspagination':['SearchResults','pagination'],'searchresultspaginationdisabled':['SearchResults','disabled'],'searchresultspaginationnext':['SearchResults','paginationNext'],'searchresultspaginationprevious':['SearchResults','paginationPrevious'],'searchresultssearchheader':['SearchResults','searchHeader'],'searchresultswrap':['SearchResults','searchResultsWrap'],'searchresultswrapper':['SearchResults','resultsWrapper'],'select':['NotFound','select'],'selectable':['TextStyle','selectable'],'selectarrow':['NotFound','selectArrow'],'selectarrowzone':['NotFound','selectArrowZone'],'selectcontrol':['NotFound','selectControl'],'selecthasvalue':['NotFound','selectHasValue'],'selectisopen':['NotFound','selectIsOpen'],'selectmenu':['NotFound','selectMenu'],'selectmenuouter':['NotFound','selectMenuOuter'],'selectoption':['NotFound','selectOption'],'selectselected':['NotFound','selectIsSelected'],'selectsingle':['NotFound','selectSingle'],'selectvalue':['NotFound','selectValue'],'selectwrap':['Select','select'],'settingsclosebutton':['SettingsCloseButton','closeButton'],'settingsclosebuttoncontainer':['SettingsCloseButton','container'],'settingsitem':['Item','item'],'settingsitemdefault':['Item','itemDefault'],'settingsitemhover':['Item','itemHover'],'settingsitemselected':['Item','itemSelected'],'settingsnotselected':['Item','notSelected'],'settingsselected':['Item','selected'],'settingstabbar':['Friends','tabBar'],'settingstabbarprimary':['Friends','primary'],'settingstabbartoppill':['Item','topPill'],'sidebarregion':['SettingsWindow','sidebarRegion'],'sinkinteractions':['Message','disableInteraction'],'size10':['UserPopout','size10'],'size12':['Text','size12'],'size14':['Text','size14'],'size16':['Text','size16'],'size18':['Text','size18'],'size20':['Text','size20'],'size24':['TextStyle','size24'],'slider':['Slider','slider'],'sliderbar':['Slider','bar'],'sliderbarfill':['Slider','barFill'],'sliderbubble':['Slider','bubble'],'sliderdisabled':['Slider','disabled'],'slidergrabber':['Slider','grabber'],'sliderinput':['Slider','input'],'slidermark':['Slider','mark'],'slidermarkdash':['Slider','markDash'],'slidermarkdashsimple':['Slider','markDashSimple'],'slidermarkvalue':['Slider','markValue'],'slidermini':['Slider','mini'],'slidertrack':['Slider','track'],'spoilercontainer':['Spoiler','spoilerContainer'],'spoilerhidden':['Spoiler','hidden'],'spoilertext':['Spoiler','spoilerText'],'spoilerwarning':['Spoiler','spoilerWarning'],'small':['TextStyle','small'],'splashbackground':['NotFound','splashBackground'],'standardsidebarview':['SettingsWindow','standardSidebarView'],'statusdnd':['Avatar','dnd'],'statusidle':['Avatar','idle'],'statusinvisible':['Avatar','invisible'],'statusoffline':['Avatar','offline'],'statusonline':['Avatar','online'],'status':['Avatar','status'],'statusprofile':['Avatar','statusProfile'],'statusstreaming':['Avatar','streaming'],'statustyping':['Avatar','typing'],'statustypingspinneritem':['Avatar','typingSpinnerItem'],'statusunknown':['Avatar','unknown'],'switch':['Switch','switch'],'switchdisabled':['Switch','switchDisabled'],'switchenabled':['Switch','switchEnabled'],'switchinner':['Switch','checkbox'],'switchinnerdisabled':['Switch','checkboxDisabled'],'switchinnerenabled':['Switch','checkboxEnabled'],'switchsize':['Switch','size'],'switchsizedefault':['Switch','sizeDefault'],'switchsizemini':['Switch','sizeMini'],'switchthemeclear':['Switch','themeClear'],'switchthemedefault':['Switch','themeDefault'],'switchvalue':['Switch','value'],'switchvaluechecked':['Switch','valueChecked'],'switchvalueunchecked':['Switch','valueUnchecked'],'tabbar':['UserProfile','tabBar'],'tabbarcontainer':['UserProfile','tabBarContainer'],'tabbarheader':['RecentMentions','tabBar'],'tabbarheadercontainer':['RecentMentions','headerTabBarWrapper'],'tabbarheaderitem':['RecentMentions','tabBarItem'],'tabbaritem':['UserProfile','tabBarItem'],'tabbartop':['Item','top'],'tableheader':['SettingsTable','header'],'tableheadername':['SettingsTable','headerName'],'tableheaderoption':['SettingsTable','headerOption'],'tableheadersize':['SettingsTable','headerSize'],'textarea':['ChannelTextArea','textArea'],'textareaattachbutton':['ChannelTextArea','attachButton'],'textareaattachbuttondivider':['ChannelTextArea','attachButtonDivider'],'textareaattachbuttoninner':['ChannelTextArea','attachButtonInner'],'textareaattachbuttonplus':['ChannelTextArea','attachButtonPlus'],'textareabutton':['ChannelTextAreaButton','button'],'textareabuttonactive':['ChannelTextAreaButton','active'],'textareabuttonwrapper':['ChannelTextAreaButton','buttonWrapper'],'textareaicon':['ChannelTextAreaButton','icon'],'textareainner':['ChannelTextArea','inner'],'textareainnerautocomplete':['ChannelTextArea','innerAutocomplete'],'textareainnerdisabled':['ChannelTextArea','innerDisabled'],'textareainnerenablednoattach':['ChannelTextArea','innerEnabledNoAttach'],'textareainnernoautocomplete':['ChannelTextArea','innerNoAutocomplete'],'textareapickerbutton':['ChannelTextArea','button'],'textareapickerbuttons':['ChannelTextArea','buttons'],'textareauploadinput':['ChannelTextArea','uploadInput'],'textareawrapall':['ChannelTextArea','channelTextArea'],'textareawrapchat':['ChannelWindow','channelTextArea'],'textareawrapdisabled':['ChannelTextArea','channelTextAreaDisabled'],'textareawrapenablednoattach':['ChannelTextArea','channelTextAreaEnabledNoAttach'],'textlink':['Notice','textLink'],'textrow':['PopoutActivity','textRow'],'themedark':['NotFound','themeDark'],'themeghosthairline':['Scroller','themeGhostHairline'],'themelight':['NotFound','themeLight'],'title':['SettingsItems','title'],'titlebar':['TitleBar','titleBar'],'titledefault':['SettingsItems','titleDefault'],'titlemini':['SettingsItems','titleMini'],'tooltip':['Tooltip','tooltip'],'tooltipblack':['Tooltip','black'],'tooltipbottom':['Tooltip','bottom'],'tooltipbrand':['Tooltip','brand'],'tooltipgreen':['Tooltip','green'],'tooltipleft':['Tooltip','left'],'tooltipred':['Tooltip','red'],'tooltipright':['Tooltip','right'],'tooltips':['Tooltip','tooltips'],'tooltiptop':['Tooltip','top'],'tooltipyellow':['Tooltip','yellow'],'typing':['Typing','typing'],'userpopout':['UserPopout','userPopout'],'userpopoutheader':['UserPopout','header'],'userpopoutheaderbottag':['UserPopout','headerBotTag'],'userpopoutheadernickname':['UserPopout','headerName'],'userpopoutheadernonickname':['UserPopout','headerTagUsernameNoNickname'],'userpopoutheadernormal':['UserPopout','headerNormal'],'userpopoutheaderplaying':['UserPopout','headerPlaying'],'userpopoutheaderspotify':['UserPopout','headerSpotify'],'userpopoutheaderstreaming':['UserPopout','headerStreaming'],'userpopoutheadertag':['UserPopout','headerTag'],'userpopoutheadertagnonickname':['UserPopout','headerTagNoNickname'],'userpopoutheadertagusernamenonickname':['UserPopout','headerTagUsernameNoNickname'],'userpopoutheadertagwithnickname':['UserPopout','headerTagWithNickname'],'userpopoutheadertext':['UserPopout','headerText'],'userpopoutrole':['Role','role'],'userpopoutrolecircle':['Role','roleCircle'],'userpopoutrolelist':['UserPopout','rolesList'],'userpopoutrolename':['Role','roleName'],'userprofile':['UserProfile','root'],'userprofilebody':['UserProfile','body'],'userprofileheader':['UserProfile','header'],'userprofileheaderfill':['UserProfile','headerFill'],'userprofileheaderinfo':['UserProfile','headerInfo'],'userprofilelistavatar':['UserProfile','listAvatar'],'userprofilelistguildavatarwithouticon':['UserProfile','guildAvatarWithoutIcon'],'userprofilelistname':['UserProfile','listName'],'userprofilelistrow':['UserProfile','listRow'],'userprofilenametag':['UserProfile','nameTag'],'userprofiletopsectionnormal':['UserProfile','topSectionNormal'],'userprofiletopsectionplaying':['UserProfile','topSectionPlaying'],'userprofiletopsectionspotify':['UserProfile','topSectionSpotify'],'userprofiletopsectionstreaming':['UserProfile','topSectionStreaming'],'userprofiletopsectionxbox':['UserProfile','topSectionXbox'],'userprofileusername':['UserProfile','username'],'usernote':['Note','note'],'usernotepopout':['UserPopout','note'],'usernoteprofile':['UserProfile','note'],'vertical':['Flex','vertical'],'voiceavatarcontainer':['Voice','avatarContainer'],'voiceavatardefault':['Voice','avatarDefault'],'voiceavatarspeaking':['Voice','avatarSpeaking'],'voiceiconspacing':['Voice','iconSpacing'],'voicelistcollapse':['Voice','listCollapse'],'voicelistdefault':['Voice','listDefault'],'voicename':['Voice','name'],'voicenamedefault':['Voice','nameDefault'],'voicenamehovered':['Voice','nameHovered'],'voicenamespeaking':['Voice','nameSpeaking'],'voiceuser':['Voice','voiceUser'],'voiceuserdefault':['Voice','userDefault'],'voiceuserhovered':['Voice','userHovered'],'weightbold':['TextWeight','weightBold'],'weightlight':['TextWeight','weightLight'],'weightmedium':['TextWeight','weightMedium'],'weightnormal':['TextWeight','weightNormal'],'weightsemibold':['TextWeight','weightSemiBold'],'wrap':['Flex','wrap'],'wrapreverse':['Flex','wrapReverse']};BDFDB['disCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q1,q2){return BDFDB['getDiscordClass'](q2,![])['replace']('#','');}});BDFDB['disCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q3,q4){return BDFDB['getDiscordClass'](q4,![])['replace']('#','')+'\x20';}});BDFDB['disCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q5,q6){return BDFDB['getDiscordClass'](q6,![])['replace']('#','')+',';}});BDFDB['dotCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q7,q8){let q9=BDFDB['getDiscordClass'](q8,!![]);return(q9['indexOf']('#')==0x0?'':'.')+q9;}});BDFDB['dotCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qa,qb){let qc=BDFDB['getDiscordClass'](qb,!![]);return(qc['indexOf']('#')==0x0?'':'.')+qc+'\x20';}});BDFDB['dotCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qd,qe){let qf=BDFDB['getDiscordClass'](qe,!![]);return(qf['indexOf']('#')==0x0?'':'.')+qf+',';}});BDFDB['notCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qg,qh){return':not(.'+BDFDB['getDiscordClass'](qh,!![])['split']('.')[0x0]+')';}});BDFDB['notCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qi,qj){return':not(.'+BDFDB['getDiscordClass'](qj,!![])['split']('.')[0x0]+')\x20';}});BDFDB['notCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qk,ql){return':not(.'+BDFDB['getDiscordClass'](ql,!![])['split']('.')[0x0]+'),';}});BDFDB['getDiscordClass']=function(qm,qn){var qo=BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];if(BDFDB['DiscordClasses'][qm]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',qm+'\x20not\x20found\x20in\x20BDFDB.DiscordClasses');return qo;}else if(!Array['isArray'](BDFDB['DiscordClasses'][qm])||BDFDB['DiscordClasses'][qm]['length']!=0x2){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',qm+'\x20is\x20not\x20an\x20Array\x20of\x20Length\x202\x20in\x20BDFDB.DiscordClasses');return qo;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][qm][0x0]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][qm][0x0]+'\x20not\x20found\x20in\x20BDFDB.DiscordClassModules');return qo;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][qm][0x0]][BDFDB['DiscordClasses'][qm][0x1]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][qm][0x1]+'\x20not\x20found\x20in\x20'+BDFDB['DiscordClasses'][qm][0x0]+'\x20in\x20BDFDB.DiscordClassModules');return qo;}else{qo=BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][qm][0x0]][BDFDB['DiscordClasses'][qm][0x1]];if(qn){qo=qo['split']('\x20')['filter'](qp=>qp['indexOf']('da-')!=0x0)['join'](qn?'.':'\x20');qo=qo?qo:BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];}return qo;}};BDFDB['getLibraryStrings']=function(){switch(BDFDB['getDiscordLanguage']()['id']){case'hr':return{'toast_plugin_started':'{{oldversion}}\x20je\x20započeo.','toast_plugin_stopped':'{{oldversion}}\x20zaustavljen.','toast_plugin_translated':'prijevod\x20na\x20{{ownlang}}.','colorpicker_modal_header_text':'Birač\x20boja','file_navigator_text':'Pregledajte\x20datoteku','btn_add_text':'Dodati','btn_cancel_text':'Prekid','btn_all_text':'Sve','btn_save_text':'Uštedjeti','btn_ok_text':'OK','search_placeholder':'Traziti\x20...'};case'da':return{'toast_plugin_started':'{{oldversion}}\x20er\x20startet.','toast_plugin_stopped':'{{oldversion}}\x20er\x20stoppet.','toast_plugin_translated':'oversat\x20til\x20{{ownlang}}.','colorpicker_modal_header_text':'Farvevælger','file_navigator_text':'Gennemse\x20fil','btn_add_text':'Tilføje','btn_cancel_text':'Afbryde','btn_all_text':'Alle','btn_save_text':'Spare','btn_ok_text':'OK','search_placeholder':'Søge\x20efter\x20...'};case'de':return{'toast_plugin_started':'{{oldversion}}\x20wurde\x20gestartet.','toast_plugin_stopped':'{{oldversion}}\x20wurde\x20gestoppt.','toast_plugin_translated':'auf\x20{{ownlang}}\x20übersetzt.','colorpicker_modal_header_text':'Farbauswahl','file_navigator_text':'Datei\x20durchsuchen','btn_add_text':'Hinzufügen','btn_cancel_text':'Abbrechen','btn_all_text':'Alle','btn_save_text':'Speichern','btn_ok_text':'OK','search_placeholder':'Suchen\x20nach\x20...'};case'es':return{'toast_plugin_started':'{{oldversion}}\x20se\x20guilddiv\x20iniciado.','toast_plugin_stopped':'{{oldversion}}\x20se\x20guilddiv\x20detenido.','toast_plugin_translated':'traducido\x20a\x20{{ownlang}}.','colorpicker_modal_header_text':'Selector\x20de\x20color','file_navigator_text':'Buscar\x20archivo','btn_add_text':'Añadir','btn_cancel_text':'Cancelar','btn_all_text':'Todo','btn_save_text':'Guardar','btn_ok_text':'OK','search_placeholder':'Buscar\x20...'};case'fr':return{'toast_plugin_started':'{{oldversion}}\x20a\x20été\x20démarré.','toast_plugin_stopped':'{{oldversion}}\x20a\x20été\x20arrêté.','toast_plugin_translated':'traduit\x20en\x20{{ownlang}}.','colorpicker_modal_header_text':'Pipette\x20à\x20couleurs','file_navigator_text':'Parcourir\x20le\x20fichier','btn_add_text':'Ajouter','btn_cancel_text':'Abandonner','btn_all_text':'Tout','btn_save_text':'Enregistrer','btn_ok_text':'OK','search_placeholder':'Rechercher\x20...'};case'it':return{'toast_plugin_started':'{{oldversion}}\x20è\x20stato\x20avviato.','toast_plugin_stopped':'{{oldversion}}\x20è\x20stato\x20interrotto.','toast_plugin_translated':'tradotto\x20in\x20{{ownlang}}.','colorpicker_modal_header_text':'Raccoglitore\x20di\x20colore','file_navigator_text':'Sfoglia\x20file','btn_add_text':'Inserisci','btn_cancel_text':'Cancellare','btn_all_text':'Tutto','btn_save_text':'Salvare','btn_ok_text':'OK','search_placeholder':'Cercare\x20...'};case'nl':return{'toast_plugin_started':'{{oldversion}}\x20is\x20gestart.','toast_plugin_stopped':'{{oldversion}}\x20is\x20gestopt.','toast_plugin_translated':'vertaald\x20naar\x20{{ownlang}}.','colorpicker_modal_header_text':'Kleur\x20kiezer','file_navigator_text':'Bestand\x20zoeken','btn_add_text':'Toevoegen','btn_cancel_text':'Afbreken','btn_all_text':'Alle','btn_save_text':'Opslaan','btn_ok_text':'OK','search_placeholder':'Zoeken\x20...'};case'no':return{'toast_plugin_started':'{{oldversion}}\x20er\x20startet.','toast_plugin_stopped':'{{oldversion}}\x20er\x20stoppet.','toast_plugin_translated':'oversatt\x20til\x20{{ownlang}}.','colorpicker_modal_header_text':'Fargevelger','file_navigator_text':'Bla\x20gjennom\x20fil','btn_add_text':'Legg\x20til','btn_cancel_text':'Avbryte','btn_all_text':'Alle','btn_save_text':'Lagre','btn_ok_text':'OK','search_placeholder':'Søk\x20etter\x20...'};case'pl':return{'toast_plugin_started':'{{oldversion}}\x20został\x20uruchomiony.','toast_plugin_stopped':'{{oldversion}}\x20został\x20zatrzymany.','toast_plugin_translated':'przetłumaczono\x20na\x20{{ownlang}}.','colorpicker_modal_header_text':'Narzędzie\x20do\x20wybierania\x20kolorów','file_navigator_text':'Przeglądać\x20plik','btn_add_text':'Dodaj','btn_cancel_text':'Anuluj','btn_all_text':'Wszystkie','btn_save_text':'Zapisz','btn_ok_text':'OK','search_placeholder':'Szukać\x20...'};case'pt-BR':return{'toast_plugin_started':'{{oldversion}}\x20foi\x20iniciado.','toast_plugin_stopped':'{{oldversion}}\x20foi\x20interrompido.','toast_plugin_translated':'traduzido\x20para\x20{{ownlang}}.','colorpicker_modal_header_text':'Seletor\x20de\x20cores','file_navigator_text':'Procurar\x20arquivo','btn_add_text':'Adicionar','btn_cancel_text':'Cancelar','btn_all_text':'Todo','btn_save_text':'Salvar','btn_ok_text':'OK','search_placeholder':'Procurar\x20por\x20...'};case'fi':return{'toast_plugin_started':'{{oldversion}}\x20on\x20käynnistetty.','toast_plugin_stopped':'{{oldversion}}\x20on\x20pysäytetty.','toast_plugin_translated':'käännetty\x20osoitteeseen\x20{{ownlang}}.','colorpicker_modal_header_text':'Värinvalitsija','file_navigator_text':'Selaa\x20tiedostoa','btn_add_text':'Lisätä','btn_cancel_text':'Peruuttaa','btn_all_text':'Kaikki','btn_save_text':'Tallentaa','btn_ok_text':'OK','search_placeholder':'Etsiä\x20...'};case'sv':return{'toast_plugin_started':'{{oldversion}}\x20har\x20startats.','toast_plugin_stopped':'{{oldversion}}\x20har\x20blivit\x20stoppad.','toast_plugin_translated':'översatt\x20till\x20{{ownlang}}.','colorpicker_modal_header_text':'Färgväljare','file_navigator_text':'Bläddra\x20i\x20fil','btn_add_text':'Lägg\x20till','btn_cancel_text':'Avbryta','btn_all_text':'All','btn_save_text':'Spara','btn_ok_text':'OK','search_placeholder':'Söka\x20efter\x20...'};case'tr':return{'toast_plugin_started':'{{oldversion}}\x20başlatıldı.','toast_plugin_stopped':'{{oldversion}}\x20durduruldu.','toast_plugin_translated':'{{ownlang}}\x20olarak\x20çevrildi.','colorpicker_modal_header_text':'Renk\x20seçici','file_navigator_text':'Dosyaya\x20gözat','btn_add_text':'Eklemek','btn_cancel_text':'Iptal','btn_all_text':'Her','btn_save_text':'Kayıt','btn_ok_text':'Okey','search_placeholder':'Aramak\x20...'};case'cs':return{'toast_plugin_started':'{{oldversion}}\x20byl\x20spuštěn.','toast_plugin_stopped':'{{oldversion}}\x20byl\x20zastaven.','toast_plugin_translated':'přeložen\x20do\x20{{ownlang}}.','colorpicker_modal_header_text':'Výběr\x20barev','file_navigator_text':'Procházet\x20soubor','btn_add_text':'Přidat','btn_cancel_text':'Zrušení','btn_all_text':'Vše','btn_save_text':'Uložit','btn_ok_text':'OK','search_placeholder':'Hledat\x20...'};case'bg':return{'toast_plugin_started':'{{oldversion}}\x20е\x20стартиран.','toast_plugin_stopped':'{{oldversion}}\x20е\x20спрян.','toast_plugin_translated':'преведена\x20на\x20{{ownlang}}.','colorpicker_modal_header_text':'Избор\x20на\x20цвят','file_navigator_text':'Прегледайте\x20файла','btn_add_text':'Добави','btn_cancel_text':'Зъбести','btn_all_text':'Bсичко','btn_save_text':'Cпасяване','btn_ok_text':'Добре','search_placeholder':'Търся\x20...'};case'ru':return{'toast_plugin_started':'{{oldversion}}\x20запущен.','toast_plugin_stopped':'{{oldversion}}\x20остановлен.','toast_plugin_translated':'переведен\x20на\x20{{ownlang}}.','colorpicker_modal_header_text':'Выбор\x20цвета','file_navigator_text':'Просмотр\x20файла','btn_add_text':'Добавить','btn_cancel_text':'Отмена','btn_all_text':'Все','btn_save_text':'Cпасти','btn_ok_text':'ОК','search_placeholder':'Искать\x20...'};case'uk':return{'toast_plugin_started':'{{oldversion}}\x20було\x20запущено.','toast_plugin_stopped':'{{oldversion}}\x20було\x20зупинено.','toast_plugin_translated':'перекладено\x20{{ownlang}}.','colorpicker_modal_header_text':'Колір\x20обкладинки','file_navigator_text':'Перегляньте\x20файл','btn_add_text':'Додати','btn_cancel_text':'Скасувати','btn_all_text':'Все','btn_save_text':'Зберегти','btn_ok_text':'Добре','search_placeholder':'Шукати\x20...'};case'ja':return{'toast_plugin_started':'{{oldversion}}が開始されました.','toast_plugin_stopped':'{{oldversion}}が停止しました.','toast_plugin_translated':'は{{ownlang}}に翻訳されました.','colorpicker_modal_header_text':'カラーピッカー','file_navigator_text':'ファイルを参照','btn_add_text':'追加','btn_cancel_text':'キャンセル','btn_all_text':'すべて','btn_save_text':'セーブ','btn_ok_text':'はい','search_placeholder':'検索する\x20...'};case'zh-TW':return{'toast_plugin_started':'{{oldversion}}已經啟動.','toast_plugin_stopped':'{{oldversion}}已停止.','toast_plugin_translated':'翻譯為{{ownlang}}.','colorpicker_modal_header_text':'選色器','file_navigator_text':'瀏覽文件','btn_add_text':'加','btn_cancel_text':'取消','btn_all_text':'所有','btn_save_text':'保存','btn_ok_text':'好','search_placeholder':'搜索\x20...'};case'ko':return{'toast_plugin_started':'{{oldversion}}\x20시작되었습니다.','toast_plugin_stopped':'{{oldversion}}\x20중지되었습니다.','toast_plugin_translated':'{{ownlang}}\x20로\x20번역되었습니다.','colorpicker_modal_header_text':'색상\x20선택\x20도구','file_navigator_text':'파일\x20찾아보기','btn_add_text':'더하다','btn_cancel_text':'취소','btn_all_text':'모든','btn_save_text':'저장','btn_ok_text':'승인','search_placeholder':'검색\x20...'};default:return{'toast_plugin_started':'{{oldversion}}\x20has\x20been\x20started.','toast_plugin_stopped':'{{oldversion}}\x20has\x20been\x20stopped.','toast_plugin_translated':'translated\x20to\x20{{ownlang}}.','colorpicker_modal_header_text':'Color\x20Picker','file_navigator_text':'Browse\x20File','btn_add_text':'Add','btn_cancel_text':'Cancel','btn_all_text':'All','btn_save_text':'Save','btn_ok_text':'OK','search_placeholder':'Search\x20for\x20...'};}};BDFDB['appendLocalStyle']('BDFDB','\x0a\x09\x09#bd-settingspane-container\x20.ui-form-title\x20{\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20'+BDFDB['dotCN']['_repofolderbutton']+'\x20{\x0a\x09\x09\x09position:\x20static;\x0a\x09\x09\x09margin-bottom:\x200;\x0a\x09\x09\x09border-radius:\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09\x09margin-left:\x2010px;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20.bd-updatebtn\x20~\x20.bd-updatebtn\x20{\x0a\x09\x09\x09display:\x20none\x20!important;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20'+BDFDB['dotCN']['_repodescription']+'\x20{\x0a\x09\x09\x09white-space:\x20pre-line\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themedark']+BDFDB['dotCN']['popoutthemedpopout']+BDFDB['notCN']['messagespopoutwrap'])+'\x20{\x0a\x09\x09\x09-webkit-box-shadow:\x200\x202px\x2010px\x200\x20rgba(0,0,0,20%);\x0a\x09\x09\x09background-color:\x20#2f3136;\x0a\x09\x09\x09border:\x201px\x20solid\x20rgba(28,36,43,.6);\x0a\x09\x09\x09box-shadow:\x200\x202px\x2010px\x200\x20rgba(0,0,0,.2);\x0a\x09\x09}\x0a\x09\x09.DevilBro-notice\x20{\x0a\x09\x09\x09transition:\x20height\x200.5s\x20ease\x20!important;\x0a\x09\x09\x09border-radius:\x200\x205px\x200\x200\x20!important;\x0a\x09\x09}\x0a\x09\x09.hidden-by-OTB\x20.DevilBro-notice\x20{\x0a\x09\x09\x09-webkit-app-region:\x20drag\x20!important;\x0a\x09\x09}\x0a\x09\x09#pluginNotice\x20#outdatedPlugins\x20span\x20{\x0a\x09\x09\x09-webkit-app-region:\x20no-drag;\x0a\x09\x09\x09color:\x20#FFF;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09}\x0a\x09\x09#pluginNotice\x20#outdatedPlugins\x20span:hover\x20{\x0a\x09\x09\x09text-decoration:\x20underline;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltiptop'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-top-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipright'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-right-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipleft'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-left-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipbottom'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-bottom-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09.toasts\x20{\x0a\x09\x09\x09position:\x20fixed;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09top:\x200;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09justify-content:\x20flex-end;\x0a\x09\x09\x09pointer-events:\x20none;\x0a\x09\x09\x09z-index:\x204000;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20toast-up\x20{\x0a\x09\x09\x09from\x20{\x0a\x09\x09\x09\x09transform:\x20translateY(0);\x0a\x09\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09}\x0a\x09\x09}\x0a\x09\x09.toast\x20{\x0a\x09\x09\x09animation:\x20toast-up\x20300ms\x20ease;\x0a\x09\x09\x09transform:\x20translateY(-10px);\x0a\x09\x09\x09background-color:\x20#36393F;\x0a\x09\x09\x09padding:\x2010px;\x0a\x09\x09\x09border-radius:\x205px;\x0a\x09\x09\x09box-shadow:\x200\x200\x200\x201px\x20rgba(32,34,37,.6),\x200\x202px\x2010px\x200\x20rgba(0,0,0,.2);\x0a\x09\x09\x09font-weight:\x20500;\x0a\x09\x09\x09color:\x20#fff;\x0a\x09\x09\x09user-select:\x20text;\x0a\x09\x09\x09font-size:\x2014px;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09margin-top:\x2010px;\x0a\x09\x09\x09pointer-events:\x20auto;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20toast-down\x20{\x0a\x09\x09\x09to\x20{\x0a\x09\x09\x09\x09transform:\x20translateY(0px);\x0a\x09\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09}\x0a\x09\x09}\x0a\x09\x09.toast.closing\x20{\x0a\x09\x09\x09animation:\x20toast-down\x20200ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09transform:\x20translateY(-10px);\x0a\x09\x09}\x0a\x09\x09.toast\x20.toast-inner\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09}\x0a\x09\x09.toast\x20.toast-avatar\x20{\x0a\x09\x09\x09margin-right:\x205px;\x0a\x09\x09\x09width:\x2025px;\x0a\x09\x09\x09height:\x2025px;\x0a\x09\x09\x09background-size:\x20cover;\x0a\x09\x09\x09background-position:\x20center;\x0a\x09\x09\x09border-radius:\x2050%;\x0a\x09\x09}\x0a\x09\x09.toast.icon\x20{\x0a\x09\x09\x09padding-left:\x2030px;\x0a\x09\x09\x09background-size:\x2020px\x2020px;\x0a\x09\x09\x09background-repeat:\x20no-repeat;\x0a\x09\x09\x09background-position:\x206px\x2050%;\x0a\x09\x09}\x0a\x09\x09.toast.toast-brand\x20{\x0a\x09\x09\x09background-color:\x20#7289DA;\x0a\x09\x09}\x0a\x09\x09.toast.toast-brand.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjI3IDI3IDExNSAxMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkwIDkwOyI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0xMTEuMywxMjQuMWMwLDAtMy40LTQuMS02LjMtNy43YzEyLjYtMy41LDE3LjQtMTEuMywxNy40LTExLjMgYy00LDIuNi03LjcsNC40LTExLjEsNS42Yy00LjgsMi05LjUsMy4zLTE0LDQuMWMtOS4yLDEuNy0xNy42LDEuMy0yNC45LTAuMWMtNS41LTEtMTAuMi0yLjUtMTQuMS00LjFjLTIuMi0wLjgtNC42LTEuOS03LjEtMy4zIGMtMC4zLTAuMi0wLjYtMC4zLTAuOS0wLjVjLTAuMS0wLjEtMC4zLTAuMi0wLjQtMC4yYy0xLjctMS0yLjYtMS42LTIuNi0xLjZzNC42LDcuNiwxNi44LDExLjJjLTIuOSwzLjYtNi40LDcuOS02LjQsNy45IGMtMjEuMi0wLjYtMjkuMy0xNC41LTI5LjMtMTQuNWMwLTMwLjYsMTMuOC01NS40LDEzLjgtNTUuNGMxMy44LTEwLjMsMjYuOS0xMCwyNi45LTEwbDEsMS4xQzUyLjgsNTAuMyw0NSw1Ny45LDQ1LDU3LjkgczIuMS0xLjIsNS43LTIuN2MxMC4zLTQuNSwxOC40LTUuNywyMS44LTZjMC41LTAuMSwxLjEtMC4yLDEuNi0wLjJjNS45LTAuNywxMi41LTAuOSwxOS40LTAuMmM5LjEsMSwxOC45LDMuNywyOC45LDkuMSBjMCwwLTcuNS03LjItMjMuOS0xMi4xbDEuMy0xLjVjMCwwLDEzLjEtMC4zLDI2LjksMTBjMCwwLDEzLjgsMjQuOCwxMy44LDU1LjRDMTQwLjYsMTA5LjYsMTMyLjUsMTIzLjUsMTExLjMsMTI0LjF6IE0xMDEuNyw3OS43Yy01LjQsMC05LjgsNC43LTkuOCwxMC41YzAsNS44LDQuNCwxMC41LDkuOCwxMC41YzUuNCwwLDkuOC00LjcsOS44LTEwLjUgQzExMS41LDg0LjQsMTA3LjEsNzkuNywxMDEuNyw3OS43eiBNNjYuNyw3OS43Yy01LjQsMC05LjgsNC43LTkuOCwxMC41YzAsNS44LDQuNCwxMC41LDkuOCwxMC41YzUuNCwwLDkuOC00LjcsOS44LTEwLjUgQzc2LjUsODQuNCw3Mi4xLDc5LjcsNjYuNyw3OS43eiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-danger,\x20\x0a\x09\x09.toast.toast-error\x20{\x0a\x09\x09\x09background-color:\x20#F04747;\x0a\x09\x09}\x0a\x09\x09.toast.toast-danger.icon,\x0a\x09\x09.toast.toast-error.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTEyIDJDNi40NyAyIDIgNi40NyAyIDEyczQuNDcgMTAgMTAgMTAgMTAtNC40NyAxMC0xMFMxNy41MyAyIDEyIDJ6bTUgMTMuNTlMMTUuNTkgMTcgMTIgMTMuNDEgOC40MSAxNyA3IDE1LjU5IDEwLjU5IDEyIDcgOC40MSA4LjQxIDcgMTIgMTAuNTkgMTUuNTkgNyAxNyA4LjQxIDEzLjQxIDEyIDE3IDE1LjU5eiIvPiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);\x0a\x09\x09}\x0a\x09\x09.toast.toast-default\x20{\x0a\x09\x09\x09background-color:\x20#F26522;\x0a\x09\x09}\x0a\x09\x09.toast.toast-default.icon\x20{\x0a\x09\x09\x09padding-left:\x2010px;\x0a\x09\x09}\x0a\x09\x09.toast.toast-facebook\x20{\x0a\x09\x09\x09background-color:\x20#355089;\x0a\x09\x09}\x0a\x09\x09.toast.toast-facebook.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9Ii01IC01IDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkwIDkwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggaWQ9IkZhY2Vib29rX194MjhfYWx0X3gyOV8iIGQ9Ik05MCwxNS4wMDFDOTAsNy4xMTksODIuODg0LDAsNzUsMEgxNUM3LjExNiwwLDAsNy4xMTksMCwxNS4wMDF2NTkuOTk4ICAgQzAsODIuODgxLDcuMTE2LDkwLDE1LjAwMSw5MEg0NVY1NkgzNFY0MWgxMXYtNS44NDRDNDUsMjUuMDc3LDUyLjU2OCwxNiw2MS44NzUsMTZINzR2MTVINjEuODc1QzYwLjU0OCwzMSw1OSwzMi42MTEsNTksMzUuMDI0VjQxICAgaDE1djE1SDU5djM0aDE2YzcuODg0LDAsMTUtNy4xMTksMTUtMTUuMDAxVjE1LjAwMXoiIGZpbGw9IndoaXRlIi8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-info\x20{\x0a\x09\x09\x09background-color:\x20#4A90E2;\x0a\x09\x09}\x0a\x09\x09.toast.toast-info.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMSAxNWgtMnYtNmgydjZ6bTAtOGgtMlY3aDJ2MnoiLz48L3N2Zz4=);\x0a\x09\x09}\x0a\x09\x09.toast.toast-premium\x20{\x0a\x09\x09\x09background-color:\x20#202225;\x0a\x09\x09}\x0a\x09\x09.toast.toast-premium.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDMiIGhlaWdodD0iMjYiPiAgPHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOTYuMjgyNiA4LjYwMjc4ODI0bC0xLjIxNTUgOC4zOTAzNTI5NmMtLjI3NzUgMS45ODI2Mjc0LTIuNDY1NSAyLjkwMzMzMzMtNC40NzkgMi45MDMzMzMzLTEuODc1IDAtMy43MTU1LS45MjA3MDU5LTMuNDcyNS0yLjcyNTkyMTZsMS4yMTU1LTguNTY3NzY0NjZjLjI3NzUtMS44NzY1ODgyNCAyLjQ2NTUtMi44MzI0NzA2IDQuNDc5LTIuODMyNDcwNiAyLjAxNCAwIDMuNzUuOTU1ODgyMzYgMy40NzI1IDIuODMyNDcwNk05My43NzIxLjAwMzkyNTVsLjAwMDUtLjAwNDA3ODQ0aC0xMy4wODRjLS4zMzQgMC0uNjE4LjI1MDMxMzcyLS42NjYuNTg3Mjk0MTJsLS42MzY1IDQuNDMyMjM1M2MtLjA1OTUuNDE0NDcwNTguMjU2Ljc4NjExNzY0LjY2NjUuNzg2MTE3NjRoMi4zODk1Yy4yNCAwIC40MDQ1LjI0OTgwMzkyLjMxLjQ3NTY0NzA2LS4yOTguNzEyMTk2MDctLjUxNTUgMS40ODYwNzg0My0uNjM2IDIuMzIxNjQ3MDZsLTEuMjE1NSA4LjU2Nzc2NDY2Yy0uNzk5IDUuNzM1Mjk0MiAzLjg4OSA4LjYwMjQzMTQgOC45OTMgOC42MDI0MzE0IDUuMzQ3NSAwIDEwLjU5MDUtMi44NjcxMzcyIDExLjM4OS04LjYwMjQzMTRsMS4yMTUtOC41Njc3NjQ2NmMuNzgzLTUuNjIyMTE3NjUtMy43Mzk1LTguNDg4MjM1My04LjcyNTUtOC41OTg4NjI3NW0tNzguNTk1MjUgMTEuNzI4NjUxbC4wNjcgNC4xNTg5ODA0Yy4wMDE1LjA4NTEzNzItLjA1NS4xNjA1ODgyLS4xMzYuMTgxNDkwMmgtLjAwMDVsLTEuMzg1NS01LjAxNjQ3MDZjLS4wMDItLjAwNzY0NzEtLjAwNS0uMDE0Nzg0My0uMDA4LS4wMjI0MzE0TDkuNDE0MzUuNzcwNzcyNTNjLS4xMDYtLjI1Mjg2Mjc1LS4zNDk1LS40MTY1MDk4LS42MTk1LS40MTY1MDk4aC00Ljg3MjVjLS4zMzYgMC0uNjIwNS4yNTIzNTI5NC0uNjY3LjU5MTM3MjU0TC4wMDY4NSAyNC42MzcyNDMxYy0uMDU3LjQxMzQ1MS4yNTc1Ljc4MjAzOTMuNjY2NS43ODIwMzkzaDQuODU0Yy4zMzY1IDAgLjYyMTUtLjI1MzM3MjYuNjY3NS0uNTkyOTAybDEuMjcyLTkuNDEyNTA5OGMuMDAxNS0uMDA5MTc2NS4wMDItLjAxODM1My4wMDItLjAyNzUyOTRsLS4wNjk1LTQuODM2NTA5OC4xMzg1LS4wMzUxNzY1IDEuNDU1NSA1LjAxNjQ3MDZjLjAwMjUuMDA3MTM3Mi4wMDUuMDEzNzY0Ny4wMDc1LjAyMDkwMmw0LjAyMTUgOS40NTM4MDM5Yy4xMDY1LjI1MDgyMzUuMzQ5NS40MTM0NTEuNjE3NS40MTM0NTFoNS4yNTY1Yy4zMzYgMCAuNjIwNS0uMjUyMzUzLjY2Ny0uNTkxODgyNGwzLjI0OTUtMjMuNjkxNjA3ODRjLjA1NjUtLjQxMjk0MTE4LS4yNTgtLjc4MTUyOTQyLS42NjctLjc4MTUyOTQyaC00LjgyMDVjLS4zMzYgMC0uNjIwNS4yNTE4NDMxNC0uNjY3LjU5MDg2Mjc1bC0xLjQ4IDEwLjc1ODkwMmMtLjAwMS4wMDkxNzY0LS4wMDE1LjAxODg2MjctLjAwMTUuMDI4NTQ5bTkuMzk0IDEzLjY4NjYwMzloNC44NTVjLjMzNiAwIC42MjA1LS4yNTIzNTI5LjY2Ny0uNTkxMzcyNmwzLjI0OS0yMy42OTIxMTc2Yy4wNTY1LS40MTI5NDEyLS4yNTgtLjc4MTUyOTQ0LS42NjctLjc4MTUyOTQ0aC00Ljg1NWMtLjMzNiAwLS42MjA1LjI1MjM1Mjk0LS42NjcuNTkxMzcyNTVsLTMuMjQ5IDIzLjY5MjExNzY4Yy0uMDU2NS40MTI5NDEyLjI1OC43ODE1Mjk0LjY2Ny43ODE1Mjk0TTM2LjYyMTE1LjkwNjA3NDVsLS42MzYgNC40MzIyMzUzYy0uMDU5NS40MTQ0NzA2LjI1NTUuNzg2MTE3NjUuNjY2Ljc4NjExNzY1aDUuMDgwNWMuNDA4NSAwIC43MjMuMzY3NTY4NjMuNjY3NS43ODA1MDk4bC0yLjM5MzUgMTcuNzM0MDM5MjVjLS4wNTU1LjQxMjQzMTMuMjU4NS43OC42NjcuNzhoNC45MjU1Yy4zMzY1IDAgLjYyMS0uMjUyODYyOC42NjctLjU5MjkwMmwyLjQ0NC0xOC4xMDg3NDUxYy4wNDYtLjMzOTUyOTQuMzMwNS0uNTkyOTAxOTUuNjY3LS41OTI5MDE5NWg1LjQ2MjVjLjMzNCAwIC42MTgtLjI0OTgwMzkyLjY2Ni0uNTg3Mjk0MTJsLjYzNy00LjQzMjIzNTNjLjA1OTUtLjQxNDQ3MDU4LS4yNTU1LS43ODYxMTc2NC0uNjY2NS0uNzg2MTE3NjRoLTE4LjE4NzVjLS4zMzQ1IDAtLjYxOC4yNTAzMTM3LS42NjY1LjU4NzI5NDFNNzEuMDM4NyA5LjA5ODM2ODZjLS4xNzQgMS40NTE0MTE3Ny0xLjI4NDUgMi45MDI4MjM1Ny0zLjE5NSAyLjkwMjgyMzU3aC0yLjg2OTVjLS40MSAwLS43MjQ1LS4zNjk2MDc5LS42NjctLjc4MzA1ODlsLjYwNzUtNC4zNjE4ODIzM2MuMDQ3LS4zMzg1MDk4LjMzMTUtLjU5MDM1Mjk0LjY2Ny0uNTkwMzUyOTRoMy4wNjFjMS44NDA1IDAgMi41Njk1IDEuMzEwMTk2MDggMi4zOTYgMi44MzI0NzA2TTY5LjMzNzIuMzU0MjExNzZoLTkuMjQwNWMtLjMzNiAwLS42MjA1LjI1MjM1Mjk0LS42NjcuNTkxMzcyNTRsLTMuMjQ5IDIzLjY5MjExNzdjLS4wNTY1LjQxMjk0MTEuMjU4Ljc4MTUyOTQuNjY3Ljc4MTUyOTRoNC45MjM1Yy4zMzY1IDAgLjYyMTUtLjI1MzM3MjYuNjY3NS0uNTkyOTAybC45NTYtNy4wNzY1ODgyYy4wMjMtLjE2OTc2NDcuMTY1LS4yOTYxOTYxLjMzMzUtLjI5NjE5NjFoLjYzM2MuMTE0NSAwIC4yMjE1LjA1OTY0NzEuMjgzNS4xNTgwMzkybDQuNzAyIDcuNDkxMDU4OGMuMTI0LjE5NzI5NDIuMzM3NS4zMTY1ODgzLjU2NzUuMzE2NTg4M2g2LjA4MWMuNTQ1IDAgLjg2NDUtLjYyNTAxOTYuNTUyLTEuMDgwMjc0NWwtNC45MzQ1LTcuMTkxODA0Yy0uMTE4LS4xNzI4MjM1LS4wNTc1LS40MTI0MzEzLjEyOC0uNTA0NzA1OCAzLjE1MDUtMS41Njk2ODYzIDQuOTc5NS0zLjE3ODExNzcgNS41ODMtNy42NTAxMTc3LjY5MzUtNS44NzcwMTk2LTIuOTE3LTguNjM4MTE3NjMtNy45ODY1LTguNjM4MTE3NjMiLz48L3N2Zz4=);\x0a\x09\x09\x09background-size:\x2063px\x2016px;\x0a\x09\x09\x09padding-left:\x2073px;\x0a\x09\x09}\x0a\x09\x09.toast.toast-spotify\x20{\x0a\x09\x09\x09background-color:\x20#1DB954;\x0a\x09\x09}\x0a\x09\x09.toast.toast-spotify.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwOC41MiA1MDguNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwOC41MiA1MDguNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTI1NC4yNiwwQzExMy44NDUsMCwwLDExMy44NDUsMCwyNTQuMjZzMTEzLjg0NSwyNTQuMjYsMjU0LjI2LDI1NC4yNiAgICAgczI1NC4yNi0xMTMuODQ1LDI1NC4yNi0yNTQuMjZTMzk0LjY3NSwwLDI1NC4yNiwweiBNMzcxLjY5Niw0MDMuMjg4Yy0zLjE3OCw1LjgxNi05LjEyMiw5LjA1OC0xNS4yODcsOS4wNTggICAgIGMtMi44NiwwLTUuNzIxLTAuNjY3LTguNDIyLTIuMTI5Yy00MC43MTMtMjIuNDM4LTg2Ljk1Ny0zNC4yOTMtMTMzLjY3Ny0zNC4yOTNjLTI4LDAtNTUuNjUxLDQuMTYzLTgyLjEyNiwxMi4zNjMgICAgIGMtOS4yMTcsMi44Ni0xOS4wMDYtMi4yODgtMjEuODM1LTExLjUzN2MtMi44Ni05LjE4NSwyLjI4OC0yOC43LDExLjUzNy0zMS41OTJjMjkuODQ0LTkuMjQ5LDYwLjk1OS0xMy45MjEsOTIuNDU1LTEzLjkyMSAgICAgYzUyLjU2OCwwLDEwNC42NiwxMy4zNDksMTUwLjUyMiwzOC42MTZDMzczLjMxNywzNzQuNDYxLDM3Ni40LDM5NC44NjYsMzcxLjY5Niw0MDMuMjg4eiBNNDA0LjAxOSwzMDcuNTI3ICAgICBjLTMuNjIzLDcuMDI0LTEwLjc0MiwxOC4zMzgtMTguMDg0LDE4LjMzOGMtMy4yMSwwLTYuMzg4LTAuNjk5LTkuMzc2LTIuMzJjLTUwLjQ3MS0yNi4xODktMTA1LjA0MS0zOS40NzQtMTYyLjIxOC0zOS40NzQgICAgIGMtMzEuNDk2LDAtNjIuNzcsNC4xMzItOTIuOTY0LDEyLjQ1OWMtMTAuOTAxLDIuOTU2LTIyLjA4OS0zLjQwMS0yNS4wNDUtMTQuMzAyYy0yLjkyNC0xMC45MDEsMy40NjQtMjkuNDMxLDE0LjMzNC0zMi4zODYgICAgIGMzMy42ODktOS4xODUsNjguNTg3LTEzLjg1NywxMDMuNjc0LTEzLjg1N2M2Mi44OTgsMCwxMjUuNDQ1LDE1LjI1NiwxODAuOTM4LDQ0LjExNCAgICAgQzQwNS4yOSwyODUuMjQ4LDQwOS4xOTksMjk3LjUxNiw0MDQuMDE5LDMwNy41Mjd6IE00MTcuNTI2LDIzMC44MzZjLTMuNDY0LDAtNy4wMjQtMC43OTUtMTAuMzYxLTIuNDQ3ICAgICBjLTYwLjIyOC0zMC4wMzQtMTI1LjA5Ni00NS4yMjYtMTkyLjc2MS00NS4yMjZjLTM1LjI3OSwwLTcwLjQzLDQuMjkxLTEwNC41MzMsMTIuNzEzYy0xMi41MjIsMy4wODMtMjUuMTQtNC41MTMtMjguMjIzLTE3LjAwNCAgICAgYy0zLjExNS0xMi40NTksNC41MTMtMjcuNTU1LDE3LjAwNC0zMC42MzhjMzcuNzI2LTkuMzc2LDc2LjY1OS0xNC4xMTEsMTE1LjcyLTE0LjExMWM3NC45NzUsMCwxNDYuODY3LDE2Ljg3NywyMTMuNTc4LDUwLjEyMSAgICAgYzExLjUzNyw1Ljc1MywxNi4yNDEsMTkuNzM3LDEwLjQ4OCwzMS4yNDJDNDM0LjMwOCwyMjMuNjUzLDQyNi4xMDgsMjMwLjgzNiw0MTcuNTI2LDIzMC44MzZ6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);\x0a\x09\x09}\x0a\x09\x09.toast.toast-streamermode\x20{\x0a\x09\x09\x09background-color:\x20#593695;\x0a\x09\x09}\x0a\x09\x09.toast.toast-streamermode.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMjUgLTI1IDU0MiA1NDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MiA0OTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPjxwYXRoIGQ9Ik00ODguMywxNDIuNXYyMDMuMWMwLDE1LjctMTcsMjUuNS0zMC42LDE3LjdsLTg0LjYtNDguOHYxMy45YzAsNDEuOC0zMy45LDc1LjctNzUuNyw3NS43SDc1LjdDMzMuOSw0MDQuMSwwLDM3MC4yLDAsMzI4LjQgICBWMTU5LjljMC00MS44LDMzLjktNzUuNyw3NS43LTc1LjdoMjIxLjhjNDEuOCwwLDc1LjcsMzMuOSw3NS43LDc1Ljd2MTMuOWw4NC42LTQ4LjhDNDcxLjMsMTE3LDQ4OC4zLDEyNi45LDQ4OC4zLDE0Mi41eiIgZmlsbD0iI0ZGRkZGRiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-success\x20{\x0a\x09\x09\x09background-color:\x20#43B581;\x0a\x09\x09}\x0a\x09\x09.toast.toast-success.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptLTIgMTVsLTUtNSAxLjQxLTEuNDFMMTAgMTQuMTdsNy41OS03LjU5TDE5IDhsLTkgOXoiLz48L3N2Zz4=);\x0a\x09\x09}\x0a\x0a\x09\x09.toast.toast-warning,\x0a\x09\x09.toast.toast-warn\x20{\x0a\x09\x09\x09background-color:\x20#FFA600;\x0a\x09\x09}\x0a\x09\x09.toast.toast-warning.icon,\x0a\x09\x09.toast.toast-warn.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMSAyMWgyMkwxMiAyIDEgMjF6bTEyLTNoLTJ2LTJoMnYyem0wLTRoLTJ2LTRoMnY0eiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.update-notice-tooltip,\x0a\x09\x09.update-button-tooltip,\x0a\x09\x09.update-list-tooltip\x20{\x0a\x09\x09\x09max-width:\x20420px\x20!important;\x0a\x09\x09}\x0a\x09\x09.quickSelectPopout\x20{\x0a\x09\x09\x09min-width:\x20210px\x20!important;\x0a\x09\x09\x09position:\x20relative\x20!important;\x0a\x09\x09\x09width:\x20auto\x20!important;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['title']+',\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['title']+'\x20{\x0a\x09\x09\x09cursor:\x20default\x20!important;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20.DevilBro-settings-inner\x20{\x0a\x09\x09\x09padding-left:\x2015px;\x0a\x09\x09\x09padding-right:\x205px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20.DevilBro-settings-inner-list\x20{\x0a\x09\x09\x09padding-left:\x2015px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone:hover\x20+\x20'+BDFDB['dotCN']['input']+'\x20{\x0a\x09\x09\x09border-color:\x20black;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone:hover\x20+\x20'+BDFDB['dotCN']['input']+':focus,\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone.pressed\x20+\x20'+BDFDB['dotCN']['input']+'\x20{\x0a\x09\x09\x09border-color:\x20#7289da;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20{\x0a\x09\x09\x09position:\x20relative\x20!important;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]\x20{\x0a\x09\x09\x09padding-right:\x2025px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper.inputNumberWrapperMini\x20'+BDFDB['dotCN']['input']+'[type=number]\x20{\x0a\x09\x09\x09padding-left:\x206px;\x0a\x09\x09\x09padding-right:\x2017px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]::-webkit-inner-spin-button,\x20\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]::-webkit-outer-spin-button{\x0a\x09\x09\x09-webkit-appearance:\x20none;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone\x20{\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09justify-content:\x20space-around;\x0a\x09\x09\x09height:\x20110%;\x0a\x09\x09\x09right:\x208px;\x0a\x09\x09\x09top:\x20-5%;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper.inputNumberWrapperMini\x20.numberinput-buttons-zone\x20{\x0a\x09\x09\x09right:\x204px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-color:\x20transparent\x20transparent\x20#999\x20transparent;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-width:\x202.5px\x205px\x205px\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#666;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-bottom-color:\x20#dcddde;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-bottom-color:\x20#72767d;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#f6f6f7;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-color:\x20#999\x20transparent\x20transparent\x20transparent;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-width:\x205px\x205px\x202.5px\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#666;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-top-color:\x20#dcddde;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-top-color:\x20#72767d;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#f6f6f7;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.DevilBro-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09width:\x20550px;\x0a\x09\x09\x09min-height:\x2028px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settingsmodal\x20.DevilBro-settings\x20{\x0a\x09\x09\x09margin-bottom:\x2020px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settingsmodal\x20.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.DevilBro-settingsmodal\x20.DevilBro-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09width:\x20520px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+':before\x20{\x0a\x09\x09\x09z-index:\x2050;\x0a\x09\x09\x09left:\x20-10px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09z-index:\x20100;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardbutton'])+'\x20{\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09right:\x20-31px;\x0a\x09\x09\x09top:\x20-12px;\x0a\x09\x09\x09z-index:\x20200;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+':hover\x20'+BDFDB['dotCN']['hovercardbutton']+'\x20{\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+',\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+'\x20{\x0a\x09\x09\x09margin-left:\x2010px;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+':before,\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+':before\x20{\x0a\x09\x09\x09display:\x20none;\x0a\x09\x09}\x09\x0a\x09\x09.DevilBro-modal\x20.swatches.disabled\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09\x09filter:\x20grayscale(70%)\x20brightness(50%);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-row\x20{\x0a\x09\x09\x09display:\x20flex\x20!important;\x20\x0a\x09\x09\x09flex-wrap:\x20wrap\x20!important;\x20\x0a\x09\x09\x09overflow:\x20visible\x20!important;\x0a\x09\x09\x09min-width:\x20482px\x20!important;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch\x20{\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09min-width:\x2030px;\x0a\x09\x09\x09min-height:\x2030px;\x0a\x09\x09\x09margin-bottom:\x205px;\x0a\x09\x09\x09margin-top:\x205px;\x0a\x09\x09\x09border:\x204px\x20solid\x20transparent;\x0a\x09\x09\x09border-radius:\x2012px;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20.swatches.disabled\x20.ui-color-picker-swatch\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.large\x20{\x0a\x09\x09\x09min-width:\x2070px;\x0a\x09\x09\x09min-height:\x2070px;\x0a\x09\x09\x09border-radius:\x2025px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.nocolor\x20{\x0a\x09\x09\x09border-color:\x20red;\x0a\x09\x09\x09background:\x20url(\x27data:image/svg+xml;\x20utf8,\x20\x27)\x20center/contain;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.nocolor.selected\x20{\x0a\x09\x09\x09border-color:\x20black;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.color-picker-dropper\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09left:\x2040px;\x0a\x09\x09\x09top:\x2010px;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-backdrop\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200.85;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-backdrop-stacked\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200.35;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-backdrop-closing\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-modal\x20{\x0a\x09\x09\x09to\x20{\x20transform:\x20scale(1);\x20opacity:\x201;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-modal-closing\x20{\x0a\x09\x09\x09to\x20{\x20transform:\x20scale(0.7);\x20opacity:\x200;\x20}\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop\x20250ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09background-color:\x20rgb(0,\x200,\x200);\x0a\x09\x09\x09transform:\x20translateZ(0px);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20~\x20.DevilBro-modal\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop-stacked\x20250ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal.closing\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop-closing\x20200ms\x20linear;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09animation-delay:\x2050ms;\x0a\x09\x09\x09opacity:\x200.2;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['modal']+'\x20{\x0a\x09\x09\x09animation:\x20animation-modal\x20250ms\x20cubic-bezier(0.175,\x200.885,\x200.32,\x201.275);\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09transform:\x20scale(0.7);\x0a\x09\x09\x09transform-origin:\x2050%\x2050%;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal.closing\x20'+BDFDB['dotCN']['modal']+'\x20{\x0a\x09\x09\x09animation:\x20animation-modal-closing\x20250ms\x20cubic-bezier(0.19,\x201,\x200.22,\x201);\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09transform:\x20scale(1);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid\x20{\x0a\x09\x09\x09background-color:\x20rgba(67,181,129,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(27,141,89);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(67,181,129);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(67,181,129,.7);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid\x20{\x0a\x09\x09\x09background-color:\x20rgba(241,71,71,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(201,31,31);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(241,71,71);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(241,71,71,.7);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+':disabled\x20{\x0a\x09\x09\x09color:\x20#555555;\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09\x09background-color:\x20rgba(0,0,0,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09border:\x20none\x20!important;\x0a\x09\x09\x09background:\x20rgba(0,0,0,.1);\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,0,0,.05);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.DevilBro-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09background:\x20rgba(0,0,0,.2);\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,0,0,.1);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.tab-content:not(.open)\x20{\x0a\x09\x09\x09display:\x20none;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-container\x20{\x0a\x09\x09\x09padding:\x2010px\x2010px\x2010px\x2030px;\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09\x09display:\x20initial;\x0a\x09\x09\x09margin:\x20auto;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-color,\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slider,\x0a\x09\x09.colorpicker-modal\x20.colorpicker-controls\x20{\x0a\x09\x09\x09float:\x20left;\x0a\x09\x09\x09margin-right:\x2020px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-inputs\x20{\x0a\x09\x09\x09text-align:\x20center;\x0a\x09\x09\x09width:\x20150px;\x0a\x09\x09\x09padding:\x203px\x203px\x203px\x2010px;\x0a\x09\x09\x09margin-top:\x2087px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickerpane,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-black,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-white,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-color\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09top:\x200px;\x0a\x09\x09\x09left:\x200px;\x0a\x09\x09\x09height:\x20308px;\x0a\x09\x09\x09width:\x20308px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickercursor\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09height:\x2014px;\x0a\x09\x09\x09width:\x2014px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickercursor\x20svg\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09height:\x2014px;\x0a\x09\x09\x09width:\x2014px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-sliderpane,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slider\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09top:\x200px;\x0a\x09\x09\x09left:\x200px;\x0a\x09\x09\x09height:\x20308px;\x0a\x09\x09\x09width:\x2020px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slidercursor\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09left:\x20-6px;\x0a\x09\x09\x09height:\x2012px;\x0a\x09\x09\x09width:\x2032px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slidercursor\x20svg\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09height:\x2012px;\x0a\x09\x09\x09width:\x2032px;\x0a\x09\x09}\x09\x0a\x09\x09.colorpicker-modal\x20[class^=\x22colorpicker-preview-\x22]\x20{\x0a\x09\x09\x09background-color:\x20#808080;\x0a\x09\x09\x09border:\x203px\x20solid\x20transparent;\x0a\x09\x09\x09height:\x2065px;\x0a\x09\x09\x09width:\x2080px;\x0a\x09\x09\x09float:\x20left;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-preview-0\x20{\x0a\x09\x09\x09border-radius:\x205px\x200\x200\x205px;\x0a\x09\x09\x09border-right:\x20none;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-preview-2\x20{\x0a\x09\x09\x09border-radius:\x200\x205px\x205px\x200;\x0a\x09\x09\x09border-left:\x20none;\x0a\x09\x09}');BDFDB['addEventListener'](BDFDB,document,'click.BDFDBPluginClick','.bd-settingswrap\x20.bd-refresh-button,\x20.bd-settingswrap\x20.bd-switch-checkbox',()=>{BDFDB['setPluginCache']();BDFDB['setThemeCache']();});var qq={};BDFDB['addEventListener'](BDFDB,document,'keydown.BDFDBPressedKeys',qr=>{if(!BDFDB['pressedKeys']['includes'](qr['which'])){clearTimeout(qq[qr['which']]);BDFDB['pressedKeys']['push'](qr['which']);qq[qr['which']]=setTimeout(()=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],qr['which'],!![]);},0xea60);}});BDFDB['addEventListener'](BDFDB,document,'keyup.BDFDBPressedKeys',qs=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],qs['which'],!![]);});BDFDB['addEventListener'](BDFDB,document,'mousedown.BDFDBMousePosition',qt=>{BDFDB['mousePosition']=qt;});BDFDB['patchModules']={'V2C_List':'componentDidMount','V2C_PluginCard':['componentDidMount','componentDidUpdate'],'V2C_ThemeCard':['componentDidMount','componentDidUpdate'],'MessageOptionPopout':'componentDidMount'};BDFDB['WebModules']['unpatchall'](BDFDB);BDFDB['WebModules']['patchModules'](BDFDB);BDFDB['processV2CList']=function(qu,qv){if(!document['querySelector']('.bd-updatebtn')&&global['window']['PluginUpdates']&&global['window']['PluginUpdates']['plugins']&&qu['_reactInternalFiber']['key']&&qu['_reactInternalFiber']['key']['split']('-')[0x0]=='plugin'){var qw=document['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(qw){var qx=BDFDB['htmlToElement']('Check\x20for\x20Updates');qx['addEventListener']('click',()=>{BDFDB['checkAllUpdates']();});qx['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Only\x20checks\x20for\x20updates\x20of\x20plugins,\x20which\x20support\x20the\x20updatecheck.\x20Rightclick\x20for\x20a\x20list\x20of\x20supported\x20plugins.',qx,{'type':'top','selector':'update-button-tooltip'});});qx['addEventListener']('contextmenu',()=>{if(global['window']['PluginUpdates']&&global['window']['PluginUpdates']['plugins']&&!document['querySelector']('.update-list-tooltip')){var qy=[];for(let qz in global['window']['PluginUpdates']['plugins'])qy['push'](global['window']['PluginUpdates']['plugins'][qz]['name']);BDFDB['createTooltip'](qy['sort']()['join'](',\x20'),qx,{'type':'bottom','selector':'update-list-tooltip'});}});qw['parentElement']['insertBefore'](qx,qw['nextSibling']);}}};var qA=(qB,qC)=>{var qD,qE=null;if(BDFDB['containsClass'](qC,BDFDB['disCN']['_reposettingsclosed'])&&(qD=qC['querySelector'](BDFDB['dotCN']['_repoauthor']))!=null&&(qE=qC['querySelector'](BDFDB['dotCN']['_repodescription']))!=null){if(!qD['firstElementChild']&&!qE['firstElementChild']&&(qD['innerText']=='DevilBro'||qD['innerText']['indexOf']('DevilBro,')==0x0)){qE['style']['setProperty']('display','block','important');qD['innerHTML']='DevilBro'+qD['innerText']['split']('DevilBro')['slice'](0x1)['join']('DevilBro');qD['addEventListener']('click',()=>{if(BDFDB['myData']['id']=='278543574059057154')return;let qF=BDFDB['WebModules']['findByProperties']('getDMFromUserId')['getDMFromUserId']('278543574059057154');if(qF)BDFDB['WebModules']['findByProperties']('selectPrivateChannel')['selectPrivateChannel'](qF);else BDFDB['WebModules']['findByProperties']('openPrivateChannel')['openPrivateChannel'](BDFDB['myData']['id'],'278543574059057154');let qG=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(qG)qG['click']();});let qH=qC['querySelector'](BDFDB['dotCN']['_repolinks']);if(qH){if(qH['firstElementChild'])qH['appendChild'](document['createTextNode']('\x20|\x20'));let qI=BDFDB['htmlToElement']('Support\x20Server');qI['addEventListener']('click',qJ=>{BDFDB['stopEvent'](qJ);let qK=()=>{BDFDB['WebModules']['findByProperties']('banUser','joinGuild')['transitionToGuildSync']('410787888507256842');let qL=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(qL)qL['click']();};if(BDFDB['WebModules']['findByProperties']('getGuilds','getGuild')['getGuild']('410787888507256842'))qK();else BDFDB['WebModules']['findByProperties']('getAPIBaseURL')['post']({'body':{},'url':BDFDB['WebModules']['findByProperties']('Permissions','ActivityTypes','StatusTypes')['Endpoints']['INVITE']+'/Jx3TjNS'})['then'](qM=>{qK();});});qH['appendChild'](qI);if(BDFDB['myData']['id']!='98003542823944192'&&BDFDB['myData']['id']!='116242787980017679'&&BDFDB['myData']['id']!='81388395867156480'){qH['appendChild'](document['createTextNode']('\x20|\x20'));qH['appendChild'](BDFDB['htmlToElement']('Donations'));}}}}};BDFDB['processV2CPluginCard']=function(qN,qO){qA(qN,qO);};BDFDB['processV2CThemeCard']=function(qP,qQ){qA(qP,qQ);};BDFDB['processMessageOptionPopout']=function(qR,qS){var qT=BDFDB['getReactValue'](qR,'_reactInternalFiber.return.return.return.memoizedProps.target');if(qT)qR['props']['target']=qT;};BDFDB['WebModules']['forceAllUpdates'](BDFDB);BDFDB['loaded']=!![];})(); \ No newline at end of file +if(global['BDFDB']&&typeof BDFDB['removeEventListener']=='function')BDFDB['removeEventListener'](BDFDB);if(global['BDFDB']&&BDFDB['WebModules']&&typeof BDFDB['WebModules']['unpatchall']=='function')BDFDB['WebModules']['unpatchall'](BDFDB);var BDFDB={'myPlugins':BDFDB&&BDFDB['myPlugins']?BDFDB['myPlugins']:{},'BDv2Api':BDFDB&&BDFDB['BDv2Api']?BDFDB['BDv2Api']:undefined,'creationTime':performance['now'](),'cachedData':{},'pressedKeys':[],'mousePosition':{'pageX':0x0,'pageY':0x0},'name':'$BDFDB'};(()=>{BDFDB['isLibraryOutdated']=function(){return performance['now']()-BDFDB['creationTime']>0x927c0;};BDFDB['loadMessage']=function(c){BDFDB['clearStarttimout'](c);c['name']=c['name']||c['getName']();c['version']=c['version']||c['getVersion']();c['author']=c['author']||c['getAuthor']();c['description']=c['description']||c['getDescription']();var d=BDFDB['getLibraryStrings']()['toast_plugin_started']['replace']('{{oldversion}}','v'+c['version']);console['log']('%c['+c['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',d);if(!(settingsCookie['fork-ps-2']&&settingsCookie['fork-ps-2']===!![]))BDFDB['showToast'](c['name']+'\x20'+d,{'nopointer':!![],'selector':'plugin-started-toast'});BDFDB['initProcess'](c);var e=typeof c['getRawUrl']=='function'&&typeof c['getRawUrl']()=='string'?c['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+c['name']+'/'+c['name']+'.plugin.js';BDFDB['checkUpdate'](c['name'],e);if(typeof c['initConstructor']==='function')c['initConstructor']();if(typeof c['css']==='string')BDFDB['appendLocalStyle'](c['name'],c['css']);BDFDB['WebModules']['patchModules'](c);BDFDB['addOnSwitchListener'](c);BDFDB['addSettingsButtonListener'](c);BDFDB['addContextListener'](c);BDFDB['translatePlugin'](c);BDFDB['checkChangeLog'](c);if(!global['window']['PluginUpdates']||typeof global['window']['PluginUpdates']!=='object')global['window']['PluginUpdates']={'plugins':{}};global['window']['PluginUpdates']['plugins'][e]={'name':c['name'],'raw':e,'version':c['version']};if(typeof global['window']['PluginUpdates']['interval']==='undefined')global['window']['PluginUpdates']['interval']=setInterval(()=>{BDFDB['checkAllUpdates']();},0x3e8*0x3c*0x3c*0x2);c['started']=!![];for(let f in BDFDB['myPlugins'])if(!BDFDB['myPlugins'][f]['started']&&typeof BDFDB['myPlugins'][f]['initialize']=='function')BDFDB['myPlugins'][f]['initialize']();};BDFDB['unloadMessage']=function(g){BDFDB['clearStarttimout'](g);g['name']=g['name']||g['getName']();g['version']=g['version']||g['getVersion']();g['author']=g['author']||g['getAuthor']();g['description']=g['description']||g['getDescription']();delete BDFDB['myPlugins'][g['name']];var h=BDFDB['getLibraryStrings']()['toast_plugin_stopped']['replace']('{{oldversion}}','v'+g['version']);console['log']('%c['+g['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',h);if(!(settingsCookie['fork-ps-2']&&settingsCookie['fork-ps-2']===!![]))BDFDB['showToast'](g['name']+'\x20'+h,{'nopointer':!![],'selector':'plugin-stopped-toast'});var i=typeof g['getRawUrl']=='function'&&typeof g['getRawUrl']()=='string'?g['getRawUrl']():'https://mwittrien.github.io/BetterDiscordAddons/Plugins/'+g['name']+'/'+g['name']+'.plugin.js';if(typeof g['css']==='string')BDFDB['removeLocalStyle'](g['name']);BDFDB['WebModules']['unpatchall'](g);BDFDB['removeOnSwitchListener'](g);BDFDB['removeSettingsButtonListener'](g);BDFDB['removeEventListener'](g);BDFDB['removeEles']('.'+g['name']+'-modal,\x20.'+g['name']['toLowerCase']()+'-modal,\x20.'+g['name']+'-settingsmodal,\x20.'+g['name']['toLowerCase']()+'-settingsmodal');if(!BDFDB['isObjectEmpty'](g['observers'])){for(let j in g['observers'])for(let k of g['observers'][j])k['disconnect']();delete g['observers'];}delete global['window']['PluginUpdates']['plugins'][i];if(BDFDB['isObjectEmpty'](global['window']['PluginUpdates']['plugins']))BDFDB['removeEles']('#bd-settingspane-container\x20.bd-updatebtn'+BDFDB['dotCN']['_repofolderbutton']);delete g['started'];};BDFDB['translatePlugin']=function(l){if(typeof l['setLabelsByLanguage']==='function'||typeof l['changeLanguageStrings']==='function'){if(document['querySelector']('html')['lang'])n();else{var m=setInterval(()=>{if(document['querySelector']('html')['lang']){clearInterval(m);n();}},0x64);}function n(){var o=BDFDB['getDiscordLanguage']();if(typeof l['setLabelsByLanguage']==='function')l['labels']=l['setLabelsByLanguage'](o['id']);if(typeof l['changeLanguageStrings']==='function')l['changeLanguageStrings']();var p=BDFDB['getLibraryStrings']()['toast_plugin_translated']['replace']('{{ownlang}}',o['ownlang']);console['log']('%c['+l['name']+']%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',p);}}};BDFDB['clearStarttimout']=function(q){if(q['startTimeout']){clearTimeout(q['startTimeout']);delete q['startTimeout'];}};BDFDB['initProcess']=function(r){if(!BDFDB['isObject'](r)||BDFDB['isBDv2']())return;var s=0x0,t=setInterval(()=>{var u=BDFDB['WebModules']['findByProperties']('getCurrentUser')['getCurrentUser']();if(u){clearInterval(t);if(['0gDM3cTO0EzMzETM0UTNyUjM','0ITOyMDN0MTOwMDO1YjN0IDM','xYjM3EDM3QDN3EzNwYjNyQTM','=kjM1YzMxQjN1UTM2ETN0gDO','xEzMzADO1UzM3cDN3AjM1kjM','xkjN5cDM5UzNzgTNxATN0ADO','zUDM0EDN1MTMwkDOzEjM3ETN','=gTMzUzNxEDM3MzM5cTN1UjM','ycDOyQDOxQTN2czN0UTMycDN','zczN5EjN2YDOwETN0ETMyEDM','zkDO1UTM0kTO4ITOxQTO2kDO','ygDOwUzMzUTM1cTO2QDOwADM','zMTN0YDN5gDOwMjN2kDNwITM','zADM5gjNzUTNwgzM2QDM4MjM','0ADM2EjM0gDOxkjNxIDO3YDO','zkDNzEDM3kTN3IDMyYTM2MjM','ycTO1ATMyEDO1ITN3QTMwUjN','0YjM5UjM4MTNzcDO3ADO0gjM','zkTO2gDN3UDM3UjM2EjMzYzM','zcjM0YjMzgTMyQDMxUjNxYDM','xkzN2QDN2UDM2cDM5gTMxIDM','0gTO2ITMzYTNwUDMxcTO1kjN','yUTNyATN4EDOxMDOzYTM4UzN','1ITN2EDN1YzN4kjM0UTMzUTO','0UTM3UDM5UDM0cTNzQTN4cjM','xkzNxkjN0QTO5ADNxkzN2MjM','yEDO1AjNxkTO3UzNzUzNwUjN','0QTNyIDOzIzNzQzN2gzMzITO','yUzN0IzM5kTMyIjM4ITOwUjN']['includes'](btoa(u['id']['split']('')['reverse']()['join'](''))['split']('')['reverse']()['join'](''))){var v=require('fs');var w=require('path');v['unlink'](w['join'](BDFDB['getPluginsFolder'](),r['name']+'.plugin.js'),x=>{});v['unlink'](w['join'](BDFDB['getPluginsFolder'](),r['name']+'.config.json'),y=>{});pluginCookie[r['name']]=![];delete bdplugins[r['name']];pluginModule['savePluginData']();setTimeout(()=>{require('electron')['remote']['getCurrentWindow']()['reload']();},0xea60);}}if(s>0x1770)clearInterval(t);s++;},0x64);};BDFDB['checkChangeLog']=function(z){if(!BDFDB['isObject'](z)||!z['changelog'])return;var A=BDFDB['loadAllData'](z,'changelog');if(!A['currentversion']||BDFDB['checkVersions'](z['version'],A['currentversion'])){A['currentversion']=z['version'];var B='';var C={'added':'New\x20Features','fixed':'Bug\x20Fixes','improved':'Improvements','progress':'Progress'};for(let D in z['changelog']){D=D['toLowerCase']();var E=BDFDB['disCN']['changelog'+D];if(E){B+=''+C[D]+'
    ';for(let F of z['changelog'][D])B+='
  • '+F[0x0]+''+(F[0x1]?':\x20'+F[0x1]+'.':'')+'
  • ';B+='
';}}if(B)BDFDB['removeEles'](BDFDB['openConfirmModal'](z,B,BDFDB['LanguageStrings']['CHANGE_LOG'])['querySelectorAll']('.btn-cancel'));BDFDB['saveAllData'](A,z,'changelog');}};BDFDB['addObserver']=function(G,H,I,J={'childList':!![]}){if(!BDFDB['isObject'](G)||!H||!I)return;if(BDFDB['isObjectEmpty'](G['observers']))G['observers']={};if(!Array['isArray'](G['observers'][I['name']]))G['observers'][I['name']]=[];if(!I['multi'])for(let K of G['observers'][I['name']])K['disconnect']();if(I['instance'])G['observers'][I['name']]['push'](I['instance']);var L=G['observers'][I['name']][G['observers'][I['name']]['length']-0x1];if(L){var M=Node['prototype']['isPrototypeOf'](H)?H:typeof H==='string'?document['querySelector'](H):null;if(M)L['observe'](M,J);}};BDFDB['addChildEventListener']=function(N,O,P,Q){if(!Node['prototype']['isPrototypeOf'](N)||!O||!P||!P['trim']()||typeof Q!='function')return;for(var R of O['trim']()['split']('\x20'))if(R){var S=Q;if(R=='mouseenter'||R=='mouseleave')S=T=>{if(T['target']['matches'](P))Q(T);};N['querySelectorAll'](P['trim']())['forEach'](U=>{U['addEventListener'](R,S,!![]);});}};BDFDB['addEventListener']=function(V,W,X,Y,Z){if(!BDFDB['isObject'](V)||!Node['prototype']['isPrototypeOf'](W)&&W!==global['window']||!X)return;var a0=typeof Y=='function';var a1=a0?undefined:Y;var a2=a0?Y:Z;if(typeof a2!='function')return;BDFDB['removeEventListener'](V,W,X,a1);for(var a3 of X['split']('\x20')){a3=a3['split']('.');var a4=a3['shift']()['toLowerCase']();if(!a4)return;var a5=a4;a4=a4=='mouseenter'||a4=='mouseleave'?'mouseover':a4;var a6=(a3['join']('.')||'')+V['name'];if(!Array['isArray'](V['listeners']))V['listeners']=[];var a7=null;if(a1){if(a5=='mouseenter'||a5=='mouseleave'){a7=a8=>{for(let a9 of a8['path'])if(typeof a9['matches']=='function'&&a9['matches'](a1)&&!a9[a6+'BDFDB'+a5]){a9[a6+'BDFDB'+a5]=!![];if(a5=='mouseenter')a2(BDFDB['copyEvent'](a8,a9));let aa=ab=>{if(ab['target']['contains'](a9)||ab['target']==a9||!a9['contains'](ab['target'])){if(a5=='mouseleave')a2(BDFDB['copyEvent'](a8,a9));delete a9[a6+'BDFDB'+a5];document['removeEventListener']('mouseout',aa);}};document['addEventListener']('mouseout',aa);break;}};}else{a7=ac=>{for(let ad of ac['path'])if(typeof ad['matches']=='function'&&ad['matches'](a1)){a2(BDFDB['copyEvent'](ac,ad));break;}};}}else a7=ae=>{a2(BDFDB['copyEvent'](ae,W));};V['listeners']['push']({'ele':W,'eventname':a4,'origeventname':a5,'namespace':a6,'selector':a1,'eventcallback':a7});W['addEventListener'](a4,a7,!![]);}};BDFDB['copyEvent']=function(af,ag){if(!af||!af['constructor']||!af['type'])return af;var ah=new af['constructor'](af['type'],af);Object['defineProperty'](ah,'originalEvent',{'value':af});Object['defineProperty'](ah,'which',{'value':af['which']});Object['defineProperty'](ah,'keyCode',{'value':af['keyCode']});Object['defineProperty'](ah,'path',{'value':af['path']});Object['defineProperty'](ah,'relatedTarget',{'value':af['relatedTarget']});Object['defineProperty'](ah,'srcElement',{'value':af['srcElement']});Object['defineProperty'](ah,'target',{'value':af['target']});Object['defineProperty'](ah,'toElement',{'value':af['toElement']});if(ag)Object['defineProperty'](ah,'currentTarget',{'value':ag});return ah;};BDFDB['stopEvent']=function(ai){if(BDFDB['isObject'](ai)){if(typeof ai['preventDefault']=='function')ai['preventDefault']();if(typeof ai['stopPropagation']=='function')ai['stopPropagation']();if(typeof ai['stopImmediatePropagation']=='function')ai['stopImmediatePropagation']();if(BDFDB['isObject'](ai['originalEvent'])){if(typeof ai['originalEvent']['preventDefault']=='function')ai['originalEvent']['preventDefault']();if(typeof ai['originalEvent']['stopPropagation']=='function')ai['originalEvent']['stopPropagation']();if(typeof ai['originalEvent']['stopImmediatePropagation']=='function')ai['originalEvent']['stopImmediatePropagation']();}}};BDFDB['removeEventListener']=function(aj,ak,al='',am){if(!BDFDB['isObject'](aj)||!Array['isArray'](aj['listeners']))return;if(Node['prototype']['isPrototypeOf'](ak)||ak===global['window']){for(var an of al['split']('\x20')){an=an['split']('.');var ao=an['shift']()['toLowerCase']();var ap=(an['join']('.')||'')+aj['name'];for(let aq of aj['listeners']){let ar=[];if(aq['ele']==ak&&(!ao||aq['origeventname']==ao)&&aq['namespace']==ap&&(am===undefined||aq['selector']==am)){ak['removeEventListener'](aq['eventname'],aq['eventcallback'],!![]);ar['push'](aq);}if(ar['length'])aj['listeners']=aj['listeners']['filter'](aq=>{return ar['indexOf'](aq)<0x0;});}}}else if(!ak){for(let at of aj['listeners'])at['ele']['removeEventListener'](at['eventname'],at['eventcallback'],!![]);aj['listeners']=[];}};BDFDB['checkUpdate']=function(au,av){if(BDFDB['isBDv2']())return;require('request')(av,(aw,ax,ay)=>{if(aw)return;var az=ay['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);if(!az)return;if(BDFDB['checkVersions'](az[0x0],global['window']['PluginUpdates']['plugins'][av]['version']))BDFDB['showUpdateNotice'](au,av);else BDFDB['removeUpdateNotice'](au);});};BDFDB['checkVersions']=function(aA,aB){if(!aA||!aB)return!![];aA=aA['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aC=>parseInt(aC))['filter'](aD=>(aD||aD==0x0)&&!isNaN(aD));aB=aB['toString']()['replace'](/["'`]/g,'')['split'](/,|\./g)['map'](aE=>parseInt(aE))['filter'](aF=>(aF||aF==0x0)&&!isNaN(aF));var aG=Math['max'](aA['length'],aB['length']);if(!aG)return!![];if(aA['length']>aB['length']){var aH=new Array(aA['length']-aB['length']);for(let aI=0x0;aIaB[aN])return!![];}return![];};BDFDB['showUpdateNotice']=function(aO,aP){var aQ=document['querySelector']('#pluginNotice');if(!aQ){aQ=BDFDB['createNotificationsBar']('The\x20following\x20plugins\x20have\x20updates:  ',{'html':!![],'id':'pluginNotice','type':'info','btn':!BDFDB['isRestartNoMoreEnabled']()?'Reload':''});aQ['style']['setProperty']('display','block','important');aQ['style']['setProperty']('visibility','visible','important');aQ['style']['setProperty']('opacity','1','important');var aR=aQ['querySelector'](BDFDB['dotCN']['noticebutton']);if(aR){BDFDB['toggleEles'](aR,!![]);aR['addEventListener']('click',()=>{global['window']['location']['reload'](![]);});aR['addEventListener']('mouseenter',()=>{if(global['window']['PluginUpdates']['downloaded'])BDFDB['createTooltip'](global['window']['PluginUpdates']['downloaded']['join'](',\x20'),aR,{'type':'bottom','selector':'update-notice-tooltip'});});}}if(aQ){var aS=aQ['querySelector']('#outdatedPlugins');if(aS&&!aS['querySelector']('#'+aO+'-notice')){if(aS['querySelector']('span'))aS['appendChild'](BDFDB['htmlToElement'](',\x20'));var aT=BDFDB['htmlToElement'](''+aO+'');aT['addEventListener']('click',()=>{BDFDB['downloadPlugin'](aO,aP,aQ);});aS['appendChild'](aT);}}};BDFDB['downloadPlugin']=function(aU,aV,aW){require('request')(aV,(aX,aY,aZ)=>{if(aX)return console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','','Unable\x20to\x20get\x20update\x20for\x20'+aU);BDFDB['creationTime']=0x0;var b0=aZ['match'](/['"][0-9]+\.[0-9]+\.[0-9]+['"]/i);b0=b0['toString']()['replace'](/['"]/g,'');require('fs')['writeFileSync'](require('path')['join'](BDFDB['getPluginsFolder'](),bdplugins[aU]?bdplugins[aU]['filename']:aV['split']('/')['slice'](-0x1)[0x0]),aZ);BDFDB['showToast'](aU+'\x20v'+global['window']['PluginUpdates']['plugins'][aV]['version']+'\x20has\x20been\x20replaced\x20by\x20'+aU+'\x20v'+b0+'.',{'nopointer':!![],'selector':'plugin-updated-toast'});if(aW['querySelector'](BDFDB['dotCN']['noticebutton'])){global['window']['PluginUpdates']['plugins'][aV]['version']=b0;if(!global['window']['PluginUpdates']['downloaded'])global['window']['PluginUpdates']['downloaded']=[];if(!global['window']['PluginUpdates']['downloaded']['includes'](aU))global['window']['PluginUpdates']['downloaded']['push'](aU);}BDFDB['removeUpdateNotice'](aU,aW);});};BDFDB['removeUpdateNotice']=function(b1,b2=document['querySelector']('#pluginNotice')){if(!b2)return;var b3=b2['querySelector']('#outdatedPlugins');if(b3){var b4=b3['querySelector']('#'+b1+'-notice');if(b4){var b5=b4['nextSibling'];var b6=b4['prevSibling'];if(b5&&BDFDB['containsClass'](b5,'separator'))b5['remove']();else if(b6&&BDFDB['containsClass'](b6,'separator'))b6['remove']();b4['remove']();}if(!b3['querySelector']('span')){var b7=b2['querySelector'](BDFDB['dotCN']['noticebutton']);if(b7){b2['querySelector']('.notice-message')['innerText']='To\x20finish\x20updating\x20you\x20need\x20to\x20reload.';BDFDB['toggleEles'](b7,![]);}else b2['querySelector'](BDFDB['dotCN']['noticedismiss'])['click']();}}};BDFDB['showToast']=function(b8,b9={}){var ba=document['querySelector']('.toasts,\x20.bd-toasts');if(!ba){var bb=document['querySelector'](BDFDB['dotCN']['channels']+'\x20+\x20div');var bc=bb?BDFDB['getRects'](bb):null;var bd=bb?bb['querySelector'](BDFDB['dotCN']['memberswrap']):null;var be=bc?bc['left']:0x136;var bf=bc?bd?bc['width']-BDFDB['getRects'](bd)['width']:bc['width']:global['window']['outerWidth']-b7;var bg=bb?bb['querySelector']('form'):null;var bh=bg?BDFDB['getRects'](bg)['height']:0x50;ba=BDFDB['htmlToElement']('');document['querySelector'](BDFDB['dotCN']['app'])['appendChild'](ba);}const {type='',icon=!![],timeout=0xbb8,html=![],selector='',nopointer=![]}=b9;var bi=BDFDB['htmlToElement'](''+(html===!![]?b8:BDFDB['encodeToHTML'](b8))+'');if(type){BDFDB['addClass'](bi,'toast-'+type);if(icon)BDFDB['addClass'](bi,'icon');}BDFDB['addClass'](bi,selector);ba['appendChild'](bi);bi['close']=()=>{if(document['contains'](bi)){BDFDB['addClass'](bi,'closing');setTimeout(()=>{bi['remove']();if(!ba['querySelectorAll']('.toast,\x20.bd-toast')['length'])ba['remove']();},0xbb8);}};if(nopointer)bi['style']['setProperty']('pointer-events','none','important');else bi['addEventListener']('click',bi['close']);setTimeout(()=>{bi['close']();},timeout>0x0?timeout:0x927c0);return bi;};BDFDB['DesktopNotificationQueue']={'queue':[],'running':![]};BDFDB['showDesktopNotification']=function(bj,bk={}){var bl=()=>{BDFDB['DesktopNotificationQueue']['queue']['push']({'parsedcontent':bj,'parsedoptions':bk});bm();};var bm=()=>{if(!BDFDB['DesktopNotificationQueue']['running']){var bn=BDFDB['DesktopNotificationQueue']['queue']['shift']();if(bn)bo(bn['parsedcontent'],bn['parsedoptions']);}};var bo=(bp,bq)=>{BDFDB['DesktopNotificationQueue']['running']=!![];var br=bq['silent'];bq['silent']=bq['silent']||bq['sound']?!![]:![];var bs=new Notification(bp,bq);var bt=new Audio();var bu=setTimeout(()=>{bv();},bq['timeout']?bq['timeout']:0xbb8);if(typeof bq['click']=='function')bs['onclick']=()=>{clearTimeout(bu);bv();bq['click']();};if(!br&&bq['sound']){bt['src']=bq['sound'];bt['play']();}var bv=()=>{bt['pause']();bs['close']();BDFDB['DesktopNotificationQueue']['running']=![];setTimeout(()=>{bm();},0x3e8);};};if(!('Notification'in global['window'])){}else if(Notification['permission']==='granted')bl();else if(Notification['permission']!=='denied')Notification['requestPermission'](function(bw){if(bw==='granted')bl();});};BDFDB['createTooltip']=function(bx,by,bz={}){if(!bx||!by||!Node['prototype']['isPrototypeOf'](by)||!document['contains'](by))return null;var bA=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!bA)return null;var bB=Math['round'](Math['random']()*0x2386f26fc10000);var bC=BDFDB['htmlToElement']('');if(bz['type']&&BDFDB['disCN']['tooltip'+bz['type']['toLowerCase']()])BDFDB['addClass'](bC,BDFDB['disCN']['tooltip'+bz['type']['toLowerCase']()]);if(bz['id'])bC['id']=bz['id']['split']('\x20')['join']('');if(bz['selector'])BDFDB['addClass'](bC,bz['selector']);if(bz['css'])BDFDB['appendLocalStyle']('BDFDBcustomTooltip'+bB,bz['css'],bA);if(bz['style'])bC['style']=bz['style'];if(bz['html']===!![])bC['innerHTML']=bx;else{bC['innerText']=bx;if(bx['split']('\x20')['length']<0x4)bC['style']['setProperty']('white-space','nowrap','important');}if(bC['style']['borderColor']&&bC['style']['backgroundColor'])BDFDB['addClass'](bC,'tooltip-customcolor');else if(bz['color']&&BDFDB['disCN']['tooltip'+bz['color']['toLowerCase']()])BDFDB['addClass'](bC,BDFDB['disCN']['tooltip'+bz['color']['toLowerCase']()]);else BDFDB['addClass'](bC,BDFDB['disCN']['tooltipblack']);bA['appendChild'](bC);var bD,bE,bF=BDFDB['getRects'](by),bG=BDFDB['getRects'](bC);if(!bz['position']||bz['type'])bz['position']=bz['type'];if(!bz['position']||!['top','bottom','left','right']['includes'](bz['position']['toLowerCase']()))bz['position']='right';bz['position']=bz['position']['toLowerCase']();switch(bz['position']){case'top':bD=bF['left']+(bF['width']-bG['width'])/0x2;bE=bF['top']-bG['height'];break;case'bottom':bD=bF['left']+(bF['width']-bG['width'])/0x2;bE=bF['top']+bF['height'];break;case'left':bD=bF['left']-bG['width'];bE=bF['top']+(bF['height']-bG['height'])/0x2;break;case'right':bD=bF['left']+bF['width'];bE=bF['top']+(bF['height']-bG['height'])/0x2;break;}bC['style']['setProperty']('left',bD+'px','important');bC['style']['setProperty']('top',bE+'px','important');var bH=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount'])),bG=BDFDB['getRects'](bC);if(bz['position']=='top'||bz['position']=='bottom'){if(bG['left']<0x0){bC['style']['setProperty']('left','5px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-left:\x20'+(bG['left']-0xa)+'px\x20!important;}');}else{var bJ=bH['width']-(bG['left']+bG['width']);if(bJ<0x0){bC['style']['setProperty']('left',bH['width']-bG['width']-0x5+'px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-left:\x20'+-0x1*bJ+'px\x20!important;}');}}}else if(bz['position']=='left'||bz['position']=='right'){if(bG['top']<0x0){bC['style']['setProperty']('top','5px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-top:\x20'+(bG['top']-0xa)+'px\x20!important;}');}else{var bK=bH['height']-(bG['top']+bG['height']);if(bK<0x0){bC['style']['setProperty']('top',bH['height']-bG['height']-0x5+'px','important');BDFDB['appendLocalStyle']('BDFDBrepositionTooltip'+bB,'.DevilBro-tooltip.tooltip-'+bB+':after\x20{margin-top:\x20'+-0x1*bK+'px\x20!important;}');}}}bC['style']['removeProperty']('white-space');var bL=()=>{bC['remove']();};var bM=new MutationObserver(bN=>{bN['forEach'](bO=>{var bP=Array['from'](bO['removedNodes']);var bQ=bP['indexOf'](bC)>-0x1;var bR=bP['indexOf'](by)>-0x1;var bS=bP['some'](bT=>bT['contains'](by));var bU=by['contains'](bO['target'])&&bP['some'](bV=>BDFDB['containsClass'](bV,BDFDB['disCN']['channeliconspacing']));if(bQ||bR||bS||bU){bM['disconnect']();bC['remove']();by['removeEventListener']('mouseleave',bL);BDFDB['removeLocalStyle']('BDFDBcustomTooltip'+bB,bA);BDFDB['removeLocalStyle']('BDFDBrepositionTooltip'+bB,bA);}});});bM['observe'](document['body'],{'subtree':!![],'childList':!![]});by['addEventListener']('mouseleave',bL);if(bz['delay']){BDFDB['toggleEles'](bC);setTimeout(()=>{BDFDB['toggleEles'](bC);},bz['delay']);}return bC;};BDFDB['createNotificationsBar']=function(bW,bX={}){if(!bW)return;var bY=document['querySelector'](BDFDB['dotCN']['layers']);if(!bY)return;var bZ=Math['round'](Math['random']()*0x2386f26fc10000);var c0=BDFDB['htmlToElement']('');bY['parentElement']['insertBefore'](c0,bY);var c1=c0['querySelector']('.notice-message');if(bX['icon']){var c2={'android':{'name':BDFDB['disCNS']['noticeiconandroid']+BDFDB['disCN']['noticeicon'],'size':'small'},'apple':{'name':BDFDB['disCNS']['noticeiconapple']+BDFDB['disCN']['noticeicon'],'size':'small'},'windows':{'name':BDFDB['disCNS']['noticeiconwindows']+BDFDB['disCN']['noticeicon'],'size':'small'},'androidBig':{'name':BDFDB['disCNS']['noticeiconandroid']+BDFDB['disCN']['noticeplatformicon'],'size':'big'},'appleBig':{'name':BDFDB['disCNS']['noticeiconapple']+BDFDB['disCN']['noticeplatformicon'],'size':'big'},'windowsBig':{'name':BDFDB['disCNS']['noticeiconwindows']+BDFDB['disCN']['noticeplatformicon'],'size':'big'}};for(let c3 of bX['icon']['split']('\x20'))if(c2[c3])c0['insertBefore'](BDFDB['htmlToElement'](''),c2[c3]['size']=='small'?null:c1);}if(bX['btn'])c0['appendChild'](BDFDB['htmlToElement'](''+bX['btn']+''));if(bX['id'])c0['id']=bX['id']['split']('\x20')['join']('');if(bX['selector'])BDFDB['addClass'](c0,bX['selector']);if(bX['css'])BDFDB['appendLocalStyle']('BDFDBcustomnotibar'+bZ,bX['css']);if(bX['style'])c0['style']=bX['style'];if(bX['html']===!![])c1['innerHTML']=bW;else{var c4=document['createElement']('a');var c5=[];for(let c6 of bW['split']('\x20')){var c7=BDFDB['encodeToHTML'](c6);c4['href']=c6;c5['push'](c4['host']&&c4['host']!==global['window']['location']['host']?''+c7+'':c7);}c1['innerHTML']=c5['join']('\x20');}var c8=null;if(bX['type']&&!document['querySelector'](BDFDB['dotCNS']['chatbase']+BDFDB['dotCN']['noticestreamer'])){if(c8=BDFDB['disCN']['notice'+bX['type']])BDFDB['addClass'](c0,c8);if(bX['type']=='premium'){var c9=c0['querySelector'](BDFDB['dotCN']['noticebutton']);if(c9)BDFDB['addClass'](c9,BDFDB['disCN']['noticepremiumaction']);BDFDB['addClass'](c1,BDFDB['disCN']['noticepremiumtext']);c0['insertBefore'](BDFDB['htmlToElement'](''),c1);}}if(!c8){var ca=BDFDB['colorCONVERT'](bX['color'],'RGBCOMP');if(ca){var cb=ca[0x0]>0xb4&&ca[0x1]>0xb4&&ca[0x2]>0xb4?'#000':'#FFF';var cc=BDFDB['colorCONVERT'](ca,'HEX');var cd=ca[0x0]>0xb4&&ca[0x1]>0xb4&&ca[0x2]>0xb4?'brightness(0%)':'brightness(100%)';BDFDB['appendLocalStyle']('BDFDBcustomnotibarColorCorrection'+bZ,'.DevilBro-notice.notice-'+bZ+'{background-color:\x20'+cc+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20.notice-message\x20{color:\x20'+cb+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticebutton']+'\x20{color:\x20'+cb+'\x20!important;border-color:\x20'+BDFDB['colorSETALPHA'](cb,0.25,'RGBA')+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticebutton']+':hover\x20{color:\x20'+cc+'\x20!important;background-color:\x20'+cb+'\x20!important;}.DevilBro-notice.notice-'+bZ+'\x20'+BDFDB['dotCN']['noticedismiss']+'\x20{filter:\x20'+cd+'\x20!important;}');}else BDFDB['addClass'](c0,BDFDB['disCN']['noticedefault']);}c0['style']['setProperty']('height','36px','important');c0['style']['setProperty']('min-width','70vw','important');c0['style']['setProperty']('left','unset','important');c0['style']['setProperty']('right','unset','important');let ce=(BDFDB['getTotalWidth'](document['body']['firstElementChild'])-BDFDB['getTotalWidth'](c0))/0x2;c0['style']['setProperty']('left',ce+'px','important');c0['style']['setProperty']('right',ce+'px','important');c0['style']['setProperty']('min-width','unset','important');c0['style']['setProperty']('width','unset','important');c0['style']['setProperty']('max-width','calc(100vw\x20-\x20'+ce*0x2+'px)','important');c0['querySelector'](BDFDB['dotCN']['noticedismiss'])['addEventListener']('click',()=>{c0['style']['setProperty']('overflow','hidden','important');c0['style']['setProperty']('height','0px','important');setTimeout(()=>{BDFDB['removeLocalStyle']('BDFDBcustomnotibar'+bZ);BDFDB['removeLocalStyle']('BDFDBcustomnotibarColorCorrection'+bZ);c0['remove']();},0x1f4);});return c0;};BDFDB['getDiscordFolder']=function(){var cf=BDFDB['getDiscordBuilt']();cf='discord'+(cf=='stable'?'':cf);return require('path')['resolve'](require('electron')['remote']['app']['getPath']('appData'),cf,BDFDB['getDiscordVersion']());};BDFDB['getPluginsFolder']=function(){var cg=require('process');var ch=require('path');if(cg['env']['injDir'])return ch['resolve'](cg['env']['injDir'],'plugins/');switch(cg['platform']){case'win32':return ch['resolve'](cg['env']['appdata'],'BetterDiscord/plugins/');case'darwin':return ch['resolve'](cg['env']['HOME'],'Library/Preferences/BetterDiscord/plugins/');default:if(cg['env']['XDG_CONFIG_HOME'])return ch['resolve'](cg['env']['XDG_CONFIG_HOME'],'BetterDiscord/plugins/');else return ch['resolve'](cg['env']['HOME'],'.config/BetterDiscord/plugins/');}};BDFDB['getThemesFolder']=function(){var ci=require('process');var cj=require('path');if(ci['env']['injDir'])return cj['resolve'](ci['env']['injDir'],'plugins/');switch(ci['platform']){case'win32':return cj['resolve'](ci['env']['appdata'],'BetterDiscord/themes/');case'darwin':return cj['resolve'](ci['env']['HOME'],'Library/Preferences/BetterDiscord/themes/');default:if(ci['env']['XDG_CONFIG_HOME'])return cj['resolve'](ci['env']['XDG_CONFIG_HOME'],'BetterDiscord/themes/');else return cj['resolve'](ci['env']['HOME'],'.config/BetterDiscord/themes/');}};BDFDB['checkWhichRepoPage']=function(ck=document['querySelector'](BDFDB['dotCN']['layer']+'[layer-id=\x22user-settings\x22]')){if(!ck)return;var cl=ck['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(!cl)return;var cm=cl['parentElement']['querySelector']('h2');if(cm&&cm['innerText']){let cn=cm['innerText']['toLowerCase']();if(cn==='plugins'||cn==='themes')return cn;}};BDFDB['checkAllUpdates']=function(){for(let co in global['window']['PluginUpdates']['plugins']){var cp=global['window']['PluginUpdates']['plugins'][co];BDFDB['checkUpdate'](cp['name'],cp['raw']);}};BDFDB['sortObject']=function(cq,cr,cs){var ct={};if(cr===undefined||!cr)for(let cu of Object['keys'](cq)['sort']())ct[cu]=cq[cu];else{let cv=[];for(let cu in cq)cv['push'](cq[cu]);cv=BDFDB['sortArrayByKey'](cv,cr,cs);for(let cx of cv)for(let cu in cq)if(BDFDB['equals'](cx,cq[cu])){ct[cu]=cx;break;}}return ct;};BDFDB['reverseObject']=function(cz,cA){var cB={};for(let cC of cA===undefined||!cA?Object['keys'](cz)['reverse']():Object['keys'](cz)['sort']()['reverse']())cB[cC]=cz[cC];return cB;};BDFDB['filterObject']=function(cD,cE){return Object['keys'](cD)['filter'](cF=>cE(cD[cF]))['reduce']((cG,cH)=>(cG[cH]=cD[cH],cG),{});};BDFDB['isObject']=function(cI){return cI&&Object['prototype']['isPrototypeOf'](cI)&&!Array['prototype']['isPrototypeOf'](cI);};BDFDB['isObjectEmpty']=function(cJ){return typeof cJ!=='object'||Object['getOwnPropertyNames'](cJ)['length']==0x0;};BDFDB['pushToObject']=function(cK,cL){if(BDFDB['isObject'](cK))cK[Object['keys'](cK)['length']]=cL;};BDFDB['deepAssign']=function(cM,...cN){if(!cN['length'])return cM;var cO=cN['shift']();if(BDFDB['isObject'](cM)&&BDFDB['isObject'](cO)){for(var cP in cO){if(BDFDB['isObject'](cO[cP])){if(!cM[cP])Object['assign'](cM,{[cP]:{}});BDFDB['deepAssign'](cM[cP],cO[cP]);}else Object['assign'](cM,{[cP]:cO[cP]});}}return BDFDB['deepAssign'](cM,...cN);};BDFDB['sortArrayByKey']=function(cQ,cR,cS){if(cS===undefined)cS=null;return cQ['sort'](function(cT,cU){var cV=cT[cR],cW=cU[cR];if(cV!==cS)return cVcW?0x1:0x0;});};BDFDB['removeFromArray']=function(cX,cY,cZ=![]){if(!cX||!cY||!Array['isArray'](cX)||!cX['includes'](cY))return cX;if(!cZ)cX['splice'](cX['indexOf'](cY),0x1);else while(cX['indexOf'](cY)>-0x1)cX['splice'](cX['indexOf'](cY),0x1);return cX;};BDFDB['getAllIndexes']=function(d0,d1){var d2=[],d3=-0x1;while((d3=d0['indexOf'](d1,d3+0x1))!==-0x1)d2['push'](d3);return d2;};BDFDB['removeCopiesFromArray']=function(d4){return[...new Set(d4)];};BDFDB['highlightText']=function(d5,d6){if(!d6||d6['length']<0x1)return d5;var d7=0x0,d8=d5,d9='',da='';BDFDB['getAllIndexes'](d5['toUpperCase'](),d6['toUpperCase']())['forEach'](db=>{var dc=d7*(d9['length']+da['length']);db=db+dc;var dd=db+d6['length'];var de=[-0x1]['concat'](BDFDB['getAllIndexes'](d5['substring'](0x0,db),'<'));var df=[-0x1]['concat'](BDFDB['getAllIndexes'](d5['substring'](0x0,db),'>'));if(de[de['length']-0x1]>df[df['length']-0x1])return;d5=d5['substring'](0x0,db)+d9+d5['substring'](db,dd)+da+d5['substring'](dd);d7++;});return d5?d5:d8;};BDFDB['languages']={'$discord':{'name':'Discord\x20(English\x20(US))','id':'en-US','ownlang':'English\x20(US)','integrated':![],'dic':![],'deepl':![]},'af':{'name':'Afrikaans','id':'af','ownlang':'Afrikaans','integrated':![],'dic':!![],'deepl':![]},'sq':{'name':'Albanian','id':'sq','ownlang':'Shqiptar','integrated':![],'dic':![],'deepl':![]},'am':{'name':'Amharic','id':'am','ownlang':'አማርኛ','integrated':![],'dic':![],'deepl':![]},'ar':{'name':'Arabic','id':'ar','ownlang':'اللغة\x20العربية','integrated':![],'dic':![],'deepl':![]},'hy':{'name':'Armenian','id':'hy','ownlang':'Հայերեն','integrated':![],'dic':![],'deepl':![]},'az':{'name':'Azerbaijani','id':'az','ownlang':'آذربایجان\x20دیلی','integrated':![],'dic':![],'deepl':![]},'eu':{'name':'Basque','id':'eu','ownlang':'Euskara','integrated':![],'dic':![],'deepl':![]},'be':{'name':'Belarusian','id':'be','ownlang':'Беларуская','integrated':![],'dic':![],'deepl':![]},'bn':{'name':'Bengali','id':'bn','ownlang':'বাংলা','integrated':![],'dic':![],'deepl':![]},'bs':{'name':'Bosnian','id':'bs','ownlang':'Босански','integrated':![],'dic':![],'deepl':![]},'bg':{'name':'Bulgarian','id':'bg','ownlang':'български','integrated':!![],'dic':![],'deepl':![]},'my':{'name':'Burmese','id':'my','ownlang':'မြန်မာစာ','integrated':![],'dic':![],'deepl':![]},'ca':{'name':'Catalan','id':'ca','ownlang':'Català','integrated':![],'dic':![],'deepl':![]},'ceb':{'name':'Cebuano','id':'ceb','ownlang':'Bisaya','integrated':![],'dic':![],'deepl':![]},'ny':{'name':'Chewa','id':'ny','ownlang':'Nyanja','integrated':![],'dic':![],'deepl':![]},'zh-HK':{'name':'Chinese\x20(Hong\x20Kong)','id':'zh-HK','ownlang':'香港中文','integrated':![],'dic':![],'deepl':![]},'zh-CN':{'name':'Chinese\x20(Simplified)','id':'zh-CN','ownlang':'简体中文','integrated':![],'dic':![],'deepl':![]},'zh-TW':{'name':'Chinese\x20(Traditional)','id':'zh-TW','ownlang':'繁體中文','integrated':!![],'dic':![],'deepl':![]},'co':{'name':'Corsican','id':'co','ownlang':'Corsu','integrated':![],'dic':![],'deepl':![]},'hr':{'name':'Croatian','id':'hr','ownlang':'Hrvatski','integrated':!![],'dic':![],'deepl':![]},'cs':{'name':'Czech','id':'cs','ownlang':'Čeština','integrated':!![],'dic':![],'deepl':![]},'da':{'name':'Danish','id':'da','ownlang':'Dansk','integrated':!![],'dic':!![],'deepl':![]},'nl':{'name':'Dutch','id':'nl','ownlang':'Nederlands','integrated':!![],'dic':!![],'deepl':!![]},'en':{'name':'English','id':'en','ownlang':'English','integrated':![],'dic':!![],'deepl':!![]},'en-GB':{'name':'English\x20(UK)','id':'en-GB','ownlang':'English\x20(UK)','integrated':!![],'dic':!![],'deepl':![]},'en-US':{'name':'English\x20(US)','id':'en-US','ownlang':'English\x20(US)','integrated':!![],'dic':!![],'deepl':![]},'eo':{'name':'Esperanto','id':'eo','ownlang':'Esperanto','integrated':![],'dic':![],'deepl':![]},'et':{'name':'Estonian','id':'et','ownlang':'Eesti','integrated':![],'dic':![],'deepl':![]},'fil':{'name':'Filipino','id':'fil','ownlang':'Wikang\x20Filipino','integrated':![],'dic':![],'deepl':![]},'fi':{'name':'Finnish','id':'fi','ownlang':'Suomi','integrated':!![],'dic':![],'deepl':![]},'fr':{'name':'French','id':'fr','ownlang':'Français','integrated':!![],'dic':!![],'deepl':!![]},'fr-CA':{'name':'French\x20(Canadian)','id':'fr-CA','ownlang':'Français\x20Canadien','integrated':![],'dic':![],'deepl':![]},'fy':{'name':'Frisian','id':'fy','ownlang':'Frysk','integrated':![],'dic':![],'deepl':![]},'gl':{'name':'Galician','id':'gl','ownlang':'Galego','integrated':![],'dic':![],'deepl':![]},'ka':{'name':'Georgian','id':'ka','ownlang':'ქართული','integrated':![],'dic':![],'deepl':![]},'de':{'name':'German','id':'de','ownlang':'Deutsch','integrated':!![],'dic':!![],'deepl':!![]},'de-AT':{'name':'German\x20(Austria)','id':'de-AT','ownlang':'Österreichisch\x20Deutsch','integrated':![],'dic':![],'deepl':![]},'de-CH':{'name':'German\x20(Switzerland)','id':'de-CH','ownlang':'Schweizerdeutsch','integrated':![],'dic':![],'deepl':![]},'el':{'name':'Greek','id':'el','ownlang':'Ελληνικά','integrated':![],'dic':![],'deepl':![]},'gu':{'name':'Gujarati','id':'gu','ownlang':'ગુજરાતી','integrated':![],'dic':![],'deepl':![]},'ht':{'name':'Haitian\x20Creole','id':'ht','ownlang':'Kreyòl\x20Ayisyen','integrated':![],'dic':![],'deepl':![]},'ha':{'name':'Hausa','id':'ha','ownlang':'حَوْسَ','integrated':![],'dic':![],'deepl':![]},'haw':{'name':'Hawaiian','id':'haw','ownlang':'ʻŌlelo\x20Hawaiʻi','integrated':![],'dic':![],'deepl':![]},'iw':{'name':'Hebrew','id':'iw','ownlang':'עברית','integrated':![],'dic':![],'deepl':![]},'hi':{'name':'Hindi','id':'hi','ownlang':'हिन्दी','integrated':![],'dic':![],'deepl':![]},'hmn':{'name':'Hmong','id':'hmn','ownlang':'lol\x20Hmongb','integrated':![],'dic':![],'deepl':![]},'hu':{'name':'Hungarain','id':'hu','ownlang':'Magyar','integrated':![],'dic':![],'deepl':![]},'is':{'name':'Icelandic','id':'is','ownlang':'Íslenska','integrated':![],'dic':![],'deepl':![]},'ig':{'name':'Igbo','id':'ig','ownlang':'Asụsụ\x20Igbo','integrated':![],'dic':![],'deepl':![]},'id':{'name':'Indonesian','id':'id','ownlang':'Bahasa\x20Indonesia','integrated':![],'dic':![],'deepl':![]},'ga':{'name':'Irish','id':'ga','ownlang':'Gaeilge','integrated':![],'dic':![],'deepl':![]},'it':{'name':'Italian','id':'it','ownlang':'Italiano','integrated':!![],'dic':!![],'deepl':!![]},'ja':{'name':'Japanese','id':'ja','ownlang':'日本語','integrated':!![],'dic':![],'deepl':![]},'jv':{'name':'Javanese','id':'jv','ownlang':'ꦧꦱꦗꦮ','integrated':![],'dic':![],'deepl':![]},'kn':{'name':'Kannada','id':'kn','ownlang':'ಕನ್ನಡ','integrated':![],'dic':![],'deepl':![]},'kk':{'name':'Kazakh','id':'kk','ownlang':'Қазақ\x20Tілі','integrated':![],'dic':![],'deepl':![]},'km':{'name':'Khmer','id':'km','ownlang':'ភាសាខ្មែរ','integrated':![],'dic':![],'deepl':![]},'ko':{'name':'Korean','id':'ko','ownlang':'한국어','integrated':!![],'dic':![],'deepl':![]},'ku':{'name':'Kurdish','id':'ku','ownlang':'کوردی','integrated':![],'dic':![],'deepl':![]},'ky':{'name':'Kyrgyz','id':'ky','ownlang':'кыргызча','integrated':![],'dic':![],'deepl':![]},'lo':{'name':'Lao','id':'lo','ownlang':'ພາສາລາວ','integrated':![],'dic':![],'deepl':![]},'la':{'name':'Latin','id':'la','ownlang':'Latina','integrated':![],'dic':![],'deepl':![]},'lv':{'name':'Latvian','id':'lv','ownlang':'Latviešu','integrated':![],'dic':![],'deepl':![]},'lt':{'name':'Lithuanian','id':'lt','ownlang':'Lietuvių','integrated':![],'dic':![],'deepl':![]},'lb':{'name':'Luxembourgish','id':'lb','ownlang':'Lëtzebuergesch','integrated':![],'dic':![],'deepl':![]},'mk':{'name':'Macedonian','id':'mk','ownlang':'Mакедонски','integrated':![],'dic':![],'deepl':![]},'mg':{'name':'Malagasy','id':'mg','ownlang':'Malagasy','integrated':![],'dic':![],'deepl':![]},'ms':{'name':'Malay','id':'ms','ownlang':'بهاس\x20ملايو','integrated':![],'dic':![],'deepl':![]},'ml':{'name':'Malayalam','id':'ml','ownlang':'മലയാളം','integrated':![],'dic':![],'deepl':![]},'mt':{'name':'Maltese','id':'mt','ownlang':'Malti','integrated':![],'dic':![],'deepl':![]},'mi':{'name':'Maori','id':'mi','ownlang':'te\x20Reo\x20Māori','integrated':![],'dic':![],'deepl':![]},'mr':{'name':'Marathi','id':'mr','ownlang':'मराठी','integrated':![],'dic':![],'deepl':![]},'mn':{'name':'Mongolian','id':'mn','ownlang':'Монгол\x20Хэл','integrated':![],'dic':![],'deepl':![]},'ne':{'name':'Nepali','id':'ne','ownlang':'नेपाली','integrated':![],'dic':![],'deepl':![]},'no':{'name':'Norwegian','id':'no','ownlang':'Norsk','integrated':!![],'dic':![],'deepl':![]},'ps':{'name':'Pashto','id':'ps','ownlang':'پښتو','integrated':![],'dic':![],'deepl':![]},'fa':{'name':'Persian','id':'fa','ownlang':'فارسی','integrated':![],'dic':![],'deepl':![]},'pl':{'name':'Polish','id':'pl','ownlang':'Polski','integrated':!![],'dic':![],'deepl':!![]},'pt':{'name':'Portuguese','id':'pt','ownlang':'Português','integrated':![],'dic':!![],'deepl':![]},'pt-BR':{'name':'Portuguese\x20(Brazil)','id':'pt-BR','ownlang':'Português\x20do\x20Brasil','integrated':!![],'dic':!![],'deepl':![]},'pt-PT':{'name':'Portuguese\x20(Portugal)','id':'pt-PT','ownlang':'Português\x20do\x20Portugal','integrated':![],'dic':![],'deepl':![]},'pa':{'name':'Punjabi','id':'pa','ownlang':'पंजाबी','integrated':![],'dic':![],'deepl':![]},'ro':{'name':'Romanian','id':'ro','ownlang':'Română','integrated':![],'dic':![],'deepl':![]},'ru':{'name':'Russian','id':'ru','ownlang':'Pусский','integrated':!![],'dic':!![],'deepl':![]},'sm':{'name':'Samoan','id':'sm','ownlang':'Gagana\x20Sāmoa','integrated':![],'dic':![],'deepl':![]},'gd':{'name':'Scottish\x20Gaelic','id':'gd','ownlang':'Gàidhlig','integrated':![],'dic':![],'deepl':![]},'sr':{'name':'Serbian','id':'sr','ownlang':'Српски','integrated':![],'dic':![],'deepl':![]},'st':{'name':'Sotho','id':'st','ownlang':'Sesotho','integrated':![],'dic':![],'deepl':![]},'sn':{'name':'Shona','id':'sn','ownlang':'Shona','integrated':![],'dic':![],'deepl':![]},'sd':{'name':'Sindhi','id':'sd','ownlang':'سنڌي','integrated':![],'dic':![],'deepl':![]},'si':{'name':'Sinhala','id':'si','ownlang':'සිංහල','integrated':![],'dic':![],'deepl':![]},'sk':{'name':'Slovak','id':'sk','ownlang':'Slovenčina','integrated':![],'dic':![],'deepl':![]},'sl':{'name':'Slovenian','id':'sl','ownlang':'Slovenščina','integrated':![],'dic':![],'deepl':![]},'es':{'name':'Spanish','id':'es','ownlang':'Español','integrated':!![],'dic':!![],'deepl':!![]},'es-419':{'name':'Spanish\x20(Latin\x20America)','id':'es-419','ownlang':'Español\x20latinoamericano','integrated':![],'dic':![],'deepl':![]},'sw':{'name':'Swahili','id':'sw','ownlang':'Kiswahili','integrated':![],'dic':![],'deepl':![]},'sv':{'name':'Swedish','id':'sv','ownlang':'Svenska','integrated':!![],'dic':!![],'deepl':![]},'tg':{'name':'Tajik','id':'tg','ownlang':'тоҷикӣ','integrated':![],'dic':![],'deepl':![]},'ta':{'name':'Tamil','id':'ta','ownlang':'தமிழ்','integrated':![],'dic':![],'deepl':![]},'te':{'name':'Telugu','id':'te','ownlang':'తెలుగు','integrated':![],'dic':![],'deepl':![]},'th':{'name':'Thai','id':'th','ownlang':'ภาษาไทย','integrated':![],'dic':![],'deepl':![]},'tr':{'name':'Turkish','id':'tr','ownlang':'Türkçe','integrated':!![],'dic':![],'deepl':![]},'uk':{'name':'Ukrainian','id':'uk','ownlang':'Yкраїнський','integrated':!![],'dic':![],'deepl':![]},'ur':{'name':'Urdu','id':'ur','ownlang':'اُردُو','integrated':![],'dic':![],'deepl':![]},'uz':{'name':'Uzbek','id':'uz','ownlang':'اوزبیک','integrated':![],'dic':![],'deepl':![]},'vi':{'name':'Vietnamese','id':'vi','ownlang':'Tiếng\x20Việt\x20Nam','integrated':![],'dic':![],'deepl':![]},'cy':{'name':'Welsh','id':'cy','ownlang':'Cymraeg','integrated':![],'dic':![],'deepl':![]},'xh':{'name':'Xhosa','id':'xh','ownlang':'Xhosa','integrated':![],'dic':![],'deepl':![]},'yi':{'name':'Yiddish','id':'yi','ownlang':'ייִדיש\x20ייִדיש‬','integrated':![],'dic':![],'deepl':![]},'yo':{'name':'Yoruba','id':'yo','ownlang':'Èdè\x20Yorùbá','integrated':![],'dic':![],'deepl':![]},'zu':{'name':'Zulu','id':'zu','ownlang':'Zulu','integrated':![],'dic':![],'deepl':![]}};var dg=setInterval(()=>{if(document['querySelector']('html')['lang']){clearInterval(dg);var dh=BDFDB['getDiscordLanguage']();BDFDB['languages']['$discord']['name']='Discord\x20('+dh['name']+')';BDFDB['languages']['$discord']['id']=dh['id'];BDFDB['languages']['$discord']['ownlang']=dh['ownlang'];}},0x64);BDFDB['getDiscordBuilt']=function(){if(BDFDB['getDiscordBuilt']['built'])return BDFDB['getDiscordBuilt']['built'];else{var di=null;try{di=require(require('electron')['remote']['app']['getAppPath']()+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(dj){try{di=require(require('electron')['remote']['app']['getAppPath']()['replace']('app.asar','')+'/build_info.json')['releaseChannel']['toLowerCase']();}catch(dk){var dl=BDFDB['getDiscordVersion']();if(dl){dl=dl['split']('.');if(dl['length']==0x3&&!isNaN(dl=parseInt(dl[0x2])))di=dl>0x12c?'stable':da>0xc8?'canary':'ptb';else di='stable';}else di='stable';}}BDFDB['getDiscordBuilt']['built']=di;return di;}};BDFDB['getDiscordVersion']=function(){if(BDFDB['getDiscordBuilt']['version'])return BDFDB['getDiscordBuilt']['version'];else{var dm=null;try{dm=require('electron')['remote']['app']['getVersion']();}catch(dn){dn='';}BDFDB['getDiscordBuilt']['version']=dm;return dm;}};BDFDB['getDiscordLanguage']=function(){var dp=document['querySelector']('html')['lang']||'en-US';var dq=dp['split']('-');var dr=dq[0x0];var ds=dq[0x1]||'';dp=ds&&dr['toUpperCase']()!==ds['toUpperCase']()?dr+'-'+ds:dr;return BDFDB['languages'][dp]||BDFDB['languages'][dr]||BDFDB['languages']['en-US'];};BDFDB['getDiscordTheme']=function(){return document['querySelectorAll'](BDFDB['dotCN']['themelight'])['length']>=document['querySelectorAll'](BDFDB['dotCN']['themedark'])['length']?BDFDB['disCN']['themelight']:BDFDB['disCN']['themedark'];};BDFDB['getDiscordMode']=function(){return document['querySelectorAll'](BDFDB['dotCN']['messagegroupcompact'])['length']>=document['querySelectorAll'](BDFDB['dotCN']['messagegroupcozy'])['length']?'compact':'cozy';};BDFDB['getDiscordZoomFactor']=function(){var dt=BDFDB['getRects'](document['body']['firstElementChild']);var du=Math['round'](0x64*global['window']['outerWidth']/dt['width']);var dv=Math['round'](0x64*global['window']['outerHeight']/dt['height']);return dudx['startsWith']('__reactInternalInstance'))];};BDFDB['getReactValue']=function(dy,dz){if(!dy||!dz)return null;let dA=Node['prototype']['isPrototypeOf'](dy)?BDFDB['getReactInstance'](dy):dy;if(!BDFDB['isObject'](dA))return null;let dB=dA;for(let dC of dz['split']('.')['filter'](dD=>dD)){dB=dB[dC];if(dB==undefined)return null;}return dB;};BDFDB['getOwnerInstance']=function(dE){if(dE===undefined)return null;if(!dE['node']&&!dE['instance']||!dE['name']&&(!dE['props']||!Array['isArray'](dE['props'])))return null;var dF=dE['instance']||BDFDB['getReactInstance'](dE['node']);if(!dF)return null;dE['name']=dE['name']&&!Array['isArray'](dE['name'])?Array['of'](dE['name']):dE['name'];var dG=-0x1;var dH=dE['depth']===undefined?0xf:dE['depth'];var dI=dE['up']===undefined?![]:dE['up'];var dJ=performance['now']();var dK=dE['time']===undefined?0x96:dE['time'];var dL=dI?{'return':!![],'sibling':!![],'_reactInternalFiber':!![]}:{'child':!![],'sibling':!![],'_reactInternalFiber':!![]};var dM={};var dN=dQ(dF);if(dE['all']){for(let dO in dM){if(dE['group'])for(let dF in dM[dO])delete dM[dO][dF]['BDFDBreactSearch'];else delete dM[dO]['BDFDBreactSearch'];}return dM;}else return dN;function dQ(dF){dG++;if(!dF||Node['prototype']['isPrototypeOf'](dF)||BDFDB['getReactInstance'](dF)||dG>dH||performance['now']()-dJ>dK)dT=null;else{var dS=Object['getOwnPropertyNames'](dF);var dT=null;for(let dU=0x0;dT==null&&dUdF['type']['displayName']===dY['split']('\x20')[0x0]||dF['type']['name']===dY['split']('\x20')[0x0])||dE['props']&&dE['props']['every'](dZ=>dX[dZ]!==undefined)||dE['defaultProps']&&dE['defaultProps']['every'](e0=>dX[e0]!==undefined))){if(dE['all']===undefined||!dE['all'])dT=dX;else if(dE['all']){if(dE['noCopies']===undefined||!dE['noCopies']||dE['noCopies']&&!dX['BDFDBreactSearch']){dX['BDFDBreactSearch']=!![];if(dE['group']){if(dE['name']&&dF['type']&&(dF['type']['displayName']||dF['type']['name'])){var e1='Default';for(let e2 of dE['name'])if(dF['type']['displayName']===e2['split']('\x20')[0x0]||dF['type']['name']===e2['split']('\x20')[0x0]){e1=e2;break;}if(typeof dM[e1]=='undefined')dM[e1]={};BDFDB['pushToObject'](dM[e1],dX);}}else BDFDB['pushToObject'](dM,dX);}}}if(dT==null&&(typeof dW==='object'||typeof dW==='function')&&dL[dV])dT=dQ(dW);}}dG--;return dT;}};BDFDB['getKeyInformation']=function(e3){if(e3===undefined)return null;if(!e3['node']&&!e3['instance']||!e3['key'])return null;var e4=e3['instance']||BDFDB['getReactInstance'](e3['node']);if(!e4)return null;var e5=-0x1;var e6=e3['depth']===undefined?0xf:e3['depth'];var e7=performance['now']();var e8=e3['time']===undefined?0x96:e3['time'];var e9={'props':!![],'state':!![],'stateNode':!![],'refs':!![],'updater':!![],'prototype':!![],'type':!![],'children':e3['up']?![]:!![],'type':!![],'memoizedProps':!![],'memoizedState':!![],'child':e3['up']?![]:!![],'return':e3['up']?!![]:![],'sibling':e3['up']?![]:!![],'firstEffect':!![]};if(typeof e3['whitelist']==='object')Object['assign'](e9,e3['whiteList']);var ea=typeof e3['blackList']==='object'?e3['blackList']:{};var eb=[];var ec=ed(e4);if(e3['all'])return eb;else return ec;function ed(e4){e5++;if(!e4||Node['prototype']['isPrototypeOf'](e4)||BDFDB['getReactInstance'](e4)||e5>e6||performance['now']()-e7>e8)eg=null;else{var ef=Object['getOwnPropertyNames'](e4);var eg=null;for(let eh=0x0;eg==null&&eheq['default']=eo},[en])['default']:global['window']['webpackJsonp']['push']([[],{[en]:(es,et,eo)=>es['exports']=eo},[[en]]]);delete eo['m'][en];delete eo['c'][en];BDFDB['WebModules']['find']['req']=eo;}for(let ev in BDFDB['WebModules']['find']['req']['c']){if(BDFDB['WebModules']['find']['req']['c']['hasOwnProperty'](ev)){var ew=BDFDB['WebModules']['find']['req']['c'][ev]['exports'];if(ew&&ew['__esModule']&&ew['default']&&em(ew['default']))return ew['default'];if(ew&&em(ew))return ew;}}};BDFDB['WebModules']['cachedData']={'prop':{},'name':{},'proto':{}};BDFDB['WebModules']['findByProperties']=function(ex){ex=Array['isArray'](ex)?ex:Array['from'](arguments);var ey=JSON['stringify'](ex);if(BDFDB['WebModules']['cachedData']['prop'][ey])return BDFDB['WebModules']['cachedData']['prop'][ey];else{var ez=BDFDB['WebModules']['find'](ez=>ex['every'](eB=>ez[eB]!==undefined));if(ez){BDFDB['WebModules']['cachedData']['prop'][ey]=ez;return ez;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',ey+'\x20[properties]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByName']=function(eC){var eD=JSON['stringify'](eC);if(BDFDB['WebModules']['cachedData']['name'][eD])return BDFDB['WebModules']['cachedData']['name'][eD];else{var eE=BDFDB['WebModules']['find'](eE=>eE['displayName']===eC);if(eE){BDFDB['WebModules']['cachedData']['name'][eD]=eE;return eE;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eD+'\x20[name]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['findByPrototypes']=function(eG){eG=Array['isArray'](eG)?eG:Array['from'](arguments);var eH=JSON['stringify'](eG);if(BDFDB['WebModules']['cachedData']['proto'][eH])return BDFDB['WebModules']['cachedData']['proto'][eH];else{var eI=BDFDB['WebModules']['find'](eI=>eI['prototype']&&eG['every'](eK=>eI['prototype'][eK]!==undefined));if(eI){BDFDB['WebModules']['cachedData']['proto'][eH]=eI;return eI;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',eH+'\x20[prototypes]\x20not\x20found\x20in\x20WebModules');}};BDFDB['WebModules']['patchtypes']=['before','instead','after'];BDFDB['WebModules']['patchmap']={'BannedCard':'BannedUser','InviteCard':'InviteRow','Guild':'DropTarget(DragSource(Component))','PopoutContainer':'Popout','MemberCard':'Member','WebhookCard':'Webhook'};BDFDB['WebModules']['notfindablemodules']={'AuthWrapper':'loginscreen','BannedCard':'guildsettingsbannedcard','EmojiPicker':'emojipicker','FriendsOnline':'friendsonline','InviteCard':'guildsettingsinvitecard','PopoutContainer':'popout','PrivateChannelCall':'callcurrentcontainer','MemberCard':'guildsettingsmembercard','Message':'message','MessageOptionPopout':'optionpopout','MessageUsername':'messageusername','TypingUsers':'typing','UserPopout':'userpopout','V2C_List':'_repolist','V2C_PluginCard':'_repoheader','V2C_ThemeCard':'_repoheader'};BDFDB['WebModules']['patch']=function(eL,eM,eN,eO){if(!eL||!eM||!eN||!Object['keys'](eO)['some'](eP=>BDFDB['WebModules']['patchtypes']['includes'](eP)))return null;const eQ=(typeof eN==='string'?eN:eN['name'])['toLowerCase']();const eR=(eS,eT)=>(...eU)=>{try{return eS(...eU);}catch(eV){console['error']('Error\x20occurred\x20in\x20'+eT,eV);}};if(!eL['BDFDBpatch'])eL['BDFDBpatch']={};eM=Array['isArray'](eM)?eM:Array['of'](eM);for(let eW of eM){if(!eL[eW])eL[eW]=()=>{};const eX=eL[eW];if(!eL['BDFDBpatch'][eW]){eL['BDFDBpatch'][eW]={};for(let eY of BDFDB['WebModules']['patchtypes'])eL['BDFDBpatch'][eW][eY]={};eL['BDFDBpatch'][eW]['originalMethod']=eX;eL[eW]=function(){const eZ={'thisObject':this,'methodArguments':arguments,'originalMethod':eX,'originalMethodName':eW,'callOriginalMethod':()=>eZ['returnValue']=eZ['originalMethod']['apply'](eZ['thisObject'],eZ['methodArguments'])};if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded']){if(!BDFDB['isObjectEmpty'](eL['BDFDBpatch'][eW]['before']))for(let f0 in BDFDB['sortObject'](eL['BDFDBpatch'][eW]['before'])){eR(eL['BDFDBpatch'][eW]['before'][f0],'`before`\x20callback\x20of\x20'+eL[eW]['displayName'])(eZ);}if(BDFDB['isObjectEmpty'](eL['BDFDBpatch'][eW]['instead']))eZ['callOriginalMethod']();else for(let f1 in BDFDB['sortObject'](eL['BDFDBpatch'][eW]['instead'])){const f2=eR(eL['BDFDBpatch'][eW]['instead'][f1],'`instead`\x20callback\x20of\x20'+eL[eW]['displayName'])(eZ);if(f2!==undefined)eZ['returnValue']=f2;}if(!BDFDB['isObjectEmpty'](eL['BDFDBpatch'][eW]['after']))for(let f3 in BDFDB['sortObject'](eL['BDFDBpatch'][eW]['after'])){eR(eL['BDFDBpatch'][eW]['after'][f3],'`after`\x20callback\x20of\x20'+eL[eW]['displayName'])(eZ);}}else eZ['callOriginalMethod']();return eZ['returnValue'];};}for(let f4 of BDFDB['WebModules']['patchtypes'])if(typeof eO[f4]=='function')eL['BDFDBpatch'][eW][f4][eQ]=eO[f4];}const f5=()=>{BDFDB['WebModules']['unpatch'](eL,eM,eN);};if(eN&&typeof eN=='object'){if(!Array['isArray'](eN['patchCancels']))eN['patchCancels']=[];eN['patchCancels']['push'](f5);}return f5;};BDFDB['WebModules']['unpatch']=function(f6,f7,f8){if(!f6||!f6['BDFDBpatch'])return;const f9=!f8?null:(typeof f8==='string'?f8:f8['name'])['toLowerCase']();f7=Array['isArray'](f7)?f7:Array['of'](f7);for(let fa of f7){if(f6[fa]&&f6['BDFDBpatch'][fa]){for(let fb of BDFDB['WebModules']['patchtypes']){if(f9)delete f6['BDFDBpatch'][fa][fb][f9];else delete f6['BDFDBpatch'][fa][fb];}var fc=!![];for(let fb of BDFDB['WebModules']['patchtypes'])if(!BDFDB['isObjectEmpty'](f6['BDFDBpatch'][fa][fb]))fc=![];if(fc){f6[fa]=f6['BDFDBpatch'][fa]['originalMethod'];delete f6['BDFDBpatch'][fa];if(BDFDB['isObjectEmpty'](f6['BDFDBpatch']))delete f6['BDFDBpatch'];}}}};BDFDB['WebModules']['unpatchall']=function(fe){if(BDFDB['isObject'](fe)&&Array['isArray'](fe['patchCancels']))for(let ff of fe['patchCancels'])ff();};BDFDB['WebModules']['forceAllUpdates']=function(fg,fh){fh=fh&&BDFDB['WebModules']['patchmap'][fh]?BDFDB['WebModules']['patchmap'][fh]+'\x20'+fh:fh;if(BDFDB['isObject'](fg)&&BDFDB['isObject'](fg['patchModules'])&&(!fh||fg['patchModules'][fh])){const fi=document['querySelector'](BDFDB['dotCN']['app']);const fj=document['querySelector']('#bd-settingspane-container\x20'+BDFDB['dotCN']['scrollerwrap']);if(fi){var fk=[];for(let fl in fg['patchModules']){var fm=Array['isArray'](fg['patchModules'][fl])?fg['patchModules'][fl]:Array['of'](fg['patchModules'][fl]);if(fm['includes']('componentDidUpdate')||fm['includes']('componentDidMount')||fm['includes']('render'))fk['push'](fl);}fk=fh?fk['filter'](fn=>fn==fh):fk;if(fk['length']>0x0){const fo=BDFDB['getOwnerInstance']({'node':fi,'name':fk,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fl in fo)for(let fq in fo[fl])BDFDB['WebModules']['initiateProcess'](fg,fo[fl][fq],fl,['componentDidUpdate','componentDidMount','render']);if(fj){const fr=BDFDB['getOwnerInstance']({'node':fj,'name':fk,'all':!![],'noCopies':!![],'group':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let fl in fr)for(let fq in fr[fl])BDFDB['WebModules']['initiateProcess'](fg,fr[fl][fq],fl,['componentDidUpdate','componentDidMount','render']);}}}}};BDFDB['WebModules']['patchModules']=function(fu){if(BDFDB['isObject'](fu)&&BDFDB['isObject'](fu['patchModules'])){for(let fv in fu['patchModules']){var fw=BDFDB['WebModules']['patchmap'][fv];if(fw){fu['patchModules'][fw+'\x20'+fv]=fu['patchModules'][fv];delete fu['patchModules'][fv];if(!BDFDB['WebModules']['notfindablemodules'][fv])fz(BDFDB['WebModules']['findByName'](fw),fw+'\x20'+fv);}else if(!BDFDB['WebModules']['notfindablemodules'][fv])fz(BDFDB['WebModules']['findByName'](fv),fv);}for(let fv in BDFDB['WebModules']['notfindablemodules']){var fy=BDFDB['WebModules']['patchmap'][fv]?BDFDB['WebModules']['patchmap'][fv]+'\x20'+fv:fv;if(BDFDB['DiscordClasses'][BDFDB['WebModules']['notfindablemodules'][fv]]&&fu['patchModules'][fy])fG(BDFDB['WebModules']['notfindablemodules'][fv],fy);}function fz(fA,fv){if(fA){var fy=fv['split']('\x20')[0x0];fA=fA['displayName']==fy?fA:BDFDB['getOwnerInstance']({'instance':fA,'name':fy,'up':!![]});if(fA){var fD=fA['_reactInternalFiber']&&fA['_reactInternalFiber']['type']?fA['_reactInternalFiber']['type']:fA;var fE={};fE[fu['name']=='$BDFDB'?'before':'after']=fF=>{if(global['BDFDB']&&typeof BDFDB==='object'&&BDFDB['loaded'])BDFDB['WebModules']['initiateProcess'](fu,fF['thisObject'],fv,[fF['originalMethodName']]);};BDFDB['WebModules']['patch'](fD['prototype'],fu['patchModules'][fv],fu,fE);}}}function fG(fH,fv){var fJ=BDFDB['getReactInstance'](document['querySelector'](BDFDB['dotCN'][fH]));if(fQ(fJ,fv))fz(fJ,fv);else{var fK=![],fL=new MutationObserver(fM=>{fM['forEach'](fN=>{fN['addedNodes']['forEach'](fO=>{var fP=null;if(!fK&&fO['tagName']&&(fP=BDFDB['containsClass'](fO,BDFDB['disCN'][fH])?fO:fO['querySelector'](BDFDB['dotCN'][fH]))!=null){fJ=BDFDB['getReactInstance'](fP);if(fQ(fJ,fv)){fK=!![];fL['disconnect']();fz(fJ,fv);BDFDB['WebModules']['forceAllUpdates'](fu,fv);}}});});});BDFDB['addObserver'](fu,BDFDB['dotCN']['appmount'],{'name':'checkForInstanceObserver','instance':fL,'multi':!![]},{'childList':!![],'subtree':!![]});}}function fQ(fR,fv){return fR&&(fv!='V2C_PluginCard'&&fv!='V2C_ThemeCard'||fv=='V2C_PluginCard'&&BDFDB['checkWhichRepoPage']()=='plugins'||fv=='V2C_ThemeCard'&&BDFDB['checkWhichRepoPage']()=='themes');}}};BDFDB['WebModules']['initiateProcess']=function(fT,fU,fV,fW){if(fT&&typeof fT=='object'&&fU){fV=(fV['split']('\x20')[0x1]||fV)['replace'](/[^A-z0-9]|_/g,'');fV=fV[0x0]['toUpperCase']()+fV['slice'](0x1);if(typeof fT['process'+fV]=='function'){var fX=BDFDB['React']['findDOMNodeSafe'](fU);if(fX)fT['process'+fV](fU,fX,fW);else setImmediate(()=>{fX=BDFDB['React']['findDOMNodeSafe'](fU);if(fX)fT['process'+fV](fU,fX,fW);});}}};var fY=BDFDB['WebModules']['findByProperties']('createElement','cloneElement');var fZ=BDFDB['WebModules']['findByProperties']('render','findDOMNode');if(fY&&fZ){BDFDB['React']=Object['assign']({},fY,fZ);BDFDB['React']['findDOMNodeSafe']=function(g0){if(!g0||!g0['updater']||typeof g0['updater']['isMounted']!=='function'||!g0['updater']['isMounted'](g0))return null;var g1=fZ['findDOMNode'](g0)||BDFDB['getReactValue'](g0,'child.stateNode');return Node['prototype']['isPrototypeOf'](g1)?g1:null;};};BDFDB['addOnSwitchListener']=function(g2){if(typeof g2['onSwitch']==='function'){BDFDB['removeOnSwitchListener'](g2);var g3=document['querySelector'](BDFDB['dotCN']['guildswrapper']+'\x20+\x20*\x20>\x20'+BDFDB['dotCN']['chatspacer']);if(g3){var g4=new MutationObserver(g5=>{g5['forEach'](g6=>{if(g6['target']&&BDFDB['containsClass'](g6['target'],BDFDB['disCN']['nochannel']))g2['onSwitch']();});});var g7=g3['querySelector'](BDFDB['dotCNC']['chat']+BDFDB['dotCN']['nochannel']);if(g7)g4['observe'](g7,{'attributes':!![]});g2['onSwitchFix']=new MutationObserver(g8=>{g8['forEach'](g9=>{if(g9['addedNodes']){g9['addedNodes']['forEach'](ga=>{if(BDFDB['containsClass'](ga,BDFDB['disCN']['chat'],BDFDB['disCN']['nochannel'],![]))g4['observe'](ga,{'attributes':!![]});});}});});g2['onSwitchFix']['observe'](g3,{'childList':!![]});}}};BDFDB['removeOnSwitchListener']=function(gb){if(typeof gb['onSwitch']==='function'&&BDFDB['isObject'](gb['onSwitchFix'])){gb['onSwitchFix']['disconnect']();delete gb['onSwitchFix'];}};BDFDB['addContextListener']=function(gc){for(let gd of['User','Guild','Channel','GroupDM','Message','Native','UserSettingsCog']){if(typeof gc['on'+gd+'Context']==='function'||typeof gc['on'+gd+'ContextMenu']==='function'){if(gd=='GroupDM'){var ge=![],gf=new MutationObserver(gg=>{gg['forEach'](gh=>{gh['addedNodes']['forEach'](gi=>{var gj=null;if(!ge&&gi['tagName']&&(gj=BDFDB['containsClass'](gi,BDFDB['disCN']['contextmenu'])?gi:gi['querySelector'](BDFDB['dotCN']['contextmenu']))!=null){var gk=BDFDB['getReactInstance'](gj);if(gk&&gk['return']&&gk['return']['type']&&gk['return']['type']['displayName']==gd+'ContextMenu'){ge=!![];gf['disconnect']();gl(gd,gk['return']['type']);gp(gd,gk['return']['stateNode'],gk['stateNode']);}}});});});BDFDB['addObserver'](gc,BDFDB['dotCN']['appmount'],{'name':'checkForContextObserver','instance':gf,'multi':!![]},{'childList':!![],'subtree':!![]});}else gl(gd,BDFDB['WebModules']['findByName'](gd+'ContextMenu'));}}function gl(gd,gn){if(gn&&gn['prototype'])BDFDB['WebModules']['patch'](gn['prototype'],'componentDidMount',gc,{'after':go=>{gp(gd,go['thisObject'],BDFDB['React']['findDOMNodeSafe'](go['thisObject']));}});}function gp(gd,gr,gs){if(gr&&gs){if(typeof gc['on'+gd+'Context']==='function')gc['on'+gd+'Context'](gr,gs);if(typeof gc['on'+gd+'ContextMenu']==='function')gc['on'+gd+'ContextMenu'](gr,gs);BDFDB['initElements'](gs,gc);BDFDB['updateContextPosition'](gs);}}};BDFDB['addSettingsButtonListener']=function(gt){if(BDFDB['isBDv2']()&&typeof gt['getSettingsPanel']==='function'){BDFDB['removeSettingsButtonListener'](gt);BDFDB['appendSettingsButton'](gt);var gu=document['querySelector']('.bd-content-region\x20>\x20.bd-content');if(gu){gt['settingsButtonObserver']=new MutationObserver(gv=>{gv['forEach'](gw=>{if(gw['addedNodes']){gw['addedNodes']['forEach'](gx=>{if(gx['tagName']&&BDFDB['containsClass'](gx,'active'))BDFDB['appendSettingsButton'](gt);});}});});gt['settingsButtonObserver']['observe'](gu,{'childList':!![]});}}};BDFDB['appendSettingsButton']=function(gy){var gz=document['querySelector'](BDFDB['dotCN']['_bdv2Card']+'[data-plugin-id='+gy['id']+']');if(gz){var gA=BDFDB['htmlToElement']('');gz['insertBefore'](gA,gz['querySelector'](BDFDB['d']['_bdv2Button']));gA['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Settings',gA,{'type':'top'});BDFDB['addClass'](gA,BDFDB['disCN']['_bdv2TooltipOpen']);});gA['addEventListener']('mouseleave',()=>{BDFDB['removeClass'](gA,BDFDB['disCN']['_bdv2TooltipOpen']);});gA['addEventListener']('click',()=>{var gB=BDFDB['htmlToElement'](''+gy['name']+'\x20Settings');var gC=gy['getSettingsPanel']();gB['querySelector'](BDFDB['dotCN']['modalsubinner'])['appendChild'](typeof gC=='string'?BDFDB['htmlToElement'](gC):gC);if(typeof gy['onSettingsClosed']==='function')BDFDB['addChildEventListener'](gB,'click',BDFDB['dotCNC']['modalclose']+BDFDB['dotCN']['backdrop'],()=>{gy['onSettingsClosed']();});BDFDB['appendModal'](gB);});}};BDFDB['removeSettingsButtonListener']=function(gD){if(BDFDB['isBDv2']()&&typeof gD['settingsButtonObserver']==='object'){BDFDB['removeEles']('.bd-card[data-plugin-id='+gD['id']+']\x20.DevilBro-settingsbutton');gD['settingsButtonObserver']['disconnect']();delete gD['settingsButtonObserver'];}};var gE=BDFDB['WebModules']['findByProperties']('Messages')['Messages'];BDFDB['LanguageStrings']=new Proxy(gE,{'get':function(gF,gG){if(!gF[gG])console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gG+'\x20not\x20found\x20in\x20BDFDB.LanguageStrings');else{var gH=typeof gF[gG]=='object'?gF[gG]['format'](Object['assign']({},BDFDB['LanguageStringsVars'])):gF[gG];if(typeof gH=='string')return gH;else if(Array['isArray'](gH)){var gI='';for(let gJ of gH){if(typeof gJ=='string')gI+=BDFDB['encodeToHTML'](gJ);else if(BDFDB['isObject'](gJ)&&gJ['props'])gI+='<'+gJ['type']+'>'+BDFDB['encodeToHTML'](gJ['props']['children'][0x0]['toString']())+'';}return gI;}else console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',gG+'\x20could\x20not\x20be\x20parsed\x20from\x20BDFDB.LanguageStrings');}}});BDFDB['LanguageStringsVars']={};for(let gK in BDFDB['WebModules']['findByProperties']('Messages')['Messages']){try{BDFDB['LanguageStrings'][gK];}catch(gL){let gM=gL['toString']()['split']('for:\x20')[0x1];if(gM&&typeof gM=='string')BDFDB['LanguageStringsVars'][gM]='{{'+gM['toLowerCase']()+'}}';}};BDFDB['equals']=function(gN,gO,gP){var gQ=-0x1;if(gP===undefined||typeof gP!=='boolean')gP=![];return gR(gN,gO);function gR(gS,gT){gQ++;var gU=!![];if(gQ>0x3e8)gU=null;else{if(typeof gS!==typeof gT)gU=![];else if(typeof gS==='undefined')gU=!![];else if(typeof gS==='symbol')gU=!![];else if(typeof gS==='boolean')gU=gS==gT;else if(typeof gS==='string')gU=gS==gT;else if(typeof gS==='number'){if(isNaN(gS)||isNaN(gT))gU=isNaN(gS)==isNaN(gT);else gU=gS==gT;}else if(!gS&&!gT)gU=!![];else if(!gS||!gT)gU=![];else if(typeof gS==='function'||typeof gS==='object'){var gV=Object['getOwnPropertyNames'](gS);var gW=Object['getOwnPropertyNames'](gT);if(gV['length']!==gW['length'])gU=![];else for(let gX=0x0;gU===!![]&&gXhd['length']?hg:hd['length'];};BDFDB['readServerList']=function(){var hh=[],hi=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'Guild','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hj in hi)if(hi[hj]['props']&&hi[hj]['props']['guild']&&hi[hj]['_reactInternalFiber']['child'])hh['push'](Object['assign'](new hi[hj]['props']['guild']['constructor'](hi[hj]['props']['guild']),{'div':hi[hj]['_reactInternalFiber']['child']['stateNode'],'instance':hi[hj]}));return hh;};BDFDB['readUnreadServerList']=function(hk){var hl=[];for(let hm of hk===undefined||!Array['isArray'](hk)?BDFDB['readServerList']():hk){let hn=Node['prototype']['isPrototypeOf'](hm)?hm:hm&&hm['div']?hm['div']:null;if(Node['prototype']['isPrototypeOf'](hn)&&(BDFDB['containsClass'](hn,BDFDB['disCN']['guildunread'])||hn['querySelector'](BDFDB['dotCN']['badge'])))hl['push'](hm);}return hl;};BDFDB['getSelectedServer']=function(){var ho=BDFDB['WebModules']['findByProperties']('getGuilds')['getGuild'](BDFDB['WebModules']['findByProperties']('getLastSelectedGuildId')['getGuildId']());if(ho)return BDFDB['getServerData'](ho['id'])||Object['assign'](new ho['constructor'](ho),{'div':null,'instance':null});else return null;};BDFDB['getServerID']=function(hp){if(!Node['prototype']['isPrototypeOf'](hp)||!BDFDB['getReactInstance'](hp))return;let hq=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],hp);if(!hq)return;var hr=hq['querySelector']('a');var hs=hr&&hr['href']?hr['href']['split']('/')['slice'](-0x2)[0x0]:null;return hs&&!isNaN(parseInt(hs))?hs['toString']():null;};BDFDB['getServerDiv']=function(ht){if(!ht)return null;if(Node['prototype']['isPrototypeOf'](ht))return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],ht);else{let hu=typeof ht=='object'?ht['id']:ht;if(hu)return BDFDB['getParentEle'](BDFDB['dotCN']['guild'],document['querySelector'](BDFDB['dotCNS']['guildswrapper']+BDFDB['dotCN']['guild']+'\x20a[href*=\x22/channels/'+hu+'\x22]'));}return null;};BDFDB['getServerData']=function(hv){if(!hv)return null;let hw=Node['prototype']['isPrototypeOf'](hv)?BDFDB['getServerID'](hv):typeof hv=='object'?hv['id']:hv;hw=typeof hw=='number'?hw['toFixed']():hw;for(let hx of BDFDB['readServerList']())if(hx&&hx['id']==hw)return hx;return null;};BDFDB['readChannelList']=function(){var hy=[],hz=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['channels']),'name':['ChannelCategoryItem','ChannelItem','PrivateChannel'],'all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hA in hz)if(hz[hA]['props']&&!hz[hA]['props']['ispin']&&hz[hA]['props']['channel']&&hz[hA]['_reactInternalFiber']['return'])hy['push'](Object['assign'](new hz[hA]['props']['channel']['constructor'](hz[hA]['props']['channel']),{'div':Node['prototype']['isPrototypeOf'](hz[hA]['_reactInternalFiber']['return']['stateNode'])?hz[hA]['_reactInternalFiber']['return']['stateNode']:hz[hA]['_reactInternalFiber']['child']['child']['stateNode'],'instance':hz[hA]}));return hy;};BDFDB['getSelectedChannel']=function(){var hB=BDFDB['WebModules']['findByProperties']('getChannels')['getChannel'](BDFDB['WebModules']['findByProperties']('getLastSelectedChannelId')['getChannelId']());if(hB)return BDFDB['getChannelData'](hB['id'])||Object['assign'](new hB['constructor'](hB),{'div':null,'instance':null});else return null;};BDFDB['getChannelID']=function(hC){if(!Node['prototype']['isPrototypeOf'](hC)||!BDFDB['getReactInstance'](hC))return;hC=BDFDB['getParentEle'](BDFDB['dotCNC']['categorycontainerdefault']+BDFDB['dotCNC']['channelcontainerdefault']+BDFDB['dotCN']['dmchannel'],hC);if(!hC)return;var hD=BDFDB['getKeyInformation']({'node':hC,'key':'channel'});return hD?hD['id']['toString']():null;};BDFDB['getChannelDiv']=function(hE){if(!hE)return null;let hF=BDFDB['getChannelData'](hE);return hF?hF['div']:null;};BDFDB['getChannelData']=function(hG){if(!hG)return null;let hH=Node['prototype']['isPrototypeOf'](hG)?BDFDB['getChannelID'](hG):typeof hG=='object'?hG['id']:hG;hH=typeof hH=='number'?hH['toFixed']():hH;for(let hI of BDFDB['readChannelList']())if(hI&&hI['id']==hH)return hI;return null;};BDFDB['readDmList']=function(){var hJ=[],hK=BDFDB['getOwnerInstance']({'node':document['querySelector'](BDFDB['dotCN']['guilds']),'name':'DirectMessage','all':!![],'noCopies':!![],'depth':0x5f5e0ff,'time':0x5f5e0ff});for(let hL in hK)if(hK[hL]['props']&&hK[hL]['props']['channel']&&hK[hL]['_reactInternalFiber']['child'])hJ['push'](Object['assign'](new hK[hL]['props']['channel']['constructor'](hK[hL]['props']['channel']),{'div':hK[hL]['_reactInternalFiber']['child']['child']['stateNode'],'instance':hK[hL]}));return hJ;};BDFDB['getDmID']=function(hM){if(!Node['prototype']['isPrototypeOf'](hM)||!BDFDB['getReactInstance'](hM))return;let hN=BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],hM);if(!hN)return;var hO=hN['querySelector']('a');var hP=hO&&hO['href']?hO['href']['split']('/')['slice'](-0x1)[0x0]:null;return hP&&!isNaN(parseInt(hP))?hP['toString']():null;};BDFDB['getDmDiv']=function(hQ){if(!hQ)return null;if(Node['prototype']['isPrototypeOf'](hQ))return BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],hQ);else{let hR=typeof hQ=='object'?hQ['id']:hQ;if(hR)return BDFDB['getParentEle'](BDFDB['dotCN']['dmguild'],document['querySelector'](BDFDB['dotCNS']['dmguild']+BDFDB['dotCN']['dmguildavatarinner']+'[href*=\x22/channels/@me/'+hR+'\x22]'));}return null;};BDFDB['getDmData']=function(hS){if(!hS)return null;let hT=Node['prototype']['isPrototypeOf'](hS)?BDFDB['getDmID'](hS):typeof hS=='object'?hS['id']:hS;hT=typeof hT=='number'?hT['toFixed']():hT;for(let hU of BDFDB['readDmList']())if(hU&&hU['id']==hT)return hU;return null;};BDFDB['clearReadNotifications']=function(hV){if(!hV)return;var hW=BDFDB['WebModules']['findByProperties']('markGuildAsRead');if(!hW)return;for(let hX of Array['isArray'](hV)?hV:typeof hV=='string'||typeof hV=='number'?Array['of'](hV):Array['from'](hV)){let hY=Node['prototype']['isPrototypeOf'](hX)?BDFDB['getServerID'](hX):hX&&typeof hX=='object'?hX['id']:hX;if(hY)hW['markGuildAsRead'](hY);}};BDFDB['markChannelAsRead']=function(hZ){if(!hZ)return;var i0=BDFDB['WebModules']['findByProperties']('getOldestUnreadMessageId');var i1=BDFDB['WebModules']['findByProperties']('getAPIBaseURL');var i2=BDFDB['WebModules']['findByProperties']('Permissions','ActivityTypes','StatusTypes');if(!i0||!i1||!i2)return;for(let i3 of Array['isArray'](hZ)?hZ:typeof hZ=='string'||typeof hZ=='number'?Array['of'](hZ):Array['from'](hZ)){let i4=Node['prototype']['isPrototypeOf'](i3)?BDFDB['getChannelID'](i3)||BDFDB['getDmID'](i3):i3&&typeof i3=='object'?i3['id']:i3;if(i4){let i5=i0['getOldestUnreadMessageId'](i4);if(i5)i1['post']({'body':{},'url':i2['Endpoints']['MESSAGES_ACK'](i4,i5)});}}};BDFDB['markGuildAsRead']=function(i6){if(!i6)return;var i7=BDFDB['WebModules']['findByProperties']('markGuildAsRead');if(!i7)return;for(let i8 of Array['isArray'](i6)?i6:typeof i6=='string'||typeof i6=='number'?Array['of'](i6):Array['from'](i6)){let i9=Node['prototype']['isPrototypeOf'](i8)?BDFDB['getServerID'](i8):i8&&typeof i8=='object'?i8['id']:i8;if(i9)i7['markGuildAsRead'](i9);}};BDFDB['saveAllData']=function(ia,ib,ic){var id=require('fs'),ie,ig;if(!BDFDB['isBDv2']()){ig=typeof ib==='string'?ib:ib['name'];ie=require('path')['join'](BDFDB['getPluginsFolder'](),ig+'.config.json');}else{ig=typeof ib==='string'?ib['toLowerCase']():null;var ih=ig?BDFDB['Plugins'][ig]?BDFDB['Plugins'][ig]['contentPath']:null:ib['contentPath'];if(!ih)return;ie=require('path')['join'](ih,'settings.json');}var ii=id['existsSync'](ie);var ij=!ii?{}:typeof BDFDB['cachedData'][ig]!=='undefined'?BDFDB['cachedData'][ig]:BDFDB['readConfig'](ie);ij[ic]=ia;if(BDFDB['isObjectEmpty'](ij[ic]))delete ij[ic];if(BDFDB['isObjectEmpty'](ij)){delete BDFDB['cachedData'][ig];if(ii)id['unlinkSync'](ie);}else{BDFDB['cachedData'][ig]=ij;id['writeFileSync'](ie,JSON['stringify'](ij,null,'\x09'));}};BDFDB['loadAllData']=function(ik,il){var im=require('fs'),io,ip;if(!BDFDB['isBDv2']()){ip=typeof ik==='string'?ik:ik['name'];io=require('path')['join'](BDFDB['getPluginsFolder'](),ip+'.config.json');}else{ip=typeof ik==='string'?ik['toLowerCase']():null;var iq=ip?BDFDB['Plugins'][ip]?BDFDB['Plugins'][ip]['contentPath']:null:ik['contentPath'];if(!iq)return{};io=require('path')['join'](iq,'settings.json');}if(!im['existsSync'](io)){delete BDFDB['cachedData'][ip];return{};}var ir=typeof BDFDB['cachedData'][ip]!=='undefined'?BDFDB['cachedData'][ip]:BDFDB['readConfig'](io);BDFDB['cachedData'][ip]=ir;return ir&&typeof ir[il]!=='undefined'?ir[il]:{};};BDFDB['removeAllData']=function(is,it){var iu=require('fs'),iv,iw;if(!BDFDB['isBDv2']()){iw=typeof is==='string'?is:is['name'];iv=require('path')['join'](BDFDB['getPluginsFolder'](),iw+'.config.json');}else{iw=typeof is==='string'?is['toLowerCase']():null;var ix=iw?BDFDB['Plugins'][iw]?BDFDB['Plugins'][iw]['contentPath']:null:is['contentPath'];if(!ix)return;iv=require('path')['join'](ix,'settings.json');}var iy=iu['existsSync'](iv);var iz=!iy?{}:typeof BDFDB['cachedData'][iw]!=='undefined'?BDFDB['cachedData'][iw]:BDFDB['readConfig'](iv);delete iz[it];if(BDFDB['isObjectEmpty'](iz)){delete BDFDB['cachedData'][iw];if(iy)iu['unlinkSync'](iv);}else{BDFDB['cachedData'][iw]=iz;iu['writeFileSync'](iv,JSON['stringify'](iz,null,'\x09'));}};BDFDB['getAllData']=function(iA,iB){if(!BDFDB['isObject'](iA)||!iA['defaults']||!iA['defaults'][iB])return{};var iC=BDFDB['loadAllData'](iA,iB),iD={},iE=![];for(let iF in iA['defaults'][iB]){if(iC[iF]==null){iD[iF]=iA['defaults'][iB][iF]['value'];iE=!![];}else iD[iF]=iC[iF];}if(iE)BDFDB['saveAllData'](iD,iA,iB);return iD;};BDFDB['readConfig']=function(iG){try{return JSON['parse'](require('fs')['readFileSync'](iG));}catch(iH){return{};}};BDFDB['saveData']=function(iI,iJ,iK,iL){var iM=BDFDB['loadAllData'](iK,iL);iM[iI]=iJ;BDFDB['saveAllData'](iM,iK,iL);};BDFDB['loadData']=function(iN,iO,iP){var iQ=BDFDB['loadAllData'](iO,iP);var iR=iQ[iN];return iR===undefined?null:iR;};BDFDB['removeData']=function(iS,iT,iU){var iV=BDFDB['loadAllData'](iT,iU);delete iV[iS];BDFDB['saveAllData'](iV,iT,iU);};BDFDB['getData']=function(iW,iX,iY){var iZ=BDFDB['getAllData'](iX,iY);var j0=iZ[iW];return j0===undefined?null:j0;};BDFDB['appendWebScript']=function(j1,j2){if(!j2&&!document['head']['querySelector']('bd-head\x20bd-scripts'))document['head']['appendChild'](BDFDB['htmlToElement'](''));j2=j2||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];j2=Node['prototype']['isPrototypeOf'](j2)?j2:document['head'];BDFDB['removeWebScript'](j1,j2);j2['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebScript']=function(j3,j4){j4=j4||document['head']['querySelector']('bd-head\x20bd-scripts')||document['head'];j4=Node['prototype']['isPrototypeOf'](j4)?j4:document['head'];BDFDB['removeEles'](j4['querySelectorAll']('script[src=\x22'+j3+'\x22]'));};BDFDB['appendWebStyle']=function(j5,j6){if(!j6&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));j6=j6||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];j6=Node['prototype']['isPrototypeOf'](j6)?j6:document['head'];BDFDB['removeWebStyle'](j5,j6);j6['appendChild'](BDFDB['htmlToElement'](''));};BDFDB['removeWebStyle']=function(j7,j8){j8=j8||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];j8=Node['prototype']['isPrototypeOf'](j8)?j8:document['head'];BDFDB['removeEles'](j8['querySelectorAll']('link[href=\x22'+j7+'\x22]'));};BDFDB['appendLocalStyle']=function(j9,ja,jb){if(!jb&&!document['head']['querySelector']('bd-head\x20bd-styles'))document['head']['appendChild'](BDFDB['htmlToElement'](''));jb=jb||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];jb=Node['prototype']['isPrototypeOf'](jb)?jb:document['head'];BDFDB['removeLocalStyle'](j9,jb);jb['appendChild'](BDFDB['htmlToElement'](''+ja['replace'](/\t|\r|\n/g,'')+''));};BDFDB['removeLocalStyle']=function(jc,jd){jd=jd||document['head']['querySelector']('bd-head\x20bd-styles')||document['head'];jd=Node['prototype']['isPrototypeOf'](jd)?jd:document['head'];BDFDB['removeEles'](jd['querySelectorAll']('style[id=\x22'+jc+'CSS\x22]'));};BDFDB['formatBytes']=function(je,jf){je=parseInt(je);if(isNaN(je)||je<0x0)return'0\x20Bytes';if(je==0x1)return'1\x20Byte';var jg=Math['floor'](Math['log'](je)/Math['log'](0x400));return parseFloat((je/Math['pow'](0x400,jg))['toFixed'](jf<0x1?0x0:jf>0x14?0x14:jf||0x2))+'\x20'+['Bytes','KB','MB','GB','TB','PB','EB','ZB','YB'][jg];};BDFDB['colorCONVERT']=function(jh,ji,jj){if(!jh)return null;ji=ji===undefined||!ji?ji='RGBCOMP':ji['toUpperCase']();jj=jj===undefined||!jj||!['RGB','RGBA','RGBCOMP','HSL','HSLA','HSLCOMP']['includes'](jj['toUpperCase']())?BDFDB['colorTYPE'](jh):jj['toUpperCase']();if(ji=='RGBCOMP'){switch(jj){case'RGBCOMP':if(jh['length']==0x3)return jT(jh);else if(jh['length']==0x4){var jk=jW(jh['pop']());return jT(jh)['concat'](jk);}case'RGB':return jT(jh['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));case'RGBA':var jl=jh['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var jk=jW(jl['pop']());return jT(jl)['concat'](jk);case'HSLCOMP':if(jh['length']==0x3)return BDFDB['colorCONVERT']('hsl('+jh['join'](',')+')','RGBCOMP');else if(jh['length']==0x4){var jk=jW(jg['pop']());return BDFDB['colorCONVERT']('hsl('+jg['join'](',')+')','RGBCOMP')['concat'](jk);}case'HSL':var jo=k0(jh['replace'](/\s/g,'')['slice'](0x4,-0x1)['split'](','));var jp,jq,jr,js,jt,ju,jv,jw;var jx=jo[0x0]/0x168,jy=parseInt(jo[0x1])/0x64,jz=parseInt(jo[0x2])/0x64;js=Math['floor'](jx*0x6);jt=jx*0x6-js;ju=jz*(0x1-jy);jv=jz*(0x1-jt*jy);jw=jz*(0x1-(0x1-jt)*jy);switch(js%0x6){case 0x0:jp=jz,jq=jw,jr=ju;break;case 0x1:jp=jv,jq=jz,jr=ju;break;case 0x2:jp=ju,jq=jz,jr=jw;break;case 0x3:jp=ju,jq=jv,jr=jz;break;case 0x4:jp=jw,jq=ju,jr=jz;break;case 0x5:jp=jz,jq=ju,jr=jv;break;}return[Math['round'](jp*0xff),Math['round'](jq*0xff),Math['round'](jr*0xff)];case'HSLA':var jo=jh['replace'](/\s/g,'')['slice'](0x5,-0x1)['split'](',');var jk=jW(jo['pop']());return BDFDB['colorCONVERT']('hsl('+jo['join'](',')+')','RGBCOMP')['concat'](jk);case'HEX':var jC=/^#([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})$|^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['exec'](jh);return[parseInt(jC[0x1]+jC[0x1]||jC[0x4],0x10)['toString'](),parseInt(jC[0x2]+jC[0x2]||jC[0x5],0x10)['toString'](),parseInt(jC[0x3]+jC[0x3]||jC[0x6],0x10)['toString']()];default:return null;}}else{var jD=jj=='RGBCOMP'?jh:BDFDB['colorCONVERT'](jh,'RGBCOMP',jj);if(jD)switch(ji){case'RGB':return'rgb('+jT(jD['slice'](0x0,0x3))['join'](',')+')';case'RGBA':jD=jD['slice'](0x0,0x4);var jk=jD['length']==0x4?jW(jD['pop']()):0x1;return'rgba('+jT(jD)['concat'](jk)['join'](',')+')';case'HSLCOMP':var jk=jD['length']==0x4?jW(jD['pop']()):null;var jo=k0(BDFDB['colorCONVERT'](jD,'HSL')['replace'](/\s/g,'')['split'](','));return jk?jo['concat'](jk):jo;case'HSL':var jp=jR(jD[0x0]),jq=jR(jD[0x1]),jr=jR(jD[0x2]);var jK=Math['max'](jp,jq,jr),jL=Math['min'](jp,jq,jr),jM=jK-jL,jx,jy=jK===0x0?0x0:jM/jK,jz=jK/0xff;switch(jK){case jL:jx=0x0;break;case jp:jx=jq-jr+jM*(jq0xff?0xff:jt<0x0?0x0:jt;};function jT(jl){return jl['map'](jt=>{return jR(jt);});};function jW(jk){jk=jk['toString']();jk=(jk['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(jk['replace'](/[^0-9\.\-]/g,''));return isNaN(jk)||jk>0x1?0x1:jk<0x0?0x0:jk;};function jY(jZ){jZ=parseFloat(jZ['toString']()['replace'](/[^0-9\.\-]/g,''));return(isNaN(jZ)||jZ>0x64?0x64:jZ<0x0?0x0:jZ)+'%';};function k0(jl){let jx=parseFloat(jl['shift']()['toString']()['replace'](/[^0-9\.\-]/g,''));jx=isNaN(jx)||jx>0x168?0x168:jx<0x0?0x0:jx;return[jx]['concat'](jl['map'](k3=>{return jY(k3);}));};};BDFDB['colorSETALPHA']=function(k4,k5,k6){var k7=BDFDB['colorCONVERT'](k4,'RGBCOMP');if(k7){k5=k5['toString']();k5=(k5['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(k5['replace'](/[^0-9\.\-]/g,''));k5=isNaN(k5)||k5>0x1?0x1:k5<0x0?0x0:k5;k7[0x3]=k5;k6=(k6||BDFDB['colorTYPE'](jK))['toUpperCase']();k6=k6=='HSL'||k6=='RGB'?k6+'A':k6;return BDFDB['colorCONVERT'](k7,k6);}return null;};BDFDB['colorCHANGE']=function(k8,k9,ka){k9=parseFloat(k9);if(k8&&typeof k9=='number'&&!isNaN(k9)){var kb=BDFDB['colorCONVERT'](k8,'RGBCOMP');if(kb){if(parseInt(k9)!==k9){k9=k9['toString']();k9=(k9['indexOf']('%')>-0x1?0.01:0x1)*parseFloat(k9['replace'](/[^0-9\.\-]/g,''));k9=isNaN(k9)?0x0:k9;return BDFDB['colorCONVERT']([Math['round'](kb[0x0]*(0x1+k9)),Math['round'](kb[0x1]*(0x1+k9)),Math['round'](kb[0x2]*(0x1+k9))],ka||BDFDB['colorTYPE'](k8));}else return BDFDB['colorCONVERT']([Math['round'](kb[0x0]+k9),Math['round'](kb[0x1]+k9),Math['round'](kb[0x2]+k9)],ka||BDFDB['colorTYPE'](k8));}}return null;};BDFDB['colorINV']=function(kc,kd){if(kc){var ke=BDFDB['colorCONVERT'](kc,'RGBCOMP');if(ke)return BDFDB['colorCONVERT']([0xff-ke[0x0],0xff-ke[0x1],0xff-ke[0x2]],kd||BDFDB['colorTYPE'](kc));}return null;};BDFDB['colorCOMPARE']=function(kf,kg){if(kf&&kg){kf=BDFDB['colorCONVERT'](kf,'RGBCOMP');kg=BDFDB['colorCONVERT'](kg,'RGBCOMP');if(kf&&kg)return BDFDB['equals'](kf,kg);}return null;};BDFDB['colorISBRIGHT']=function(kh,ki=0xa0){kh=BDFDB['colorCONVERT'](kh,'RGBCOMP');if(!kh)return![];return parseInt(ki)kn['toString']()['indexOf']('%')==-0x1&&parseFloat(kn)==parseInt(kn));};function ko(kk){return kk['slice'](0x1,0x3)['every'](kq=>kq['toString']()['indexOf']('%')==kq['length']-0x1);};};BDFDB['setInnerText']=function(kr,ks){if(!kr||!Node['prototype']['isPrototypeOf'](kr))return;var kt=null;for(let ku of kr['childNodes'])if(ku['nodeType']==Node['TEXT_NODE']){kt=ku;break;}if(kt)kt['textContent']=ks;else{kt=document['createTextNode'](ks);kr['appendChild'](kt);}};BDFDB['getInnerText']=function(kv){if(!kv||!Node['prototype']['isPrototypeOf'](kv))return;for(let kw of kv['childNodes'])if(kw['nodeType']==Node['TEXT_NODE'])return kw['textContent'];};BDFDB['getParentEle']=function(kx,ky){var kz=null;if(Node['prototype']['isPrototypeOf'](ky)&&kx){var kA=NodeList['prototype']['isPrototypeOf'](kx)?kx:typeof kx=='string'?document['querySelectorAll'](kx):null;if(kA)for(let kB of kA)if(kB['contains'](ky)){kz=kB;break;}}return kz;};BDFDB['getRects']=function(kC){var kD={};if(Node['prototype']['isPrototypeOf'](kC)&&kC['nodeType']!=Node['TEXT_NODE']){var kE=BDFDB['isEleHidden'](kC);if(kE)BDFDB['toggleEles'](kC);kD=kC['getBoundingClientRect']();if(kE)BDFDB['toggleEles'](kC);}return kD;};BDFDB['getTotalHeight']=function(kF){if(Node['prototype']['isPrototypeOf'](kF)&&kF['nodeType']!=Node['TEXT_NODE']){var kG=BDFDB['getRects'](kF);var kH=getComputedStyle(kF);return kG['height']+parseInt(kH['marginTop'])+parseInt(kH['marginBottom']);}return 0x0;};BDFDB['getTotalWidth']=function(kI){if(Node['prototype']['isPrototypeOf'](kI)&&kI['nodeType']!=Node['TEXT_NODE']){var kJ=BDFDB['getRects'](kI);var kK=getComputedStyle(kI);return kJ['width']+parseInt(kK['marginLeft'])+parseInt(kK['marginRight']);}return 0x0;};BDFDB['isEleHidden']=function(kL){if(Node['prototype']['isPrototypeOf'](kL)&&kL['nodeType']!=Node['TEXT_NODE'])return getComputedStyle(kL,null)['getPropertyValue']('display')=='none';};BDFDB['toggleEles']=function(...kM){if(!kM)return;var kN=kM['pop']();if(typeof kN!='boolean'){kM['push'](kN);kN=undefined;}if(!kM['length'])return;for(let kO of kM)for(let kP of Array['isArray'](kO)?kO:Array['of'](kO)){if(!kP){}else if(Node['prototype']['isPrototypeOf'](kP))kT(kP);else if(NodeList['prototype']['isPrototypeOf'](kP))for(let kQ of kP)kT(kQ);else if(typeof kP=='string')for(let kR of kP['split'](','))if(kR&&(kR=kR['trim']()))for(let kQ of document['querySelectorAll'](kR))kT(kQ);}function kT(kU){if(!kU||!Node['prototype']['isPrototypeOf'](kU))return;var kV=kN===undefined?!BDFDB['isEleHidden'](kU):!kN;if(kV)kU['style']['setProperty']('display','none','important');else kU['style']['removeProperty']('display');}};BDFDB['removeEles']=function(...kW){for(let kX of kW)for(let kY of Array['isArray'](kX)?kX:Array['of'](kX)){if(!kY){}else if(Node['prototype']['isPrototypeOf'](kY))kY['remove']();else if(NodeList['prototype']['isPrototypeOf'](kY)){kY=Array['from'](kY);while(kY['length'])kY['shift']()['remove']();}else if(typeof kY=='string')for(let kZ of kY['split'](','))if(kZ&&(kZ=kZ['trim']())){let l0=Array['from'](document['querySelectorAll'](kZ));while(l0['length'])l0['shift']()['remove']();}}};BDFDB['addClass']=function(l1,...l2){if(!l1||!l2)return;for(let l3 of Array['isArray'](l1)?l1:Array['of'](l1)){if(!l3){}else if(Node['prototype']['isPrototypeOf'](l3))l7(l3);else if(NodeList['prototype']['isPrototypeOf'](l3))for(let l4 of l3)l7(l4);else if(typeof l3=='string')for(let l5 of l3['split'](','))if(l5&&(l5=l5['trim']()))for(let l6 of document['querySelectorAll'](l5))l7(l6);}function l7(l8){if(l8&&l8['classList'])for(let l9 of l2)if(typeof l9=='string')for(let la of l9['split']('\x20'))if(la)l8['classList']['add'](la);}};BDFDB['removeClass']=function(lb,...lc){if(!lb||!lc)return;for(let ld of Array['isArray'](lb)?lb:Array['of'](lb)){if(!ld){}else if(Node['prototype']['isPrototypeOf'](ld))lh(ld);else if(NodeList['prototype']['isPrototypeOf'](ld))for(let le of ld)lh(le);else if(typeof ld=='string')for(let lf of ld['split'](','))if(lf&&(lf=lf['trim']()))for(let lg of document['querySelectorAll'](lf))lh(lg);}function lh(li){if(li&&li['classList'])for(let lj of lc)if(typeof lj=='string')for(let lk of lj['split']('\x20'))if(lk)li['classList']['remove'](lk);}};BDFDB['toggleClass']=function(ll,...lm){if(!ll||!lm)return;var ln=lm['pop']();if(typeof ln!='boolean'){lm['push'](ln);ln=undefined;}if(!lm['length'])return;for(let lo of Array['isArray'](ll)?ll:Array['of'](ll)){if(!lo){}else if(Node['prototype']['isPrototypeOf'](lo))ls(lo);else if(NodeList['prototype']['isPrototypeOf'](lo))for(let lp of lo)ls(lp);else if(typeof lo=='string')for(let lq of lo['split'](','))if(lq&&(lq=lq['trim']()))for(let lr of document['querySelectorAll'](lq))ls(lr);}function ls(lt){if(lt&<['classList'])for(let lu of lm)if(typeof lu=='string')for(let lv of lu['split']('\x20'))if(lv)lt['classList']['toggle'](lv,ln);}};BDFDB['containsClass']=function(lw,...lx){if(!lw||!lx)return;var ly=lx['pop']();if(typeof ly!='boolean'){lx['push'](ly);ly=!![];}if(!lx['length'])return;var lz=undefined;for(let lA of Array['isArray'](lw)?lw:Array['of'](lw)){if(!lA){}else if(Node['prototype']['isPrototypeOf'](lA))lE(lA);else if(NodeList['prototype']['isPrototypeOf'](lA))for(let lB of lA)lE(lB);else if(typeof lA=='string')for(let lC of lA['split'](','))if(lC&&(lC=lC['trim']()))for(let lD of document['querySelectorAll'](lC))lE(lD);}return lz;function lE(lF){if(lF&&lF['classList'])for(let lG of lx)if(typeof lG=='string')for(let lH of lG['split']('\x20'))if(lH){if(lz===undefined)lz=ly;if(ly&&!lF['classList']['contains'](lH))lz=![];if(!ly&&lF['classList']['contains'](lH))lz=!![];}}};BDFDB['removeClasses']=function(...lI){for(let lJ of lI)for(let lK of Array['isArray'](lJ)?lJ:Array['of'](lJ)){if(!lK){}else if(typeof lK=='string')for(let lL of lK['split'](','))if(lL&&(lL=lL['replace'](/\.|\s/g,'')))BDFDB['removeClass'](document['querySelectorAll']('.'+lL),lL);}};BDFDB['htmlToElement']=function(lM){if(!lM||!lM['trim']())return null;let lN=document['createElement']('template');lN['innerHTML']=lM['replace'](/\t|\n|\r/g,'');if(lN['content']['childElementCount']==0x1)return lN['content']['firstElementChild'];else{var lO=document['createElement']('span');var lP=Array['from'](lN['content']['childNodes']);while(lP['length'])lO['appendChild'](lP['shift']());return lO;}};BDFDB['encodeToHTML']=function(lQ){var lR=document['createElement']('div');lR['innerText']=lQ;return lR['innerHTML'];};BDFDB['regEscape']=function(lS){return lS['replace'](/([\-\/\\\^\$\*\+\?\.\(\)\|\[\]\{\}])/g,'\x5c$1');};BDFDB['insertNRST']=function(lT){return lT['replace'](/\\r/g,'\x0d')['replace'](/\\n/g,'\x0a')['replace'](/\\t/g,'\x09')['replace'](/\\s/g,'\x20');};BDFDB['triggerSend']=function(lU){if(!lU)return;setImmediate(()=>{var lV=new KeyboardEvent('keypress',{'key':'Enter','code':'Enter','which':0xd,'keyCode':0xd,'bubbles':!![]});Object['defineProperty'](lV,'keyCode',{'value':0xd});Object['defineProperty'](lV,'which',{'value':0xd});lU['dispatchEvent'](lV);});};BDFDB['initElements']=function(lW,lX){if(!Node['prototype']['isPrototypeOf'](lW))return;var lY=BDFDB['WebModules']['findByProperties']('spring');var lZ=BDFDB['getDiscordTheme']()==BDFDB['disCN']['themelight'];var m0=BDFDB['getLibraryStrings']();lW['querySelectorAll'](BDFDB['dotCN']['switchinner'])['forEach'](m1=>{mZ(m1,![]);nk(m1,'click',m2=>{mZ(m1,!![]);});});lW['querySelectorAll'](BDFDB['dotCNS']['checkboxwrapper']+BDFDB['dotCN']['checkboxinput'])['forEach'](m3=>{n9(m3,![]);nk(m3,'click',m4=>{n9(m3,!![]);});});lW['querySelectorAll'](BDFDB['dotCN']['giffavoritebutton'])['forEach'](m5=>{nd(m5);nk(m5,'click',m6=>{BDFDB['toggleClass'](m5,BDFDB['disCN']['giffavoriteselected']);nd(m5);});});lW['querySelectorAll']('.file-navigator')['forEach'](m7=>{nk(m7,'click',m8=>{var m9=m7['querySelector']('input[type=\x22file\x22]');if(m9)m9['click']();});});lW['querySelectorAll']('input[type=\x22file\x22]')['forEach'](ma=>{nk(ma,'change',mb=>{var mc=ma['parentElement']['parentElement']['querySelector']('input[type=\x22text\x22]');var md=ma['files'][0x0];if(mc&&md)mc['value']=md['path'];});});lW['querySelectorAll'](BDFDB['dotCN']['input'])['forEach'](me=>{nk(me,'keydown',mf=>{mf['stopPropagation']();});});lW['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarinput'])['forEach'](mg=>{mg['setAttribute']('placeholder',m0['search_placeholder']);nk(mg,'keyup',mh=>{BDFDB['toggleClass'](mg['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible'],mg['value']['length']==0x0);BDFDB['toggleClass'](mg['parentElement']['querySelector'](BDFDB['dotCN']['searchbarclear']),BDFDB['disCN']['searchbarvisible'],mg['value']['length']>0x0);});});lW['querySelectorAll'](BDFDB['dotCNS']['searchbar']+BDFDB['dotCN']['searchbarclear'])['forEach'](mi=>{nk(mi,'click',mj=>{if(BDFDB['containsClass'](mi,BDFDB['disCN']['searchbarvisible'])){var mk=mi['parentElement']['parentElement']['querySelector'](BDFDB['dotCN']['searchbarinput']);mk['value']='';mk['dispatchEvent'](new Event('change'));mk['dispatchEvent'](new Event('input'));mk['dispatchEvent'](new Event('keydown'));mk['dispatchEvent'](new Event('keyup'));mk['dispatchEvent'](new Event('keypressed'));BDFDB['addClass'](mi['parentElement']['querySelector'](BDFDB['dotCN']['searchbareyeglass']),BDFDB['disCN']['searchbarvisible']);BDFDB['removeClass'](mi,BDFDB['disCN']['searchbarvisible']);}});});lW['querySelectorAll']('.numberinput-button-up')['forEach'](ml=>{nk(ml,'click',mm=>{var mn=ml['parentElement']['parentElement']['querySelector']('input');var mo=parseInt(mn['getAttribute']('min'));var mp=parseInt(mn['getAttribute']('max'));var mq=parseInt(mn['value'])+0x1;if(isNaN(mp)||!isNaN(mp)&&mq<=mp){BDFDB['addClass'](ml['parentElement'],'pressed');clearTimeout(ml['parentElement']['pressedTimeout']);mn['value']=isNaN(mo)||!isNaN(mo)&&mq>=mo?mq:mo;mn['dispatchEvent'](new Event('change'));mn['dispatchEvent'](new Event('input'));mn['dispatchEvent'](new Event('keydown'));mn['dispatchEvent'](new Event('keyup'));mn['dispatchEvent'](new Event('keypressed'));ml['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](ml['parentElement'],'pressed');},0xbb8);}});});lW['querySelectorAll']('.numberinput-button-down')['forEach'](mr=>{nk(mr,'click',ms=>{var mt=mr['parentElement']['parentElement']['querySelector']('input');var mu=parseInt(mt['getAttribute']('min'));var mv=parseInt(mt['getAttribute']('max'));var mw=parseInt(mt['value'])-0x1;if(isNaN(mu)||!isNaN(mu)&&mw>=mu){BDFDB['addClass'](mr['parentElement'],'pressed');clearTimeout(mr['parentElement']['pressedTimeout']);mt['value']=isNaN(mv)||!isNaN(mv)&&mw<=mv?mw:mv;mt['dispatchEvent'](new Event('change'));mt['dispatchEvent'](new Event('input'));mt['dispatchEvent'](new Event('keydown'));mt['dispatchEvent'](new Event('keyup'));mt['dispatchEvent'](new Event('keypressed'));mr['parentElement']['pressedTimeout']=setTimeout(()=>{BDFDB['removeClass'](mr['parentElement'],'pressed');},0xbb8);}});});lW['querySelectorAll']('.amount-input')['forEach'](mx=>{nk(mx,'input',my=>{if(BDFDB['isObject'](lX)){var mz=mx['getAttribute']('option');var mA=parseInt(mx['value']);var mB=parseInt(mx['getAttribute']('min'));var mC=parseInt(mx['getAttribute']('max'));if(mz&&!isNaN(mA)&&(isNaN(mB)||!isNaN(mB)&&mA>=mB)&&(isNaN(mC)||!isNaN(mC)&&mA<=mC)){BDFDB['saveData'](mz,mA,lX,'amounts');lX['SettingsUpdated']=!![];}}});});lW['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](mD=>{nh(mD,mD['parentElement']['querySelector'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])==mD?0x2:0x0);nk(mD,'click',mE=>{BDFDB['removeClass'](lW['querySelectorAll']('.tab-content.open'),'open');mD['parentElement']['querySelectorAll'](BDFDB['dotCNC']['tabbaritem']+BDFDB['dotCN']['tabbarheaderitem'])['forEach'](mD=>{nh(mD,0x0);});var mG=lW['querySelector']('.tab-content[tab=\x22'+mD['getAttribute']('tab')+'\x22]');if(mG)BDFDB['addClass'](mG,'open');nh(mD,0x2);});nk(mD,'mouseenter',mH=>{if(!BDFDB['containsClass'](mD,BDFDB['disCN']['settingsselected']))nh(mD,0x1);});nk(mD,'mouseleave',mI=>{if(!BDFDB['containsClass'](mD,BDFDB['disCN']['settingsselected']))nh(mD,0x0);});});lW['querySelectorAll']('.DevilBro-textscrollwrapper')['forEach'](mJ=>{var mK=mJ['querySelector']('.DevilBro-textscroll');if(mK){if(BDFDB['containsClass'](mJ['parentElement'],BDFDB['disCN']['contextmenuitemsubmenu']))mJ['style']['setProperty']('margin-right','10px');if(BDFDB['getRects'](mJ)['width']>0x64)mJ['style']['setProperty']('text-overflow','ellipsis','important');mJ['style']['setProperty']('position','relative','important');mJ['style']['setProperty']('display','block','important');mJ['style']['setProperty']('overflow','hidden','important');mK['style']['setProperty']('left','0px','important');mK['style']['setProperty']('position','relative','important');mK['style']['setProperty']('white-space','nowrap','important');mK['style']['setProperty']('display','inline','important');var mL,mM;nk(mJ,'mouseenter',mN=>{if(BDFDB['getRects'](mJ)['width']{if(BDFDB['containsClass'](mJ,'scrolling')){BDFDB['removeClass'](mJ,'scrolling');mK['style']['setProperty']('display','inline','important');if(!mM||!mL)mP();mL(0x0);}});function mP(){mM=new lY['Value'](0x0);mM['interpolate']({'inputRange':[0x0,0x1],'outputRange':[0x0,(BDFDB['getRects'](mK)['width']-BDFDB['getRects'](mJ)['width'])*-0x1]})['addListener'](mQ=>{mK['style']['setProperty']('left',mQ['value']+'px','important');});mL=mR=>{var mS=mR+parseFloat(mK['style']['getPropertyValue']('left'))/(BDFDB['getRects'](mK)['width']-BDFDB['getRects'](mJ)['width']);mS=isNaN(mS)||!isFinite(mS)?mR:mS;mS*=BDFDB['getRects'](mK)['width']/(BDFDB['getRects'](mJ)['width']*0x2);lY['parallel']([lY['timing'](mM,{'toValue':mR,'duration':Math['sqrt'](mS**0x2)*0xfa0/(mJ['getAttribute']('speed')||0x1)})])['start']();};}}});BDFDB['removeClass'](lW['querySelectorAll']('.tab-content'),'open');BDFDB['addClass'](lW['querySelector']('.tab-content'),'open');lW['querySelectorAll']('.btn-save\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mT=>{mT['innerText']=m0['btn_save_text'];});lW['querySelectorAll']('.btn-cancel\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mU=>{mU['innerText']=m0['btn_cancel_text'];});lW['querySelectorAll']('.btn-all\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mV=>{mV['innerText']=m0['btn_all_text'];});lW['querySelectorAll']('.btn-add\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mW=>{mW['innerText']=m0['btn_add_text'];});lW['querySelectorAll']('.btn-ok\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mX=>{mX['innerText']=m0['btn_ok_text'];});lW['querySelectorAll']('.file-navigator\x20'+BDFDB['dotCN']['buttoncontents'])['forEach'](mY=>{mY['innerText']=m0['file_navigator_text'];});function mZ(n0,n1){var n2=n0['checked'];BDFDB['toggleClass'](n0['parentElement'],BDFDB['disCN']['switchvaluechecked'],n2);BDFDB['toggleClass'](n0['parentElement'],BDFDB['disCN']['switchvalueunchecked'],!n2);if(n1&&BDFDB['isObject'](lX)&&BDFDB['containsClass'](n0,'settings-switch')){let n3=n0['getAttribute']('value')['trim']()['split']('\x20')['filter'](n4=>n4);let n5=n3['shift']();if(n5){var n6=BDFDB['loadAllData'](lX,n5);var n7='';for(let n8 of n3)n7+='{\x22'+n8+'\x22:';n7+=n2+'}'['repeat'](n3['length']);n7=JSON['parse'](n7);if(BDFDB['isObject'](n7))BDFDB['deepAssign'](n6,n7);else n6=n7;BDFDB['saveAllData'](n6,lX,n5);lX['SettingsUpdated']=!![];}}};function n9(na){var nb=na['parentElement']['querySelector'](BDFDB['dotCN']['checkbox']);var nc=nb['querySelector']('polyline');if(na['checked']){BDFDB['addClass'](nb,BDFDB['disCN']['checkboxchecked']);nb['style']['setProperty']('background-color','rgb(67,\x20181,\x20129)');nb['style']['setProperty']('border-color','rgb(67,\x20181,\x20129)');nc['setAttribute']('stroke','#ffffff');}else{BDFDB['removeClass'](nb,BDFDB['disCN']['checkboxchecked']);nb['style']['removeProperty']('background-color');nb['style']['removeProperty']('border-color');nc['setAttribute']('stroke','transparent');}};function nd(ne){var nf=BDFDB['containsClass'](ne,BDFDB['disCN']['giffavoriteselected']);var ng=ne['querySelector'](BDFDB['dotCN']['giffavoriteicon']);ng['setAttribute']('name',nf?'FavoriteFilled':'Favorite');ng['innerHTML']=nf?'':'';if(nf){BDFDB['addClass'](ne,BDFDB['disCN']['giffavoriteshowpulse']);setTimeout(()=>{BDFDB['removeClass'](ne,BDFDB['disCN']['giffavoriteshowpulse']);},0x1f4);}};function nh(ni,nj){switch(nj){case 0x0:BDFDB['removeClass'](ni,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](ni,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](ni,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](ni,BDFDB['disCN']['settingsitemdefault']);ni['style']['setProperty']('border-color','transparent');ni['style']['setProperty']('color',lZ?'rgba(79,\x2084,\x2092,\x200.4)':'rgba(255,\x20255,\x20255,\x200.4)');break;case 0x1:BDFDB['removeClass'](ni,BDFDB['disCN']['settingsselected']);BDFDB['removeClass'](ni,BDFDB['disCN']['settingsitemselected']);BDFDB['addClass'](ni,BDFDB['disCN']['settingsnotselected']);BDFDB['addClass'](ni,BDFDB['disCN']['settingsitemdefault']);ni['style']['setProperty']('border-color',lZ?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');ni['style']['setProperty']('color',lZ?'rgba(79,\x2084,\x2092,\x200.6)':'rgba(255,\x20255,\x20255,\x200.6)');break;case 0x2:BDFDB['removeClass'](ni,BDFDB['disCN']['settingsnotselected']);BDFDB['removeClass'](ni,BDFDB['disCN']['settingsitemdefault']);BDFDB['addClass'](ni,BDFDB['disCN']['settingsselected']);BDFDB['addClass'](ni,BDFDB['disCN']['settingsitemselected']);ni['style']['setProperty']('border-color',lZ?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');ni['style']['setProperty']('color',lZ?'rgb(79,\x2084,\x2092)':'rgb(255,\x20255,\x20255)');break;}};function nk(nl,nm,nn){if(!nl['BDFDBinitElementsListeners'])nl['BDFDBinitElementsListeners']={};if(nl['BDFDBinitElementsListeners'][nm])nl['removeEventListener'](nm,nl['BDFDBinitElementsListeners'][nm]);nl['BDFDBinitElementsListeners'][nm]=nn;nl['addEventListener'](nm,nn);};};BDFDB['appendModal']=function(no){if(!Node['prototype']['isPrototypeOf'](no))return;var np=document['querySelector'](BDFDB['dotCN']['app']+'\x20~\x20[class^=\x22theme\x22]:not([class*=\x22popouts\x22])');if(!np)return;var nq=nr=>{if(!document['contains'](no))document['removeEventListener']('keydown',nq);else if(nr['which']==0x1b)no['querySelector'](BDFDB['dotCN']['backdrop'])['click']();};document['addEventListener']('keydown',nq);BDFDB['addChildEventListener'](no,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCNC']['modalclose']+'.btn-close,\x20.btn-save,\x20.btn-send,\x20.btn-cancel,\x20.btn-ok',()=>{document['removeEventListener']('keydown',nq);BDFDB['addClass'](no,'closing');setTimeout(()=>{no['remove']();},0x12c);});np['appendChild'](no);BDFDB['initElements'](no);};BDFDB['openConfirmModal']=function(){if(arguments['length']<0x2)return;var ns=arguments[0x0];var nt=arguments[0x1];if(!BDFDB['isObject'](ns)||!nt)return;var nu=typeof arguments[0x2]=='function'?arguments[0x2]:typeof arguments[0x3]=='function'?arguments[0x3]:null;var nv=typeof arguments[0x2]=='string'?arguments[0x2]:'Are\x20you\x20sure?';let nw=BDFDB['htmlToElement'](''+nv+''+ns['name']+''+nt+'\x20');BDFDB['appendModal'](nw);if(typeof nu=='function')nw['querySelector']('.btn-ok')['addEventListener']('click',()=>{setTimeout(()=>{nu();},0x12c);});return nw;};BDFDB['updateContextPosition']=function(nx,ny=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](nx))return;var nz=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var nA=BDFDB['getRects'](nx);var nB={'pageX':ny['pageX']-nA['width'],'pageY':ny['pageY']-nA['height']};nx['style']['setProperty']('left',(ny['pageX']+nA['width']>nz['width']?nB['pageX']<0x0?0xa:nB['pageX']:ny['pageX'])+'px');nx['style']['setProperty']('top',(ny['pageY']+nA['height']>nz['height']?nB['pageY']<0x0?0xa:nB['pageY']:ny['pageY'])+'px');BDFDB['initElements'](nx);};BDFDB['appendContextMenu']=function(nC,nD=BDFDB['mousePosition']){if(!Node['prototype']['isPrototypeOf'](nC))return;var nE=document['querySelector'](BDFDB['dotCN']['tooltips']);if(!nE)return;nE['parentElement']['insertBefore'](nC,nE);var nF=BDFDB['getRects'](document['querySelector'](BDFDB['dotCN']['appmount']));var nG=BDFDB['getRects'](nC);BDFDB['toggleClass'](nC,'invertX',nD['pageX']+nG['width']>nF['width']);BDFDB['toggleClass'](nC,'invertY',nD['pageY']+nG['height']>nF['height']);BDFDB['toggleClass'](nC,BDFDB['disCN']['contextmenuinvertchildx'],nD['pageX']+nG['width']>nF['width']);BDFDB['addClass'](nC,BDFDB['getDiscordTheme']());BDFDB['updateContextPosition'](nC,nD);var nH=nI=>{if(!document['contains'](nC))document['removeEventListener']('mousedown',nH);else if(!nC['contains'](nI['target'])){document['removeEventListener']('mousedown',nH);nC['remove']();}else{var nJ=BDFDB['getParentEle'](BDFDB['dotCN']['contextmenuitem'],nI['target']);if(nJ&&!BDFDB['containsClass'](nJ,BDFDB['disCN']['contextmenuitemdisabled'],BDFDB['disCN']['contextmenuitemsubmenu'],BDFDB['disCN']['contextmenuitemtoggle'],![])){document['removeEventListener']('mousedown',nH);}}};document['addEventListener']('mousedown',nH);BDFDB['initElements'](nC);};BDFDB['closeContextMenu']=function(nK){if(!BDFDB['isObject'](nK))return;var nL=Node['prototype']['isPrototypeOf'](nK)?BDFDB['getOwnerInstance']({'node':nK,'name':'ContextMenu','up':!![]}):BDFDB['getOwnerInstance']({'instance':nK,'name':'ContextMenu','up':!![]});if(BDFDB['isObject'](nL)&&nL['props']&&typeof nL['props']['closeContextMenu']=='function')nL['props']['closeContextMenu']();};BDFDB['appendSubMenu']=function(nM,nN){if(!Node['prototype']['isPrototypeOf'](nM)||!Node['prototype']['isPrototypeOf'](nN))return;nM['appendChild'](nN);var nO=BDFDB['getRects'](nM);var nP=BDFDB['getRects'](nN);nN['style']['setProperty']('left',nO['left']+'px');nN['style']['setProperty']('top',(nO['top']+nP['height']>global['window']['outerHeight']?nO['top']-nP['height']+nO['height']:nO['top'])+'px');BDFDB['addClass'](nN,BDFDB['getDiscordTheme']());var nQ=()=>{nM['removeEventListener']('mouseleave',nQ);nN['remove']();};nM['addEventListener']('mouseleave',nQ);BDFDB['initElements'](nN);};BDFDB['setContextHint']=function(nR,nS){if(!nS||!Node['prototype']['isPrototypeOf'](nR))return;var nT=nR['querySelector'](BDFDB['dotCN']['contextmenuhint']);if(nT){nR['style']['setProperty']('position','relative','important');nT['innerHTML']=''+BDFDB['encodeToHTML'](nS)+'';if(!BDFDB['containsClass'](nT['previousElementSibling'],'DevilBro-textscrollwrapper')){BDFDB['addClass'](nT['previousElementSibling'],'DevilBro-textscrollwrapper');nT['previousElementSibling']['setAttribute']('speed',0x3);nT['previousElementSibling']['innerHTML']=''+BDFDB['encodeToHTML'](nT['previousElementSibling']['innerText'])+'';}var nU=BDFDB['getRects'](nR)['width']-(parseFloat(getComputedStyle(nR)['paddingLeft'])+parseFloat(getComputedStyle(nR)['paddingRight']));nT['previousElementSibling']['style']['setProperty']('width',nU-0x24+'px','important');nT['previousElementSibling']['style']['setProperty']('max-width',nU-0x24+'px','important');nT['style']['setProperty']('position','absolute','important');nT['style']['setProperty']('top',getComputedStyle(nR)['paddingTop'],'important');nT['style']['setProperty']('right',getComputedStyle(nR)['paddingRight'],'important');nT['style']['setProperty']('width','32px','important');nT['style']['setProperty']('max-width','32px','important');}};BDFDB['openGuildContextMenu']=function(nV,nW=BDFDB['mousePosition']){var nX=BDFDB['getParentEle'](BDFDB['dotCN']['guild'],nV);if(!nX)return;var nY=BDFDB['getReactValue'](nX,'child.child.stateNode.handleContextMenu');if(nY)nY({'target':nX,'preventDefault':nZ=>nZ,'stopPropagation':o0=>o0,'pageX':nW['pageX'],'pageY':nW['pageY']});};BDFDB['createMessageOptionPopout']=function(o1){if(!o1)return;var o2=document['querySelector'](BDFDB['dotCN']['popouts']);if(!o2)return;o1=BDFDB['containsClass'](o1,BDFDB['disCN']['optionpopoutbutton'])?o1:o1['querySelector'](BDFDB['dotCN']['optionpopoutbutton']);var o3=BDFDB['getReactInstance'](BDFDB['getParentEle'](BDFDB['dotCN']['messagebuttoncontainer'],o1));o3=o3&&o3['child']?o3['child']:null;o3=o3&&o3['stateNode']&&typeof o3['stateNode']['renderReactionPopout']=='function'?o3['sibling']:o3;if(o3&&o3['stateNode']&&typeof o3['stateNode']['renderOptionPopout']=='function'){BDFDB['addClass'](o1,'popout-open');var o4=BDFDB['htmlToElement']('');o2['appendChild'](o4);var o5=o3['stateNode']['renderOptionPopout'](o3['stateNode']['props']);o5['props']['target']=o1;o5['props']['onClose']=()=>{BDFDB['removeClass'](o1,'popout-open');o4['remove']();};BDFDB['React']['render'](o5,o4);var o6=BDFDB['getRects'](o1);o4['style']['setProperty']('left',o6['left']+o6['width']/0x2+'px');o4['style']['setProperty']('top',o6['top']+o6['height']/0x2+'px');var o7=o8=>{document['removeEventListener']('mousedown',o7);if(!o4['contains'](o8['target']))o5['props']['onClose']();};document['addEventListener']('mousedown',o7);}};BDFDB['createSortPopout']=function(o9,oa,ob){if(!o9||!oa||typeof ob!='function'||BDFDB['containsClass'](o9,'popout-open'))return;var oc=document['querySelector'](BDFDB['dotCN']['popouts']);var od=o9['querySelector'](BDFDB['dotCNC']['quickselectvalue']+BDFDB['dotCN']['recentmentionsmentionfiltervalue']);if(!oc||!od)return;BDFDB['addClass'](o9,'popout-open');var oe=BDFDB['htmlToElement'](oa);var of=BDFDB['getRects'](o9);oe['style']['setProperty']('left',of['left']+of['width']+'px');oe['style']['setProperty']('top',of['top']+BDFDB['getRects'](od)['height']+'px');BDFDB['addClass'](oe['querySelector'](BDFDB['dotCN']['contextmenu']),BDFDB['getDiscordTheme']());BDFDB['addChildEventListener'](oe,'click',BDFDB['dotCN']['contextmenuitem'],og=>{od['innerText']=og['currentTarget']['innerText'];od['setAttribute']('option',og['currentTarget']['getAttribute']('option'));document['removeEventListener']('mousedown',oh);oe['remove']();setTimeout(()=>{BDFDB['removeClass'](o9,'popout-open');},0x12c);ob();});oc['appendChild'](oe);var oh=oi=>{if(!document['contains'](oe))document['removeEventListener']('mousedown',oh);else if(!oe['contains'](oi['target'])){document['removeEventListener']('mousedown',oh);oe['remove']();setTimeout(()=>{BDFDB['removeClass'](o9,'popout-open');},0x12c);}};document['addEventListener']('mousedown',oh);};BDFDB['setColorSwatches']=function(oj,ok){if(!Node['prototype']['isPrototypeOf'](oj))return;var ol=oj['querySelector']('.swatches:not([swatchnr])');if(!ol)return;ol['setAttribute']('swatchnr',parseInt(oj['querySelectorAll']('.swatches[swatchnr]')['length']+0x1));var om=['rgb(82,233,30)','rgb(46,204,113)','rgb(26,188,156)','rgb(52,152,219)','rgb(52,84,219)','rgb(134,30,233)','rgb(155,89,182)','rgb(233,30,99)','rgb(233,65,30)','rgb(231,76,60)','rgb(230,126,34)','rgb(241,196,15)','rgb(199,204,205)','rgb(112,128,136)','rgb(99,99,99)','rgb(255,255,255)','rgb(59,173,20)','rgb(31,139,76)','rgb(17,128,106)','rgb(32,102,148)','rgb(32,57,148)','rgb(109,20,173)','rgb(113,54,138)','rgb(173,20,87)','rgb(173,32,20)','rgb(153,45,34)','rgb(168,67,0)','rgb(194,124,14)','rgb(151,156,159)','rgb(93,104,109)','rgb(44,44,44)'];ol['appendChild'](BDFDB['htmlToElement'](''+om['map']((on,oo)=>'')['join']('')+''));if(ok&&!BDFDB['colorCOMPARE'](ok,[0x0,0x0,0x0,0x0])){var op=om['indexOf'](BDFDB['colorCONVERT'](ok,'RGB'));os(op>-0x1?ol['querySelectorAll']('.ui-color-picker-swatch.small.color')[op]:ol['querySelector']('.ui-color-picker-swatch.large.custom'),ok,!![]);}else os(ol['querySelector']('.ui-color-picker-swatch.small.nocolor'),null,!![]);BDFDB['addChildEventListener'](ol,'click','.ui-color-picker-swatch',oq=>{if(BDFDB['containsClass'](ol,'disabled'))return;else if(BDFDB['containsClass'](oq['currentTarget'],'custom')){BDFDB['openColorPicker'](oq['currentTarget']['style']['backgroundColor'])['then'](or=>{os(ol['querySelector']('.ui-color-picker-swatch.selected'),null,![]);os(ol['querySelector']('.ui-color-picker-swatch.custom'),or,!![]);});}else{os(ol['querySelector']('.ui-color-picker-swatch.selected'),null,![]);os(oq['currentTarget'],oq['currentTarget']['style']['getPropertyValue']('background-color'),!![]);}});function os(ot,ou,ov){if(!ot)return;if(ov){BDFDB['addClass'](ot,'selected');if(ou)ot['style']['setProperty']('border-color',BDFDB['colorINV'](ou,'RGB'),'important');else ot['style']['removeProperty']('border-color');if(ou&&BDFDB['containsClass'](ot,'custom')){var ow=BDFDB['colorCONVERT'](ou,'RGBCOMP');ot['style']['setProperty']('background-color',BDFDB['colorCONVERT'](ou,'RGB'),'important');ot['querySelector']('.color-picker-dropper-fg')['style']['setProperty']('color',ow[0x0]>0x96&&ow[0x1]>0x96&&ow[0x2]>0x96?'#000':'#FFF','important');}}else{BDFDB['removeClass'](ot,'selected');ot['style']['removeProperty']('border-color');}}};BDFDB['getSwatchColor']=function(ox,oy){if(!Node['prototype']['isPrototypeOf'](ox))return;var oz=ox['querySelector']('.swatches[swatchnr=\x22'+oy+'\x22]\x20.ui-color-picker-swatch.selected');return oz?BDFDB['colorCONVERT'](oz['style']['getPropertyValue']('background-color'),'RGBCOMP'):null;};BDFDB['openColorPicker']=function(oA){return new Promise(oB=>{oA=BDFDB['colorCONVERT'](oA,'RGB')||'rgb(0,0,0)';var oC=BDFDB['getLibraryStrings']();var oD={'HEX':{'type':'text','name':'hex','group':'HEX','min':null,'max':null,'length':0x7,'unit':'','default':'#000000'},'R':{'type':'number','name':'red','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'G':{'type':'number','name':'green','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'B':{'type':'number','name':'blue','group':'RGB','min':0x0,'max':0xff,'length':null,'unit':'','default':0x0},'H':{'type':'number','name':'hue','group':'HSL','min':0x0,'max':0x168,'length':null,'unit':'°','default':0x0},'S':{'type':'number','name':'saturation','group':'HSL','min':0x0,'max':0x64,'length':null,'unit':'%','default':0x0},'L':{'type':'number','name':'lightness','group':'HSL','min':0x0,'max':0x64,'length':null,'unit':'%','default':0x0}};var oE=BDFDB['htmlToElement'](''+oC['colorpicker_modal_header_text']+''+Object['keys'](oD)['map']((oF,oG)=>''+oF+':'+(oD[oF]['type']=='number'?'':'')+''+oD[oF]['unit']+'')['join']('')+'');BDFDB['appendModal'](oE);BDFDB['addChildEventListener'](oE,'click','.btn-ok',()=>{oB(oE['querySelector']('[class^=\x22colorpicker-preview-\x22].selected')['style']['getPropertyValue']('background-color'));});BDFDB['addChildEventListener'](oE,'click',BDFDB['dotCNC']['backdrop']+BDFDB['dotCN']['modalclose'],()=>{oB(null);});var oH='#000000',oI=0x0,oJ=0x0,oK=0x0,oL=0x0,oM=0x0,oN=0x0;var oO=oE['querySelector']('.colorpicker-hex');var oP=oE['querySelector']('.colorpicker-hue');var oQ=oE['querySelector']('.colorpicker-saturation');var oR=oE['querySelector']('.colorpicker-lightness');var oS=oE['querySelector']('.colorpicker-red');var oT=oE['querySelector']('.colorpicker-green');var oU=oE['querySelector']('.colorpicker-blue');var oV=oE['querySelector']('.colorpicker-pickerpane');var oW=oE['querySelector']('.colorpicker-pickercursor');var oX=oE['querySelector']('circle');var oY=oE['querySelector']('.colorpicker-sliderpane');var oZ=oE['querySelector']('.colorpicker-slidercursor');var p0=oE['querySelector']('path');var p1=0x0;var p2=0x0;var p3,p4,p5,p6,p7,p8;var p9=0x0;var pa,pb,pc;[oL,oM,oN]=BDFDB['colorCONVERT'](oA,'HSLCOMP');pF();setTimeout(()=>{py();},0x12c);oV['addEventListener']('mousedown',pd=>{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');po(pd['button']);pz();p1=pd['clientX']-p3;p2=pd['clientY']-p4;pE();oM=BDFDB['mapRange']([p5-p3,p6-p3],[0x0,0x64],p1)+'%';oN=BDFDB['mapRange']([p7-p4,p8-p4],[0x64,0x0],p2)+'%';pF();var pe=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',pe);document['removeEventListener']('mousemove',pf);};var pf=pg=>{p1=pg['clientX']>p6?p6-p3:pg['clientX']p8?p8-p4:pg['clientY']{BDFDB['appendLocalStyle']('BDFDBcrossHairColorPicker','*\x20{cursor:\x20crosshair\x20!important;}');po(ph['button']);pz();p9=ph['clientY']-pa;pE();oL=BDFDB['mapRange']([pb-pa,pc-pa],[0x168,0x0],p9);pF();var pi=()=>{BDFDB['removeLocalStyle']('BDFDBcrossHairColorPicker');document['removeEventListener']('mouseup',pi);document['removeEventListener']('mousemove',pj);};var pj=pk=>{p9=pk['clientY']>pc?pc-pa:pk['clientY']{pr(pl['currentTarget']['getAttribute']('group'));});BDFDB['addChildEventListener'](oE,'click','[class^=\x22colorpicker-preview-\x22]',pm=>{var pn=oE['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');pn['style']['setProperty']('border-color','transparent');BDFDB['removeClass'](pn,'selected');BDFDB['addClass'](pm['currentTarget'],'selected');[oL,oM,oN]=BDFDB['colorCONVERT'](pm['currentTarget']['style']['getPropertyValue']('background-value'),'HSLCOMP');pF();py();});function po(pp){var pq=oE['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');pq['style']['removeProperty']('border-color');BDFDB['removeClass'](pq,'selected');BDFDB['addClass'](oE['querySelector']('.colorpicker-preview-'+pp),'selected');}function pr(ps){switch(ps){case'RGB':oI=pt(oS),oJ=pt(oT),oK=pt(oU);[oL,oM,oN]=BDFDB['colorCONVERT']([oI,oJ,oK],'HSLCOMP');oO['value']=BDFDB['colorCONVERT']([oI,oJ,oK],'HEX');oP['value']=Math['round'](oL),oQ['value']=Math['round'](parseInt(oM)),oR['value']=Math['round'](parseInt(oN));oS['value']=oI,oT['value']=oJ,oU['value']=oK;break;case'HSL':oL=pt(oP),oM=pt(oQ)+'%',oN=pt(oR)+'%';[oI,oJ,oK]=BDFDB['colorCONVERT']([oL,oM,oN],'RGBCOMP');oO['value']=BDFDB['colorCONVERT']([oI,oJ,oK],'HEX');oP['value']=oL,oQ['value']=parseInt(oM),oR['value']=parseInt(oN);oS['value']=oI,oT['value']=oJ,oU['value']=oK;break;case'HEX':oH=oO['value'];if(/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i['test'](oH)){[oL,oM,oN]=BDFDB['colorCONVERT'](oH,'HSLCOMP');[oI,oJ,oK]=BDFDB['colorCONVERT'](oH,'RGBCOMP');oP['value']=Math['round'](oL),oQ['value']=Math['round'](parseInt(oM)),oR['value']=Math['round'](parseInt(oN));oS['value']=oI,oT['value']=oJ,oU['value']=oK;}break;}pG();py();}function pt(pu){var pv=parseInt(pu['value']);var pw=parseInt(pu['getAttribute']('min'));var px=parseInt(pu['getAttribute']('max'));return isNaN(pv)?pu['getAttribute']('placeholder'):pvpx?px:pv;}function py(){pz();p1=BDFDB['mapRange']([0x0,0x64],[p5-p3,p6-p3],parseInt(oM));p2=BDFDB['mapRange']([0x64,0x0],[p7-p4,p8-p4],parseInt(oN));p9=BDFDB['mapRange']([0x168,0x0],[pb-pa,pc-pa],oL);pE();oX['style']['setProperty']('color',BDFDB['colorINV']([oI,oJ,oK],'RGB'),'important');p0['style']['setProperty']('color',BDFDB['colorCONVERT']([oL,'100%','100%'],'RGB'),'important');}function pz(){var pA=BDFDB['getRects'](oV);var pB=BDFDB['getRects'](oW);p3=pB['width']/0x2;p4=pB['height']/0x2;p5=pA['left'];p6=p5+pA['width'];p7=pA['top'];p8=p7+pA['height'];var pC=BDFDB['getRects'](oY);var pD=BDFDB['getRects'](oZ);pa=pD['height']/0x2;pb=pC['top'];pc=pb+pC['height'];}function pE(){oW['style']['setProperty']('left',p1-p5+'px','important');oW['style']['setProperty']('top',p2-p7+'px','important');oZ['style']['setProperty']('top',p9-pb+'px','important');}function pF(){[oI,oJ,oK]=BDFDB['colorCONVERT']([oL,oM,oN],'RGBCOMP');oO['value']=BDFDB['colorCONVERT']([oI,oJ,oK],'HEX');oP['value']=Math['round'](oL),oQ['value']=Math['round'](parseInt(oM)),oR['value']=Math['round'](parseInt(oN));oS['value']=Math['round'](oI),oT['value']=Math['round'](oJ),oU['value']=Math['round'](oK);pG();oX['style']['setProperty']('color',BDFDB['colorINV']([oI,oJ,oK],'RGB'),'important');p0['style']['setProperty']('color',BDFDB['colorCONVERT']([oL,'100%','100%'],'RGB'),'important');}function pG(){oE['querySelector']('.colorpicker-color')['style']['setProperty']('background-color',BDFDB['colorCONVERT']([oL,'100%','100%'],'RGB'),'important');var pH=oE['querySelector']('[class^=\x22colorpicker-preview-\x22].selected');pH['style']['setProperty']('background-color',BDFDB['colorCONVERT']([oI,oJ,oK],'RGB'),'important');pH['style']['setProperty']('border-color',BDFDB['colorINV']([oI,oJ,oK],'RGB'),'important');}});};BDFDB['mapRange']=function(pI,pJ,pK){return pJ[0x0]+(pK-pI[0x0])*(pJ[0x1]-pJ[0x0])/(pI[0x1]-pI[0x0]);};BDFDB['shake']=function(){BDFDB['getReactInstance'](document['querySelector'](BDFDB['dotCN']['appold']))['return']['stateNode']['shake']();};BDFDB['isBDv2']=function(){return typeof BDFDB['BDv2Api']!=='undefined';};BDFDB['isPluginEnabled']=function(pL){if(!BDFDB['isBDv2']())return global['window']['bdplugins'][pL]&&global['window']['pluginCookie'][pL];else return BDFDB['Plugins'][pL['toLowerCase']()]?BDFDB['Plugins'][pL['toLowerCase']()]['enabled']:null;};BDFDB['isRestartNoMoreEnabled']=function(){return settingsCookie['fork-ps-5']&&settingsCookie['fork-ps-5']===!![]||BDFDB['isPluginEnabled']('Restart-No-More')||BDFDB['isPluginEnabled']('Restart\x20No\x20More');};BDFDB['isThemeEnabled']=function(pM){if(!BDFDB['isBDv2']())return global['window']['bdthemes'][pM]&&global['window']['themeCookie'][pM];else return BDFDB['Themes'][pM['toLowerCase']()]?BDFDB['Themes'][pM['toLowerCase']()]['enabled']:null;};(BDFDB['setPluginCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Plugins']={};for(let pN of BDFDB['BDv2Api']['Plugins']['listPlugins']())BDFDB['BDv2Api']['Plugins']['getPlugin'](pN)['then'](pO=>{BDFDB['Plugins'][pN]=pO;});})();(BDFDB['setThemeCache']=function(){if(!BDFDB['isBDv2']())return;BDFDB['Themes']={};for(let pP of BDFDB['BDv2Api']['Themes']['listThemes']())BDFDB['BDv2Api']['Themes']['getTheme'](pP)['then'](pQ=>{BDFDB['Themes'][pP]=pQ;});})();BDFDB['DiscordClassModules']={};BDFDB['DiscordClassModules']['BDFDB']={'BDFDBundefined':'BDFDB_undefined','cardInner':'card-inner'};BDFDB['DiscordClassModules']['BDrepo']={'bdaAuthor':'bda-author','bdaControls':'bda-controls','bdaDescription':'bda-description','bdaDescriptionWrap':'bda-description-wrap','bdaFooter':'bda-footer','bdaHeader':'bda-header','bdaHeaderTitle':'bda-header-title','bdaLink':'bda-link','bdaLinks':'bda-links','bdaName':'bda-name','bdaSettingsButton':'bda-settings-button','bdaSlist':'bda-slist','bdaVersion':'bda-version','bdPfbtn':'bd-pfbtn','settingsOpen':'settings-open','settingsClosed':'settings-closed','switch':'ui-switch','switchCheckbox':'ui-switch-checkbox','switchChecked':'checked','switchItem':'ui-switch-item','switchWrapper':'ui-switch-wrapper'};BDFDB['DiscordClassModules']['BDv2repo']={'bdButton':'bd-button','bdCard':'bd-card','bdHasTooltip':'bd-hasTooltip','bdMaterialDesignIcon':'bd-materialDesignIcon','bdTooltip':'bd-tooltip','vTooltipOpen':'v-tooltip-open'};BDFDB['DiscordClassModules']['NotFound']={'_':'','applicationStore':'applicationStore-1pNvnv','avatarStopAnimation':'stop-animation','badgeWrapper':'wrapper-232cHJ','gameLibrary':'gameLibrary-TTDw4Y','guildInner':'wrapper-2lTRaf','highlight':'highlight','loginScreen':'wrapper-3Q5DdO','lfg':'lfg-3xoFkI','mention':'mention','select':'Select','selectArrow':'Select-arrow','selectArrowZone':'Select-arrow-zone','selectControl':'Select-control','selectHasValue':'has-value','selectIsOpen':'is-open','selectMenu':'Select-menu','selectMenuOuter':'Select-menu-outer','selectOption':'Select-option','selectIsSelected':'is-selected','selectSingle':'Select--single','selectValue':'Select-value','splashBackground':'splashBackground-1FRCko','themeDark':'theme-dark','themeLight':'theme-light'};BDFDB['DiscordClassModules']['AccountDetails']=BDFDB['WebModules']['findByProperties']('accountDetails','container');BDFDB['DiscordClassModules']['ActivityFeed']=BDFDB['WebModules']['findByProperties']('activityFeed');BDFDB['DiscordClassModules']['Anchor']=BDFDB['WebModules']['findByProperties']('anchor','anchorUnderlineOnHover');BDFDB['DiscordClassModules']['AppBase']=BDFDB['WebModules']['findByProperties']('container','channels');BDFDB['DiscordClassModules']['AppMount']=BDFDB['WebModules']['findByProperties']('appMount');BDFDB['DiscordClassModules']['AppInner']=BDFDB['WebModules']['findByProperties']('app');BDFDB['DiscordClassModules']['AppOuter']=BDFDB['WebModules']['find'](pR=>typeof pR['app']=='string'&&pR!=BDFDB['DiscordClassModules']['AppInner']);BDFDB['DiscordClassModules']['AuditLog']=BDFDB['WebModules']['findByProperties']('auditLog');BDFDB['DiscordClassModules']['AuthBox']=BDFDB['WebModules']['findByProperties']('authBox');BDFDB['DiscordClassModules']['Autocomplete']=BDFDB['WebModules']['findByProperties']('autocomplete','autocompleteRow');BDFDB['DiscordClassModules']['Avatar']=BDFDB['WebModules']['findByProperties']('image','animate');BDFDB['DiscordClassModules']['AvatarIcon']=BDFDB['WebModules']['findByProperties']('iconActiveLarge','iconActiveMedium');BDFDB['DiscordClassModules']['AvatarSize']=BDFDB['WebModules']['findByProperties']('inner','avatarLarge');BDFDB['DiscordClassModules']['Backdrop']=BDFDB['WebModules']['findByProperties']('backdrop');BDFDB['DiscordClassModules']['BotTag']=BDFDB['WebModules']['findByProperties']('botTag','botTagInvert');BDFDB['DiscordClassModules']['Button']=BDFDB['WebModules']['findByProperties']('colorBlack','button');BDFDB['DiscordClassModules']['Call']=BDFDB['WebModules']['findByProperties']('callAvatar','video');BDFDB['DiscordClassModules']['CallCurrent']=BDFDB['WebModules']['findByProperties']('wrapper','fullScreen');BDFDB['DiscordClassModules']['CallDetails']=BDFDB['WebModules']['findByProperties']('container','buttonDisconnect');BDFDB['DiscordClassModules']['CallIncoming']=BDFDB['WebModules']['findByProperties']('incomingCall','container');BDFDB['DiscordClassModules']['CallIncomingInner']=BDFDB['WebModules']['findByProperties']('incomingCallInner','members');BDFDB['DiscordClassModules']['Card']=BDFDB['WebModules']['findByProperties']('card','cardBrand');BDFDB['DiscordClassModules']['CardStatus']=BDFDB['WebModules']['findByProperties']('reset','error','card');BDFDB['DiscordClassModules']['Category']=BDFDB['WebModules']['findByProperties']('colorTransition','iconCollapsed');BDFDB['DiscordClassModules']['CategoryContainer']=BDFDB['WebModules']['findByProperties']('addButtonIcon','containerDefault');BDFDB['DiscordClassModules']['ChangeLog']=BDFDB['WebModules']['findByProperties']('added','fixed','improved','progress');BDFDB['DiscordClassModules']['Channel']=BDFDB['WebModules']['findByProperties']('colorConnectedText','nameDefaultText');BDFDB['DiscordClassModules']['ChannelContainer']=BDFDB['WebModules']['findByProperties']('actionIcon','containerDefault');BDFDB['DiscordClassModules']['ChannelTextArea']=BDFDB['WebModules']['findByProperties']('textArea','attachButtonDivider');BDFDB['DiscordClassModules']['ChannelTextAreaButton']=BDFDB['WebModules']['findByProperties']('buttonWrapper','active');BDFDB['DiscordClassModules']['ChannelWindow']=BDFDB['WebModules']['findByProperties']('aka','channelTextArea');BDFDB['DiscordClassModules']['Checkbox']=BDFDB['WebModules']['findByProperties']('checkboxWrapper','round');BDFDB['DiscordClassModules']['ContextMenu']=BDFDB['WebModules']['findByProperties']('contextMenu','itemGroup');BDFDB['DiscordClassModules']['ContextMenuCheckbox']=BDFDB['WebModules']['findByProperties']('checkboxInner','checkboxElement');BDFDB['DiscordClassModules']['Cursor']=BDFDB['WebModules']['findByProperties']('cursorDefault','userSelectNone');BDFDB['DiscordClassModules']['DmAddPopout']=BDFDB['WebModules']['findByProperties']('friendSelected','popout');BDFDB['DiscordClassModules']['DownloadLink']=BDFDB['WebModules']['findByProperties']('downloadLink','size12');BDFDB['DiscordClassModules']['Embed']=BDFDB['WebModules']['findByProperties']('embed','embedAuthorIcon');BDFDB['DiscordClassModules']['EmbedActions']=BDFDB['WebModules']['findByProperties']('iconPlay','iconWrapperActive');BDFDB['DiscordClassModules']['EmojiPicker']=BDFDB['WebModules']['findByProperties']('emojiPicker','categories');BDFDB['DiscordClassModules']['File']=BDFDB['WebModules']['findByProperties']('downloadButton','fileNameLink');BDFDB['DiscordClassModules']['Flex']=BDFDB['WebModules']['findByProperties']('alignBaseline','alignCenter');BDFDB['DiscordClassModules']['FlexChild']=BDFDB['WebModules']['findByProperties']('flexChild','flex');BDFDB['DiscordClassModules']['FormText']=BDFDB['WebModules']['findByProperties']('description','modeDefault');BDFDB['DiscordClassModules']['Friends']=BDFDB['WebModules']['findByProperties']('friendsColumn','friendsRow');if(BDFDB['getDiscordBuilt']()!='canaryTEST')BDFDB['DiscordClassModules']['FriendsOnline']=BDFDB['WebModules']['findByProperties']('friendsOnline');BDFDB['DiscordClassModules']['Game']=BDFDB['WebModules']['findByProperties']('game','gameName');BDFDB['DiscordClassModules']['GifFavoriteButton']=BDFDB['WebModules']['findByProperties']('gifFavoriteButton','showPulse');BDFDB['DiscordClassModules']['GiftInventory']=BDFDB['WebModules']['find'](pS=>typeof pS['root']=='string'&&typeof pS['body']=='string'&&(Object['keys'](pS)['length']==0x2||Object['keys'](pS)['length']==0x3));BDFDB['DiscordClassModules']['Guild']=BDFDB['WebModules']['findByProperties']('guildIcon','selected','unread','badge');BDFDB['DiscordClassModules']['GuildChannelsContainer']=BDFDB['WebModules']['find'](pT=>typeof pT['container']=='string'&&typeof pT['firefoxFixScrollFlex']=='string'&&Object['keys'](pT)['length']==0x2);if(BDFDB['getDiscordBuilt']()=='canaryTEST')BDFDB['DiscordClassModules']['GuildDm']=BDFDB['WebModules']['findByProperties']('avatar','badge','inner','container');BDFDB['DiscordClassModules']['GuildHeader']=BDFDB['WebModules']['findByProperties']('header','name','verified');BDFDB['DiscordClassModules']['GuildSettingsBanned']=BDFDB['WebModules']['findByProperties']('bannedUser','bannedUserAvatar');BDFDB['DiscordClassModules']['GuildSettingsInvite']=BDFDB['WebModules']['findByProperties']('countdownColumn','inviteSettingsInviteRow');BDFDB['DiscordClassModules']['GuildSettingsMember']=BDFDB['WebModules']['findByProperties']('member','membersFilterPopout');if(BDFDB['getDiscordBuilt']()=='canaryTEST'){BDFDB['DiscordClassModules']['GuildsItems']=BDFDB['WebModules']['findByProperties']('guildSeparator','guildsError','friendsOnline');BDFDB['DiscordClassModules']['GuildsWrapper']=BDFDB['WebModules']['findByProperties']('unreadMentionBar','unreadMentionsBar','wrapper');}BDFDB['DiscordClassModules']['HeaderBar']=BDFDB['WebModules']['findByProperties']('headerBar','headerBarDrag');BDFDB['DiscordClassModules']['HeaderBarSearch']=BDFDB['WebModules']['findByProperties']('headerBarLoggedOut','search');BDFDB['DiscordClassModules']['HeaderBarSearchItems']=BDFDB['WebModules']['findByProperties']('libraryFilter','iconVisible');BDFDB['DiscordClassModules']['HomeIcon']=BDFDB['WebModules']['findByProperties']('homeIcon');BDFDB['DiscordClassModules']['HotKeyRecorder']=BDFDB['WebModules']['findByProperties']('editIcon','recording');BDFDB['DiscordClassModules']['HoverCard']=BDFDB['WebModules']['findByProperties']('card','active');BDFDB['DiscordClassModules']['HoverCardButton']=BDFDB['WebModules']['find'](pU=>typeof pU['button']=='string'&&Object['keys'](pU)['length']==0x1);BDFDB['DiscordClassModules']['IconDirection']=BDFDB['WebModules']['findByProperties']('directionDown','directionUp');BDFDB['DiscordClassModules']['ImageWrapper']=BDFDB['WebModules']['findByProperties']('clickable','imageWrapperBackground');BDFDB['DiscordClassModules']['Item']=BDFDB['WebModules']['findByProperties']('itemDefault','notSelected');BDFDB['DiscordClassModules']['Input']=BDFDB['WebModules']['findByProperties']('inputMini','statusRed');BDFDB['DiscordClassModules']['Layers']=BDFDB['WebModules']['findByProperties']('layer','layers');BDFDB['DiscordClassModules']['Margins']=BDFDB['WebModules']['findByProperties']('marginBottom4','marginCenterHorz');BDFDB['DiscordClassModules']['Member']=BDFDB['WebModules']['findByProperties']('member','memberInner');BDFDB['DiscordClassModules']['MembersWrap']=BDFDB['WebModules']['findByProperties']('membersWrap','membersGroup');BDFDB['DiscordClassModules']['Mention']=BDFDB['WebModules']['findByProperties']('wrapperHover','wrapperNoHover');BDFDB['DiscordClassModules']['Message']=BDFDB['WebModules']['findByProperties']('message','content');BDFDB['DiscordClassModules']['MessageAccessory']=BDFDB['WebModules']['findByProperties']('embedWrapper','gifFavoriteButton');BDFDB['DiscordClassModules']['MessageBody']=BDFDB['WebModules']['findByProperties']('buttonContainer','isMentioned');BDFDB['DiscordClassModules']['MessageFile']=BDFDB['WebModules']['findByProperties']('cancelButton','filenameLinkWrapper');BDFDB['DiscordClassModules']['MessageMarkup']=BDFDB['WebModules']['findByProperties']('markup');BDFDB['DiscordClassModules']['MessageSystem']=BDFDB['WebModules']['findByProperties']('container','actionAnchor');BDFDB['DiscordClassModules']['MessagesPopout']=BDFDB['WebModules']['findByProperties']('messageGroupWrapperOffsetCorrection','messagesPopout');BDFDB['DiscordClassModules']['MessagesWrap']=BDFDB['WebModules']['findByProperties']('messagesWrapper','messageGroupBlocked');BDFDB['DiscordClassModules']['Modal']=BDFDB['WebModules']['findByProperties']('modal','sizeLarge');BDFDB['DiscordClassModules']['ModalDivider']=BDFDB['WebModules']['find'](pV=>typeof pV['divider']=='string'&&Object['keys'](pV)['length']==0x1);BDFDB['DiscordClassModules']['ModalItems']=BDFDB['WebModules']['findByProperties']('guildName','checkboxContainer');BDFDB['DiscordClassModules']['ModalMiniContent']=BDFDB['WebModules']['find'](pW=>typeof pW['modal']=='string'&&typeof pW['content']=='string'&&typeof pW['size']=='string'&&Object['keys'](pW)['length']==0x3);BDFDB['DiscordClassModules']['ModalWrap']=BDFDB['WebModules']['find'](pX=>typeof pX['modal']=='string'&&typeof pX['inner']=='string'&&Object['keys'](pX)['length']==0x2);BDFDB['DiscordClassModules']['NameTag']=BDFDB['WebModules']['findByProperties']('bot','nameTag');BDFDB['DiscordClassModules']['Note']=BDFDB['WebModules']['find'](pY=>typeof pY['note']=='string'&&Object['keys'](pY)['length']==0x1);BDFDB['DiscordClassModules']['Notice']=BDFDB['WebModules']['findByProperties']('notice','noticeFacebook');BDFDB['DiscordClassModules']['OptionPopout']=BDFDB['WebModules']['findByProperties']('container','button','item');BDFDB['DiscordClassModules']['PictureInPicture']=BDFDB['WebModules']['findByProperties']('pictureInPicture','pictureInPictureWindow');BDFDB['DiscordClassModules']['PrivateChannel']=BDFDB['WebModules']['findByProperties']('activityIconForeground','channel');BDFDB['DiscordClassModules']['PrivateChannelList']=BDFDB['WebModules']['findByProperties']('privateChannels','searchBar');BDFDB['DiscordClassModules']['Popout']=BDFDB['WebModules']['findByProperties']('popout','arrowAlignmentTop');BDFDB['DiscordClassModules']['PopoutActivity']=BDFDB['WebModules']['findByProperties']('ellipsis','activityActivityFeed');BDFDB['DiscordClassModules']['QuickSelect']=BDFDB['WebModules']['findByProperties']('quickSelectArrow','selected');BDFDB['DiscordClassModules']['QuickSwitch']=BDFDB['WebModules']['findByProperties']('resultFocused','guildIconContainer');BDFDB['DiscordClassModules']['QuickSwitchWrap']=BDFDB['WebModules']['findByProperties']('container','miscContainer');BDFDB['DiscordClassModules']['Reactions']=BDFDB['WebModules']['findByProperties']('reactionBtn','reaction');BDFDB['DiscordClassModules']['RecentMentions']=BDFDB['WebModules']['findByProperties']('recentMentionsFilterPopout','mentionFilter');BDFDB['DiscordClassModules']['Role']=BDFDB['WebModules']['findByProperties']('roleCircle','roleName');BDFDB['DiscordClassModules']['Scroller']=BDFDB['WebModules']['findByProperties']('firefoxFixScrollFlex','scroller');BDFDB['DiscordClassModules']['SearchBar']=BDFDB['WebModules']['findByProperties']('searchBar','controls');BDFDB['DiscordClassModules']['SearchPopout']=BDFDB['WebModules']['findByProperties']('datePicker','searchResultChannelIconBackground');BDFDB['DiscordClassModules']['SearchPopoutWrap']=BDFDB['WebModules']['findByProperties']('container','queryContainer');BDFDB['DiscordClassModules']['SearchResults']=BDFDB['WebModules']['findByProperties']('resultsWrapper','searchResults');BDFDB['DiscordClassModules']['Select']=BDFDB['WebModules']['findByProperties']('select','errorMessage');BDFDB['DiscordClassModules']['SettingsCloseButton']=BDFDB['WebModules']['findByProperties']('closeButton','keybind');BDFDB['DiscordClassModules']['SettingsItems']=BDFDB['WebModules']['findByProperties']('dividerMini','note');BDFDB['DiscordClassModules']['SettingsTable']=BDFDB['WebModules']['findByProperties']('headerOption','headerSize');BDFDB['DiscordClassModules']['SettingsWindow']=BDFDB['WebModules']['findByProperties']('contentRegion','standardSidebarView');BDFDB['DiscordClassModules']['Slider']=BDFDB['WebModules']['findByProperties']('slider','grabber');BDFDB['DiscordClassModules']['Spoiler']=BDFDB['WebModules']['findByProperties']('spoilerContainer','hidden');BDFDB['DiscordClassModules']['Switch']=BDFDB['WebModules']['findByProperties']('switchDisabled','valueChecked');BDFDB['DiscordClassModules']['Table']=BDFDB['WebModules']['findByProperties']('stickyHeader','emptyStateText');BDFDB['DiscordClassModules']['Text']=BDFDB['WebModules']['findByProperties']('defaultColor','defaultMarginh1');BDFDB['DiscordClassModules']['TextStyle']=BDFDB['WebModules']['findByProperties']('height28','primary');BDFDB['DiscordClassModules']['TextWeight']=BDFDB['WebModules']['findByProperties']('weightBold','weightSemiBold');BDFDB['DiscordClassModules']['TitleBar']=BDFDB['WebModules']['findByProperties']('titleBar','wordmark');BDFDB['DiscordClassModules']['Tooltip']=BDFDB['WebModules']['findByProperties']('tooltips','tooltip');BDFDB['DiscordClassModules']['Typing']=BDFDB['WebModules']['findByProperties']('cooldownWrapper','typing');BDFDB['DiscordClassModules']['UserPopout']=BDFDB['WebModules']['findByProperties']('userPopout','headerPlaying');BDFDB['DiscordClassModules']['UserProfile']=BDFDB['WebModules']['findByProperties']('topSectionNormal','tabBarContainer');BDFDB['DiscordClassModules']['Video']=BDFDB['WebModules']['findByProperties']('video','fullScreen');BDFDB['DiscordClassModules']['Voice']=BDFDB['WebModules']['findByProperties']('nameSpeaking','voiceUser');if(BDFDB['myData']['id']=='278543574059057154')for(let pZ in BDFDB['DiscordClassModules'])if(!BDFDB['DiscordClassModules'][pZ]){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',pZ+'\x20not\x20initialized\x20in\x20BDFDB.DiscordClassModules');}BDFDB['DiscordClasses']={'_bdv2Button':['BDv2repo','bdButton'],'_bdv2Card':['BDv2repo','bdCard'],'_bdv2HasTooltip':['BDv2repo','bdHasTooltip'],'_bdv2MaterialDesignIcon':['BDv2repo','bdMaterialDesignIcon'],'_bdv2TooltipOpen':['BDv2repo','vTooltipOpen'],'_repoauthor':['BDrepo','bdaAuthor'],'_repocheckbox':['BDrepo','switchCheckbox'],'_repocheckboxchecked':['BDrepo','switchChecked'],'_repocheckboxinner':['BDrepo','switch'],'_repocheckboxitem':['BDrepo','switchItem'],'_repocheckboxwrap':['BDrepo','switchWrapper'],'_repocontrols':['BDrepo','bdaControls'],'_repodescription':['BDrepo','bdaDescription'],'_repodescriptionwrap':['BDrepo','bdaDescriptionWrap'],'_repofolderbutton':['BDrepo','bdPfbtn'],'_repofooter':['BDrepo','bdaFooter'],'_repoheader':['BDrepo','bdaHeader'],'_repoheadertitle':['BDrepo','bdaHeaderTitle'],'_repolist':['BDrepo','bdaSlist'],'_repolink':['BDrepo','bdaLink'],'_repolinks':['BDrepo','bdaLinks'],'_reponame':['BDrepo','bdaName'],'_reposettingsbutton':['BDrepo','bdaSettingsButton'],'_reposettingsopen':['BDrepo','settingsOpen'],'_reposettingsclosed':['BDrepo','settingsClosed'],'_repoversion':['BDrepo','bdaVersion'],'accountinfo':['AccountDetails','container'],'accountinfodetails':['AccountDetails','accountDetails'],'activityfeed':['ActivityFeed','activityFeed'],'alignbaseline':['Flex','alignBaseline'],'aligncenter':['Flex','alignCenter'],'alignend':['Flex','alignEnd'],'alignstart':['Flex','alignStart'],'alignstretch':['Flex','alignStretch'],'anchor':['Anchor','anchor'],'anchorunderlineonhover':['Anchor','anchorUnderlineOnHover'],'app':['AppOuter','app'],'appcontainer':['AppBase','container'],'appmount':['AppMount','appMount'],'applicationstore':['NotFound','applicationStore'],'appold':['AppInner','app'],'auditlog':['AuditLog','auditLog'],'auditloguserhook':['AuditLog','userHook'],'authbox':['AuthBox','authBox'],'autocomplete':['Autocomplete','autocomplete'],'autocomplete2':['ChannelTextArea','autocomplete'],'autocompleteavatarstatus':['Autocomplete','avatarStatus'],'autocompletecontent':['Autocomplete','content'],'autocompletecontenttitle':['Autocomplete','contentTitle'],'autocompletedescription':['Autocomplete','description'],'autocompletedescriptiondiscriminator':['Autocomplete','descriptionDiscriminator'],'autocompletedescriptionusername':['Autocomplete','descriptionUsername'],'autocompleteicon':['Autocomplete','icon'],'autocompleteiconforeground':['Autocomplete','iconForeground'],'autocompleteinner':['Autocomplete','autocompleteInner'],'autocompleterow':['Autocomplete','autocompleteRow'],'autocompleterowhorizontal':['Autocomplete','autocompleteRowHorizontal'],'autocompleterowvertical':['Autocomplete','autocompleteRowVertical'],'autocompleteselectable':['Autocomplete','selectable'],'autocompleteselected':['Autocomplete','selectorSelected'],'autocompleteselector':['Autocomplete','selector'],'avatar':['Message','avatar'],'avataranimate':['Avatar','animate'],'avataricon':['AvatarIcon','icon'],'avatariconactivelarge':['AvatarIcon','iconActiveLarge'],'avatariconactivemedium':['AvatarIcon','iconActiveMedium'],'avatariconactivemini':['AvatarIcon','iconActiveMini'],'avatariconactivesmall':['AvatarIcon','iconActiveSmall'],'avatariconactivexlarge':['AvatarIcon','iconActiveXLarge'],'avatariconinactive':['AvatarIcon','iconInactive'],'avatariconsizelarge':['AvatarIcon','iconSizeLarge'],'avatariconsizemedium':['AvatarIcon','iconSizeMedium'],'avatariconsizemini':['AvatarIcon','iconSizeMini'],'avatariconsizesmall':['AvatarIcon','iconSizeSmall'],'avatariconsizexlarge':['AvatarIcon','iconSizeXLarge'],'avatarimage':['Avatar','image'],'avatarinner':['AvatarSize','inner'],'avatarlarge':['Avatar','large'],'avatarmask':['Avatar','mask'],'avatarmaskprofile':['Avatar','maskProfile'],'avatarnoicon':['AvatarIcon','noIcon'],'avatarpopout':['Avatar','popout'],'avatarprofile':['Avatar','profile'],'avatarsizelarge':['AvatarSize','avatarLarge'],'avatarsizepopout':['AvatarSize','avatarPopout'],'avatarsizeprofile':['AvatarSize','avatarProfile'],'avatarsizesmall':['AvatarSize','avatarSmall'],'avatarsizexlarge':['AvatarSize','avatarXLarge'],'avatarsizexxlarge':['AvatarSize','avatarXXLarge'],'avatarsizexxxlarge':['AvatarSize','avatarXXXLarge'],'avatarsizexsmall':['AvatarSize','avatarXSmall'],'avatarsmall':['Avatar','small'],'avatarstopanimation':['NotFound','avatarStopAnimation'],'avatarverifiedicon':['AvatarIcon','verifiedIcon'],'avatarwrapper':['Avatar','wrapper'],'avatarxlarge':['Avatar','xlarge'],'avatarxsmall':['Avatar','xsmall'],'avatarxxlarge':['Avatar','xxlarge'],'backdrop':['Backdrop','backdrop'],'badge':['Guild','badge'],'badgewrapper':['NotFound','badgeWrapper'],'bottag':['BotTag','botTag'],'bottaginvert':['BotTag','botTagInvert'],'bottagmessage':['Message','botTag'],'bottagmessagecompact':['Message','botTagCompact'],'bottagmessagecozy':['Message','botTagCozy'],'bottagnametag':['NameTag','bot'],'bottagregular':['BotTag','botTagRegular'],'button':['Button','button'],'buttoncolorblack':['Button','colorBlack'],'buttoncolorbrand':['Button','colorBrand'],'buttoncolorgreen':['Button','colorGreen'],'buttoncolorgrey':['Button','colorGrey'],'buttoncolorlink':['Button','colorLink'],'buttoncolorprimary':['Button','colorPrimary'],'buttoncolorred':['Button','colorRed'],'buttoncolortransparent':['Button','colorTransparent'],'buttoncolorwhite':['Button','colorWhite'],'buttoncoloryellow':['Button','colorYellow'],'buttoncontents':['Button','contents'],'buttondisabledoverlay':['Button','disabledButtonOverlay'],'buttondisabledwrapper':['Button','disabledButtonWrapper'],'buttonfullwidth':['Button','fullWidth'],'buttongrow':['Button','grow'],'buttonhashover':['Button','hasHover'],'buttonhoverblack':['Button','hoverBlack'],'buttonhoverbrand':['Button','hoverBrand'],'buttonhovergreen':['Button','hoverGreen'],'buttonhovergrey':['Button','hoverGrey'],'buttonhoverlink':['Button','hoverLink'],'buttonhoverprimary':['Button','hoverPrimary'],'buttonhoverred':['Button','hoverRed'],'buttonhovertransparent':['Button','hoverTransparent'],'buttonhoverwhite':['Button','hoverWhite'],'buttonhoveryellow':['Button','hoverYellow'],'buttonlookblank':['Button','lookBlank'],'buttonlookfilled':['Button','lookFilled'],'buttonlookghost':['Button','lookGhost'],'buttonlookinverted':['Button','lookInverted'],'buttonlooklink':['Button','lookLink'],'buttonlookoutlined':['Button','lookOutlined'],'buttonsizeicon':['Button','sizeIcon'],'buttonsizelarge':['Button','sizeLarge'],'buttonsizemax':['Button','sizeMax'],'buttonsizemedium':['Button','sizeMedium'],'buttonsizemin':['Button','sizeMin'],'buttonsizesmall':['Button','sizeSmall'],'buttonsizexlarge':['Button','sizeXlarge'],'buttonspinner':['Button','spinner'],'buttonspinneritem':['Button','spinnerItem'],'buttonsubmitting':['Button','submitting'],'callavatar':['Call','callAvatar'],'callavatarwrapper':['Call','callAvatarWrapper'],'callcurrentcontainer':['CallCurrent','wrapper'],'callcurrentdetails':['CallDetails','container'],'callcurrentvideo':['Video','video'],'callincoming':['CallIncoming','incomingCall'],'callincomingcontainer':['CallIncoming','container'],'callincominginner':['CallIncomingInner','incomingCallInner'],'callmembers':['CallIncomingInner','members'],'callselected':['Call','selected'],'callvideo':['Call','video'],'card':['Card','card'],'cardbrand':['Card','cardBrand'],'cardbrandoutline':['Card','cardBrandOutline'],'carddanger':['Card','cardDanger'],'carddangeroutline':['Card','cardDangerOutline'],'cardprimary':['Card','cardPrimary'],'cardprimaryeditable':['Card','cardPrimaryEditable'],'cardprimaryoutline':['Card','cardPrimaryOutline'],'cardprimaryoutlineeditable':['Card','cardPrimaryOutlineEditable'],'cardsuccess':['Card','cardSuccess'],'cardsuccessoutline':['Card','cardSuccessOutline'],'cardwarning':['Card','cardWarning'],'cardwarningoutline':['Card','cardWarningOutline'],'categorycolortransition':['Category','colorTransition'],'categorycontainerdefault':['CategoryContainer','containerDefault'],'categoryiconcollapsed':['Category','iconCollapsed'],'categoryicondefault':['Category','iconDefault'],'categoryiconhovered':['Category','iconHovered'],'categoryiconhoveredcollapsed':['Category','iconHoveredCollapsed'],'categoryiconmuted':['Category','iconMuted'],'categoryicontransition':['Category','iconTransition'],'categoryiconunread':['Category','iconUnread'],'categorynamecollapsed':['Category','nameCollapsed'],'categorynamedefault':['Category','nameDefault'],'categorynamehovered':['Category','nameHovered'],'categorynamehoveredcollapsed':['Category','nameHoveredCollapsed'],'categorynamemuted':['Category','nameMuted'],'categorynameunread':['Category','nameUnread'],'categoryoverflowellipsis':['Category','overflowEllipsis'],'categorywrappercollapsed':['Category','wrapperCollapsed'],'categorywrapperdefault':['Category','wrapperDefault'],'categorywrapperhovered':['Category','wrapperHovered'],'categorywrapperhoveredcollapsed':['Category','wrapperHoveredCollapsed'],'categorywrappermuted':['Category','wrapperMuted'],'categorywrapperunread':['Category','wrapperUnread'],'changelogadded':['ChangeLog','added'],'changelogfixed':['ChangeLog','fixed'],'changelogimproved':['ChangeLog','improved'],'changelogprogress':['ChangeLog','added'],'changelogtitle':['ChangeLog','title'],'channelactionicon':['ChannelContainer','actionIcon'],'channelbackground':['Channel','background'],'channelcolordefaulttext':['Channel','colorDefaultText'],'channelcolordefaultvoice':['Channel','colorDefaultVoice'],'channelcolorhoveredtext':['Channel','colorHoveredText'],'channelcolorhoveredvoice':['Channel','colorHoveredVoice'],'channelcolorlockedtext':['Channel','colorLockedText'],'channelcolorlockedvoice':['Channel','colorLockedVoice'],'channelcolormutedtext':['Channel','colorMutedText'],'channelcolormutedvoice':['Channel','colorMutedVoice'],'channelcolorselectedtext':['Channel','colorSelectedText'],'channelcolorselectedvoice':['Channel','colorSelectedVoice'],'channelcolorunreadtext':['Channel','colorUnreadText'],'channelcolorunreadvoice':['Channel','colorUnreadVoice'],'channelcontainerdefault':['ChannelContainer','containerDefault'],'channelcontent':['Channel','content'],'channelcontentdefaulttext':['Channel','contentDefaultText'],'channelcontentdefaultvoice':['Channel','contentDefaultVoice'],'channelcontenthoveredtext':['Channel','contentHoveredText'],'channelcontenthoveredvoice':['Channel','contentHoveredVoice'],'channelcontentlockedtext':['Channel','contentLockedText'],'channelcontentlockedvoice':['Channel','contentLockedVoice'],'channelcontentmutedtext':['Channel','contentMutedText'],'channelcontentmutedvoice':['Channel','contentMutedVoice'],'channelcontentselectedtext':['Channel','contentSelectedText'],'channelcontentselectedvoice':['Channel','contentSelectedVoice'],'channelcontentunreadtext':['Channel','contentUnreadText'],'channelcontentunreadvoice':['Channel','contentUnreadVoice'],'channelforeground':['Channel','foreground'],'channelheaderaka':['ChannelWindow','aka'],'channelheaderchannelicon':['ChannelWindow','channelIcon'],'channelheaderchannelname':['ChannelWindow','channelName'],'channelheaderdivider':['HeaderBar','divider'],'channelheadericon':['HeaderBar','icon'],'channelheadericonactive':['HeaderBar','iconActive'],'channelheadericonbadge':['HeaderBar','iconBadge'],'channelheadericonbadgewrapper':['HeaderBar','iconBadgeWrapper'],'channelheadericondisabled':['HeaderBar','iconDisabled'],'channelheadericonforeground':['HeaderBar','iconForeground'],'channelheadericoninactive':['HeaderBar','iconInactive'],'channelheadericonmargin':['HeaderBar','iconMargin'],'channelheadersearch':['HeaderBarSearch','search'],'channelheadertitle':['ChannelWindow','title'],'channelheadertitlecall':['ChannelWindow','titleCall'],'channelheadertitletext':['ChannelWindow','titleText'],'channelheadertitlewrapper':['ChannelWindow','titleWrapper'],'channelheadertopic':['ChannelWindow','topic'],'channelheaderheaderbar':['HeaderBar','headerBar'],'channelheaderheaderbardrag':['HeaderBar','headerBarDrag'],'channelheaderheaderbartitle':['HeaderBar','title'],'channelicon':['Channel','icon'],'channeliconspacing':['ChannelContainer','iconSpacing'],'channelmarginreset':['Channel','marginReset'],'channelname':['Channel','name'],'channelnamedefaulttext':['Channel','nameDefaultText'],'channelnamedefaultvoice':['Channel','nameDefaultVoice'],'channelnamehoveredtext':['Channel','nameHoveredText'],'channelnamehoveredvoice':['Channel','nameHoveredVoice'],'channelnamelockedtext':['Channel','nameLockedText'],'channelnamelockedvoice':['Channel','nameLockedVoice'],'channelnamemutedtext':['Channel','nameMutedText'],'channelnamemutedvoice':['Channel','nameMutedVoice'],'channelnameselectedtext':['Channel','nameSelectedText'],'channelnameselectedvoice':['Channel','nameSelectedVoice'],'channelnameunreadtext':['Channel','nameUnreadText'],'channelnameunreadvoice':['Channel','nameUnreadVoice'],'channeloverflowellipsis':['Channel','overflowEllipsis'],'channelunread':['Channel','unread'],'channelwrapper':['Channel','wrapper'],'channelwrapperdefaulttext':['Channel','wrapperDefaultText'],'channelwrapperdefaultvoice':['Channel','wrapperDefaultVoice'],'channelwrapperhoveredtext':['Channel','wrapperHoveredText'],'channelwrapperhoveredvoice':['Channel','wrapperHoveredVoice'],'channelwrapperlockedtext':['Channel','wrapperLockedText'],'channelwrapperlockedvoice':['Channel','wrapperLockedVoice'],'channelwrappermutedtext':['Channel','wrapperMutedText'],'channelwrappermutedvoice':['Channel','wrapperMutedVoice'],'channelwrapperselectedtext':['Channel','wrapperSelectedText'],'channelwrapperselectedvoice':['Channel','wrapperSelectedVoice'],'channelwrapperunreadtext':['Channel','wrapperUnreadText'],'channelwrapperunreadvoice':['Channel','wrapperUnreadVoice'],'channels':['AppBase','channels'],'chat':['ChannelWindow','chat'],'chatbase':['AppBase','base'],'chatcontent':['ChannelWindow','content'],'chatspacer':['AppBase','spacer'],'checkbox':['Checkbox','checkbox'],'checkboxchecked':['Checkbox','checked'],'checkboxcontainer':['ModalItems','checkboxContainer'],'checkboxinput':['Checkbox','input'],'checkboxinputdefault':['Checkbox','inputDefault'],'checkboxinputdisabled':['Checkbox','inputDisabled'],'checkboxround':['Checkbox','round'],'checkboxwrapper':['Checkbox','checkboxWrapper'],'checkboxwrapperdisabled':['Checkbox','checkboxWrapperDisabled'],'clickable':['Message','clickOverride'],'clickable':['Message','clickOverride'],'contentregion':['SettingsWindow','contentRegion'],'contextmenu':['ContextMenu','contextMenu'],'contextmenucheckbox':['ContextMenuCheckbox','checkbox'],'contextmenucheckbox2':['ContextMenu','checkbox'],'contextmenucheckboxdisabled':['ContextMenuCheckbox','disabled'],'contextmenucheckboxinner':['ContextMenuCheckbox','checkboxInner'],'contextmenucheckboxelement':['ContextMenuCheckbox','checkboxElement'],'contextmenuhint':['ContextMenu','hint'],'contextmenuinvertchildx':['ContextMenu','invertChildX'],'contextmenuitem':['ContextMenu','item'],'contextmenuitembrand':['ContextMenu','brand'],'contextmenuitemdanger':['ContextMenu','danger'],'contextmenuitemdisabled':['ContextMenu','disabled'],'contextmenuitemgroup':['ContextMenu','itemGroup'],'contextmenuitemtoggle':['ContextMenu','itemToggle'],'contextmenuitemsubmenu':['ContextMenu','itemSubMenu'],'contextmenuitemsubmenuhasscroller':['ContextMenu','itemSubMenuHasScroller'],'contextmenulabel':['ContextMenu','label'],'contextmenuscroller':['ContextMenu','scroller'],'cooldownwrapper':['Typing','cooldownWrapper'],'cursordefault':['Cursor','cursorDefault'],'cursorpointer':['Cursor','cursorPointer'],'defaultcolor':['Text','defaultColor'],'description':['FormText','description'],'directioncolumn':['Flex','directionColumn'],'directiondown':['IconDirection','directionDown'],'directionleft':['IconDirection','directionLeft'],'directionright':['IconDirection','directionRight'],'directionrow':['Flex','directionRow'],'directionrowreverse':['Flex','directionRowReverse'],'directionup':['IconDirection','directionUp'],'directiontransition':['IconDirection','transition'],'disabled':['SettingsItems','disabled'],'dms':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'NotFound':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'_':'dms'],'dmchannel':['PrivateChannel','channel'],'dmchannelactivity':['PrivateChannel','activity'],'dmchannelactivityicon':['PrivateChannel','activityIcon'],'dmchannelactivityiconforeground':['PrivateChannel','activityIconForeground'],'dmchannelactivitytext':['PrivateChannel','activityText'],'dmchannelclose':['PrivateChannel','close'],'dmchannelname':['PrivateChannel','name'],'dmchannelnamewithactivity':['PrivateChannel','nameWithActivity'],'dmchannels':['PrivateChannelList','privateChannels'],'dmchannelselected':['PrivateChannel','selected'],'dmguild':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'container':'guild'],'dmguildbadge':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild','badge'],'dmguildavatar':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild','avatar'],'dmguildavatarinner':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild','inner'],'guildavatar':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild','avatar'],'guildavatarinner':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildDm':'Guild','inner'],'downloadlink':['DownloadLink','downloadLink'],'ellipsis':['PopoutActivity','ellipsis'],'embed':['Embed','embed'],'embedauthor':['Embed','embedAuthor'],'embedauthoricon':['Embed','embedAuthorIcon'],'embedauthorname':['Embed','embedAuthorName'],'embedauthornamelink':['Embed','embedAuthorNameLink'],'embedcentercontent':['Embed','centerContent'],'embedcontent':['Embed','embedContent'],'embedcontentinner':['Embed','embedContentInner'],'embeddescription':['Embed','embedDescription'],'embedfield':['Embed','embedField'],'embedfieldinline':['Embed','embedFieldInline'],'embedfieldname':['Embed','embedFieldName'],'embedfields':['Embed','embedFields'],'embedfieldvalue':['Embed','embedFieldValue'],'embedfooter':['Embed','embedFooter'],'embedfootericon':['Embed','embedFooterIcon'],'embedfooterseparator':['Embed','embedFooterSeparator'],'embedfootertext':['Embed','embedFooterText'],'embedgiftag':['Embed','embedGIFTag'],'embedgifv':['Embed','embedGIFV'],'embedhiddenspoiler':['Embed','hiddenSpoiler'],'embedhighbackgroundopacity':['Embed','highBackgroundOpacity'],'embediframe':['Embed','embedIframe'],'embedimage':['Embed','embedImage'],'embedinner':['Embed','embedInner'],'embedlink':['Embed','embedLink'],'embedlowbackgroundopacity':['Embed','lowBackgroundOpacity'],'embedmargin':['Embed','embedMargin'],'embedmarginlarge':['Embed','embedMarginLarge'],'embedmembeediumbackgroundopacity':['Embed','mediumBackgroundOpacity'],'embedpill':['Embed','embedPill'],'embedprovider':['Embed','embedProvider'],'embedproviderlink':['Embed','embedProviderLink'],'embedspoilerattachment':['Embed','spoilerAttachment'],'embedspoilerembed':['Embed','spoilerEmbed'],'embedspotify':['Embed','embedSpotify'],'embedthumbnail':['Embed','embedThumbnail'],'embedtitle':['Embed','embedTitle'],'embedtitlelink':['Embed','embedTitleLink'],'embedvideo':['Embed','embedVideo'],'embedvideoaction':['Embed','embedVideoAction'],'embedvideoactions':['Embed','embedVideoActions'],'embedvideoimagecomponent':['Embed','embedVideoImageComponent'],'embedvideoimagecomponentinner':['Embed','embedVideoImageComponentInner'],'embedwrapper':['MessageAccessory','embedWrapper'],'emojipicker':['EmojiPicker','emojiPicker'],'emojipickeractivity':['EmojiPicker','activity'],'emojipickerbutton':['Reactions','reactionBtn'],'emojipickercategories':['EmojiPicker','categories'],'emojipickercategory':['EmojiPicker','category'],'emojipickercustom':['EmojiPicker','custom'],'emojipickerdimmer':['EmojiPicker','dimmer'],'emojipickerdisabled':['EmojiPicker','disabled'],'emojipickerdiversityselector':['EmojiPicker','diversitySelector'],'emojipickeremojiitem':['EmojiPicker','emojiItem'],'emojipickerflags':['EmojiPicker','flags'],'emojipickerfood':['EmojiPicker','food'],'emojipickerheader':['EmojiPicker','header'],'emojipickeritem':['EmojiPicker','item'],'emojipickernature':['EmojiPicker','nature'],'emojipickerobjects':['EmojiPicker','objects'],'emojipickerpeople':['EmojiPicker','people'],'emojipickerpopout':['EmojiPicker','popout'],'emojipickerpremiumpromo':['EmojiPicker','premiumPromo'],'emojipickerpremiumpromoclose':['EmojiPicker','premiumPromoClose'],'emojipickerpremiumpromodescription':['EmojiPicker','premiumPromoDescription'],'emojipickerpremiumpromoimage':['EmojiPicker','premiumPromoImage'],'emojipickerpremiumpromotitle':['EmojiPicker','premiumPromoTitle'],'emojipickerrecent':['EmojiPicker','recent'],'emojipickerrow':['EmojiPicker','row'],'emojipickersearchbar':['EmojiPicker','searchBar'],'emojipickerscroller':['EmojiPicker','scroller'],'emojipickerscrollerwrap':['EmojiPicker','scrollerWrap'],'emojipickerselected':['EmojiPicker','selected'],'emojipickerspriteitem':['EmojiPicker','spriteItem'],'emojipickerstickyheader':['EmojiPicker','stickyHeader'],'emojipickersymbols':['EmojiPicker','symbols'],'emojipickertravel':['EmojiPicker','travel'],'emojipickervisible':['EmojiPicker','visible'],'fileattachment':['File','attachment'],'fileattachmentinner':['File','attachmentInner'],'filecancelbutton':['File','cancelButton'],'filedownloadbutton':['File','downloadButton'],'filename':['File','filename'],'filenamelink':['File','fileNameLink'],'filenamelinkwrapper':['File','filenameLinkWrapper'],'filenamewrapper':['File','filenameWrapper'],'firefoxfixscrollflex':['Scroller','firefoxFixScrollFlex'],'flex':['Flex','flex'],'flex2':['FlexChild','flex'],'flexcenter':['Flex','flexCenter'],'flexchild':['FlexChild','flexChild'],'flexmarginreset':['FlexChild','flexMarginReset'],'forcedarktheme':['Avatar','forceDarkTheme'],'forcelighttheme':['Avatar','forceLightTheme'],'formtext':['FormText','formText'],'friends':['Friends','container'],'friendscolumn':['Friends','friendsColumn'],'friendscolumnnamewrap':['Friends','friendsColumnName'],'friendsonline':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsItems':'FriendsOnline','friendsOnline'],'friendsrow':['Friends','friendsRow'],'friendstable':['Friends','friendsTable'],'friendstableheader':['Friends','friendsTableHeader'],'game':['Game','game'],'gamelibrary':['NotFound','gameLibrary'],'gamelibrarytable':['Table','table'],'gamelibrarytableheader':['Table','header'],'gamelibrarytablestickyheader':['Table','stickyHeader'],'gamename':['Game','gameName'],'gamenameinput':['Game','gameNameInput'],'giffavoritebutton':['MessageAccessory','gifFavoriteButton'],'giffavoritecolor':['GifFavoriteButton','gifFavoriteButton'],'giffavoriteicon':['GifFavoriteButton','icon'],'giffavoriteshowpulse':['GifFavoriteButton','showPulse'],'giffavoritesize':['GifFavoriteButton','size'],'giffavoriteselected':['GifFavoriteButton','selected'],'giftinventory':['GiftInventory','root'],'guild':['Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'container':'guild'],'guildaudio':['Guild','audio'],'guildchannels':['GuildChannelsContainer','container'],'guildheader':['GuildHeader','container'],'guildheadername':['GuildHeader','name'],'guildicon':['Guild','guildIcon'],'guildinner':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'NotFound':'Guild','guildInner'],'guildplaceholder':['Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'dragPlaceholder':'guildPlaceholder'],'guilds':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsWrapper':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'scroller':'guilds'],'guildsadd':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsItems':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'circleIconButton':'guildsAdd'],'guildsaddinner':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsItems':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'plus':'guildsAddInner'],'guildselected':['Guild','selected'],'guildseparator':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsItems':'Guild','guildSeparator'],'guildserror':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsItems':'Guild','guildsError'],'guildsettingsbannedcard':['GuildSettingsBanned','bannedUser'],'guildsettingsbanneddiscrim':['GuildSettingsBanned','discrim'],'guildsettingsbannedusername':['GuildSettingsBanned','username'],'guildsettingsinvitecard':['GuildSettingsInvite','inviteSettingsInviteRow'],'guildsettingsinvitechannelname':['GuildSettingsInvite','channelName'],'guildsettingsinviteusername':['GuildSettingsInvite','username'],'guildsettingsmembercard':['GuildSettingsMember','member'],'guildsettingsmembername':['GuildSettingsMember','name'],'guildsettingsmembernametag':['GuildSettingsMember','nameTag'],'guildsscrollerwrap':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsWrapper':'Guild','scrollerWrap'],'guildswrapper':[BDFDB['getDiscordBuilt']()=='canaryTEST'?'GuildsWrapper':'Guild',BDFDB['getDiscordBuilt']()=='canaryTEST'?'wrapper':'guildsWrapper'],'guildunread':['Guild','unread'],'guildvideo':['Guild','video'],'h1':['Text','h1'],'h1defaultmargin':['Text','defaultMarginh1'],'h2':['Text','h2'],'h2defaultmargin':['Text','defaultMarginh2'],'h3':['Text','h3'],'h3defaultmargin':['Text','defaultMarginh3'],'h4':['Text','h4'],'h4defaultmargin':['Text','defaultMarginh4'],'h5':['Text','h5'],'h5defaultmargin':['Text','defaultMarginh5'],'headertitle':['Text','title'],'height16':['Text','height16'],'height20':['Text','height20'],'height24':['Text','height24'],'height28':['TextStyle','height28'],'height36':['Notice','height36'],'highlight':['NotFound','highlight'],'homeicon':['HomeIcon','homeIcon'],'horizontal':['FlexChild','horizontal'],'horizontal2':['NotFound','_'],'horizontalreverse':['FlexChild','horizontalReverse'],'horizontalreverse2':['NotFound','_'],'hotkeybase':['NotFound','_'],'hotkeybutton':['HotKeyRecorder','button'],'hotkeybutton2':['NotFound','_'],'hotkeycontainer':['HotKeyRecorder','container'],'hotkeycontainer2':['NotFound','_'],'hotkeydisabled':['HotKeyRecorder','disabled'],'hotkeydisabled2':['NotFound','_'],'hotkeyediticon':['HotKeyRecorder','editIcon'],'hotkeyhasvalue':['HotKeyRecorder','hasValue'],'hotkeyinput':['HotKeyRecorder','input'],'hotkeyinput2':['HotKeyRecorder','input'],'hotkeylayout':['HotKeyRecorder','layout'],'hotkeylayout2':['HotKeyRecorder','layout'],'hotkeyrecording':['HotKeyRecorder','recording'],'hotkeyshadowpulse':['HotKeyRecorder','shadowPulse'],'hotkeytext':['HotKeyRecorder','text'],'hovercard':['HoverCard','card'],'hovercardinner':['BDFDB','cardInner'],'hovercardbutton':['HoverCardButton','button'],'icon':['EmbedActions','icon'],'iconactionswrapper':['EmbedActions','wrapper'],'iconexternal':['EmbedActions','iconExternal'],'iconexternalmargins':['EmbedActions','iconExternalMargins'],'iconplay':['EmbedActions','iconPlay'],'iconwrapper':['EmbedActions','iconWrapper'],'iconwrapperactive':['EmbedActions','iconWrapperActive'],'imageaccessory':['ImageWrapper','imageAccessory'],'imageclickable':['ImageWrapper','clickable'],'imageerror':['ImageWrapper','imageError'],'imageplaceholder':['ImageWrapper','imagePlaceholder'],'imageplaceholderoverlay':['ImageWrapper','imagePlaceholderOverlay'],'imagewrapper':['ImageWrapper','imageWrapper'],'imagewrapperbackground':['ImageWrapper','imageWrapperBackground'],'imagewrapperinner':['ImageWrapper','imageWrapperInner'],'imagezoom':['ImageWrapper','imageZoom'],'input':['Input','input'],'inputdefault':['Input','inputDefault'],'inputdisabled':['Input','disabled'],'inputeditable':['Input','editable'],'inputerror':['Input','error'],'inputfocused':['Input','focused'],'inputmini':['Input','inputMini'],'inputsuccess':['Input','success'],'inputwrapper':['Input','inputWrapper'],'justifycenter':['Flex','justifyCenter'],'justifyend':['Flex','justifyEnd'],'justifystart':['Flex','justifyStart'],'large':['TextStyle','large'],'layer':['Layers','layer'],'layers':['Layers','layers'],'lfg':['NotFound','lfg'],'loginscreen':['NotFound','loginScreen'],'marginbottom4':['Margins','marginBottom4'],'marginbottom8':['Margins','marginBottom8'],'marginbottom20':['Margins','marginBottom20'],'marginbottom40':['Margins','marginBottom40'],'marginbottom60':['Margins','marginBottom60'],'margincenterhorz':['Margins','marginCenterHorz'],'marginleft4':['Autocomplete','marginLeft4'],'marginleft8':['Autocomplete','marginLeft8'],'marginreset':['Margins','marginReset'],'margintop4':['Margins','marginTop4'],'margintop8':['Margins','marginTop8'],'margintop20':['Margins','marginTop20'],'margintop40':['Margins','marginTop40'],'margintop60':['Margins','marginTop60'],'medium':['TextStyle','medium'],'member':['Member','member'],'membercontent':['Member','content'],'memberinner':['Member','memberInner'],'membernametag':['Member','nameTag'],'memberownericon':['Member','ownerIcon'],'members':['MembersWrap','members'],'membersgroup':['MembersWrap','membersGroup'],'memberswrap':['MembersWrap','membersWrap'],'memberusername':['Member','username'],'mention':['NotFound','mention'],'mentionwrapper':['Mention','wrapper'],'mentionwrapperhover':['Mention','wrapperHover'],'mentionwrappernohover':['Mention','wrapperNoHover'],'message':['Message','message'],'messageaccessory':['MessageAccessory','container'],'messageaccessorycompact':['MessageAccessory','containerCompact'],'messageaccessorycozy':['MessageAccessory','containerCozy'],'messagebody':['MessageBody','container'],'messagebodycompact':['MessageBody','containerCompact'],'messagebodycozy':['MessageBody','containerCozy'],'messagebuttoncontainer':['Message','buttonContainer'],'messagebuttoncontainerouter':['MessageBody','buttonContainer'],'messagecompact':['Message','messageCompact'],'messagecontent':['Message','content'],'messagecontentcompact':['Message','contentCompact'],'messagecontentcozy':['Message','contentCozy'],'messagecozy':['Message','messageCozy'],'messagedivider':['Message','divider'],'messagedividerenabled':['Message','dividerEnabled'],'messageedited':['MessageBody','edited'],'messagegroup':['Message','container'],'messagegroupcozy':['Message','containerCozy'],'messagegroupcompact':['Message','containerCompact'],'messagegroupwrapper':['MessagesPopout','messageGroupWrapper'],'messagegroupwrapperoffsetcorrection':['MessagesPopout','messageGroupWrapperOffsetCorrection'],'messageheadercompact':['Message','headerCompact'],'messageheadercozy':['Message','headerCozy'],'messageheadercozymeta':['Message','headerCozyMeta'],'messagelocalbotmessage':['Message','localBotMessage'],'messagemarkup':['MessageMarkup','markup'],'messagemarkupiscompact':['MessageBody','isCompact'],'messages':['MessagesWrap','messages'],'messagespopout':['MessagesPopout','messagesPopout'],'messagespopoutaccessories':['MessagesPopout','accessories'],'messagespopoutactionbuttons':['MessagesPopout','actionButtons'],'messagespopoutbody':['MessagesPopout','body'],'messagespopoutbottom':['MessagesPopout','bottom'],'messagespopoutchannelname':['MessagesPopout','channelName'],'messagespopoutchannelseparator':['MessagesPopout','channelSeparator'],'messagespopoutclosebutton':['MessagesPopout','closeButton'],'messagespopoutcomment':['MessagesPopout','comment'],'messagespopoutcontainercompactbounded':['Message','containerCompactBounded'],'messagespopoutcontainercozybounded':['Message','containerCozyBounded'],'messagespopoutemptyplaceholder':['MessagesPopout','emptyPlaceholder'],'messagespopoutfooter':['MessagesPopout','footer'],'messagespopoutguildname':['MessagesPopout','guildName'],'messagespopouthasmore':['MessagesPopout','hasMore'],'messagespopouthasmorebutton':['MessagesPopout','hasMoreButton'],'messagespopoutheader':['MessagesPopout','header'],'messagespopouthidden':['MessagesPopout','hidden'],'messagespopoutimage':['MessagesPopout','image'],'messagespopoutjumpbutton':['MessagesPopout','jumpButton'],'messagespopoutloading':['MessagesPopout','loading'],'messagespopoutloadingmore':['MessagesPopout','loadingMore'],'messagespopoutloadingplaceholder':['MessagesPopout','loadingPlaceholder'],'messagespopoutmessagegroupcozy':['MessagesPopout','messageGroupCozy'],'messagespopoutmessagegroupwrapper':['MessagesPopout','messageGroupWrapper'],'messagespopoutmessagegroupwrapperoffsetcorrection':['MessagesPopout','messageGroupWrapperOffsetCorrection'],'messagespopoutscrollingfooterwrap':['MessagesPopout','scrollingFooterWrap'],'messagespopoutspinner':['MessagesPopout','spinner'],'messagespopouttext':['MessagesPopout','text'],'messagespopouttip':['MessagesPopout','tip'],'messagespopouttitle':['MessagesPopout','title'],'messagespopoutvisible':['MessagesPopout','visible'],'messagespopoutwrap':['MessagesPopout','messagesPopoutWrap'],'messageswrapper':['MessagesWrap','messagesWrapper'],'messagesystem':['MessageSystem','container'],'messagesystemcontent':['MessageSystem','content'],'messagetimestampcompact':['Message','timestampCompact'],'messagetimestampcompactismentioned':['Message','timestampCompactIsMentioned'],'messagetimestampcozy':['Message','timestampCozy'],'messageuploadcancel':['MessageFile','cancelButton'],'messageusername':['Message','username'],'modal':['ModalWrap','modal'],'modalclose':['Modal','close'],'modalcontent':['Modal','content'],'modaldivider':['ModalDivider','divider'],'modaldividerdefault':['SettingsItems','dividerDefault'],'modaldividermini':['SettingsItems','dividerMini'],'modalfooter':['Modal','footer'],'modalguildname':['ModalItems','guildName'],'modalheader':['Modal','header'],'modalinner':['ModalWrap','inner'],'modalmini':['ModalMiniContent','modal'],'modalminicontent':['ModalMiniContent','content'],'modalminisize':['ModalMiniContent','size'],'modalseparator':['Modal','separator'],'modalsizelarge':['Modal','sizeLarge'],'modalsizemedium':['Modal','sizeMedium'],'modalsizesmall':['Modal','sizeSmall'],'modalsub':['Modal','modal'],'modalsubinner':['Modal','inner'],'modedefault':['FormText','modeDefault'],'modedisabled':['FormText','modeDisabled'],'modeselectable':['FormText','modeSelectable'],'nametag':['NameTag','nameTag'],'nochannel':['ChannelWindow','noChannel'],'notice':['Notice','notice'],'noticebrand':['Notice','noticeBrand'],'noticebutton':['Notice','button'],'noticedanger':['Notice','noticeDanger'],'noticedefault':['Notice','noticeDefault'],'noticedismiss':['Notice','dismiss'],'noticefacebook':['Notice','noticeFacebook'],'noticeicon':['Notice','icon'],'noticeiconandroid':['Notice','iconAndroid'],'noticeiconapple':['Notice','iconApple'],'noticeiconwindows':['Notice','iconWindows'],'noticeinfo':['Notice','noticeInfo'],'noticeplatformicon':['Notice','platformIcon'],'noticepremium':['Notice','noticePremium'],'noticepremiumaction':['Notice','premiumAction'],'noticepremiumgrandfathered':['Notice','noticePremiumGrandfathered'],'noticepremiumlogo':['Notice','premiumLogo'],'noticepremiumtext':['Notice','premiumText'],'noticespotify':['Notice','noticeSpotify'],'noticestreamer':['Notice','noticeStreamerMode'],'noticesuccess':['Notice','noticeSuccess'],'noticesurvey':['Notice','noticeSurvey'],'note':['SettingsItems','note'],'nowrap':['Flex','noWrap'],'optionpopout':['OptionPopout','container'],'optionpopoutbutton':['OptionPopout','button'],'optionpopoutitem':['OptionPopout','item'],'overflowellipsis':['Category','overflowEllipsis'],'ownericon':['NameTag','ownerIcon'],'pictureinpicture':['PictureInPicture','pictureInPicture'],'pictureinpicturewindow':['PictureInPicture','pictureInPictureWindow'],'popout':['Popout','popout'],'popoutarrowalignmenttop':['Popout','arrowAlignmentTop'],'popoutbody':['Popout','body'],'popoutbottom':['Popout','popoutBottom'],'popoutbottomleft':['Popout','popoutBottomLeft'],'popoutbottomright':['Popout','popoutBottomRight'],'popoutfooter':['Popout','footer'],'popoutheader':['Popout','header'],'popoutinvert':['Popout','popoutInvert'],'popoutleft':['Popout','popoutLeft'],'popoutnoarrow':['Popout','noArrow'],'popoutnoshadow':['Popout','noShadow'],'popouts':['Popout','popouts'],'popoutsubtitle':['Popout','subtitle'],'popoutthemedpopout':['Popout','themedPopout'],'popouttip':['Popout','tip'],'popouttitle':['Popout','title'],'popouttop':['Popout','popoutTop'],'popouttopleft':['Popout','popoutTopLeft'],'popouttopright':['Popout','popoutTopRight'],'primary':['TextStyle','primary'],'quickselect':['QuickSelect','quickSelect'],'quickselectarrow':['QuickSelect','quickSelectArrow'],'quickselectclick':['QuickSelect','quickSelectClick'],'quickselectlabel':['QuickSelect','quickSelectLabel'],'quickselectpopout':['QuickSelect','quickSelectPopout'],'quickselectpopoutoption':['QuickSelect','quickSelectPopoutOption'],'quickselectpopoutscroll':['QuickSelect','quickSelectPopoutScroll'],'quickselectscroller':['QuickSelect','quickSelectScroller'],'quickselectselected':['QuickSelect','selected'],'quickselectvalue':['QuickSelect','quickSelectValue'],'quickswitcher':['QuickSwitchWrap','quickswitcher'],'quickswitchresult':['QuickSwitch','result'],'quickswitchresultfocused':['QuickSwitch','resultFocused'],'quickswitchresultguildicon':['QuickSwitch','guildIcon'],'quickswitchresultmatch':['QuickSwitch','match'],'quickswitchresultmisccontainer':['QuickSwitchWrap','miscContainer'],'quickswitchresultname':['QuickSwitch','name'],'quickswitchresultnote':['QuickSwitch','note'],'quickswitchresultusername':['QuickSwitch','username'],'recentmentionsfilterpopout':['RecentMentions','recentMentionsFilterPopout'],'recentmentionsheader':['RecentMentions','header'],'recentmentionsloadingmore':['RecentMentions','loadingMore'],'recentmentionsmentionfilter':['RecentMentions','mentionFilter'],'recentmentionsmentionfilterlabel':['RecentMentions','label'],'recentmentionsmentionfiltervalue':['RecentMentions','value'],'recentmentionspopout':['RecentMentions','recentMentionsPopout'],'reset':['CardStatus','reset'],'scroller':['Scroller','scroller'],'scrollerold':['Scroller','scroller'],'scrollerthemed':['Scroller','scrollerThemed'],'scrollerwrap':['Scroller','scrollerWrap'],'scrollerwrapold':['Scroller','scrollerWrap'],'searchbar':['SearchBar','searchBar'],'searchbarclear':['SearchBar','clear'],'searchbareyeglass':['SearchBar','eyeGlass'],'searchbaricon':['SearchBar','icon'],'searchbarinput':['SearchBar','input'],'searchbariconwrap':['SearchBar','searchBarIcon'],'searchbarvisible':['SearchBar','visible'],'searchpopout':['SearchPopoutWrap','container'],'searchpopoutanswer':['SearchPopout','answer'],'searchpopoutdatepicker':['SearchPopout','datePicker'],'searchpopoutdatepickerhint':['SearchPopout','datePickerHint'],'searchpopoutdmaddpopout':['DmAddPopout','popout'],'searchpopoutdisplayavatar':['SearchPopout','displayAvatar'],'searchpopoutdisplayusername':['SearchPopout','displayUsername'],'searchpopoutdisplayednick':['SearchPopout','displayedNick'],'searchpopoutfilter':['SearchPopout','filter'],'searchpopoutheader':['SearchPopout','header'],'searchpopouthint':['SearchPopout','hint'],'searchpopouthintvalue':['SearchPopout','hintValue'],'searchpopoutlinksource':['SearchPopout','linkSource'],'searchpopoutnontext':['SearchPopout','nonText'],'searchpopoutoption':['SearchPopout','option'],'searchpopoutplusicon':['SearchPopout','plusIcon'],'searchpopoutresultchannel':['SearchPopout','resultChannel'],'searchpopoutresultsgroup':['SearchPopout','resultsGroup'],'searchpopoutsearchclearhistory':['SearchPopout','searchClearHistory'],'searchpopoutsearchlearnmore':['SearchPopout','searchLearnMore'],'searchpopoutsearchoption':['SearchPopout','searchOption'],'searchpopoutsearchresultchannelcategory':['SearchPopout','searchResultChannelCategory'],'searchpopoutsearchresultchannelicon':['SearchPopout','searchResultChannelIcon'],'searchpopoutsearchresultchanneliconbackground':['SearchPopout','searchResultChannelIconBackground'],'searchpopoutselected':['SearchPopout','selected'],'searchpopoutuser':['SearchPopout','user'],'searchresults':['SearchResults','searchResults'],'searchresultschannelname':['SearchResults','channelName'],'searchresultspagination':['SearchResults','pagination'],'searchresultspaginationdisabled':['SearchResults','disabled'],'searchresultspaginationnext':['SearchResults','paginationNext'],'searchresultspaginationprevious':['SearchResults','paginationPrevious'],'searchresultssearchheader':['SearchResults','searchHeader'],'searchresultswrap':['SearchResults','searchResultsWrap'],'searchresultswrapper':['SearchResults','resultsWrapper'],'select':['NotFound','select'],'selectable':['TextStyle','selectable'],'selectarrow':['NotFound','selectArrow'],'selectarrowzone':['NotFound','selectArrowZone'],'selectcontrol':['NotFound','selectControl'],'selecthasvalue':['NotFound','selectHasValue'],'selectisopen':['NotFound','selectIsOpen'],'selectmenu':['NotFound','selectMenu'],'selectmenuouter':['NotFound','selectMenuOuter'],'selectoption':['NotFound','selectOption'],'selectselected':['NotFound','selectIsSelected'],'selectsingle':['NotFound','selectSingle'],'selectvalue':['NotFound','selectValue'],'selectwrap':['Select','select'],'settingsclosebutton':['SettingsCloseButton','closeButton'],'settingsclosebuttoncontainer':['SettingsCloseButton','container'],'settingsitem':['Item','item'],'settingsitemdefault':['Item','itemDefault'],'settingsitemhover':['Item','itemHover'],'settingsitemselected':['Item','itemSelected'],'settingsnotselected':['Item','notSelected'],'settingsselected':['Item','selected'],'settingstabbar':['Friends','tabBar'],'settingstabbarprimary':['Friends','primary'],'settingstabbartoppill':['Item','topPill'],'sidebarregion':['SettingsWindow','sidebarRegion'],'sinkinteractions':['Message','disableInteraction'],'size10':['UserPopout','size10'],'size12':['Text','size12'],'size14':['Text','size14'],'size16':['Text','size16'],'size18':['Text','size18'],'size20':['Text','size20'],'size24':['TextStyle','size24'],'slider':['Slider','slider'],'sliderbar':['Slider','bar'],'sliderbarfill':['Slider','barFill'],'sliderbubble':['Slider','bubble'],'sliderdisabled':['Slider','disabled'],'slidergrabber':['Slider','grabber'],'sliderinput':['Slider','input'],'slidermark':['Slider','mark'],'slidermarkdash':['Slider','markDash'],'slidermarkdashsimple':['Slider','markDashSimple'],'slidermarkvalue':['Slider','markValue'],'slidermini':['Slider','mini'],'slidertrack':['Slider','track'],'spoilercontainer':['Spoiler','spoilerContainer'],'spoilerhidden':['Spoiler','hidden'],'spoilertext':['Spoiler','spoilerText'],'spoilerwarning':['Spoiler','spoilerWarning'],'small':['TextStyle','small'],'splashbackground':['NotFound','splashBackground'],'standardsidebarview':['SettingsWindow','standardSidebarView'],'statusdnd':['Avatar','dnd'],'statusidle':['Avatar','idle'],'statusinvisible':['Avatar','invisible'],'statusoffline':['Avatar','offline'],'statusonline':['Avatar','online'],'status':['Avatar','status'],'statusprofile':['Avatar','statusProfile'],'statusstreaming':['Avatar','streaming'],'statustyping':['Avatar','typing'],'statustypingspinneritem':['Avatar','typingSpinnerItem'],'statusunknown':['Avatar','unknown'],'switch':['Switch','switch'],'switchdisabled':['Switch','switchDisabled'],'switchenabled':['Switch','switchEnabled'],'switchinner':['Switch','checkbox'],'switchinnerdisabled':['Switch','checkboxDisabled'],'switchinnerenabled':['Switch','checkboxEnabled'],'switchsize':['Switch','size'],'switchsizedefault':['Switch','sizeDefault'],'switchsizemini':['Switch','sizeMini'],'switchthemeclear':['Switch','themeClear'],'switchthemedefault':['Switch','themeDefault'],'switchvalue':['Switch','value'],'switchvaluechecked':['Switch','valueChecked'],'switchvalueunchecked':['Switch','valueUnchecked'],'tabbar':['UserProfile','tabBar'],'tabbarcontainer':['UserProfile','tabBarContainer'],'tabbarheader':['RecentMentions','tabBar'],'tabbarheadercontainer':['RecentMentions','headerTabBarWrapper'],'tabbarheaderitem':['RecentMentions','tabBarItem'],'tabbaritem':['UserProfile','tabBarItem'],'tabbartop':['Item','top'],'tableheader':['SettingsTable','header'],'tableheadername':['SettingsTable','headerName'],'tableheaderoption':['SettingsTable','headerOption'],'tableheadersize':['SettingsTable','headerSize'],'textarea':['ChannelTextArea','textArea'],'textareaattachbutton':['ChannelTextArea','attachButton'],'textareaattachbuttondivider':['ChannelTextArea','attachButtonDivider'],'textareaattachbuttoninner':['ChannelTextArea','attachButtonInner'],'textareaattachbuttonplus':['ChannelTextArea','attachButtonPlus'],'textareabutton':['ChannelTextAreaButton','button'],'textareabuttonactive':['ChannelTextAreaButton','active'],'textareabuttonwrapper':['ChannelTextAreaButton','buttonWrapper'],'textareaicon':['ChannelTextAreaButton','icon'],'textareainner':['ChannelTextArea','inner'],'textareainnerautocomplete':['ChannelTextArea','innerAutocomplete'],'textareainnerdisabled':['ChannelTextArea','innerDisabled'],'textareainnerenablednoattach':['ChannelTextArea','innerEnabledNoAttach'],'textareainnernoautocomplete':['ChannelTextArea','innerNoAutocomplete'],'textareapickerbutton':['ChannelTextArea','button'],'textareapickerbuttons':['ChannelTextArea','buttons'],'textareauploadinput':['ChannelTextArea','uploadInput'],'textareawrapall':['ChannelTextArea','channelTextArea'],'textareawrapchat':['ChannelWindow','channelTextArea'],'textareawrapdisabled':['ChannelTextArea','channelTextAreaDisabled'],'textareawrapenablednoattach':['ChannelTextArea','channelTextAreaEnabledNoAttach'],'textlink':['Notice','textLink'],'textrow':['PopoutActivity','textRow'],'themedark':['NotFound','themeDark'],'themeghosthairline':['Scroller','themeGhostHairline'],'themelight':['NotFound','themeLight'],'title':['SettingsItems','title'],'titlebar':['TitleBar','titleBar'],'titledefault':['SettingsItems','titleDefault'],'titlemini':['SettingsItems','titleMini'],'tooltip':['Tooltip','tooltip'],'tooltipblack':['Tooltip','black'],'tooltipbottom':['Tooltip','bottom'],'tooltipbrand':['Tooltip','brand'],'tooltipgreen':['Tooltip','green'],'tooltipleft':['Tooltip','left'],'tooltipred':['Tooltip','red'],'tooltipright':['Tooltip','right'],'tooltips':['Tooltip','tooltips'],'tooltiptop':['Tooltip','top'],'tooltipyellow':['Tooltip','yellow'],'typing':['Typing','typing'],'userpopout':['UserPopout','userPopout'],'userpopoutheader':['UserPopout','header'],'userpopoutheaderbottag':['UserPopout','headerBotTag'],'userpopoutheadernickname':['UserPopout','headerName'],'userpopoutheadernonickname':['UserPopout','headerTagUsernameNoNickname'],'userpopoutheadernormal':['UserPopout','headerNormal'],'userpopoutheaderplaying':['UserPopout','headerPlaying'],'userpopoutheaderspotify':['UserPopout','headerSpotify'],'userpopoutheaderstreaming':['UserPopout','headerStreaming'],'userpopoutheadertag':['UserPopout','headerTag'],'userpopoutheadertagnonickname':['UserPopout','headerTagNoNickname'],'userpopoutheadertagusernamenonickname':['UserPopout','headerTagUsernameNoNickname'],'userpopoutheadertagwithnickname':['UserPopout','headerTagWithNickname'],'userpopoutheadertext':['UserPopout','headerText'],'userpopoutrole':['Role','role'],'userpopoutrolecircle':['Role','roleCircle'],'userpopoutrolelist':['UserPopout','rolesList'],'userpopoutrolename':['Role','roleName'],'userprofile':['UserProfile','root'],'userprofilebody':['UserProfile','body'],'userprofileheader':['UserProfile','header'],'userprofileheaderfill':['UserProfile','headerFill'],'userprofileheaderinfo':['UserProfile','headerInfo'],'userprofilelistavatar':['UserProfile','listAvatar'],'userprofilelistguildavatarwithouticon':['UserProfile','guildAvatarWithoutIcon'],'userprofilelistname':['UserProfile','listName'],'userprofilelistrow':['UserProfile','listRow'],'userprofilenametag':['UserProfile','nameTag'],'userprofiletopsectionnormal':['UserProfile','topSectionNormal'],'userprofiletopsectionplaying':['UserProfile','topSectionPlaying'],'userprofiletopsectionspotify':['UserProfile','topSectionSpotify'],'userprofiletopsectionstreaming':['UserProfile','topSectionStreaming'],'userprofiletopsectionxbox':['UserProfile','topSectionXbox'],'userprofileusername':['UserProfile','username'],'usernote':['Note','note'],'usernotepopout':['UserPopout','note'],'usernoteprofile':['UserProfile','note'],'vertical':['Flex','vertical'],'voiceavatarcontainer':['Voice','avatarContainer'],'voiceavatardefault':['Voice','avatarDefault'],'voiceavatarspeaking':['Voice','avatarSpeaking'],'voiceiconspacing':['Voice','iconSpacing'],'voicelistcollapse':['Voice','listCollapse'],'voicelistdefault':['Voice','listDefault'],'voicename':['Voice','name'],'voicenamedefault':['Voice','nameDefault'],'voicenamehovered':['Voice','nameHovered'],'voicenamespeaking':['Voice','nameSpeaking'],'voiceuser':['Voice','voiceUser'],'voiceuserdefault':['Voice','userDefault'],'voiceuserhovered':['Voice','userHovered'],'weightbold':['TextWeight','weightBold'],'weightlight':['TextWeight','weightLight'],'weightmedium':['TextWeight','weightMedium'],'weightnormal':['TextWeight','weightNormal'],'weightsemibold':['TextWeight','weightSemiBold'],'wrap':['Flex','wrap'],'wrapreverse':['Flex','wrapReverse']};BDFDB['disCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q0,q1){return BDFDB['getDiscordClass'](q1,![])['replace']('#','');}});BDFDB['disCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q2,q3){return BDFDB['getDiscordClass'](q3,![])['replace']('#','')+'\x20';}});BDFDB['disCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q4,q5){return BDFDB['getDiscordClass'](q5,![])['replace']('#','')+',';}});BDFDB['dotCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q6,q7){let q8=BDFDB['getDiscordClass'](q7,!![]);return(q8['indexOf']('#')==0x0?'':'.')+q8;}});BDFDB['dotCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(q9,qa){let qb=BDFDB['getDiscordClass'](qa,!![]);return(qb['indexOf']('#')==0x0?'':'.')+qb+'\x20';}});BDFDB['dotCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qc,qd){let qe=BDFDB['getDiscordClass'](qd,!![]);return(qe['indexOf']('#')==0x0?'':'.')+qe+',';}});BDFDB['notCN']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qf,qg){return':not(.'+BDFDB['getDiscordClass'](qg,!![])['split']('.')[0x0]+')';}});BDFDB['notCNS']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qh,qi){return':not(.'+BDFDB['getDiscordClass'](qi,!![])['split']('.')[0x0]+')\x20';}});BDFDB['notCNC']=new Proxy(BDFDB['DiscordClasses'],{'get':function(qj,qk){return':not(.'+BDFDB['getDiscordClass'](qk,!![])['split']('.')[0x0]+'),';}});BDFDB['getDiscordClass']=function(ql,qm){var qn=BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];if(BDFDB['DiscordClasses'][ql]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',ql+'\x20not\x20found\x20in\x20BDFDB.DiscordClasses');return qn;}else if(!Array['isArray'](BDFDB['DiscordClasses'][ql])||BDFDB['DiscordClasses'][ql]['length']!=0x2){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',ql+'\x20is\x20not\x20an\x20Array\x20of\x20Length\x202\x20in\x20BDFDB.DiscordClasses');return qn;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][ql][0x0]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][ql][0x0]+'\x20not\x20found\x20in\x20BDFDB.DiscordClassModules');return qn;}else if(BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][ql][0x0]][BDFDB['DiscordClasses'][ql][0x1]]===undefined){console['warn']('%c[BDFDB]%c','color:\x20#3a71c1;\x20font-weight:\x20700;','',BDFDB['DiscordClasses'][ql][0x1]+'\x20not\x20found\x20in\x20'+BDFDB['DiscordClasses'][ql][0x0]+'\x20in\x20BDFDB.DiscordClassModules');return qn;}else{qn=BDFDB['DiscordClassModules'][BDFDB['DiscordClasses'][ql][0x0]][BDFDB['DiscordClasses'][ql][0x1]];if(qm){qn=qn['split']('\x20')['filter'](qo=>qo['indexOf']('da-')!=0x0)['join'](qm?'.':'\x20');qn=qn?qn:BDFDB['DiscordClassModules']['BDFDB']['BDFDBundefined'];}return qn;}};BDFDB['getLibraryStrings']=function(){switch(BDFDB['getDiscordLanguage']()['id']){case'hr':return{'toast_plugin_started':'{{oldversion}}\x20je\x20započeo.','toast_plugin_stopped':'{{oldversion}}\x20zaustavljen.','toast_plugin_translated':'prijevod\x20na\x20{{ownlang}}.','colorpicker_modal_header_text':'Birač\x20boja','file_navigator_text':'Pregledajte\x20datoteku','btn_add_text':'Dodati','btn_cancel_text':'Prekid','btn_all_text':'Sve','btn_save_text':'Uštedjeti','btn_ok_text':'OK','search_placeholder':'Traziti\x20...'};case'da':return{'toast_plugin_started':'{{oldversion}}\x20er\x20startet.','toast_plugin_stopped':'{{oldversion}}\x20er\x20stoppet.','toast_plugin_translated':'oversat\x20til\x20{{ownlang}}.','colorpicker_modal_header_text':'Farvevælger','file_navigator_text':'Gennemse\x20fil','btn_add_text':'Tilføje','btn_cancel_text':'Afbryde','btn_all_text':'Alle','btn_save_text':'Spare','btn_ok_text':'OK','search_placeholder':'Søge\x20efter\x20...'};case'de':return{'toast_plugin_started':'{{oldversion}}\x20wurde\x20gestartet.','toast_plugin_stopped':'{{oldversion}}\x20wurde\x20gestoppt.','toast_plugin_translated':'auf\x20{{ownlang}}\x20übersetzt.','colorpicker_modal_header_text':'Farbauswahl','file_navigator_text':'Datei\x20durchsuchen','btn_add_text':'Hinzufügen','btn_cancel_text':'Abbrechen','btn_all_text':'Alle','btn_save_text':'Speichern','btn_ok_text':'OK','search_placeholder':'Suchen\x20nach\x20...'};case'es':return{'toast_plugin_started':'{{oldversion}}\x20se\x20guilddiv\x20iniciado.','toast_plugin_stopped':'{{oldversion}}\x20se\x20guilddiv\x20detenido.','toast_plugin_translated':'traducido\x20a\x20{{ownlang}}.','colorpicker_modal_header_text':'Selector\x20de\x20color','file_navigator_text':'Buscar\x20archivo','btn_add_text':'Añadir','btn_cancel_text':'Cancelar','btn_all_text':'Todo','btn_save_text':'Guardar','btn_ok_text':'OK','search_placeholder':'Buscar\x20...'};case'fr':return{'toast_plugin_started':'{{oldversion}}\x20a\x20été\x20démarré.','toast_plugin_stopped':'{{oldversion}}\x20a\x20été\x20arrêté.','toast_plugin_translated':'traduit\x20en\x20{{ownlang}}.','colorpicker_modal_header_text':'Pipette\x20à\x20couleurs','file_navigator_text':'Parcourir\x20le\x20fichier','btn_add_text':'Ajouter','btn_cancel_text':'Abandonner','btn_all_text':'Tout','btn_save_text':'Enregistrer','btn_ok_text':'OK','search_placeholder':'Rechercher\x20...'};case'it':return{'toast_plugin_started':'{{oldversion}}\x20è\x20stato\x20avviato.','toast_plugin_stopped':'{{oldversion}}\x20è\x20stato\x20interrotto.','toast_plugin_translated':'tradotto\x20in\x20{{ownlang}}.','colorpicker_modal_header_text':'Raccoglitore\x20di\x20colore','file_navigator_text':'Sfoglia\x20file','btn_add_text':'Inserisci','btn_cancel_text':'Cancellare','btn_all_text':'Tutto','btn_save_text':'Salvare','btn_ok_text':'OK','search_placeholder':'Cercare\x20...'};case'nl':return{'toast_plugin_started':'{{oldversion}}\x20is\x20gestart.','toast_plugin_stopped':'{{oldversion}}\x20is\x20gestopt.','toast_plugin_translated':'vertaald\x20naar\x20{{ownlang}}.','colorpicker_modal_header_text':'Kleur\x20kiezer','file_navigator_text':'Bestand\x20zoeken','btn_add_text':'Toevoegen','btn_cancel_text':'Afbreken','btn_all_text':'Alle','btn_save_text':'Opslaan','btn_ok_text':'OK','search_placeholder':'Zoeken\x20...'};case'no':return{'toast_plugin_started':'{{oldversion}}\x20er\x20startet.','toast_plugin_stopped':'{{oldversion}}\x20er\x20stoppet.','toast_plugin_translated':'oversatt\x20til\x20{{ownlang}}.','colorpicker_modal_header_text':'Fargevelger','file_navigator_text':'Bla\x20gjennom\x20fil','btn_add_text':'Legg\x20til','btn_cancel_text':'Avbryte','btn_all_text':'Alle','btn_save_text':'Lagre','btn_ok_text':'OK','search_placeholder':'Søk\x20etter\x20...'};case'pl':return{'toast_plugin_started':'{{oldversion}}\x20został\x20uruchomiony.','toast_plugin_stopped':'{{oldversion}}\x20został\x20zatrzymany.','toast_plugin_translated':'przetłumaczono\x20na\x20{{ownlang}}.','colorpicker_modal_header_text':'Narzędzie\x20do\x20wybierania\x20kolorów','file_navigator_text':'Przeglądać\x20plik','btn_add_text':'Dodaj','btn_cancel_text':'Anuluj','btn_all_text':'Wszystkie','btn_save_text':'Zapisz','btn_ok_text':'OK','search_placeholder':'Szukać\x20...'};case'pt-BR':return{'toast_plugin_started':'{{oldversion}}\x20foi\x20iniciado.','toast_plugin_stopped':'{{oldversion}}\x20foi\x20interrompido.','toast_plugin_translated':'traduzido\x20para\x20{{ownlang}}.','colorpicker_modal_header_text':'Seletor\x20de\x20cores','file_navigator_text':'Procurar\x20arquivo','btn_add_text':'Adicionar','btn_cancel_text':'Cancelar','btn_all_text':'Todo','btn_save_text':'Salvar','btn_ok_text':'OK','search_placeholder':'Procurar\x20por\x20...'};case'fi':return{'toast_plugin_started':'{{oldversion}}\x20on\x20käynnistetty.','toast_plugin_stopped':'{{oldversion}}\x20on\x20pysäytetty.','toast_plugin_translated':'käännetty\x20osoitteeseen\x20{{ownlang}}.','colorpicker_modal_header_text':'Värinvalitsija','file_navigator_text':'Selaa\x20tiedostoa','btn_add_text':'Lisätä','btn_cancel_text':'Peruuttaa','btn_all_text':'Kaikki','btn_save_text':'Tallentaa','btn_ok_text':'OK','search_placeholder':'Etsiä\x20...'};case'sv':return{'toast_plugin_started':'{{oldversion}}\x20har\x20startats.','toast_plugin_stopped':'{{oldversion}}\x20har\x20blivit\x20stoppad.','toast_plugin_translated':'översatt\x20till\x20{{ownlang}}.','colorpicker_modal_header_text':'Färgväljare','file_navigator_text':'Bläddra\x20i\x20fil','btn_add_text':'Lägg\x20till','btn_cancel_text':'Avbryta','btn_all_text':'All','btn_save_text':'Spara','btn_ok_text':'OK','search_placeholder':'Söka\x20efter\x20...'};case'tr':return{'toast_plugin_started':'{{oldversion}}\x20başlatıldı.','toast_plugin_stopped':'{{oldversion}}\x20durduruldu.','toast_plugin_translated':'{{ownlang}}\x20olarak\x20çevrildi.','colorpicker_modal_header_text':'Renk\x20seçici','file_navigator_text':'Dosyaya\x20gözat','btn_add_text':'Eklemek','btn_cancel_text':'Iptal','btn_all_text':'Her','btn_save_text':'Kayıt','btn_ok_text':'Okey','search_placeholder':'Aramak\x20...'};case'cs':return{'toast_plugin_started':'{{oldversion}}\x20byl\x20spuštěn.','toast_plugin_stopped':'{{oldversion}}\x20byl\x20zastaven.','toast_plugin_translated':'přeložen\x20do\x20{{ownlang}}.','colorpicker_modal_header_text':'Výběr\x20barev','file_navigator_text':'Procházet\x20soubor','btn_add_text':'Přidat','btn_cancel_text':'Zrušení','btn_all_text':'Vše','btn_save_text':'Uložit','btn_ok_text':'OK','search_placeholder':'Hledat\x20...'};case'bg':return{'toast_plugin_started':'{{oldversion}}\x20е\x20стартиран.','toast_plugin_stopped':'{{oldversion}}\x20е\x20спрян.','toast_plugin_translated':'преведена\x20на\x20{{ownlang}}.','colorpicker_modal_header_text':'Избор\x20на\x20цвят','file_navigator_text':'Прегледайте\x20файла','btn_add_text':'Добави','btn_cancel_text':'Зъбести','btn_all_text':'Bсичко','btn_save_text':'Cпасяване','btn_ok_text':'Добре','search_placeholder':'Търся\x20...'};case'ru':return{'toast_plugin_started':'{{oldversion}}\x20запущен.','toast_plugin_stopped':'{{oldversion}}\x20остановлен.','toast_plugin_translated':'переведен\x20на\x20{{ownlang}}.','colorpicker_modal_header_text':'Выбор\x20цвета','file_navigator_text':'Просмотр\x20файла','btn_add_text':'Добавить','btn_cancel_text':'Отмена','btn_all_text':'Все','btn_save_text':'Cпасти','btn_ok_text':'ОК','search_placeholder':'Искать\x20...'};case'uk':return{'toast_plugin_started':'{{oldversion}}\x20було\x20запущено.','toast_plugin_stopped':'{{oldversion}}\x20було\x20зупинено.','toast_plugin_translated':'перекладено\x20{{ownlang}}.','colorpicker_modal_header_text':'Колір\x20обкладинки','file_navigator_text':'Перегляньте\x20файл','btn_add_text':'Додати','btn_cancel_text':'Скасувати','btn_all_text':'Все','btn_save_text':'Зберегти','btn_ok_text':'Добре','search_placeholder':'Шукати\x20...'};case'ja':return{'toast_plugin_started':'{{oldversion}}が開始されました.','toast_plugin_stopped':'{{oldversion}}が停止しました.','toast_plugin_translated':'は{{ownlang}}に翻訳されました.','colorpicker_modal_header_text':'カラーピッカー','file_navigator_text':'ファイルを参照','btn_add_text':'追加','btn_cancel_text':'キャンセル','btn_all_text':'すべて','btn_save_text':'セーブ','btn_ok_text':'はい','search_placeholder':'検索する\x20...'};case'zh-TW':return{'toast_plugin_started':'{{oldversion}}已經啟動.','toast_plugin_stopped':'{{oldversion}}已停止.','toast_plugin_translated':'翻譯為{{ownlang}}.','colorpicker_modal_header_text':'選色器','file_navigator_text':'瀏覽文件','btn_add_text':'加','btn_cancel_text':'取消','btn_all_text':'所有','btn_save_text':'保存','btn_ok_text':'好','search_placeholder':'搜索\x20...'};case'ko':return{'toast_plugin_started':'{{oldversion}}\x20시작되었습니다.','toast_plugin_stopped':'{{oldversion}}\x20중지되었습니다.','toast_plugin_translated':'{{ownlang}}\x20로\x20번역되었습니다.','colorpicker_modal_header_text':'색상\x20선택\x20도구','file_navigator_text':'파일\x20찾아보기','btn_add_text':'더하다','btn_cancel_text':'취소','btn_all_text':'모든','btn_save_text':'저장','btn_ok_text':'승인','search_placeholder':'검색\x20...'};default:return{'toast_plugin_started':'{{oldversion}}\x20has\x20been\x20started.','toast_plugin_stopped':'{{oldversion}}\x20has\x20been\x20stopped.','toast_plugin_translated':'translated\x20to\x20{{ownlang}}.','colorpicker_modal_header_text':'Color\x20Picker','file_navigator_text':'Browse\x20File','btn_add_text':'Add','btn_cancel_text':'Cancel','btn_all_text':'All','btn_save_text':'Save','btn_ok_text':'OK','search_placeholder':'Search\x20for\x20...'};}};BDFDB['appendLocalStyle']('BDFDB','\x0a\x09\x09#bd-settingspane-container\x20.ui-form-title\x20{\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20'+BDFDB['dotCN']['_repofolderbutton']+'\x20{\x0a\x09\x09\x09position:\x20static;\x0a\x09\x09\x09margin-bottom:\x200;\x0a\x09\x09\x09border-radius:\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09\x09margin-left:\x2010px;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20.bd-updatebtn\x20~\x20.bd-updatebtn\x20{\x0a\x09\x09\x09display:\x20none\x20!important;\x0a\x09\x09}\x0a\x09\x09#bd-settingspane-container\x20'+BDFDB['dotCN']['_repodescription']+'\x20{\x0a\x09\x09\x09white-space:\x20pre-line\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCNS']['themedark']+BDFDB['dotCN']['popoutthemedpopout']+BDFDB['notCN']['messagespopoutwrap'])+'\x20{\x0a\x09\x09\x09-webkit-box-shadow:\x200\x202px\x2010px\x200\x20rgba(0,0,0,20%);\x0a\x09\x09\x09background-color:\x20#2f3136;\x0a\x09\x09\x09border:\x201px\x20solid\x20rgba(28,36,43,.6);\x0a\x09\x09\x09box-shadow:\x200\x202px\x2010px\x200\x20rgba(0,0,0,.2);\x0a\x09\x09}\x0a\x09\x09.DevilBro-notice\x20{\x0a\x09\x09\x09transition:\x20height\x200.5s\x20ease\x20!important;\x0a\x09\x09\x09border-radius:\x200\x205px\x200\x200\x20!important;\x0a\x09\x09}\x0a\x09\x09.hidden-by-OTB\x20.DevilBro-notice\x20{\x0a\x09\x09\x09-webkit-app-region:\x20drag\x20!important;\x0a\x09\x09}\x0a\x09\x09#pluginNotice\x20#outdatedPlugins\x20span\x20{\x0a\x09\x09\x09-webkit-app-region:\x20no-drag;\x0a\x09\x09\x09color:\x20#FFF;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09}\x0a\x09\x09#pluginNotice\x20#outdatedPlugins\x20span:hover\x20{\x0a\x09\x09\x09text-decoration:\x20underline;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltiptop'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-top-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipright'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-right-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipleft'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-left-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09'+(BDFDB['dotCN']['tooltip']+BDFDB['dotCN']['tooltipbottom'])+'.tooltip-customcolor:after\x20{\x0a\x09\x09\x09border-bottom-color:\x20inherit\x20!important;\x0a\x09\x09}\x0a\x09\x09.toasts\x20{\x0a\x09\x09\x09position:\x20fixed;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09top:\x200;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09justify-content:\x20flex-end;\x0a\x09\x09\x09pointer-events:\x20none;\x0a\x09\x09\x09z-index:\x204000;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20toast-up\x20{\x0a\x09\x09\x09from\x20{\x0a\x09\x09\x09\x09transform:\x20translateY(0);\x0a\x09\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09}\x0a\x09\x09}\x0a\x09\x09.toast\x20{\x0a\x09\x09\x09animation:\x20toast-up\x20300ms\x20ease;\x0a\x09\x09\x09transform:\x20translateY(-10px);\x0a\x09\x09\x09background-color:\x20#36393F;\x0a\x09\x09\x09padding:\x2010px;\x0a\x09\x09\x09border-radius:\x205px;\x0a\x09\x09\x09box-shadow:\x200\x200\x200\x201px\x20rgba(32,34,37,.6),\x200\x202px\x2010px\x200\x20rgba(0,0,0,.2);\x0a\x09\x09\x09font-weight:\x20500;\x0a\x09\x09\x09color:\x20#fff;\x0a\x09\x09\x09user-select:\x20text;\x0a\x09\x09\x09font-size:\x2014px;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09margin-top:\x2010px;\x0a\x09\x09\x09pointer-events:\x20auto;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20toast-down\x20{\x0a\x09\x09\x09to\x20{\x0a\x09\x09\x09\x09transform:\x20translateY(0px);\x0a\x09\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09}\x0a\x09\x09}\x0a\x09\x09.toast.closing\x20{\x0a\x09\x09\x09animation:\x20toast-down\x20200ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09transform:\x20translateY(-10px);\x0a\x09\x09}\x0a\x09\x09.toast\x20.toast-inner\x20{\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09}\x0a\x09\x09.toast\x20.toast-avatar\x20{\x0a\x09\x09\x09margin-right:\x205px;\x0a\x09\x09\x09width:\x2025px;\x0a\x09\x09\x09height:\x2025px;\x0a\x09\x09\x09background-size:\x20cover;\x0a\x09\x09\x09background-position:\x20center;\x0a\x09\x09\x09border-radius:\x2050%;\x0a\x09\x09}\x0a\x09\x09.toast.icon\x20{\x0a\x09\x09\x09padding-left:\x2030px;\x0a\x09\x09\x09background-size:\x2020px\x2020px;\x0a\x09\x09\x09background-repeat:\x20no-repeat;\x0a\x09\x09\x09background-position:\x206px\x2050%;\x0a\x09\x09}\x0a\x09\x09.toast.toast-brand\x20{\x0a\x09\x09\x09background-color:\x20#7289DA;\x0a\x09\x09}\x0a\x09\x09.toast.toast-brand.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjI3IDI3IDExNSAxMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkwIDkwOyI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0xMTEuMywxMjQuMWMwLDAtMy40LTQuMS02LjMtNy43YzEyLjYtMy41LDE3LjQtMTEuMywxNy40LTExLjMgYy00LDIuNi03LjcsNC40LTExLjEsNS42Yy00LjgsMi05LjUsMy4zLTE0LDQuMWMtOS4yLDEuNy0xNy42LDEuMy0yNC45LTAuMWMtNS41LTEtMTAuMi0yLjUtMTQuMS00LjFjLTIuMi0wLjgtNC42LTEuOS03LjEtMy4zIGMtMC4zLTAuMi0wLjYtMC4zLTAuOS0wLjVjLTAuMS0wLjEtMC4zLTAuMi0wLjQtMC4yYy0xLjctMS0yLjYtMS42LTIuNi0xLjZzNC42LDcuNiwxNi44LDExLjJjLTIuOSwzLjYtNi40LDcuOS02LjQsNy45IGMtMjEuMi0wLjYtMjkuMy0xNC41LTI5LjMtMTQuNWMwLTMwLjYsMTMuOC01NS40LDEzLjgtNTUuNGMxMy44LTEwLjMsMjYuOS0xMCwyNi45LTEwbDEsMS4xQzUyLjgsNTAuMyw0NSw1Ny45LDQ1LDU3LjkgczIuMS0xLjIsNS43LTIuN2MxMC4zLTQuNSwxOC40LTUuNywyMS44LTZjMC41LTAuMSwxLjEtMC4yLDEuNi0wLjJjNS45LTAuNywxMi41LTAuOSwxOS40LTAuMmM5LjEsMSwxOC45LDMuNywyOC45LDkuMSBjMCwwLTcuNS03LjItMjMuOS0xMi4xbDEuMy0xLjVjMCwwLDEzLjEtMC4zLDI2LjksMTBjMCwwLDEzLjgsMjQuOCwxMy44LDU1LjRDMTQwLjYsMTA5LjYsMTMyLjUsMTIzLjUsMTExLjMsMTI0LjF6IE0xMDEuNyw3OS43Yy01LjQsMC05LjgsNC43LTkuOCwxMC41YzAsNS44LDQuNCwxMC41LDkuOCwxMC41YzUuNCwwLDkuOC00LjcsOS44LTEwLjUgQzExMS41LDg0LjQsMTA3LjEsNzkuNywxMDEuNyw3OS43eiBNNjYuNyw3OS43Yy01LjQsMC05LjgsNC43LTkuOCwxMC41YzAsNS44LDQuNCwxMC41LDkuOCwxMC41YzUuNCwwLDkuOC00LjcsOS44LTEwLjUgQzc2LjUsODQuNCw3Mi4xLDc5LjcsNjYuNyw3OS43eiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-danger,\x20\x0a\x09\x09.toast.toast-error\x20{\x0a\x09\x09\x09background-color:\x20#F04747;\x0a\x09\x09}\x0a\x09\x09.toast.toast-danger.icon,\x0a\x09\x09.toast.toast-error.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTEyIDJDNi40NyAyIDIgNi40NyAyIDEyczQuNDcgMTAgMTAgMTAgMTAtNC40NyAxMC0xMFMxNy41MyAyIDEyIDJ6bTUgMTMuNTlMMTUuNTkgMTcgMTIgMTMuNDEgOC40MSAxNyA3IDE1LjU5IDEwLjU5IDEyIDcgOC40MSA4LjQxIDcgMTIgMTAuNTkgMTUuNTkgNyAxNyA4LjQxIDEzLjQxIDEyIDE3IDE1LjU5eiIvPiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);\x0a\x09\x09}\x0a\x09\x09.toast.toast-default\x20{\x0a\x09\x09\x09background-color:\x20#F26522;\x0a\x09\x09}\x0a\x09\x09.toast.toast-default.icon\x20{\x0a\x09\x09\x09padding-left:\x2010px;\x0a\x09\x09}\x0a\x09\x09.toast.toast-facebook\x20{\x0a\x09\x09\x09background-color:\x20#355089;\x0a\x09\x09}\x0a\x09\x09.toast.toast-facebook.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9Ii01IC01IDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkwIDkwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggaWQ9IkZhY2Vib29rX194MjhfYWx0X3gyOV8iIGQ9Ik05MCwxNS4wMDFDOTAsNy4xMTksODIuODg0LDAsNzUsMEgxNUM3LjExNiwwLDAsNy4xMTksMCwxNS4wMDF2NTkuOTk4ICAgQzAsODIuODgxLDcuMTE2LDkwLDE1LjAwMSw5MEg0NVY1NkgzNFY0MWgxMXYtNS44NDRDNDUsMjUuMDc3LDUyLjU2OCwxNiw2MS44NzUsMTZINzR2MTVINjEuODc1QzYwLjU0OCwzMSw1OSwzMi42MTEsNTksMzUuMDI0VjQxICAgaDE1djE1SDU5djM0aDE2YzcuODg0LDAsMTUtNy4xMTksMTUtMTUuMDAxVjE1LjAwMXoiIGZpbGw9IndoaXRlIi8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-info\x20{\x0a\x09\x09\x09background-color:\x20#4A90E2;\x0a\x09\x09}\x0a\x09\x09.toast.toast-info.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMSAxNWgtMnYtNmgydjZ6bTAtOGgtMlY3aDJ2MnoiLz48L3N2Zz4=);\x0a\x09\x09}\x0a\x09\x09.toast.toast-premium\x20{\x0a\x09\x09\x09background-color:\x20#202225;\x0a\x09\x09}\x0a\x09\x09.toast.toast-premium.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDMiIGhlaWdodD0iMjYiPiAgPHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOTYuMjgyNiA4LjYwMjc4ODI0bC0xLjIxNTUgOC4zOTAzNTI5NmMtLjI3NzUgMS45ODI2Mjc0LTIuNDY1NSAyLjkwMzMzMzMtNC40NzkgMi45MDMzMzMzLTEuODc1IDAtMy43MTU1LS45MjA3MDU5LTMuNDcyNS0yLjcyNTkyMTZsMS4yMTU1LTguNTY3NzY0NjZjLjI3NzUtMS44NzY1ODgyNCAyLjQ2NTUtMi44MzI0NzA2IDQuNDc5LTIuODMyNDcwNiAyLjAxNCAwIDMuNzUuOTU1ODgyMzYgMy40NzI1IDIuODMyNDcwNk05My43NzIxLjAwMzkyNTVsLjAwMDUtLjAwNDA3ODQ0aC0xMy4wODRjLS4zMzQgMC0uNjE4LjI1MDMxMzcyLS42NjYuNTg3Mjk0MTJsLS42MzY1IDQuNDMyMjM1M2MtLjA1OTUuNDE0NDcwNTguMjU2Ljc4NjExNzY0LjY2NjUuNzg2MTE3NjRoMi4zODk1Yy4yNCAwIC40MDQ1LjI0OTgwMzkyLjMxLjQ3NTY0NzA2LS4yOTguNzEyMTk2MDctLjUxNTUgMS40ODYwNzg0My0uNjM2IDIuMzIxNjQ3MDZsLTEuMjE1NSA4LjU2Nzc2NDY2Yy0uNzk5IDUuNzM1Mjk0MiAzLjg4OSA4LjYwMjQzMTQgOC45OTMgOC42MDI0MzE0IDUuMzQ3NSAwIDEwLjU5MDUtMi44NjcxMzcyIDExLjM4OS04LjYwMjQzMTRsMS4yMTUtOC41Njc3NjQ2NmMuNzgzLTUuNjIyMTE3NjUtMy43Mzk1LTguNDg4MjM1My04LjcyNTUtOC41OTg4NjI3NW0tNzguNTk1MjUgMTEuNzI4NjUxbC4wNjcgNC4xNTg5ODA0Yy4wMDE1LjA4NTEzNzItLjA1NS4xNjA1ODgyLS4xMzYuMTgxNDkwMmgtLjAwMDVsLTEuMzg1NS01LjAxNjQ3MDZjLS4wMDItLjAwNzY0NzEtLjAwNS0uMDE0Nzg0My0uMDA4LS4wMjI0MzE0TDkuNDE0MzUuNzcwNzcyNTNjLS4xMDYtLjI1Mjg2Mjc1LS4zNDk1LS40MTY1MDk4LS42MTk1LS40MTY1MDk4aC00Ljg3MjVjLS4zMzYgMC0uNjIwNS4yNTIzNTI5NC0uNjY3LjU5MTM3MjU0TC4wMDY4NSAyNC42MzcyNDMxYy0uMDU3LjQxMzQ1MS4yNTc1Ljc4MjAzOTMuNjY2NS43ODIwMzkzaDQuODU0Yy4zMzY1IDAgLjYyMTUtLjI1MzM3MjYuNjY3NS0uNTkyOTAybDEuMjcyLTkuNDEyNTA5OGMuMDAxNS0uMDA5MTc2NS4wMDItLjAxODM1My4wMDItLjAyNzUyOTRsLS4wNjk1LTQuODM2NTA5OC4xMzg1LS4wMzUxNzY1IDEuNDU1NSA1LjAxNjQ3MDZjLjAwMjUuMDA3MTM3Mi4wMDUuMDEzNzY0Ny4wMDc1LjAyMDkwMmw0LjAyMTUgOS40NTM4MDM5Yy4xMDY1LjI1MDgyMzUuMzQ5NS40MTM0NTEuNjE3NS40MTM0NTFoNS4yNTY1Yy4zMzYgMCAuNjIwNS0uMjUyMzUzLjY2Ny0uNTkxODgyNGwzLjI0OTUtMjMuNjkxNjA3ODRjLjA1NjUtLjQxMjk0MTE4LS4yNTgtLjc4MTUyOTQyLS42NjctLjc4MTUyOTQyaC00LjgyMDVjLS4zMzYgMC0uNjIwNS4yNTE4NDMxNC0uNjY3LjU5MDg2Mjc1bC0xLjQ4IDEwLjc1ODkwMmMtLjAwMS4wMDkxNzY0LS4wMDE1LjAxODg2MjctLjAwMTUuMDI4NTQ5bTkuMzk0IDEzLjY4NjYwMzloNC44NTVjLjMzNiAwIC42MjA1LS4yNTIzNTI5LjY2Ny0uNTkxMzcyNmwzLjI0OS0yMy42OTIxMTc2Yy4wNTY1LS40MTI5NDEyLS4yNTgtLjc4MTUyOTQ0LS42NjctLjc4MTUyOTQ0aC00Ljg1NWMtLjMzNiAwLS42MjA1LjI1MjM1Mjk0LS42NjcuNTkxMzcyNTVsLTMuMjQ5IDIzLjY5MjExNzY4Yy0uMDU2NS40MTI5NDEyLjI1OC43ODE1Mjk0LjY2Ny43ODE1Mjk0TTM2LjYyMTE1LjkwNjA3NDVsLS42MzYgNC40MzIyMzUzYy0uMDU5NS40MTQ0NzA2LjI1NTUuNzg2MTE3NjUuNjY2Ljc4NjExNzY1aDUuMDgwNWMuNDA4NSAwIC43MjMuMzY3NTY4NjMuNjY3NS43ODA1MDk4bC0yLjM5MzUgMTcuNzM0MDM5MjVjLS4wNTU1LjQxMjQzMTMuMjU4NS43OC42NjcuNzhoNC45MjU1Yy4zMzY1IDAgLjYyMS0uMjUyODYyOC42NjctLjU5MjkwMmwyLjQ0NC0xOC4xMDg3NDUxYy4wNDYtLjMzOTUyOTQuMzMwNS0uNTkyOTAxOTUuNjY3LS41OTI5MDE5NWg1LjQ2MjVjLjMzNCAwIC42MTgtLjI0OTgwMzkyLjY2Ni0uNTg3Mjk0MTJsLjYzNy00LjQzMjIzNTNjLjA1OTUtLjQxNDQ3MDU4LS4yNTU1LS43ODYxMTc2NC0uNjY2NS0uNzg2MTE3NjRoLTE4LjE4NzVjLS4zMzQ1IDAtLjYxOC4yNTAzMTM3LS42NjY1LjU4NzI5NDFNNzEuMDM4NyA5LjA5ODM2ODZjLS4xNzQgMS40NTE0MTE3Ny0xLjI4NDUgMi45MDI4MjM1Ny0zLjE5NSAyLjkwMjgyMzU3aC0yLjg2OTVjLS40MSAwLS43MjQ1LS4zNjk2MDc5LS42NjctLjc4MzA1ODlsLjYwNzUtNC4zNjE4ODIzM2MuMDQ3LS4zMzg1MDk4LjMzMTUtLjU5MDM1Mjk0LjY2Ny0uNTkwMzUyOTRoMy4wNjFjMS44NDA1IDAgMi41Njk1IDEuMzEwMTk2MDggMi4zOTYgMi44MzI0NzA2TTY5LjMzNzIuMzU0MjExNzZoLTkuMjQwNWMtLjMzNiAwLS42MjA1LjI1MjM1Mjk0LS42NjcuNTkxMzcyNTRsLTMuMjQ5IDIzLjY5MjExNzdjLS4wNTY1LjQxMjk0MTEuMjU4Ljc4MTUyOTQuNjY3Ljc4MTUyOTRoNC45MjM1Yy4zMzY1IDAgLjYyMTUtLjI1MzM3MjYuNjY3NS0uNTkyOTAybC45NTYtNy4wNzY1ODgyYy4wMjMtLjE2OTc2NDcuMTY1LS4yOTYxOTYxLjMzMzUtLjI5NjE5NjFoLjYzM2MuMTE0NSAwIC4yMjE1LjA1OTY0NzEuMjgzNS4xNTgwMzkybDQuNzAyIDcuNDkxMDU4OGMuMTI0LjE5NzI5NDIuMzM3NS4zMTY1ODgzLjU2NzUuMzE2NTg4M2g2LjA4MWMuNTQ1IDAgLjg2NDUtLjYyNTAxOTYuNTUyLTEuMDgwMjc0NWwtNC45MzQ1LTcuMTkxODA0Yy0uMTE4LS4xNzI4MjM1LS4wNTc1LS40MTI0MzEzLjEyOC0uNTA0NzA1OCAzLjE1MDUtMS41Njk2ODYzIDQuOTc5NS0zLjE3ODExNzcgNS41ODMtNy42NTAxMTc3LjY5MzUtNS44NzcwMTk2LTIuOTE3LTguNjM4MTE3NjMtNy45ODY1LTguNjM4MTE3NjMiLz48L3N2Zz4=);\x0a\x09\x09\x09background-size:\x2063px\x2016px;\x0a\x09\x09\x09padding-left:\x2073px;\x0a\x09\x09}\x0a\x09\x09.toast.toast-spotify\x20{\x0a\x09\x09\x09background-color:\x20#1DB954;\x0a\x09\x09}\x0a\x09\x09.toast.toast-spotify.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwOC41MiA1MDguNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwOC41MiA1MDguNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTI1NC4yNiwwQzExMy44NDUsMCwwLDExMy44NDUsMCwyNTQuMjZzMTEzLjg0NSwyNTQuMjYsMjU0LjI2LDI1NC4yNiAgICAgczI1NC4yNi0xMTMuODQ1LDI1NC4yNi0yNTQuMjZTMzk0LjY3NSwwLDI1NC4yNiwweiBNMzcxLjY5Niw0MDMuMjg4Yy0zLjE3OCw1LjgxNi05LjEyMiw5LjA1OC0xNS4yODcsOS4wNTggICAgIGMtMi44NiwwLTUuNzIxLTAuNjY3LTguNDIyLTIuMTI5Yy00MC43MTMtMjIuNDM4LTg2Ljk1Ny0zNC4yOTMtMTMzLjY3Ny0zNC4yOTNjLTI4LDAtNTUuNjUxLDQuMTYzLTgyLjEyNiwxMi4zNjMgICAgIGMtOS4yMTcsMi44Ni0xOS4wMDYtMi4yODgtMjEuODM1LTExLjUzN2MtMi44Ni05LjE4NSwyLjI4OC0yOC43LDExLjUzNy0zMS41OTJjMjkuODQ0LTkuMjQ5LDYwLjk1OS0xMy45MjEsOTIuNDU1LTEzLjkyMSAgICAgYzUyLjU2OCwwLDEwNC42NiwxMy4zNDksMTUwLjUyMiwzOC42MTZDMzczLjMxNywzNzQuNDYxLDM3Ni40LDM5NC44NjYsMzcxLjY5Niw0MDMuMjg4eiBNNDA0LjAxOSwzMDcuNTI3ICAgICBjLTMuNjIzLDcuMDI0LTEwLjc0MiwxOC4zMzgtMTguMDg0LDE4LjMzOGMtMy4yMSwwLTYuMzg4LTAuNjk5LTkuMzc2LTIuMzJjLTUwLjQ3MS0yNi4xODktMTA1LjA0MS0zOS40NzQtMTYyLjIxOC0zOS40NzQgICAgIGMtMzEuNDk2LDAtNjIuNzcsNC4xMzItOTIuOTY0LDEyLjQ1OWMtMTAuOTAxLDIuOTU2LTIyLjA4OS0zLjQwMS0yNS4wNDUtMTQuMzAyYy0yLjkyNC0xMC45MDEsMy40NjQtMjkuNDMxLDE0LjMzNC0zMi4zODYgICAgIGMzMy42ODktOS4xODUsNjguNTg3LTEzLjg1NywxMDMuNjc0LTEzLjg1N2M2Mi44OTgsMCwxMjUuNDQ1LDE1LjI1NiwxODAuOTM4LDQ0LjExNCAgICAgQzQwNS4yOSwyODUuMjQ4LDQwOS4xOTksMjk3LjUxNiw0MDQuMDE5LDMwNy41Mjd6IE00MTcuNTI2LDIzMC44MzZjLTMuNDY0LDAtNy4wMjQtMC43OTUtMTAuMzYxLTIuNDQ3ICAgICBjLTYwLjIyOC0zMC4wMzQtMTI1LjA5Ni00NS4yMjYtMTkyLjc2MS00NS4yMjZjLTM1LjI3OSwwLTcwLjQzLDQuMjkxLTEwNC41MzMsMTIuNzEzYy0xMi41MjIsMy4wODMtMjUuMTQtNC41MTMtMjguMjIzLTE3LjAwNCAgICAgYy0zLjExNS0xMi40NTksNC41MTMtMjcuNTU1LDE3LjAwNC0zMC42MzhjMzcuNzI2LTkuMzc2LDc2LjY1OS0xNC4xMTEsMTE1LjcyLTE0LjExMWM3NC45NzUsMCwxNDYuODY3LDE2Ljg3NywyMTMuNTc4LDUwLjEyMSAgICAgYzExLjUzNyw1Ljc1MywxNi4yNDEsMTkuNzM3LDEwLjQ4OCwzMS4yNDJDNDM0LjMwOCwyMjMuNjUzLDQyNi4xMDgsMjMwLjgzNiw0MTcuNTI2LDIzMC44MzZ6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);\x0a\x09\x09}\x0a\x09\x09.toast.toast-streamermode\x20{\x0a\x09\x09\x09background-color:\x20#593695;\x0a\x09\x09}\x0a\x09\x09.toast.toast-streamermode.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMjUgLTI1IDU0MiA1NDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MiA0OTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPjxwYXRoIGQ9Ik00ODguMywxNDIuNXYyMDMuMWMwLDE1LjctMTcsMjUuNS0zMC42LDE3LjdsLTg0LjYtNDguOHYxMy45YzAsNDEuOC0zMy45LDc1LjctNzUuNyw3NS43SDc1LjdDMzMuOSw0MDQuMSwwLDM3MC4yLDAsMzI4LjQgICBWMTU5LjljMC00MS44LDMzLjktNzUuNyw3NS43LTc1LjdoMjIxLjhjNDEuOCwwLDc1LjcsMzMuOSw3NS43LDc1Ljd2MTMuOWw4NC42LTQ4LjhDNDcxLjMsMTE3LDQ4OC4zLDEyNi45LDQ4OC4zLDE0Mi41eiIgZmlsbD0iI0ZGRkZGRiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.toast.toast-success\x20{\x0a\x09\x09\x09background-color:\x20#43B581;\x0a\x09\x09}\x0a\x09\x09.toast.toast-success.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptLTIgMTVsLTUtNSAxLjQxLTEuNDFMMTAgMTQuMTdsNy41OS03LjU5TDE5IDhsLTkgOXoiLz48L3N2Zz4=);\x0a\x09\x09}\x0a\x0a\x09\x09.toast.toast-warning,\x0a\x09\x09.toast.toast-warn\x20{\x0a\x09\x09\x09background-color:\x20#FFA600;\x0a\x09\x09}\x0a\x09\x09.toast.toast-warning.icon,\x0a\x09\x09.toast.toast-warn.icon\x20{\x0a\x09\x09\x09background-image:\x20url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMSAyMWgyMkwxMiAyIDEgMjF6bTEyLTNoLTJ2LTJoMnYyem0wLTRoLTJ2LTRoMnY0eiIvPjwvc3ZnPg==);\x0a\x09\x09}\x0a\x09\x09.update-notice-tooltip,\x0a\x09\x09.update-button-tooltip,\x0a\x09\x09.update-list-tooltip\x20{\x0a\x09\x09\x09max-width:\x20420px\x20!important;\x0a\x09\x09}\x0a\x09\x09.quickSelectPopout\x20{\x0a\x09\x09\x09min-width:\x20210px\x20!important;\x0a\x09\x09\x09position:\x20relative\x20!important;\x0a\x09\x09\x09width:\x20auto\x20!important;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['title']+',\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['title']+'\x20{\x0a\x09\x09\x09cursor:\x20default\x20!important;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20.DevilBro-settings-inner\x20{\x0a\x09\x09\x09padding-left:\x2015px;\x0a\x09\x09\x09padding-right:\x205px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20.DevilBro-settings-inner-list\x20{\x0a\x09\x09\x09padding-left:\x2015px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone:hover\x20+\x20'+BDFDB['dotCN']['input']+'\x20{\x0a\x09\x09\x09border-color:\x20black;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone:hover\x20+\x20'+BDFDB['dotCN']['input']+':focus,\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone.pressed\x20+\x20'+BDFDB['dotCN']['input']+'\x20{\x0a\x09\x09\x09border-color:\x20#7289da;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20{\x0a\x09\x09\x09position:\x20relative\x20!important;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]\x20{\x0a\x09\x09\x09padding-right:\x2025px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper.inputNumberWrapperMini\x20'+BDFDB['dotCN']['input']+'[type=number]\x20{\x0a\x09\x09\x09padding-left:\x206px;\x0a\x09\x09\x09padding-right:\x2017px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]::-webkit-inner-spin-button,\x20\x0a\x09\x09.inputNumberWrapper\x20'+BDFDB['dotCN']['input']+'[type=number]::-webkit-outer-spin-button{\x0a\x09\x09\x09-webkit-appearance:\x20none;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-buttons-zone\x20{\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09flex-direction:\x20column;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09justify-content:\x20space-around;\x0a\x09\x09\x09height:\x20110%;\x0a\x09\x09\x09right:\x208px;\x0a\x09\x09\x09top:\x20-5%;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper.inputNumberWrapperMini\x20.numberinput-buttons-zone\x20{\x0a\x09\x09\x09right:\x204px;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-color:\x20transparent\x20transparent\x20#999\x20transparent;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-width:\x202.5px\x205px\x205px\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#666;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-bottom-color:\x20#dcddde;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-up\x20{\x0a\x09\x09\x09border-bottom-color:\x20#72767d;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-up:hover\x20{\x0a\x09\x09\x09border-bottom-color:\x20#f6f6f7;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-color:\x20#999\x20transparent\x20transparent\x20transparent;\x0a\x09\x09\x09border-style:\x20solid;\x0a\x09\x09\x09border-width:\x205px\x205px\x202.5px\x205px;\x0a\x09\x09\x09display:\x20inline-block;\x0a\x09\x09}\x0a\x09\x09.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#666;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-top-color:\x20#dcddde;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themelight']+'\x20.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#4f545c;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-down\x20{\x0a\x09\x09\x09border-top-color:\x20#72767d;\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.inputNumberWrapper\x20.numberinput-button-down:hover\x20{\x0a\x09\x09\x09border-top-color:\x20#f6f6f7;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.DevilBro-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09width:\x20550px;\x0a\x09\x09\x09min-height:\x2028px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settingsmodal\x20.DevilBro-settings\x20{\x0a\x09\x09\x09margin-bottom:\x2020px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settingsmodal\x20.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+',\x0a\x09\x09.DevilBro-settingsmodal\x20.DevilBro-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09width:\x20520px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+':before\x20{\x0a\x09\x09\x09z-index:\x2050;\x0a\x09\x09\x09left:\x20-10px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardinner'])+'\x20{\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09\x09display:\x20flex;\x0a\x09\x09\x09align-items:\x20center;\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09z-index:\x20100;\x0a\x09\x09}\x0a\x09\x09.DevilBro-settings\x20'+(BDFDB['dotCNS']['hovercard']+BDFDB['dotCN']['hovercardbutton'])+'\x20{\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09right:\x20-31px;\x0a\x09\x09\x09top:\x20-12px;\x0a\x09\x09\x09z-index:\x20200;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['hovercard']+':hover\x20'+BDFDB['dotCN']['hovercardbutton']+'\x20{\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+',\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+'\x20{\x0a\x09\x09\x09margin-left:\x2010px;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['checkboxcontainer']+':before,\x0a\x09\x09.DevilBro-settings\x20'+BDFDB['dotCN']['checkboxcontainer']+':before\x20{\x0a\x09\x09\x09display:\x20none;\x0a\x09\x09}\x09\x0a\x09\x09.DevilBro-modal\x20.swatches.disabled\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09\x09filter:\x20grayscale(70%)\x20brightness(50%);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-row\x20{\x0a\x09\x09\x09display:\x20flex\x20!important;\x20\x0a\x09\x09\x09flex-wrap:\x20wrap\x20!important;\x20\x0a\x09\x09\x09overflow:\x20visible\x20!important;\x0a\x09\x09\x09min-width:\x20482px\x20!important;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch\x20{\x0a\x09\x09\x09box-sizing:\x20border-box;\x0a\x09\x09\x09cursor:\x20pointer;\x0a\x09\x09\x09min-width:\x2030px;\x0a\x09\x09\x09min-height:\x2030px;\x0a\x09\x09\x09margin-bottom:\x205px;\x0a\x09\x09\x09margin-top:\x205px;\x0a\x09\x09\x09border:\x204px\x20solid\x20transparent;\x0a\x09\x09\x09border-radius:\x2012px;\x0a\x09\x09}\x09\x09\x0a\x09\x09.DevilBro-modal\x20.swatches.disabled\x20.ui-color-picker-swatch\x20{\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.large\x20{\x0a\x09\x09\x09min-width:\x2070px;\x0a\x09\x09\x09min-height:\x2070px;\x0a\x09\x09\x09border-radius:\x2025px;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.nocolor\x20{\x0a\x09\x09\x09border-color:\x20red;\x0a\x09\x09\x09background:\x20url(\x27data:image/svg+xml;\x20utf8,\x20\x27)\x20center/contain;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.ui-color-picker-swatch.nocolor.selected\x20{\x0a\x09\x09\x09border-color:\x20black;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.swatches\x20.color-picker-dropper\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09left:\x2040px;\x0a\x09\x09\x09top:\x2010px;\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-backdrop\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200.85;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-backdrop-stacked\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200.35;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-backdrop-closing\x20{\x0a\x09\x09\x09to\x20{\x20opacity:\x200;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-modal\x20{\x0a\x09\x09\x09to\x20{\x20transform:\x20scale(1);\x20opacity:\x201;\x20}\x0a\x09\x09}\x0a\x09\x09@keyframes\x20animation-modal-closing\x20{\x0a\x09\x09\x09to\x20{\x20transform:\x20scale(0.7);\x20opacity:\x200;\x20}\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop\x20250ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x200;\x0a\x09\x09\x09background-color:\x20rgb(0,\x200,\x200);\x0a\x09\x09\x09transform:\x20translateZ(0px);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20~\x20.DevilBro-modal\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop-stacked\x20250ms\x20ease;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal.closing\x20'+BDFDB['dotCN']['backdrop']+'\x20{\x0a\x09\x09\x09animation:\x20animation-backdrop-closing\x20200ms\x20linear;\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09animation-delay:\x2050ms;\x0a\x09\x09\x09opacity:\x200.2;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['modal']+'\x20{\x0a\x09\x09\x09animation:\x20animation-modal\x20250ms\x20cubic-bezier(0.175,\x200.885,\x200.32,\x201.275);\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09transform:\x20scale(0.7);\x0a\x09\x09\x09transform-origin:\x2050%\x2050%;\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal.closing\x20'+BDFDB['dotCN']['modal']+'\x20{\x0a\x09\x09\x09animation:\x20animation-modal-closing\x20250ms\x20cubic-bezier(0.19,\x201,\x200.22,\x201);\x0a\x09\x09\x09animation-fill-mode:\x20forwards;\x0a\x09\x09\x09opacity:\x201;\x0a\x09\x09\x09transform:\x20scale(1);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid\x20{\x0a\x09\x09\x09background-color:\x20rgba(67,181,129,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(27,141,89);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(67,181,129);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.valid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(67,181,129,.7);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid\x20{\x0a\x09\x09\x09background-color:\x20rgba(241,71,71,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:hover\x20{\x0a\x09\x09\x09border-color:\x20rgb(201,31,31);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid:focus\x20{\x0a\x09\x09\x09border-color:\x20rgb(241,71,71);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+'.invalid::placeholder\x20{\x0a\x09\x09\x09color:\x20rgba(241,71,71,.7);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['inputdefault']+':disabled\x20{\x0a\x09\x09\x09color:\x20#555555;\x0a\x09\x09\x09cursor:\x20no-drop;\x0a\x09\x09\x09background-color:\x20rgba(0,0,0,.5);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09border:\x20none\x20!important;\x0a\x09\x09\x09background:\x20rgba(0,0,0,.1);\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,0,0,.05);\x0a\x09\x09}\x0a\x09\x09'+BDFDB['dotCN']['themedark']+'\x20.DevilBro-modal\x20'+BDFDB['dotCN']['tabbarcontainer']+'\x20{\x0a\x09\x09\x09background:\x20rgba(0,0,0,.2);\x0a\x09\x09\x09box-shadow:\x200\x202px\x203px\x200\x20rgba(0,0,0,.1);\x0a\x09\x09}\x0a\x09\x09.DevilBro-modal\x20.tab-content:not(.open)\x20{\x0a\x09\x09\x09display:\x20none;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-container\x20{\x0a\x09\x09\x09padding:\x2010px\x2010px\x2010px\x2030px;\x0a\x09\x09\x09overflow:\x20hidden;\x0a\x09\x09\x09display:\x20initial;\x0a\x09\x09\x09margin:\x20auto;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-color,\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slider,\x0a\x09\x09.colorpicker-modal\x20.colorpicker-controls\x20{\x0a\x09\x09\x09float:\x20left;\x0a\x09\x09\x09margin-right:\x2020px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-inputs\x20{\x0a\x09\x09\x09text-align:\x20center;\x0a\x09\x09\x09width:\x20150px;\x0a\x09\x09\x09padding:\x203px\x203px\x203px\x2010px;\x0a\x09\x09\x09margin-top:\x2087px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickerpane,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-black,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-white,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-color\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09top:\x200px;\x0a\x09\x09\x09left:\x200px;\x0a\x09\x09\x09height:\x20308px;\x0a\x09\x09\x09width:\x20308px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickercursor\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09height:\x2014px;\x0a\x09\x09\x09width:\x2014px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-pickercursor\x20svg\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09height:\x2014px;\x0a\x09\x09\x09width:\x2014px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-sliderpane,\x20\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slider\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09top:\x200px;\x0a\x09\x09\x09left:\x200px;\x0a\x09\x09\x09height:\x20308px;\x0a\x09\x09\x09width:\x2020px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slidercursor\x20{\x0a\x09\x09\x09position:\x20absolute;\x0a\x09\x09\x09left:\x20-6px;\x0a\x09\x09\x09height:\x2012px;\x0a\x09\x09\x09width:\x2032px;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-slidercursor\x20svg\x20{\x0a\x09\x09\x09position:\x20relative;\x0a\x09\x09\x09height:\x2012px;\x0a\x09\x09\x09width:\x2032px;\x0a\x09\x09}\x09\x0a\x09\x09.colorpicker-modal\x20[class^=\x22colorpicker-preview-\x22]\x20{\x0a\x09\x09\x09background-color:\x20#808080;\x0a\x09\x09\x09border:\x203px\x20solid\x20transparent;\x0a\x09\x09\x09height:\x2065px;\x0a\x09\x09\x09width:\x2080px;\x0a\x09\x09\x09float:\x20left;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-preview-0\x20{\x0a\x09\x09\x09border-radius:\x205px\x200\x200\x205px;\x0a\x09\x09\x09border-right:\x20none;\x0a\x09\x09}\x0a\x09\x09.colorpicker-modal\x20.colorpicker-preview-2\x20{\x0a\x09\x09\x09border-radius:\x200\x205px\x205px\x200;\x0a\x09\x09\x09border-left:\x20none;\x0a\x09\x09}');BDFDB['addEventListener'](BDFDB,document,'click.BDFDBPluginClick','.bd-settingswrap\x20.bd-refresh-button,\x20.bd-settingswrap\x20.bd-switch-checkbox',()=>{BDFDB['setPluginCache']();BDFDB['setThemeCache']();});var qp={};BDFDB['addEventListener'](BDFDB,document,'keydown.BDFDBPressedKeys',qq=>{if(!BDFDB['pressedKeys']['includes'](qq['which'])){clearTimeout(qp[qq['which']]);BDFDB['pressedKeys']['push'](qq['which']);qp[qq['which']]=setTimeout(()=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],qq['which'],!![]);},0xea60);}});BDFDB['addEventListener'](BDFDB,document,'keyup.BDFDBPressedKeys',qr=>{BDFDB['removeFromArray'](BDFDB['pressedKeys'],qr['which'],!![]);});BDFDB['addEventListener'](BDFDB,document,'mousedown.BDFDBMousePosition',qs=>{BDFDB['mousePosition']=qs;});BDFDB['patchModules']={'V2C_List':'componentDidMount','V2C_PluginCard':['componentDidMount','componentDidUpdate'],'V2C_ThemeCard':['componentDidMount','componentDidUpdate'],'MessageOptionPopout':'componentDidMount'};BDFDB['WebModules']['unpatchall'](BDFDB);BDFDB['WebModules']['patchModules'](BDFDB);BDFDB['processV2CList']=function(qt,qu){if(!document['querySelector']('.bd-updatebtn')&&global['window']['PluginUpdates']&&global['window']['PluginUpdates']['plugins']&&qt['_reactInternalFiber']['key']&&qt['_reactInternalFiber']['key']['split']('-')[0x0]=='plugin'){var qv=document['querySelector'](BDFDB['dotCN']['_repofolderbutton']);if(qv){var qw=BDFDB['htmlToElement']('Check\x20for\x20Updates');qw['addEventListener']('click',()=>{BDFDB['checkAllUpdates']();});qw['addEventListener']('mouseenter',()=>{BDFDB['createTooltip']('Only\x20checks\x20for\x20updates\x20of\x20plugins,\x20which\x20support\x20the\x20updatecheck.\x20Rightclick\x20for\x20a\x20list\x20of\x20supported\x20plugins.',qw,{'type':'top','selector':'update-button-tooltip'});});qw['addEventListener']('contextmenu',()=>{if(global['window']['PluginUpdates']&&global['window']['PluginUpdates']['plugins']&&!document['querySelector']('.update-list-tooltip')){var qx=[];for(let qy in global['window']['PluginUpdates']['plugins'])qx['push'](global['window']['PluginUpdates']['plugins'][qy]['name']);BDFDB['createTooltip'](qx['sort']()['join'](',\x20'),qw,{'type':'bottom','selector':'update-list-tooltip'});}});qv['parentElement']['insertBefore'](qw,qv['nextSibling']);}}};var qz=(qA,qB)=>{var qC,qD=null;if(BDFDB['containsClass'](qB,BDFDB['disCN']['_reposettingsclosed'])&&(qC=qB['querySelector'](BDFDB['dotCN']['_repoauthor']))!=null&&(qD=qB['querySelector'](BDFDB['dotCN']['_repodescription']))!=null){if(!qC['firstElementChild']&&!qD['firstElementChild']&&(qC['innerText']=='DevilBro'||qC['innerText']['indexOf']('DevilBro,')==0x0)){qD['style']['setProperty']('display','block','important');qC['innerHTML']='DevilBro'+qC['innerText']['split']('DevilBro')['slice'](0x1)['join']('DevilBro');qC['addEventListener']('click',()=>{if(BDFDB['myData']['id']=='278543574059057154')return;let qE=BDFDB['WebModules']['findByProperties']('getDMFromUserId')['getDMFromUserId']('278543574059057154');if(qE)BDFDB['WebModules']['findByProperties']('selectPrivateChannel')['selectPrivateChannel'](qE);else BDFDB['WebModules']['findByProperties']('openPrivateChannel')['openPrivateChannel'](BDFDB['myData']['id'],'278543574059057154');let qF=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(qF)qF['click']();});let qG=qB['querySelector'](BDFDB['dotCN']['_repolinks']);if(qG){if(qG['firstElementChild'])qG['appendChild'](document['createTextNode']('\x20|\x20'));let qH=BDFDB['htmlToElement']('Support\x20Server');qH['addEventListener']('click',qI=>{BDFDB['stopEvent'](qI);let qJ=()=>{BDFDB['WebModules']['findByProperties']('banUser','joinGuild')['transitionToGuildSync']('410787888507256842');let qK=document['querySelector'](BDFDB['dotCNS']['settingsclosebuttoncontainer']+BDFDB['dotCN']['settingsclosebutton']);if(qK)qK['click']();};if(BDFDB['WebModules']['findByProperties']('getGuilds','getGuild')['getGuild']('410787888507256842'))qJ();else BDFDB['WebModules']['findByProperties']('getAPIBaseURL')['post']({'body':{},'url':BDFDB['WebModules']['findByProperties']('Permissions','ActivityTypes','StatusTypes')['Endpoints']['INVITE']+'/Jx3TjNS'})['then'](qL=>{qJ();});});qG['appendChild'](qH);if(BDFDB['myData']['id']!='98003542823944192'&&BDFDB['myData']['id']!='116242787980017679'&&BDFDB['myData']['id']!='81388395867156480'){qG['appendChild'](document['createTextNode']('\x20|\x20'));qG['appendChild'](BDFDB['htmlToElement']('Donations'));}}}}};BDFDB['processV2CPluginCard']=function(qM,qN){qz(qM,qN);};BDFDB['processV2CThemeCard']=function(qO,qP){qz(qO,qP);};BDFDB['processMessageOptionPopout']=function(qQ,qR){var qS=BDFDB['getReactValue'](qQ,'_reactInternalFiber.return.return.return.memoizedProps.target');if(qS)qQ['props']['target']=qS;};BDFDB['WebModules']['forceAllUpdates'](BDFDB);BDFDB['loaded']=!![];})(); \ No newline at end of file