diff --git a/07-Wonder-Duo b/07-Wonder-Duo index c898a11..99a07fc 100644 --- a/07-Wonder-Duo +++ b/07-Wonder-Duo @@ -2982,7 +2982,7 @@ iframe[src*='open.spotify.com'][src*='track'], figure[data-npf*='open.spotify.co var imgs = document.querySelectorAll("img"); Array.prototype.forEach.call(imgs, function(i){ if(i.src.indexOf("assets.tumblr.com/images/x.gif") > -1){ - i.setAttribute("src","//cdn.glitch.com/bdf00c8f-434a-46d9-a514-ec8332ec176a/1x1.png") + i.setAttribute("src","//cdn.glitch.global/bdf00c8f-434a-46d9-a514-ec8332ec176a/1x1.png") } });