This repository was archived by the owner on Jan 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3432,7 +3432,7 @@ div.os-padding > div > div > div.main-view-container__scroll-node-child > main >
34323432 document . getElementById ( "background" ) . remove ( )
34333433 //document.getElementById("background").innerHTML = ":root{ --backimg:url(" + document.getElementsByClassName("_64acb0e26fe0d9dff68a0e9725b2a920-scss cover-art-image")[0].src + ");}";
34343434 }
3435- sheet . innerHTML = ` :root{ --backimg:url(' ${ document . getElementsByClassName ( 'cover-art-image' ) [ 0 ] . src } ' );}` ;
3435+ sheet . innerHTML = ' :root{ --backimg:url(\'' + document . getElementsByClassName ( 'cover-art-image' ) [ 0 ] . src + '\' );}' ;
34363436 document . body . appendChild ( sheet ) ;
34373437 }
34383438 } ) ;
@@ -3450,7 +3450,7 @@ div.os-padding > div > div > div.main-view-container__scroll-node-child > main >
34503450 document . getElementById ( "background" ) . remove ( )
34513451 //document.getElementById("background").innerHTML = ":root{ --backimg:url(" + document.getElementsByClassName("_64acb0e26fe0d9dff68a0e9725b2a920-scss cover-art-image")[0].src + ");}";
34523452 }
3453- sheet . innerHTML = ` :root{ --backimg:url(' ${ document . getElementsByClassName ( 'cover-art-image' ) [ 0 ] . src } ' );}` ;
3453+ sheet . innerHTML = ' :root{ --backimg:url(\'' + document . getElementsByClassName ( 'cover-art-image' ) [ 0 ] . src + '\' );}' ;
34543454 document . body . appendChild ( sheet ) ;
34553455 observer . observe ( document . getElementsByClassName ( "cover-art-image" ) [ 0 ] , { attributes : true } ) ;
34563456 }
You can’t perform that action at this time.
0 commit comments