Skip to content

Instantly share code, notes, and snippets.

View htmlhero's full-sized avatar

Andrew Motoshin htmlhero

View GitHub Profile
@htmlhero
htmlhero / instagram_photo_download.js
Last active February 8, 2026 14:21
Shows all Instagram image options in the browser console
/*
Usage:
1. Open destination Instagram page
2. Paste this script into browser console
3. Press Alt + Left_Mouse_Button on image
4. Click on suitable link in browser console
*/
document.addEventListener('click', (event) => {
if (event.altKey) {