Hacker News new | past | comments | ask | show | jobs | submit login

Totally OT but: Godverdomme, why can't I right click those images of vintage ads :((((.



You can visit the Arcade Flyers Museum for legit downloadable versions. It's probably where the author got them from in the first place.

https://flyers.arcade-museum.com/


Thanks !


I hate when that happens.

Run this code in your JS console to get an array of the urls to the 3 ads.

  Array.from(document.querySelectorAll('img')).map(o=>o.src).filter(o=>o.includes('flyer'))
Or this to get the urls of all the images.

  Array.from(document.querySelectorAll('img')).map(o=>o.src)



I should have the reflex to try things like that in the console more often.


If you mean you can't right-click at all, try holding shift.

But there's no 'view image', so install the wonderful Behind! extension: https://github.com/kubuzetto/behind


Ooooh thanks, I was so hell bent on complaining that I didn't even try ff extensions and other tricks.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: