₊⁺✿˚

This commit is contained in:
HT 2023-09-28 22:01:52 +01:00
parent 7ec6e9bcf8
commit 9c0b6d591b
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}
});
</script>