",settingsButton=$("
",{class:"tab-bar-item",text:"BetterDiscord",id:"bd-settings-new",click:function(){$(".tab-bar-item").removeClass("selected"),settingsButton.addClass("selected"),$(".form .settings-right .settings-inner").first().hide(),panel.show(),""==lastTab?d.changeTab("bd-settings-tab"):d.changeTab(lastTab)}}),panel.html(r),this.panel=panel},SettingsPanel.prototype.inject=function(n){if(!this.injectNew(n)&&"childList"==n.type&&!(0>=n.addedNodes.length)&&!(0>=$(n.addedNodes[0]).find(".user-settings-modal").length)){var d=this;this.panel.hide();var r=$(".tab-bar.SIDE").first();$(".tab-bar.SIDE .tab-bar-item").click(function(){$(".form .settings-right .settings-inner").first().show(),$("#bd-settings-new").removeClass("selected"),d.panel.hide()}),r.append(settingsButton),$(".form .settings-right .settings-inner").last().after(d.panel),$("#bd-settings-new").removeClass("selected")}},SettingsPanel.prototype.injectNew=function(n){let d=this;if(n.target.classList.contains("layers")||n.target.classList.contains("layers-20RVFW")){if($(".guild-settings-base-section").length)try{n.addedNodes[0].setAttribute("layer-id","server-settings")}catch(r){}if($(".socialLinks-1oZoF3").length){try{n.addedNodes[0].setAttribute("layer-id","user-settings")}catch(r){}if(!$("#bd-settings-sidebar").length)return d.v2SettingsPanel.renderSidebar(),!0}}},SettingsPanel.prototype.versionInfo=function(){let n=this,d=$("
",{class:"bd-versioninfo-wrapper"}).append($("
",{text:`BetterDiscord v${"undefined"==typeof version?bdVersion:version}:${jsVersion} by `})).append($("
",{text:"Jiiks",href:"https://google.com",target:"_blank"}));return d},SettingsPanel.prototype.tabBarNew=function(){let n=this,d=$("
",{class:"tab-bar TOP",style:"border-bottom:none"});return[{id:"bd-core",text:"Core"},{id:"bd-emotes",text:"Emotes"},{id:"bd-customcss",text:"Custom CSS"},{id:"bd-plugins",text:"Plugins"},{id:"bd-themes",text:"Themes"}].map(o=>{d.append($("
",{class:"tab-bar-item bd-tab",text:o.text,id:o.id,click:()=>n.changeTabNew(o.id)}))}),d},SettingsPanel.prototype.changeTabNew=function(n){$(".bd-tab").removeClass("selected"),$(`#${n}`).addClass("selected"),$(".bd-pane").hide(),$(`#${n}-pane`).show(),"bd-customcss"!==n||customCssInitialized||(customCssEditor.init(),customCssInitialized=!0)},SettingsPanel.prototype.updateSettingNew=function(n,d){"bda-css-2"==n&&($("#app-mount").removeClass("bd-hide-bd"),customCssEditor.hideBackdrop=d,d&&$("#app-mount").addClass("bd-hide-bd")),"bda-gs-8"==n&&d&&mainCore.alert("Developer Mode Enabled","Use F8 to break/resume execution
More coming soon"),settingsCookie[n]=d,this.updateSettings()},SettingsPanel.prototype.settingsSwitch=function(n){let d=this,r=settings[n];return $("
",{class:"ui-flex flex-vertical flex-justify-start flex-align-stretch flex-nowrap ui-switch-item"}).append($("
",{class:"ui-flex flex-horizontal flex-justify-start flex-align-stretch flex-nowrap"}).append($("
",{class:"ui-form-title h3 margin-reset margin-reset ui-flex-child",text:n})).append($("
",{class:"ui-switch-wrapper ui-flex-child",style:"flex: 0 0 auto"}).append($("
",{class:"ui-switch-checkbox",type:"checkbox",change:function(){d.updateSettingNew(r.id,this.checked)},checked:settingsCookie[r.id]})).append($("
",{class:"ui-switch"})))).append($("
",{class:"ui-form-text style-description margin-top-4",style:"flex: 1 1 auto",text:r.info}))},SettingsPanel.prototype.corePaneNew=function(){let n=this,d=$("
",{class:"ui-form-item bd-pane",id:"bd-core-pane",style:"display:none"});return Object.keys(settings).map(r=>{let o=settings[r];return"core"!==o.cat||!o.implemented||o.hidden?!1:void d.append(n.settingsSwitch(r))}),d},SettingsPanel.prototype.emotesPaneNew=function(){let n=this,d=$("
",{class:"ui-form-item bd-pane",id:"bd-emotes-pane",style:"display:none"});return Object.keys(settings).map(r=>{let o=settings[r];return"emote"!==o.cat||!o.implemented||o.hidden?!1:void d.append(n.settingsSwitch(r))}),d},SettingsPanel.prototype.customCssPaneNew=function(){let n=this,d=$("
",{class:"ui-form-item bd-pane",id:"bd-customcss-pane",style:"display:none"}),r=$("
",{id:"editor-detached",style:"display:none"}).append($("
",{text:"Editor Detached"})).append($("
",{class:"btn btn-primary",text:"Attach",click:()=>{customCssEditor.attach()}}));d.append(r);let o=window.bdStorage.get("bdcustomcss"),c="";null!==o&&""!==o&&(c=atob(o));let l=$("
",{id:"bd-customcss-innerpane"}).append($("
",{id:"bd-custom-css-ta",text:c}));return d.append(l),d},SettingsPanel.prototype.pluginTemp=function(n){let r=$("
",{}).append($("
",{class:"bda-left"}).append($("
",{class:"bda-name",text:`${n.getName()} v${n.getVersion()} by ${n.getAuthor()}`})).append($("
",{class:"scroller-wrap fade"}).append($("
",{class:"scroller bda-description",text:n.getDescription()})))).append($("
",{class:"bda-right"}).append($("
",{class:"ui-switch-wrapper ui-flex-child",style:"flex: 0 0 auto"}).append($("
",{class:"ui-switch-checkbox",type:"checkbox",change:function(){pluginModule.handlePluginT(n.getName(),this.checked)},checked:pluginCookie[n.getName()]})).append($("
",{class:"ui-switch"}))).append($("
",{text:"Reload",disabled:!0,enabled:!1,click:()=>{return!1}})).append($("
",{text:"Settings",click:()=>{pluginModule.showSettingsT(n.getName())}})));return r},SettingsPanel.prototype.pluginsPaneNew=function(){let n=this,d=$("
",{class:"bda-slist"});return $.each(bdplugins,function(){let r=this.plugin;d.append(n.pluginTemp(r))}),$("
",{class:"ui-form-item bd-pane",id:"bd-plugins-pane",style:"display:none"}).append(d)},SettingsPanel.prototype.themeTemp=function(n){let d=$("
",{}).append($("
",{class:"bda-left"}).append($("
",{class:"bda-name",text:`${n.name.replace(/_/g," ")} v${n.version} by ${n.author}`})).append($("
",{class:"scroller-wrap fade"}).append($("
",{class:"scroller bda-description",text:n.description})))).append($("
",{class:"bda-right"}).append($("
",{class:"ui-switch-wrapper ui-flex-child",style:"flex: 0 0 auto"}).append($("
",{class:"ui-switch-checkbox",type:"checkbox",change:function(){themeModule.handleThemeT(n.name,this.checked)},checked:themeCookie[n.name]})).append($("
",{class:"ui-switch"}))).append($("
",{text:"Reload",disabled:!0,enabled:!1,click:()=>{return!1}})));return d},SettingsPanel.prototype.themesPaneNew=function(){let n=this,d=$("
",{class:"bda-slist"});return $.each(bdthemes,function(){let r=this;d.append(n.themeTemp(r))}),$("
",{class:"ui-form-item bd-pane",id:"bd-themes-pane",style:"display:none"}).append(d)},SettingsPanel.prototype.panesNew=function(){let n=this,d=$("
",{class:"bd-settings-panes"});return d.append(n.corePaneNew()),d.append(n.emotesPaneNew()),d.append(n.customCssPaneNew()),d.append(n.pluginsPaneNew()),d.append(n.themesPaneNew()),d},SettingsPanel.prototype.settingsPaneNew=function(){let n=this;if(n.constructed)return n.constructed;let d=$(".tools").clone();return d.find(".btn-close").on("click",()=>{$(".tools").first().find(".btn-close").click()}),n.constructed=$("
",{class:"content-region",id:"bd-settingspane",style:"display:none"}).append($("
",{class:"scroller-wrap fade dark"}).append($("
",{class:"scroller"}).append($("
",{class:"content-column"}).append(n.tabBarNew()).append(n.panesNew())).append(d))),n.constructed},SettingsPanel.prototype.showBdSettingsPane=function(){$(".ui-standard-sidebar-view .content-region").first().hide(),$("#bd-settingspane").show()},SettingsPanel.prototype.hideBdSettingsPane=function(){$(".ui-standard-sidebar-view .content-region").first().show(),$("#bd-settingspane").hide()};var _hash;function Utils(){}Utils.prototype.getTextArea=function(){return $(".channel-text-area-default textarea")},Utils.prototype.jqDefer=function(n){window.jQuery?n():setTimeout(function(){this.jqDefer(n)},100)},Utils.prototype.getHash=function(){$.getJSON("https://api.github.com/repos/Jiiks/BetterDiscordApp/commits/master",function(n){_hash=n.sha,emoteModule.getBlacklist()})},Utils.prototype.loadHtml=function(n,d){var r=$("
",{class:"bd-container"}).appendTo("body");n="//cdn.rawgit.com/Jiiks/BetterDiscordApp/"+_hash+"/html/"+n+".html",r.load(n,d())},Utils.prototype.injectJs=function(n){$("",{type:"text/javascript",src:n}).appendTo($("body"))},Utils.prototype.injectCss=function(n){$("
",{type:"text/css",rel:"stylesheet",href:n}).appendTo($("head"))},Utils.prototype.log=function(n){console.log("%c[%cBetterDiscord%c] %c"+n+"","color: red;","color: #303030; font-weight:700;","color:red;","")},Utils.prototype.err=function(n){console.log("%c[%cBetterDiscord%c] %c"+n+"","color: red;","color: red; font-weight:700;","color:red;","")},Utils.prototype.importSettings=function(){mainCore.alert("Import Settings","
"),$("#bda-import-settings").off("click").on("click",function(){var n;try{n=JSON.parse($("#bda-import-textarea").val())}catch(c){return mainCore.alert("Invalid Data",c),!1}try{for(key in n.settings){var d=n.settings[key];if(settingsCookie.hasOwnProperty(key)){settingsCookie[key]=d;var r=$("#"+key);r.prop("checked",d),settingsPanel.updateSettings()}}window.bdStorage.set("bdcustomcss",n.customCss);var o=window.bdStorage.get("bdcustomcss");customCssInitialized||(customCssEditor.init(),customCssInitialized=!0),customCssEditor.applyCustomCss(o,settingsCookie["bda-css-0"],!1),customCssEditor.editor.setValue(o)}catch(c){return mainCore.alert("Invalid Data",c),!1}try{$.each(n.plugins,function(c){var l=n.plugins[c];if(bdplugins.hasOwnProperty(c)){pluginCookie[c]=l;var u=$("#"+c.replace(" ","__"));u.is(":checked")&&!l&&(bdplugins[c].plugin.stop(),u.prop("checked",!1)),!u.is(":checked")&&l&&(bdplugins[c].plugin.start(),u.prop("checked",!0))}}),pluginModule.savePluginData()}catch(c){return mainCore.alert("Failed to load plugin data",c),!1}try{themeCookie=n.themes,$.each(themeCookie,function(c){var l=themeCookie[c],u="#ti"+c;bdthemes.hasOwnProperty(c)&&($(u).is(":checked")&&!l&&($(u).prop("checked",!1),$("#"+c).remove()),!$(u).is(":checked")&&l&&($(u).prop("checked",!0),$("head").append("")))}),themeModule.saveThemeData()}catch(c){return mainCore.alert("Failed to load theme data",c),!1}return!1})},Utils.prototype.exportSettings=function(){var n={settings:settingsCookie,customCss:window.bdStorage.get("bdcustomcss"),plugins:pluginCookie,themes:themeCookie,favEmotes:window.bdStorage.get("bdfavemotes")};mainCore.alert("Export Settings","
")},Utils.prototype.addBackdrop=function(n){var d=$("
",{class:"bda-backdrop","data-bdbackdrop":n,mouseup:function(){$("[data-bdalert=\""+n+"\"]").remove(),$(this).remove()}});$("#app-mount").append(d)},Utils.prototype.removeBackdrop=function(n){$("[data-bdbackdrop=\""+n+"\"]").remove()};function VoiceMode(){}VoiceMode.prototype.obsCallback=function(){var n=this;settingsCookie["bda-gs-4"]&&(n.disable(),setTimeout(function(){n.enable()},300))},VoiceMode.prototype.enable=function(){$(".scroller.guild-channels ul").first().css("display","none"),$(".scroller.guild-channels header").first().css("display","none"),$(".app.flex-vertical").first().css("overflow","hidden"),$(".chat.flex-vertical.flex-spacer").first().css("visibility","hidden").css("min-width","0px"),$(".flex-vertical.channels-wrap").first().css("flex-grow","100000"),$(".guild-header .btn.btn-hamburger").first().css("visibility","hidden")},VoiceMode.prototype.disable=function(){$(".scroller.guild-channels ul").first().css("display",""),$(".scroller.guild-channels header").first().css("display",""),$(".app.flex-vertical").first().css("overflow",""),$(".chat.flex-vertical.flex-spacer").first().css("visibility","").css("min-width",""),$(".flex-vertical.channels-wrap").first().css("flex-grow",""),$(".guild-header .btn.btn-hamburger").first().css("visibility","")};var pluginCookie={};function PluginModule(){}PluginModule.prototype.loadPlugins=function(){this.loadPluginData(),$.each(bdplugins,function(){var n=this.plugin;n.load();var d=n.getName(),r=!1;pluginCookie.hasOwnProperty(d)?r=pluginCookie[d]:pluginCookie[d]=!1,r&&n.start()})},PluginModule.prototype.handlePlugin=function(n){var d=$(n).children().find("input[type=\"checkbox\"]"),r=!d.is(":checked"),o=d.attr("id").replace("__"," ");d.prop("checked",r),r?(bdplugins[o].plugin.start(),pluginCookie[o]=!0):(bdplugins[o].plugin.stop(),pluginCookie[o]=!1),this.savePluginData()},PluginModule.prototype.handlePluginT=function(n,d){d?(bdplugins[n].plugin.start(),pluginCookie[n]=!0):(bdplugins[n].plugin.stop(),pluginCookie[n]=!1),this.savePluginData()},PluginModule.prototype.showSettings=function(n){if(null!=bdplugins[n]&&"function"==typeof bdplugins[n].plugin.getSettingsPanel){var d=bdplugins[n].plugin.getSettingsPanel();$(".modal-inner").off("click.bdpsm").on("click.bdpsm",function(){$("#bd-psm-id").length?$(".bd-psm").remove():$(".bd-psm").attr("id","bd-psm-id")}),$(".modal").append("
"),$("#bd-psm-s").append(d)}},PluginModule.prototype.showSettingsT=function(n){if(null!==bdplugins[n]&&"function"==typeof bdplugins[n].plugin.getSettingsPanel){$("#bd-settingspane").off("click.bdpsm").on("click.bdpsm",function(r){"bd-psm-s"===r.target.id||r.target.textContent&&"Settings"===r.target.textContent||$(".bd-psm").remove()});let d=bdplugins[n].plugin.getSettingsPanel();$(".bd-settings-panes").append("
"),$("#bd-psm-s").append(d)}},PluginModule.prototype.loadPluginData=function(){var n=$.cookie("bd-plugins");n!=void 0&&(pluginCookie=JSON.parse($.cookie("bd-plugins")))},PluginModule.prototype.savePluginData=function(){$.cookie("bd-plugins",JSON.stringify(pluginCookie),{expires:365,path:"/"})},PluginModule.prototype.newMessage=function(){$.each(bdplugins,function(){pluginCookie[this.plugin.getName()]&&("function"!=typeof this.plugin.onMessage||this.plugin.onMessage())})},PluginModule.prototype.channelSwitch=function(){$.each(bdplugins,function(){pluginCookie[this.plugin.getName()]&&("function"!=typeof this.plugin.onSwitch||this.plugin.onSwitch())})},PluginModule.prototype.socketEvent=function(n,d){$.each(bdplugins,function(){pluginCookie[this.plugin.getName()]&&("function"!=typeof this.plugin.socketEvent||this.plugin.socketEvent(d))})},PluginModule.prototype.rawObserver=function(n){$.each(bdplugins,function(){pluginCookie[this.plugin.getName()]&&("function"!=typeof this.plugin.observer||this.plugin.observer(n))})};var themeCookie={};function ThemeModule(){}ThemeModule.prototype.loadThemes=function(){this.loadThemeData(),$.each(bdthemes,function(){var n=this.name,d=!1;themeCookie.hasOwnProperty(n)?themeCookie[n]&&(d=!0):themeCookie[n]=!1,d&&$("head").append("")})},ThemeModule.prototype.handleTheme=function(n){var d=$(n).children().find("input[type=\"checkbox\"]"),r=!d.is(":checked"),o=d.attr("id").substring(2);d.prop("checked",r),r?($("head").append(""),themeCookie[o]=!0):($("#"+o).remove(),themeCookie[o]=!1),this.saveThemeData()},ThemeModule.prototype.handleThemeT=function(n,d){d?($("head").append(""),themeCookie[n]=!0):($("#"+n).remove(),themeCookie[n]=!1),this.saveThemeData()},ThemeModule.prototype.loadThemeData=function(){var n=$.cookie("bd-themes");n!=void 0&&(themeCookie=JSON.parse($.cookie("bd-themes")))},ThemeModule.prototype.saveThemeData=function(){$.cookie("bd-themes",JSON.stringify(themeCookie),{expires:365,path:"/"})};var bdSocket,bdws;function BdWSocket(){bdws=this}BdWSocket.prototype.start=function(){this},BdWSocket.prototype.open=function(n){utils.log("Socket Host: "+n);try{bdSocket=new WebSocket(n),bdSocket.onopen=this.onOpen,bdSocket.onmessage=this.onMessage,bdSocket.onerror=this.onError,bdSocket.onclose=this.onClose}catch(d){utils.log(d)}},BdWSocket.prototype.onOpen=function(){utils.log("Socket Open");var n={op:2,d:{token:JSON.parse(window.bdStorage.get("token")),properties:JSON.parse(window.bdStorage.get("superProperties")),v:3}};bdws.send(n)},BdWSocket.prototype.onMessage=function(n){var d,r,o;try{d=JSON.parse(n.data),r=d.d,o=d.t}catch(c){return void utils.err(c)}switch(o){case"READY":bdSocket.interval=setInterval(function(){bdws.send({op:1,d:Date.now()})},r.heartbeat_interval),utils.log("Socket Ready");break;case"PRESENCE_UPDATE":pluginModule.socketEvent("PRESENCE_UPDATE",r);break;case"TYPING_START":pluginModule.socketEvent("TYPING_START",r);break;case"MESSAGE_CREATE":pluginModule.socketEvent("MESSAGE_CREATE",r);break;case"MESSAGE_UPDATE":pluginModule.socketEvent("MESSAGE_UPDATE",r);break;default:}},BdWSocket.prototype.onError=function(n){utils.log("Socket Error - "+n.message)},BdWSocket.prototype.onClose=function(n){utils.log("Socket Closed - "+n.code+" : "+n.reason),clearInterval(bdSocket.interval),bdws.start()},BdWSocket.prototype.send=function(n){1==bdSocket.readyState&&bdSocket.send(JSON.stringify(n))},BdWSocket.prototype.getSocket=function(){return bdSocket};function BdApi(){}BdApi.joinServer=function(n){opublicServers.joinServer(n)},BdApi.injectCSS=function(n,d){$("head").append(""),$("#"+n).html(d)},BdApi.clearCSS=function(n){$("#"+n).remove()},BdApi.getPlugin=function(n){return bdplugins.hasOwnProperty(n)?bdplugins[n].plugin:null},BdApi.getIpc=function(){return betterDiscordIPC},BdApi.getCore=function(){return mainCore},BdApi.getUserIdByName=function(n){for(var o,d=$(".member-username"),r=0;r
{const n=webpackJsonp([],{__extra_id__:(c,l,u)=>l.default=u},["__extra_id__"]).default;delete n.m.__extra_id__,delete n.c.__extra_id__;const d=(c,l={})=>{const{cacheOnly:u=!0}=l;for(let b in n.c)if(n.c.hasOwnProperty(b)){let g=n.c[b].exports;if(g&&g.__esModule&&g.default&&c(g.default))return g.default;if(g&&c(g))return g}if(u)return console.warn("Cannot find loaded module in cache"),null;console.warn("Cannot find loaded module in cache. Loading all modules may have unexpected side effects");for(let b=0;bd(u=>c.every(b=>u[b]!==void 0),l),findByDisplayName:(c,l)=>d(u=>u.displayName===c,l)}})(),this.internal={react:this.WebpackModules.findByUniqueProperties(["Component","PureComponent","Children","createElement","cloneElement"]),"react-dom":this.WebpackModules.findByUniqueProperties(["findDOMNode"])}}get reactComponent(){return this.internal.react.Component}get react(){return this.internal.react}get reactDom(){return this.internal["react-dom"]}parseSettings(n){return Object.keys(settings).reduce((d,r)=>{let o=settings[r];return o.cat===n&&o.implemented&&!o.hidden&&(o.text=r,d.push(o)),d},[])}}window.BDV2=new V2;class V2C_SettingsPanel extends BDV2.reactComponent{constructor(n){super(n)}render(){let{settings:n}=this.props;return BDV2.react.createElement("div",{className:"content-column default"},BDV2.react.createElement(V2Components.SettingsTitle,{text:this.props.title}),n.map(d=>{return BDV2.react.createElement(V2Components.Switch,{id:d.id,key:d.id,data:d,checked:settingsCookie[d.id],onChange:(r,o)=>{this.props.onChange(r,o)}})}))}}class V2C_Switch extends BDV2.reactComponent{constructor(n){super(n),this.setInitialState(),this.onChange=this.onChange.bind(this)}setInitialState(){this.state={checked:this.props.checked}}render(){let{text:n,info:d}=this.props.data,{checked:r}=this.state;return BDV2.react.createElement("div",{className:"ui-flex flex-vertical flex-justify-start flex-align-stretch flex-nowrap ui-switch-item"},BDV2.react.createElement("div",{className:"ui-flex flex-horizontal flex-justify-start flex-align-stretch flex-nowrap"},BDV2.react.createElement("h3",{className:"ui-form-title h3 margin-reset margin-reset ui-flex-child"},n),BDV2.react.createElement("label",{className:"ui-switch-wrapper ui-flex-child",style:{flex:"0 0 auto"}},BDV2.react.createElement("input",{className:"ui-switch-checkbox",type:"checkbox",checked:r,onChange:o=>this.onChange(o)}),BDV2.react.createElement("div",{className:`ui-switch ${r?"checked":""}`}))),BDV2.react.createElement("div",{className:"ui-form-text style-description margin-top-4",style:{flex:"1 1 auto"}},d))}onChange(){this.props.onChange(this.props.id,!this.state.checked),this.setState({checked:!this.state.checked})}}class V2C_Scroller extends BDV2.reactComponent{constructor(n){super(n)}render(){let n=`scroller-wrap${this.props.fade?" fade":""} ${this.props.dark?" dark":""}`,{children:d}=this.props;return BDV2.react.createElement("div",{key:"scrollerwrap",className:n},BDV2.react.createElement("div",{key:"scroller",ref:"scroller",className:"scroller"},d))}}class V2C_TabBarItem extends BDV2.reactComponent{constructor(n){super(n),this.setInitialState(),this.onClick=this.onClick.bind(this)}setInitialState(){this.state={selected:this.props.selected||!1}}render(){return BDV2.react.createElement("div",{className:`ui-tab-bar-item${this.props.selected?" selected":""}`,onClick:this.onClick},this.props.text)}onClick(){this.props.onClick&&this.props.onClick(this.props.id)}}class V2C_TabBarSeparator extends BDV2.reactComponent{constructor(n){super(n)}render(){return BDV2.react.createElement("div",{className:"ui-tab-bar-separator margin-top-8 margin-bottom-8"})}}class V2C_TabBarHeader extends BDV2.reactComponent{constructor(n){super(n)}render(){return BDV2.react.createElement("div",{className:"ui-tab-bar-header"},this.props.text)}}class V2C_SideBar extends BDV2.reactComponent{constructor(n){super(n);let d=this;const r=$("[class*=side] > [class*=selected]");r.length&&(d.scn=r.attr("class"));const o=$("[class*=side] > [class*=notSelected]");o.length&&(d.nscn=o.attr("class")),$("[class*=side] > [class*=item]").on("click",()=>{d.setState({selected:null})}),d.setInitialState(),d.onClick=d.onClick.bind(d)}setInitialState(){let n=this;n.state={selected:null,items:n.props.items};let d=n.props.items.find(r=>{return r.selected});d&&(n.state.selected=d.id)}render(){let n=this,{headerText:d}=n.props,{items:r,selected:o}=n.state;return BDV2.react.createElement("div",null,BDV2.react.createElement(V2Components.TabBar.Separator,null),BDV2.react.createElement(V2Components.TabBar.Header,{text:d}),r.map(c=>{let{id:l,text:u}=c;return BDV2.react.createElement(V2Components.TabBar.Item,{key:l,selected:o===l,text:u,id:l,onClick:n.onClick})}))}onClick(n){let d=this;const r=$("[class*=side] > [class*=selected]");r.length&&(r.off("click.bdsb").on("click.bsb",o=>{$(o.target).attr("class",d.scn)}),r.attr("class",d.nscn)),$(".ui-tab-bar-item").removeClass("selected"),d.setState({selected:n}),d.props.onClick&&d.props.onClick(n)}}class V2C_XSvg extends BDV2.reactComponent{constructor(n){super(n)}render(){return BDV2.react.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12",style:{width:"18px",height:"18px"}},BDV2.react.createElement("g",{className:"background",fill:"none","fill-rule":"evenodd"},BDV2.react.createElement("path",{d:"M0 0h12v12H0"}),BDV2.react.createElement("path",{className:"fill",fill:"#dcddde",d:"M9.5 3.205L8.795 2.5 6 5.295 3.205 2.5l-.705.705L5.295 6 2.5 8.795l.705.705L6 6.705 8.795 9.5l.705-.705L6.705 6"})))}}class V2C_Tools extends BDV2.reactComponent{constructor(n){super(n),this.onClick=this.onClick.bind(this)}render(){return BDV2.react.createElement("div",{className:"tools"},BDV2.react.createElement("div",{className:"btn-close",onClick:this.onClick},BDV2.react.createElement(V2Components.XSvg,null)),BDV2.react.createElement("div",{className:"esc-text"},"ESC"))}onClick(){this.props.onClick&&this.props.onClick(),$(".btn-close").first().click()}}class V2C_SettingsTitle extends BDV2.reactComponent{constructor(n){super(n)}render(){return BDV2.react.createElement("h2",{className:"ui-form-title h2 margin-reset margin-bottom-20"},this.props.text)}}class V2C_Checkbox extends BDV2.reactComponent{constructor(n){super(n),this.onClick=this.onClick.bind(this),this.setInitialState()}setInitialState(){this.state={checked:this.props.checked||!1}}render(){return BDV2.react.createElement("li",null,BDV2.react.createElement("div",{className:"checkbox",onClick:this.onClick},BDV2.react.createElement("div",{className:"checkbox-inner"},BDV2.react.createElement("input",{checked:this.state.checked,onChange:()=>{},type:"checkbox"}),BDV2.react.createElement("span",null)),BDV2.react.createElement("span",null,this.props.text)))}onClick(){this.props.onChange(this.props.id,!this.state.checked),this.setState({checked:!this.state.checked})}}class V2C_CssEditorDetached extends BDV2.reactComponent{constructor(n){super(n);let d=this;d.onClick=d.onClick.bind(d),d.updateCss=d.updateCss.bind(d),d.saveCss=d.saveCss.bind(d),d.onChange=d.onChange.bind(d)}componentDidMount(){let n=this;$("#app-mount").addClass("bd-detached-editor"),n.editor=CodeMirror.fromTextArea(n.refs.editor,n.options),n.editor.on("change",()=>{settingsCookie["bda-css-0"]&&n.updateCss()}),window.bdtemp.editorDetached=!0}componentWillUnmount(){$("#app-mount").removeClass("bd-detached-editor"),window.bdtemp.editorDetached=!1}get options(){return{lineNumbers:!0,mode:"css",indentUnit:4,theme:"material",scrollbarStyle:"simple"}}get css(){let n=window.bdStorage.get("bdcustomcss"),d="";return n&&""!==n&&(d=atob(n)),d}get root(){let n=$("#bd-customcss-detach-container");return n.length?n[0]:this.injectRoot()?this.detachedRoot:null}injectRoot(){return!!$(".app").length&&($("
",{id:"bd-customcss-detach-container"}).insertAfter($(".app")),!0)}render(){let n=this;return BDV2.react.createElement("div",{className:"bd-detached-css-editor",id:"bd-customcss-detach-editor"},BDV2.react.createElement("div",{id:"bd-customcss-innerpane"},BDV2.react.createElement("textarea",{onChange:()=>{},value:n.css,ref:"editor",id:"bd-customcss-ta"}),BDV2.react.createElement("div",{id:"bd-customcss-attach-controls"},BDV2.react.createElement("ul",{className:"checkbox-group"},BDV2.react.createElement(V2Components.Checkbox,{id:"live-update",text:"Live Update",onChange:n.onChange,checked:settingsCookie["bda-css-0"]})),BDV2.react.createElement("div",{id:"bd-customcss-detach-controls-button"},BDV2.react.createElement("button",{style:{borderRadius:"3px 0 0 3px",borderRight:"1px solid #3f4146"},className:"btn btn-primary",onClick:()=>{n.onClick("update")}},"Update"),BDV2.react.createElement("button",{style:{borderRadius:"0",borderLeft:"1px solid #2d2d2d",borderRight:"1px solid #2d2d2d"},className:"btn btn-primary",onClick:()=>{n.onClick("save")}},"Save"),BDV2.react.createElement("button",{style:{borderRadius:"0 3px 3px 0",borderLeft:"1px solid #3f4146"},className:"btn btn-primary",onClick:()=>{n.onClick("attach")}},"Attach"),BDV2.react.createElement("span",{style:{fontSize:"10px",marginLeft:"5px"}},"Unsaved changes are lost on attach")))))}onChange(n,d){"live-update"===n?(settingsCookie["bda-css-0"]=d,mainCore.saveSettings()):void 0}onClick(n){let d=this;"attach"===n?($("#editor-detached").length&&d.props.attach(),BDV2.reactDom.unmountComponentAtNode(d.root)):"update"===n?d.updateCss():"save"===n?d.saveCss():void 0}updateCss(){let n=this;0==$("#customcss").length&&$("head").append(""),$("#customcss").html(n.editor.getValue())}saveCss(){let n=this;window.bdStorage.set("bdcustomcss",btoa(n.editor.getValue()))}}class V2C_CssEditor extends BDV2.reactComponent{constructor(n){super(n);let d=this;d.setInitialState(),d.attach=d.attach.bind(d),d.detachedEditor=BDV2.react.createElement(V2C_CssEditorDetached,{attach:d.attach}),d.onClick=d.onClick.bind(d),d.updateCss=d.updateCss.bind(d),d.saveCss=d.saveCss.bind(d),d.detach=d.detach.bind(d),d.codeMirror=d.codeMirror.bind(d)}setInitialState(){this.state={detached:this.props.detached||window.bdtemp.editorDetached}}componentDidMount(){let n=this;n.codeMirror()}componentDidUpdate(n,d){let r=this;d.detached&&!r.state.detached&&(BDV2.reactDom.unmountComponentAtNode(r.detachedRoot),r.codeMirror())}codeMirror(){let n=this;n.state.detached||(n.editor=CodeMirror.fromTextArea(n.refs.editor,n.options),n.editor.on("change",()=>{settingsCookie["bda-css-0"]&&n.updateCss()}))}get options(){return{lineNumbers:!0,mode:"css",indentUnit:4,theme:"material",scrollbarStyle:"simple"}}get css(){let n=window.bdStorage.get("bdcustomcss"),d="";return n&&""!==n&&(d=atob(n)),d}render(){let n=this,{detached:d}=n.state;return BDV2.react.createElement("div",{className:"content-column default",style:{padding:"60px 40px 0px"}},d&&BDV2.react.createElement("div",{id:"editor-detached"},BDV2.react.createElement(V2Components.SettingsTitle,{text:"Custom CSS Editor"}),BDV2.react.createElement("h3",null,"Editor Detached"),BDV2.react.createElement("button",{className:"btn btn-primary",onClick:()=>{n.attach()}},"Attach")),!d&&BDV2.react.createElement("div",null,BDV2.react.createElement(V2Components.SettingsTitle,{text:"Custom CSS Editor"}),BDV2.react.createElement("textarea",{ref:"editor",value:n.css,onChange:()=>{}}),BDV2.react.createElement("div",{id:"bd-customcss-attach-controls"},BDV2.react.createElement("ul",{className:"checkbox-group"},BDV2.react.createElement(V2Components.Checkbox,{id:"live-update",text:"Live Update",onChange:this.onChange,checked:settingsCookie["bda-css-0"]})),BDV2.react.createElement("div",{id:"bd-customcss-detach-controls-button"},BDV2.react.createElement("button",{style:{borderRadius:"3px 0 0 3px",borderRight:"1px solid #3f4146"},className:"btn btn-primary",onClick:()=>{n.onClick("update")}},"Update"),BDV2.react.createElement("button",{style:{borderRadius:"0",borderLeft:"1px solid #2d2d2d",borderRight:"1px solid #2d2d2d"},className:"btn btn-primary",onClick:()=>{n.onClick("save")}},"Save"),BDV2.react.createElement("button",{style:{borderRadius:"0 3px 3px 0",borderLeft:"1px solid #3f4146"},className:"btn btn-primary",onClick:()=>{n.onClick("detach")}},"Detach"),BDV2.react.createElement("span",{style:{fontSize:"10px",marginLeft:"5px"}},"Unsaved changes are lost on detach")))))}onClick(n){let d=this;"update"===n?d.updateCss():"save"===n?d.saveCss():"detach"===n?d.detach():void 0}onChange(n,d){"live-update"===n?(settingsCookie["bda-css-0"]=d,mainCore.saveSettings()):void 0}updateCss(){let n=this;0==$("#customcss").length&&$("head").append(""),$("#customcss").html(n.editor.getValue())}saveCss(){let n=this;window.bdStorage.set("bdcustomcss",btoa(n.editor.getValue()))}detach(){let n=this;n.setState({detached:!0});let d=n.detachedRoot;return d?void BDV2.reactDom.render(n.detachedEditor,d):void console.log("FAILED TO INJECT ROOT: .app")}get detachedRoot(){let n=$("#bd-customcss-detach-container");return n.length?n[0]:this.injectDetachedRoot()?this.detachedRoot:null}injectDetachedRoot(){return!!$(".app").length&&($("
",{id:"bd-customcss-detach-container"}).insertAfter($(".app")),!0)}attach(){let n=this;n.setState({detached:!1})}}class V2C_List extends BDV2.reactComponent{constructor(n){super(n)}render(){return BDV2.react.createElement("ul",{className:this.props.className},this.props.children)}}class V2C_ContentColumn extends BDV2.reactComponent{constructor(n){super(n)}render(){return BDV2.react.createElement("div",{className:"content-column default"},BDV2.react.createElement("h2",{className:"ui-form-title h2 margin-reset margin-bottom-20"},this.props.title),this.props.children)}}class V2C_PluginCard extends BDV2.reactComponent{constructor(n){super(n);let d=this;"function"==typeof d.props.plugin.getSettingsPanel&&(d.settingsPanel=d.props.plugin.getSettingsPanel()),d.onChange=d.onChange.bind(d),d.showSettings=d.showSettings.bind(d),d.setInitialState()}setInitialState(){this.state={checked:pluginCookie[this.props.plugin.getName()],settings:!1}}componentDidUpdate(){this.state.settings&&"object"==typeof this.settingsPanel&&this.refs.settingspanel.appendChild(this.settingsPanel)}render(){let n=this,{plugin:d}=this.props,r=d.getName(),o=d.getAuthor(),c=d.getDescription(),l=d.getVersion(),{settingsPanel:u}=this;return this.state.settings?BDV2.react.createElement("li",{style:{maxHeight:"500px",overflow:"auto"}},BDV2.react.createElement("div",{style:{float:"right",cursor:"pointer"},onClick:()=>{this.refs.settingspanel.innerHTML="",n.setState({settings:!1})}},BDV2.react.createElement(V2Components.XSvg,null)),"object"==typeof u&&BDV2.react.createElement("div",{ref:"settingspanel"}),"object"!=typeof u&&BDV2.react.createElement("div",{ref:"settingspanel",dangerouslySetInnerHTML:{__html:d.getSettingsPanel()}})):BDV2.react.createElement("li",null,BDV2.react.createElement("div",{className:"bda-left"},BDV2.react.createElement("span",{className:"bda-name"},r," v",l," by ",o),BDV2.react.createElement("div",{className:"scroller-wrap fade"},BDV2.react.createElement("div",{className:"scroller bda-description"},c))),BDV2.react.createElement("div",{className:"bda-right"},BDV2.react.createElement("label",{className:"ui-switch-wrapper ui-flex-child",style:{flex:"0 0 auto"}},BDV2.react.createElement("input",{checked:this.state.checked,onChange:this.onChange,className:"ui-switch-checkbox",type:"checkbox"}),BDV2.react.createElement("div",{className:"ui-switch"})),this.settingsPanel&&BDV2.react.createElement("button",{onClick:this.showSettings},"Settings")))}onChange(){let n=this;n.setState({checked:!n.state.checked}),pluginCookie[n.props.plugin.getName()]=!n.state.checked,n.state.checked?n.props.plugin.stop():n.props.plugin.start(),$.cookie("bd-plugins",JSON.stringify(pluginCookie),{expires:365,path:"/"})}showSettings(){this.settingsPanel&&this.setState({settings:!0})}}class V2C_ThemeCard extends BDV2.reactComponent{constructor(n){super(n),this.setInitialState(),this.onChange=this.onChange.bind(this)}setInitialState(){this.state={checked:themeCookie[this.props.theme.name]}}render(){let{theme:n}=this.props,d=n.name.replace("_"," "),r=n.description,o=n.version,c=n.author;return BDV2.react.createElement("li",null,BDV2.react.createElement("div",{className:"bda-left"},BDV2.react.createElement("span",{className:"bda-name"},d," v",o," by ",c),BDV2.react.createElement("div",{className:"scroller-wrap fade"},BDV2.react.createElement("div",{className:"scroller bda-description"},r))),BDV2.react.createElement("div",{className:"bda-right"},BDV2.react.createElement("label",{className:"ui-switch-wrapper ui-flex-child",style:{flex:"0 0 auto"}},BDV2.react.createElement("input",{checked:this.state.checked,onChange:this.onChange,className:"ui-switch-checkbox",type:"checkbox"}),BDV2.react.createElement("div",{className:"ui-switch"}))))}onChange(){let n=this;n.setState({checked:!n.state.checked}),themeCookie[n.props.theme.name]=!n.state.checked,n.state.checked?$(`#${n.props.theme.name}`).remove():$("head").append(``),$.cookie("bd-themes",JSON.stringify(themeCookie),{expires:365,path:"/"})}}class V2Cs_TabBar{static get Item(){return V2C_TabBarItem}static get Header(){return V2C_TabBarHeader}static get Separator(){return V2C_TabBarSeparator}}class V2C_Layer extends BDV2.reactComponent{constructor(n){super(n)}componentDidMount(){$(window).on(`keyup.${this.props.id}`,n=>{27===n.which&&BDV2.reactDom.unmountComponentAtNode(this.refs.root.parentNode)})}componentWillUnmount(){$(window).off(`keyup.${this.props.id}`),$(`#${this.props.rootId}`).remove()}render(){return BDV2.react.createElement("div",{className:"layer layer-kosS71",id:this.props.id,ref:"root"},this.props.children)}}class V2C_SidebarView extends BDV2.reactComponent{constructor(n){super(n)}render(){let{sidebar:n,content:d}=this.props.children;return BDV2.react.createElement("div",{className:"ui-standard-sidebar-view"},BDV2.react.createElement("div",{className:"sidebar-region"},BDV2.react.createElement(V2Components.Scroller,{key:"sidebarScroller",ref:"sidebarScroller",fade:n.fade||!0,dark:n.dark||!0,children:n.component})),BDV2.react.createElement("div",{className:"content-region"},BDV2.react.createElement(V2Components.Scroller,{key:"contentScroller",ref:"contentScroller",fade:d.fade||!0,dark:d.dark||!0,children:d.component})))}}class V2C_ServerCard extends BDV2.reactComponent{constructor(n){super(n)}render(){let{server:n}=this.props;return BDV2.react.createElement("div",{className:`ui-card ui-card-primary bd-server-card${n.pinned?" bd-server-card-pinned":""}`,style:{marginTop:"5px"}},BDV2.react.createElement("div",{className:"ui-flex horizontal",style:{display:"flex",flexFlow:"row nowrap",justifyContent:"flex-start",alignItems:"stretch",flex:"1 1 auto"}},BDV2.react.createElement("div",{className:"ui-flex-child",style:{flex:"0 1 auto",padding:"5px"}},BDV2.react.createElement("div",{className:"bd-pubs-server-icon",style:{width:"100px",height:"100px",backgroundSize:"cover",backgroundImage:`url(${n.icon})`}})),BDV2.react.createElement("div",{className:"ui-flex-child",style:{flex:"1 1 auto",padding:"5px"}},BDV2.react.createElement("div",{className:"ui-flex horizontal"},BDV2.react.createElement("div",{className:"ui-form-item",style:{flex:"1 1 auto"}},BDV2.react.createElement("h5",{className:"ui-form-title h5 margin-reset"},n.name)),BDV2.react.createElement("div",{className:"ui-form-item"},BDV2.react.createElement("h5",{className:"ui-form-title h5 margin-reset"},n.online,"/",n.members," Members"))),BDV2.react.createElement("div",{className:"ui-flex horizontal"},BDV2.react.createElement("div",{className:"scroller-wrap fade dark",style:{minHeight:"60px",maxHeight:"60px",borderTop:"1px solid #3f4146",borderBottom:"1px solid #3f4146",paddingTop:"5px"}},BDV2.react.createElement("div",{className:"scroller"},BDV2.react.createElement("div",{style:{fontSize:"13px",color:"#b9bbbe"}},n.description)))),BDV2.react.createElement("div",{className:"ui-flex horizontal"},BDV2.react.createElement("div",{className:"ui-flex-child bd-server-tags",style:{flex:"1 1 auto"}},n.categories.join(", ")),n.joined&&BDV2.react.createElement("button",{type:"button",className:"ui-button filled brand small grow disabled",style:{minHeight:"12px",marginTop:"4px",backgroundColor:"#3ac15c"}},BDV2.react.createElement("div",{className:"ui-button-contents"},"Joined")),n.error&&BDV2.react.createElement("button",{type:"button",className:"ui-button filled brand small grow disabled",style:{minHeight:"12px",marginTop:"4px",backgroundColor:"#c13a3a"}},BDV2.react.createElement("div",{className:"ui-button-contents"},"Error")),!n.error&&!n.joined&&BDV2.react.createElement("button",{type:"button",className:"ui-button filled brand small grow",style:{minHeight:"12px",marginTop:"4px"},onClick:()=>{this.join(n.identifier)}},BDV2.react.createElement("div",{className:"ui-button-contents"},"Join"))))))}join(){let d=this;d.props.join(d.props.server)}}class V2C_PublicServers extends BDV2.reactComponent{constructor(n){super(n),this.setInitialState(),this.close=this.close.bind(this),this.changeCategory=this.changeCategory.bind(this),this.search=this.search.bind(this),this.searchKeyDown=this.searchKeyDown.bind(this),this.checkConnection=this.checkConnection.bind(this),this.join=this.join.bind(this),this.connect=this.connect.bind(this)}componentDidMount(){this.checkConnection()}setInitialState(){this.state={selectedCategory:-1,title:"Loading...",loading:!0,servers:[],next:null,connection:{state:0,user:null}}}close(){BDV2.reactDom.unmountComponentAtNode(document.getElementById(this.props.rootId))}search(n,d){let r=this;$.ajax({method:"GET",url:`${r.endPoint}${n}`,success:o=>{let c=o.results.reduce((b,g)=>{return g.joined=!1,b.push(g),b},[]);d||(c=r.state.servers.concat(c));let l=o.size+o.from;l>=o.total&&(l=o.total,o.next=null);let u=`Showing 1-${l} of ${o.total} results in ${r.categoryButtons[r.state.selectedCategory]}`;r.state.term&&(u+=` for ${r.state.term}`),r.setState({loading:!1,title:u,servers:c,next:o.next}),d&&(r.refs.sbv.refs.contentScroller.refs.scroller.scrollTop=0)},error:o=>{r.setState({loading:!1,title:"Failed to load servers. Check console for details"}),console.log(o)}})}join(n){let d=this;if(!d.state.loading)return d.setState({loading:!0}),n.nativejoin?(d.setState({loading:!1}),$(".guilds-add").click(),$(".join .btn-primary").click(),void $(".join-server input").val(n.invitecode)):void $.ajax({method:"GET",url:`${d.joinEndPoint}/${n.identifier}`,crossDomain:!0,xhrFields:{withCredentials:!0},success:()=>{let o=d.state.servers;o.map(c=>{c.identifier===n.identifier&&(n.joined=!0)}),d.setState({loading:!1,servers:o})},error:r=>{console.log(`[BetterDiscord] Failed to join server ${n.name}. Reason: `),console.log(r);let o=d.state.servers;o.map(c=>{c.identifier===n.identifier&&(n.error=!0)}),d.setState({loading:!1,servers:o})}})}get bdServer(){return BDV2.react.createElement(V2Components.ServerCard,{server:{name:"BetterDiscord",online:"7500+",members:"20000+",categories:["community","programming","support"],description:"Official BetterDiscord server for support etc",identifier:"86004744966914048",icon:"https://cdn.discordapp.com/icons/86004744966914048/c8d49dc02248e1f55caeb897c3e1a26e.png",nativejoin:!0,invitecode:"0Tmfo5ZbORCRqbAd",pinned:!0},pinned:!0,join:this.join})}get endPoint(){return"https://search.discordservers.com"}get joinEndPoint(){return"https://join.discordservers.com"}get connectEndPoint(){return"https://join.discordservers.com/connect"}checkConnection(){let n=this;$.ajax({method:"GET",url:`${n.joinEndPoint}/session`,crossDomain:!0,xhrFields:{withCredentials:!0},success:d=>{n.setState({selectedCategory:0,connection:{state:2,user:d}}),n.search("",!0)},error:d=>{return 403===d.status?void n.setState({title:"Not connected to discordservers.com!",loading:!0,selectedCategory:-1,connection:{state:1,user:null}}):void console.log(d)}})}get windowOptions(){return{width:520,height:710,backgroundColor:"#282b30",show:!0,resizable:!1,maximizable:!1,minimizable:!1,alwaysOnTop:!0,frame:!1,center:!1}}connect(){let n=this,d=n.windowOptions;d.x=Math.round(window.screenX+window.innerWidth/2-d.width/2),d.y=Math.round(window.screenY+window.innerHeight/2-d.height/2),n.joinWindow=new(window.require("electron").remote.BrowserWindow)(d);let r=window.location.hostname.split(".")[0],o=n.connectEndPoint+("canary"===r||"ptb"===r?`/${r}`:"");n.joinWindow.on("close",()=>{n.checkConnection()}),n.joinWindow.webContents.on("did-navigate",(c,l)=>{l.includes("connect/callback")&&n.joinWindow.close()}),n.joinWindow.loadURL(o)}render(){return BDV2.react.createElement(V2Components.SidebarView,{ref:"sbv",children:this.component})}get component(){return{sidebar:{component:this.sidebar},content:{component:this.content}}}get sidebar(){return BDV2.react.createElement("div",{className:"sidebar",key:"ps"},BDV2.react.createElement("div",{className:"ui-tab-bar SIDE"},BDV2.react.createElement("div",{className:"ui-tab-bar-header",style:{fontSize:"16px"}},"Public Servers"),BDV2.react.createElement(V2Components.TabBar.Separator,null),this.searchInput,BDV2.react.createElement(V2Components.TabBar.Separator,null),BDV2.react.createElement(V2Components.TabBar.Header,{text:"Categories"}),this.categoryButtons.map((n,d)=>{return BDV2.react.createElement(V2Components.TabBar.Item,{id:d,onClick:this.changeCategory,key:d,text:n,selected:this.state.selectedCategory===d})}),BDV2.react.createElement(V2Components.TabBar.Separator,null),this.footer,this.connection))}get searchInput(){return BDV2.react.createElement("div",{className:"ui-form-item"},BDV2.react.createElement("div",{className:"ui-text-input flex-vertical",style:{width:"172px",marginLeft:"10px"}},BDV2.react.createElement("input",{ref:"searchinput",onKeyDown:this.searchKeyDown,onChange:()=>{},type:"text",className:"input default",placeholder:"Search...",maxLength:"50"})))}searchKeyDown(n){let d=this;if(!(d.state.loading||13!==n.which)){d.setState({loading:!0,title:"Loading...",term:n.target.value});let r=`?term=${n.target.value}`;0!==d.state.selectedCategory&&(r+=`&category=${d.categoryButtons[d.state.selectedCategory]}`),d.search(r,!0)}}get categoryButtons(){return["All","FPS Games","MMO Games","Strategy Games","Sports Games","Puzzle Games","Retro Games","Party Games","Tabletop Games","Sandbox Games","Simulation Games","Community","Language","Programming","Other"]}changeCategory(n){let d=this;if(!d.state.loading)return d.refs.searchinput.value="",d.setState({loading:!0,selectedCategory:n,title:"Loading...",term:null}),0===n?void d.search("",!0):void d.search(`?category=${d.categoryButtons[n]}`,!0)}get content(){let n=this;return 1===n.state.connection.state?n.notConnected:[BDV2.react.createElement("div",{ref:"content",key:"pc",className:"content-column default"},BDV2.react.createElement(V2Components.SettingsTitle,{text:n.state.title}),n.bdServer,n.state.servers.map((d,r)=>{return BDV2.react.createElement(V2Components.ServerCard,{key:r,server:d,join:n.join})}),n.state.next&&BDV2.react.createElement("button",{type:"button",onClick:()=>{n.state.loading||(n.setState({loading:!0}),n.search(n.state.next,!1))},className:"ui-button filled brand small grow",style:{width:"100%",marginTop:"10px",marginBottom:"10px"}},BDV2.react.createElement("div",{className:"ui-button-contents"},n.state.loading?"Loading":"Load More")),0 ",{id:"pubslayerroot"})),!0)}render(){let n=this.root;return n?void BDV2.reactDom.render(this.component,n):void console.log("FAILED TO LOCATE ROOT: .layers")}}class V2_SettingsPanel_Sidebar{constructor(n){this.onClick=n}get items(){return[{text:"Core",id:"core"},{text:"Emotes",id:"emotes"},{text:"Custom CSS",id:"customcss"},{text:"Plugins",id:"plugins"},{text:"Themes",id:"themes"}]}get component(){return BDV2.react.createElement("span",null,BDV2.react.createElement(V2Components.SideBar,{onClick:this.onClick,headerText:"BetterDiscord",items:this.items}),BDV2.react.createElement("span",{style:{fontSize:"12px",fontWeight:"600",color:"#72767d",padding:"6px 10px"}},`v${bdVersion}:${jsVersion} by `,BDV2.react.createElement("a",{href:"https://github.com/Jiiks/",target:"_blank"},"Jiiks")))}get root(){let n=$("#bd-settings-sidebar");return n.length?n[0]:this.injectRoot()?this.root:null}injectRoot(){let n=$("[class*=side] > [class*=item]:not([class*=Danger])").last();return!!n.length&&($(" ",{id:"bd-settings-sidebar"}).insertBefore(n.prev()),!0)}render(){let n=this.root;return n?void BDV2.reactDom.render(this.component,n):void console.log("FAILED TO LOCATE ROOT: [class*=side] > [class*=item]:not([class*=Danger])")}}class V2_SettingsPanel{constructor(){let n=this;n.sideBarOnClick=n.sideBarOnClick.bind(n),n.onChange=n.onChange.bind(n),n.updateSettings=this.updateSettings.bind(n),n.sidebar=new V2_SettingsPanel_Sidebar(n.sideBarOnClick)}get root(){let n=$("#bd-settingspane-container");return n.length?n[0]:this.injectRoot()?this.root:null}injectRoot(){return!!$(".layer .ui-standard-sidebar-view, .layer-kosS71 .ui-standard-sidebar-view").length&&($(".layer .ui-standard-sidebar-view, .layer-kosS71 .ui-standard-sidebar-view").append($("
",{class:"content-region",id:"bd-settingspane-container"})),!0)}get coreSettings(){return this.getSettings("core")}get emoteSettings(){return this.getSettings("emote")}getSettings(n){return Object.keys(settings).reduce((d,r)=>{let o=settings[r];return o.cat===n&&o.implemented&&!o.hidden&&(o.text=r,d.push(o)),d},[])}sideBarOnClick(n){let d=this;$(".content-region").first().hide(),$(d.root).show();"core"===n?d.renderCoreSettings():"emotes"===n?d.renderEmoteSettings():"customcss"===n?d.renderCustomCssEditor():"plugins"===n?d.renderPluginPane():"themes"===n?d.renderThemePane():void 0}onClick(){}onChange(n,d){settingsCookie[n]=d,this.updateSettings()}updateSettings(){let n=settingsCookie;n["bda-es-0"]?$("#twitchcord-button-container").show():$("#twitchcord-button-container").hide(),n["bda-gs-b"]?$("body").addClass("bd-blue"):$("body").removeClass("bd-blue"),n["bda-gs-2"]?$("body").addClass("bd-minimal"):$("body").removeClass("bd-minimal"),n["bda-gs-3"]?$("body").addClass("bd-minimal-chan"):$("body").removeClass("bd-minimal-chan"),n["bda-gs-1"]?$("#bd-pub-li").show():$("#bd-pub-li").hide(),n["bda-gs-4"]?voiceMode.enable():voiceMode.disable(),n["bda-gs-5"]?$("#app-mount").addClass("bda-dark"):$("#app-mount").removeClass("bda-dark"),n["bda-es-6"]?(emoteNamePopup=$(""),$(document).on("mouseover",".emote",function(){var d=$(this).offset(),r=$(this).attr("alt");$(emoteNamePopup).find(".tipsy-inner").text(r),$(emoteNamePopup).css("left",d.left-25),$(emoteNamePopup).css("top",d.top-32),$("div[data-reactid='.0.1.1']").append($(emoteNamePopup))}),$(document).on("mouseleave",".emote",function(){$(".tipsy").remove()})):$(document).off("mouseover",".emote"),n["bda-gs-8"]?dMode.enable():dMode.disable(),mainCore.saveSettings()}renderSidebar(){let n=this;$("[class*=side] > [class*=item]").off("click.v2settingspanel").on("click.v2settingspanel",()=>{BDV2.reactDom.unmountComponentAtNode(n.root),$(n.root).hide(),$(".content-region").first().show()}),n.sidebar.render()}get coreComponent(){return BDV2.react.createElement(V2Components.Scroller,{fade:!0,dark:!0,children:[BDV2.react.createElement(V2Components.SettingsPanel,{key:"cspanel",title:"Core Settings",onChange:this.onChange,settings:this.coreSettings}),BDV2.react.createElement(V2Components.Tools,{key:"tools"})]})}get emoteComponent(){return BDV2.react.createElement(V2Components.Scroller,{fade:!0,dark:!0,children:[BDV2.react.createElement(V2Components.SettingsPanel,{key:"espanel",title:"Emote Settings",onChange:this.onChange,settings:this.emoteSettings}),BDV2.react.createElement(V2Components.Tools,{key:"tools"})]})}get customCssComponent(){return BDV2.react.createElement(V2Components.Scroller,{fade:!0,dark:!0,children:[BDV2.react.createElement(V2Components.CssEditor,{key:"csseditor"}),BDV2.react.createElement(V2Components.Tools,{key:"tools"})]})}get pluginsComponent(){let n=Object.keys(bdplugins).reduce((c,l)=>{return c.push(BDV2.react.createElement(V2Components.PluginCard,{key:l,plugin:bdplugins[l].plugin})),c},[]),d=BDV2.react.createElement(V2Components.List,{key:"plugin-list",className:"bda-slist",children:n}),r=BDV2.react.createElement("button",{className:"bd-pfbtn",onClick:()=>{betterDiscordIPC.send("asynchronous-message",{arg:"opendir",path:"plugindir"})}},"Open Plugin Folder"),o=BDV2.react.createElement(V2Components.ContentColumn,{key:"pcolumn",title:"Plugins",children:[r,d]});return BDV2.react.createElement(V2Components.Scroller,{fade:!0,dark:!0,children:[o,BDV2.react.createElement(V2Components.Tools,{key:"tools"})]})}get themesComponent(){let n=Object.keys(bdthemes).reduce((c,l)=>{return c.push(BDV2.react.createElement(V2Components.ThemeCard,{key:l,theme:bdthemes[l]})),c},[]),d=BDV2.react.createElement(V2Components.List,{key:"theme-list",className:"bda-slist",children:n}),r=BDV2.react.createElement("button",{className:"bd-pfbtn",onClick:()=>{betterDiscordIPC.send("asynchronous-message",{arg:"opendir",path:"themedir"})}},"Open Theme Folder"),o=BDV2.react.createElement(V2Components.ContentColumn,{key:"tcolumn",title:"Themes",children:[r,d]});return BDV2.react.createElement(V2Components.Scroller,{fade:!0,dark:!0,children:[o,BDV2.react.createElement(V2Components.Tools,{key:"tools"})]})}renderCoreSettings(){let n=this.root;return n?void BDV2.reactDom.render(this.coreComponent,n):void console.log("FAILED TO LOCATE ROOT: .layer .ui-standard-sidebar-view")}renderEmoteSettings(){let n=this.root;return n?void BDV2.reactDom.render(this.emoteComponent,n):void console.log("FAILED TO LOCATE ROOT: .layer .ui-standard-sidebar-view")}renderCustomCssEditor(){let n=this.root;return n?void BDV2.reactDom.render(this.customCssComponent,n):void console.log("FAILED TO LOCATE ROOT: .layer .ui-standard-sidebar-view")}renderPluginPane(){let n=this.root;return n?void BDV2.reactDom.render(this.pluginsComponent,n):void console.log("FAILED TO LOCATE ROOT: .layer .ui-standard-sidebar-view")}renderThemePane(){let n=this.root;return n?void BDV2.reactDom.render(this.themesComponent,n):void console.log("FAILED TO LOCATE ROOT: .layer .ui-standard-sidebar-view")}}
\ No newline at end of file
+(function(){let __fs=window.require("fs");let __process=window.require("process");let __platform=__process.platform;let __dataPath=(__platform==='win32'?__process.env.APPDATA:__platform==='darwin'?__process.env.HOME+'/Library/Preferences':process.env.HOME+'/.config')+'/BetterDiscord/';let __data={};if(__fs.existsSync(`${__dataPath}localStorage.json`)){try{__data=JSON.parse(__fs.readFileSync(`${__dataPath}localStorage.json`))}catch(err){console.log(err);}}else if(__fs.existsSync("localStorage.json")){try{__data=JSON.parse(__fs.readFileSync("localStorage.json"));}catch(err){console.log(err);}}
+var __ls=__data;__ls.setItem=function(i,v){__ls[i]=v;this.save();};__ls.getItem=function(i){return __ls[i]||null;};__ls.save=function(){__fs.writeFileSync(`${__dataPath}/localStorage.json`,JSON.stringify(this),null,4);};var __proxy=new Proxy(__ls,{set:function(target,name,val,receiver){__ls[name]=val;__ls.save();},get:function(target,name,receiver){return __ls[name]||null;}});window.localStorage=__proxy;})();(()=>{let v2Loader=document.createElement('div');v2Loader.className="bd-loaderv2";v2Loader.title="BetterDiscord is loading...";document.body.appendChild(v2Loader);})();window.bdStorage={};window.bdStorage.get=function(i){return betterDiscordIPC.sendSync('synchronous-message',{'arg':'storage','cmd':'get','var':i});};window.bdStorage.set=function(i,v){betterDiscordIPC.sendSync('synchronous-message',{'arg':'storage','cmd':'set','var':i,'data':v});};window.bdPluginStorage={};window.bdPluginStorage.get=function(pn,i){return betterDiscordIPC.sendSync('synchronous-message',{'arg':'pluginstorage','cmd':'get','pn':pn,'var':i});};window.bdPluginStorage.set=function(pn,i,v){betterDiscordIPC.sendSync('synchronous-message',{'arg':'pluginstorage','cmd':'set','pn':pn,'var':i,'data':v});};betterDiscordIPC.on('asynchronous-reply',(event,arg)=>{console.log(event);console.log(arg);});var settingsPanel,emoteModule,utils,quickEmoteMenu,opublicServers,voiceMode,pluginModule,themeModule,customCssEditor,dMode;var jsVersion=1.792;var supportedVersion="0.2.81";var mainObserver;var twitchEmoteUrlStart="https://static-cdn.jtvnw.net/emoticons/v1/";var twitchEmoteUrlEnd="/1.0";var ffzEmoteUrlStart="https://cdn.frankerfacez.com/emoticon/";var ffzEmoteUrlEnd="/1";var bttvEmoteUrlStart="https://cdn.betterttv.net/emote/";var bttvEmoteUrlEnd="/1x";var mainCore;var settings={"Save logs locally":{"id":"bda-gs-0","info":"Saves chat logs locally","implemented":false,"hidden":false,"cat":"core"},"Public Servers":{"id":"bda-gs-1","info":"Display public servers button","implemented":true,"hidden":false,"cat":"core"},"Minimal Mode":{"id":"bda-gs-2","info":"Hide elements and reduce the size of elements.","implemented":true,"hidden":false,"cat":"core"},"Voice Mode":{"id":"bda-gs-4","info":"Only show voice chat","implemented":true,"hidden":false,"cat":"core"},"Hide Channels":{"id":"bda-gs-3","info":"Hide channels in minimal mode","implemented":true,"hidden":false,"cat":"core"},"Dark Mode":{"id":"bda-gs-5","info":"Make certain elements dark by default(wip)","implemented":true,"hidden":false,"cat":"core"},"Override Default Emotes":{"id":"bda-es-5","info":"Override default emotes","implemented":false,"hidden":false,"cat":"core"},"Voice Disconnect":{"id":"bda-dc-0","info":"Disconnect from voice server when closing Discord","implemented":true,"hidden":false,"cat":"core"},"Custom css live update":{"id":"bda-css-0","info":"","implemented":true,"hidden":true,"cat":"core"},"Custom css auto udpate":{"id":"bda-css-1","info":"","implemented":true,"hidden":true,"cat":"core"},"24 Hour Timestamps":{"id":"bda-gs-6","info":"Replace 12hr timestamps with proper ones","implemented":true,"hidden":false,"cat":"core"},"Coloured Text":{"id":"bda-gs-7","info":"Make text colour the same as role colour","implemented":true,"hidden":false,"cat":"core"},"BetterDiscord Blue":{"id":"bda-gs-b","info":"Replace Discord blue with BD Blue","implemented":true,"hidden":false,"cat":"core"},"Developer Mode":{"id":"bda-gs-8","info":"Developer Mode","implemented":true,"hidden":false,"cat":"core"},"Twitch Emotes":{"id":"bda-es-7","info":"Show Twitch emotes","implemented":true,"hidden":false,"cat":"emote"},"FrankerFaceZ Emotes":{"id":"bda-es-1","info":"Show FrankerFaceZ Emotes","implemented":true,"hidden":false,"cat":"emote"},"BetterTTV Emotes":{"id":"bda-es-2","info":"Show BetterTTV Emotes","implemented":true,"hidden":false,"cat":"emote"},"Emote Menu":{"id":"bda-es-0","info":"Show Twitch/Favourite emotes in emote menu","implemented":true,"hidden":false,"cat":"emote"},"Emoji Menu":{"id":"bda-es-9","info":"Show Discord emoji menu","implemented":true,"hidden":false,"cat":"emote"},"Emote Autocomplete":{"id":"bda-es-3","info":"Autocomplete emote commands","implemented":false,"hidden":false,"cat":"emote"},"Emote Auto Capitalization":{"id":"bda-es-4","info":"Autocapitalize emote commands","implemented":true,"hidden":false,"cat":"emote"},"Show Names":{"id":"bda-es-6","info":"Show emote names on hover","implemented":true,"hidden":false,"cat":"emote"},"Show emote modifiers":{"id":"bda-es-8","info":"Enable emote mods","implemented":true,"hidden":false,"cat":"emote"},};var links={"Jiiks.net":{"text":"Jiiks.net","href":"thtp://jiiks.net","target":"_blank"},"twitter":{"text":"Twitter","href":"http://twitter.com/jiiksi","target":"_blank"},"github":{"text":"Github","href":"http://github.com/jiiks","target":"_blank"}};var defaultCookie={"version":jsVersion,"bda-gs-0":false,"bda-gs-1":true,"bda-gs-2":false,"bda-gs-3":false,"bda-gs-4":false,"bda-gs-5":true,"bda-gs-6":false,"bda-gs-7":false,"bda-gs-8":false,"bda-es-0":true,"bda-es-1":true,"bda-es-2":true,"bda-es-3":false,"bda-es-4":false,"bda-es-5":true,"bda-es-6":true,"bda-es-7":true,"bda-gs-b":true,"bda-es-8":true,"bda-jd":true,"bda-es-8":true,"bda-dc-0":false,"bda-css-0":false,"bda-css-1":false,"bda-es-9":true};var bdchangelog={"changes":{"0a":{"title":"1.78 : Temp support for new settingspanel","text":"Added temp support for Discord's new settingspanel until v2.","img":""},"0b":{"title":"1.78 : Public Servers","text":"New look and flow for public servers","img":""},"0c":{"title":"1.78 : New loading icon","text":"New loading icon will now display in bottom right when BD is loading.","img":""},"0d":{"title":"1.78 : New CustomCSS editor look","text":"Updated CustomCSS editor with dark theme","img":""},"0e":{"title":"1.78 : BetterDiscord Blue","text":"Replace Discord blue with BetterDiscord blue!","img":""}},"fixes":{"0a":{"title":"1.792 : Fixed settingspanel injection","text":"Still has some minor bugs","img":""},"0b":{"title":"1.791 : Restored Buttons","text":"Restored Open Theme Folder and Open Plugin Folder buttons","img":""},"0c":{"title":"1.79 : Settings Saving","text":"Fixed settings not saving with new settings panel","img":""}}};var settingsCookie={};function Core(){}
+Core.prototype.init=function(){var self=this;var lVersion=(typeof(version)==="undefined")?bdVersion:version;if(lVersion Please download the latest version from BetterDiscord.net ");return;}
+utils=new Utils();var sock=new BdWSocket();sock.start();utils.getHash();emoteModule=new EmoteModule();quickEmoteMenu=new QuickEmoteMenu();voiceMode=new VoiceMode();dMode=new devMode();emoteModule.init();this.initSettings();this.initObserver();function gwDefer(){console.log(new Date().getTime()+" Defer");if($(".guilds-wrapper .guilds").children().length>0){console.log(new Date().getTime()+" Defer Loaded");var guilds=$(".guilds>li:first-child");var showChannelsButton=$(" ",{class:"btn",id:"bd-show-channels",text:"R",css:{"cursor":"pointer"},click:function(){settingsCookie["bda-gs-3"]=false;$("body").removeClass("bd-minimal-chan");self.saveSettings();}});$(".guilds-wrapper").prepend(showChannelsButton);opublicServers=new PublicServers();customCssEditor=new CustomCssEditor();pluginModule=new PluginModule();pluginModule.loadPlugins();if(typeof(themesupport2)!=="undefined"){themeModule=new ThemeModule();themeModule.loadThemes();}
+settingsPanel=new SettingsPanel();settingsPanel.init();quickEmoteMenu.init(false);$("#tc-settings-button").on("click",function(){settingsPanel.show();});window.addEventListener("beforeunload",function(){if(settingsCookie["bda-dc-0"]){$('.btn.btn-disconnect').click();}});$(document).on("mousedown",function(e){});opublicServers.init();emoteModule.autoCapitalize();if(settingsCookie["version"].CodeMirror{ min-width:100%; }");$("head").append('');document.getElementsByClassName("bd-loaderv2")[0].remove();}else{setTimeout(gwDefer,100);}}
+$(document).ready(function(){setTimeout(gwDefer,1000);});};Core.prototype.initSettings=function(){if($.cookie("better-discord")==undefined){settingsCookie=defaultCookie;this.saveSettings();}else{this.loadSettings();for(var setting in defaultCookie){if(settingsCookie[setting]==undefined){settingsCookie[setting]=defaultCookie[setting];this.saveSettings();}}}};Core.prototype.saveSettings=function(){$.cookie("better-discord",JSON.stringify(settingsCookie),{expires:365,path:'/'});};Core.prototype.loadSettings=function(){settingsCookie=JSON.parse($.cookie("better-discord"));};var botlist=["119598467310944259"];Core.prototype.initObserver=function(){mainObserver=new MutationObserver(function(mutations){mutations.forEach(function(mutation){if(settingsPanel!==undefined)
+settingsPanel.inject(mutation);if($(mutation.target).find(".emoji-picker").length){var fc=mutation.target.firstChild;if(fc.classList.contains("popout")){quickEmoteMenu.obsCallback($(fc));}}
+if(typeof pluginModule!=="undefined")pluginModule.rawObserver(mutation);if(mutation.target.getAttribute('class')!=null){if(mutation.target.classList.contains('title-wrap')||mutation.target.classList.contains('chat')){voiceMode.obsCallback();if(typeof pluginModule!=="undefined")pluginModule.channelSwitch();}
+if(mutation.target.getAttribute('class').indexOf('scroller messages')!=-1){if(typeof pluginModule!=="undefined")pluginModule.newMessage();}
+if(settingsCookie["bda-gs-6"]){$(".timestamp").not("[data-24]").each(function(){var t=$(this);t.attr("data-24",true);var text=t.text();var matches=/(.*)?at\s+(\d{1,2}):(\d{1,2})\s+(.*)/.exec(text);if(matches==null)return true;if(matches.length<5)return true;var h=parseInt(matches[2]);if(matches[4]=="AM"){if(h==12)h-=12;}else if(matches[4]=="PM"){if(h<12)h+=12;}
+matches[2]=('0'+h).slice(-2);t.text(matches[1]+" at "+matches[2]+":"+matches[3]);});}
+if(settingsCookie["bda-gs-7"]){$(".user-name").not("[data-colour]").each(function(){var t=$(this);var color=t.css("color");if(color=="rgb(255, 255, 255)")return true;t.closest(".message-group").find(".markup").not("[data-colour]").each(function(){$(this).attr("data-colour",true);$(this).css("color",color);});});}}
+emoteModule.obsCallback(mutation);});});mainObserver.observe(document,{childList:true,subtree:true});};Core.prototype.constructChangelog=function(){var changeLog=''+'';return changeLog;};Core.prototype.alert=function(title,text){var id='';for(var i=0;i<5;i++)
+id+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".charAt(Math.floor(Math.random()*"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".length));var bdAlert=' ';$("body").append(bdAlert);utils.addBackdrop(id);};var emotesFfz={};var emotesBTTV={};var emotesTwitch={"emote":{"id":0}};var subEmotesTwitch={};function EmoteModule(){}
+EmoteModule.prototype.init=function(){};EmoteModule.prototype.getBlacklist=function(){$.getJSON("https://cdn.rawgit.com/Jiiks/betterDiscordApp/"+_hash+"/data/emotefilter.json",function(data){bemotes=data.blacklist;});};EmoteModule.prototype.obsCallback=function(mutation){var self=this;for(var i=0;i-1){w=w.replace("[!s]","");parent.data("spoilered",false);parent.addClass("spoiler");}
+var allowedClasses=["flip","spin","pulse","spin2","spin3","1spin","2spin","3spin","tr","bl","br","shake","shake2","shake3","flap"];var useEmoteClass=false;var emoteClass="";var skipffz=false;var sw=w;if(w.indexOf(":")>-1){var split=w.split(":");if(split[0]!=""&&split[1]!=""){if(allowedClasses.indexOf(split[1])>-1){sw=split[0];emoteClass=settingsCookie["bda-es-8"]?"emote"+split[1]:"";}
+if(split[1]=="bttv"){sw=split[0];skipffz=true;}}}
+if($.inArray(sw,bemotes)==-1){if(typeof emotesTwitch!=='undefined'&&settingsCookie["bda-es-7"]){if(emotesTwitch.hasOwnProperty(sw)&&sw.length>=4){if(text!=null){contents.splice(i+splice++,0,document.createTextNode(text));text=null;}
+var url=twitchEmoteUrlStart+emotesTwitch[sw].id+twitchEmoteUrlEnd;contents.splice(i+splice++,0,self.createEmoteElement(sw,url,emoteClass));doInject=true;return;}}
+if(typeof subEmotesTwitch!=='undefined'&&settingsCookie["bda-es-7"]){if(subEmotesTwitch.hasOwnProperty(sw)&&sw.length>=4){if(text!=null){contents.splice(i+splice++,0,document.createTextNode(text));text=null;}
+var url=twitchEmoteUrlStart+subEmotesTwitch[sw]+twitchEmoteUrlEnd;contents.splice(i+splice++,0,self.createEmoteElement(sw,url,emoteClass));doInject=true;return;}}
+if(typeof emotesBTTV!=='undefined'&&settingsCookie["bda-es-2"]){if(emotesBTTV.hasOwnProperty(sw)&&sw.length>=4){if(text!=null){contents.splice(i+splice++,0,document.createTextNode(text));text=null;}
+var url=emotesBTTV[sw];contents.splice(i+splice++,0,self.createEmoteElement(sw,url,emoteClass));doInject=true;return;}}
+if((typeof emotesFfz!=='undefined'&&settingsCookie["bda-es-1"])&&(!skipffz||!emotesBTTV2.hasOwnProperty(sw))){if(emotesFfz.hasOwnProperty(sw)&&sw.length>=4){if(text!=null){contents.splice(i+splice++,0,document.createTextNode(text));text=null;}
+var url=ffzEmoteUrlStart+emotesFfz[sw]+ffzEmoteUrlEnd;contents.splice(i+splice++,0,self.createEmoteElement(sw,url,emoteClass));doInject=true;return;}}
+if(typeof emotesBTTV2!=='undefined'&&settingsCookie["bda-es-2"]){if(emotesBTTV2.hasOwnProperty(sw)&&sw.length>=4){if(text!=null){contents.splice(i+splice++,0,document.createTextNode(text));text=null;}
+var url=bttvEmoteUrlStart+emotesBTTV2[sw]+bttvEmoteUrlEnd;if(skipffz&&emotesFfz.hasOwnProperty(sw))sw=sw+":bttv";contents.splice(i+splice++,0,self.createEmoteElement(sw,url,emoteClass));doInject=true;return;}}}
+if(text==null){text=w;}else{text+=""+w;}
+if(index===a.length-1){contents.splice(i+splice,0,document.createTextNode(text));}});if(doInject){var oldHeight=parent.outerHeight();parent.html(contents);var scrollPane=$(".scroller.messages").first();scrollPane.scrollTop(scrollPane.scrollTop()+(parent.outerHeight()-oldHeight));}});}
+inject();if(parent.children().hasClass("edited")){setTimeout(inject,250);}};EmoteModule.prototype.createEmoteElement=function(word,url,mod){var len=Math.round(word.length / 4);var name=word.substr(0,len)+"\uFDD9"+word.substr(len,len)+"\uFDD9"+word.substr(len*2,len)+"\uFDD9"+word.substr(len*3);var html=' ';return $.parseHTML(html.replace(new RegExp("\uFDD9","g"),""))[0];};EmoteModule.prototype.autoCapitalize=function(){var self=this;$('body').delegate($(".channel-text-area-default textarea:first"),'keyup change paste',function(){if(!settingsCookie["bda-es-4"])return;var text=$(".channel-text-area-default textarea:first").val();if(text==undefined)return;var lastWord=text.split(" ").pop();if(lastWord.length>3){if(lastWord=="danSgame")return;var ret=self.capitalize(lastWord.toLowerCase());if(ret!==null&&ret!==undefined){$(".channel-text-area-default textarea:first").val(text.replace(lastWord,ret));}}});};EmoteModule.prototype.capitalize=function(value){var res=emotesTwitch;for(var p in res){if(res.hasOwnProperty(p)&&value==(p+'').toLowerCase()){return p;}}};class PublicServers{constructor(){this.v2p=new V2_PublicServers();}
+get endPoint(){return'https://search.discordservers.com';}
+get button(){let self=this;let btn=$("
",{class:'guild',id:'bd-pub-li',css:{'height':'20px','display':settingsCookie['bda-gs-1']?"":"none"}}).append($("
",{class:'guild-inner',css:{'height':'20px','border-radius':'4px'}}).append($(" ",{}).append($("
",{text:'public',id:'bd-pub-button',css:{'line-height':'20px','font-size':'12px'},click:()=>{self.v2p.render();}}))));return btn;}
+init(){let self=this;let guilds=$(".guilds>:first-child");guilds.after(self.button);}
+get layer(){let self=this;let layer=``;layer=$(layer);layer.on("blur",e=>{if(e.relatedTarget.id==='bd-pubs-search')return;layer.focus();console.log("blur:");console.log(e);});layer.on("keydown",e=>{if(e.which===13&&e.target.id==='bd-pubs-search'){let category=$("#bd-pubs-layer .ui-tab-bar-item.selected").text();if(category==='All')category='';self.search(self.query({'term':e.target.value,'category':category}),true);return;}
+if(e.which!==27)return;self.hide();});layer.find('.btn-close').on('click',e=>{self.hide();});layer.find('.ui-tab-bar.SIDE .ui-tab-bar-item').on('click',e=>{let category=e.target.textContent;if(category==='All')category='';self.search(self.query({'term':$("#bd-pubs-search").val(),'category':category}),true);});return layer;}
+serverCard(serverInfo){return`${serverInfo.categories.join(" ,")}
Join
`;}
+get bdServerCard(){let serverInfo={'name':'BetterDiscord','icon':'https://cdn.discordapp.com/icons/86004744966914048/c8d49dc02248e1f55caeb897c3e1a26e.webp','online':'7500+','members':'20000+','description':'Official BetterDiscord support server'};return``;}
+getPanel(){console.log("pubs get panel");return'
';}
+getPinnedServer(){console.log("pubs get pinned server");return'
';}
+hidePinnedServer(){console.log("pubs hide pinned server");}
+showPinnedServer(){console.log("pubs show pinned server");}
+show(){let self=this;$(".layers, .layers-20RVFW").append(self.layer);}
+hide(){$("#bd-pubs-layer").remove();}
+loadServers(dataset,search,clear){console.log("pubs load servers");}
+search(query,clear){let self=this;let $list=$("#bd-pubs-listing");if(clear){$list.empty();$("#bd-pubs-listing-container").hide();$("#bd-pubs-bg-spinner").show();}
+$.ajax({method:'GET',url:`${self.endPoint}?${query}`,success:data=>{$list.append(self.bdServerCard);data.results.map(server=>{$list.append(self.serverCard(server));});$("#bd-pubs-listing-container").show();$("#bd-pubs-bg-spinner").hide();self.setSearchText(1,$(".bd-server-card").size(),data.total,null,$("#bd-pubs-search").val());}});}
+setSearchText(start,end,total,category,term){if(!category)category=$("#bd-pubs-layer .ui-tab-bar-item.selected").text();let text=`Showing ${start}-${end}of ${total}results in ${category}`;if(term&&term.length)text+=`for:${term}`;$("#bd-pubs-results").text(text);}
+get next(){let self=this;if(!self.next)return null;}
+joinServer(code){console.log("pubs join");}
+joinServerDirect(code){console.log("pubs join direct");}
+escape(unsafe){console.log("pubs escape");}
+query(params){return require('querystring').stringify(params);}}
+function QuickEmoteMenu(){}
+QuickEmoteMenu.prototype.init=function(){$(document).on("mousedown",function(e){if(e.target.id!="rmenu")$("#rmenu").remove();});this.favoriteEmotes={};var fe=bdStorage.get("bdfavemotes");if(fe!==""&&fe!==null){this.favoriteEmotes=JSON.parse(atob(fe));}
+var qmeHeader="";qmeHeader+="";qmeHeader+="
Twitch<\/button>";qmeHeader+=" Favourite<\/button>";qmeHeader+=" Emojis<\/buttond>";qmeHeader+="<\/div>";this.qmeHeader=qmeHeader;var teContainer="";teContainer+="