diff options
author | Sowgro <69283684+Sowgro@users.noreply.github.com> | 2023-09-11 17:34:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 17:34:25 -0400 |
commit | 7e1699a57a0e62b88581a9603ba14171d8297098 (patch) | |
tree | e706e1aafd0642a870addabc5a8ab0e2013c1dd5 /app/loadcss.js | |
parent | 939aff1f41ac61ad70a3be792a6e2a63a168ec2c (diff) | |
download | betterLibrary-7e1699a57a0e62b88581a9603ba14171d8297098.tar.gz betterLibrary-7e1699a57a0e62b88581a9603ba14171d8297098.tar.bz2 betterLibrary-7e1699a57a0e62b88581a9603ba14171d8297098.zip |
Upload more files
Diffstat (limited to '')
-rw-r--r-- | app/loadcss.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/loadcss.js b/app/loadcss.js new file mode 100644 index 0000000..57f002e --- /dev/null +++ b/app/loadcss.js @@ -0,0 +1,5 @@ +(function loadcss() { + document.getElementsByTagName('head')[0].insertAdjacentHTML( + 'beforeend', + '<link rel="stylesheet" href="spicetify-routes-betterlibrary.css" />'); +})();
\ No newline at end of file |