From d48827d0e2a521f2840bae96b5715292a9f8cf82 Mon Sep 17 00:00:00 2001 From: Erik Date: Tue, 12 Oct 2021 06:46:16 +0200 Subject: [PATCH] undo fcd3bff for now --- dribbblish-dynamic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index 53b383e..8efb61a 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -342,7 +342,7 @@ async function songchange() { Spicetify.Player.addEventListener("songchange", songchange) function pickCoverColor(img) { - img.setAttribute('crossOrigin', '') + //img.setAttribute('crossOrigin', '') var swatches = new Vibrant(img, 5).swatches() lightCols = ["Vibrant", "DarkVibrant", "Muted", "LightVibrant"] darkCols = ["Vibrant", "LightVibrant", "Muted", "DarkVibrant"]