diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-09-20 14:56:03 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-09-20 14:56:03 -0400 |
commit | 2088eba08cec721551bda691aa4a1d7bd2606b2c (patch) | |
tree | 1d45b282d9fc629c4d1a858fca03e93f124f8ba8 /app/loadcss.js | |
parent | e846215f0aa6c32993ea3403340dde1722b8cbc3 (diff) | |
download | betterLibrary-2088eba08cec721551bda691aa4a1d7bd2606b2c.tar.gz betterLibrary-2088eba08cec721551bda691aa4a1d7bd2606b2c.tar.bz2 betterLibrary-2088eba08cec721551bda691aa4a1d7bd2606b2c.zip |
fix app to work with latest spotify version
Diffstat (limited to 'app/loadcss.js')
-rw-r--r-- | app/loadcss.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/loadcss.js b/app/loadcss.js deleted file mode 100644 index 184b445..0000000 --- a/app/loadcss.js +++ /dev/null @@ -1,12 +0,0 @@ -(function loadcss() { - document.getElementsByTagName('head')[0].insertAdjacentHTML( - 'beforeend', - '<link rel="stylesheet" href="spicetify-routes-betterlibrary.css" />'); - // disable after window is closed to prevent an expanded sidebar on opening - window.addEventListener( - 'beforeunload', - (event) => { - disableBetterLib(); - } - ) -})();
\ No newline at end of file |