Update 0BDFDB.plugin.js
This commit is contained in:
parent
eaa8d7026d
commit
cce80c90e4
|
@ -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.");
|
||||
|
|
Loading…
Reference in New Issue