fix css not being loaded
This commit is contained in:
parent
ac4e05e9f2
commit
f7b95b0ba2
4 changed files with 17 additions and 7 deletions
|
@ -34,4 +34,13 @@
|
|||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
document.addEventListener("DOMContentLoaded", () => document.documentElement.appendChild(
|
||||
Object.assign(document.createElement("link"), {
|
||||
rel: "stylesheet",
|
||||
type: "text/css",
|
||||
href: "https://github.com/Vendicated/Vencord/releases/download/devbuild/browser.css"
|
||||
}),
|
||||
{ once: true }
|
||||
));
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue