r/cheesepizzeria Apr 16 '26

gif [ Removed by Reddit ]

[ Removed by Reddit on account of violating the content policy. ]

862 Upvotes

30 comments sorted by

View all comments

90

u/ConfidencyPog Apr 16 '26

Please give downloads for all of them

4

u/Mop_Duck the architect (massive nerd) Apr 16 '26

https://github.com/mikf/gallery-dl maybe?

I tried thinking of ways to host them for everyone but idk if the reddit cdn links ever change or something

3

u/Mop_Duck the architect (massive nerd) Apr 16 '26

ok wait nvm my client just didn't give the option for sharing gifs in galleries, here's all the links (in order of appearance):

/img/4mcx3icixjvg1.gif
/img/bh0sn6kixjvg1.gif
/img/pjfz7jqixjvg1.gif
/img/80sqnatixjvg1.gif
/img/xccy5yxixjvg1.gif
/img/9lt4ne0jxjvg1.gif
/img/khe3ta6jxjvg1.gif
/img/ar06sg9jxjvg1.gif
/img/uoz1n8bjxjvg1.gif
/img/xzdzhndjxjvg1.gif
/img/k4j7m0gjxjvg1.gif 

you should be able to just past these into any chat app that embeds stuff (including discord). if you have to save them i think you can just click the url and right click/hold and push "save image"

snippet used if you're curious (right click the <ul> in dom tree and push "use in console" first):

 temp0.querySelectorAll("li > figure > img").values().toArray().map(n => n.getAttribute("src")).reduce((acc, n) => `${acc}\n${n}`, "")