Add files via upload
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
(() => {
|
||||
const script = document.createElement("SCRIPT");
|
||||
script.setAttribute("type", "text/javascript");
|
||||
script.setAttribute(
|
||||
"src",
|
||||
"https://comfy-themes.github.io/Spicetify/Comfy/comfy.script.js"
|
||||
);
|
||||
document.head.appendChild(script);
|
||||
})();
|
||||
Reference in New Issue
Block a user