Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-02-03 11:33:55 +01:00
parent eaa8d7026d
commit cce80c90e4
1 changed files with 1 additions and 1 deletions

View File

@ -8047,7 +8047,7 @@ module.exports = (_ => {
BDFDB.LibraryComponents[component] = "div";
}
if (!document.querySelector("head #bd-stylesheet")) BDFDB.DOMUtils.appendWebStyle("bdStyleSheet", "https://rauenzi.github.io/BetterDiscordApp/src/styles/index.css");
if (!document.querySelector("head #bd-stylesheet")) BDFDB.DOMUtils.appendWebStyle("https://rauenzi.github.io/BetterDiscordApp/src/styles/index.css");
if (css) BDFDB.DOMUtils.appendLocalStyle("BDFDB", css.replace(/[\n\t\r]/g, "").replace(/\[REPLACE_CLASS_([A-z0-9_]+?)\]/g, function(a, b) {return BDFDB.dotCN[b];}));
BDFDB.LogUtils.log("Finished loading library.");