Skip to content

Instantly share code, notes, and snippets.

@tgfjt
Created March 26, 2024 15:23
Show Gist options
  • Save tgfjt/48247e4274ab2398788495f777cdf78f to your computer and use it in GitHub Desktop.
Save tgfjt/48247e4274ab2398788495f777cdf78f to your computer and use it in GitHub Desktop.
javascript:(() => { const u = document.querySelector('video[src*=".cdninstagram.com"]').src; const a = document.createElement('a'); a.setAttribute('href', 'CLICK'); a.setAttribute('download', u); a.style.display = 'none'; document.body.append(a, 'end'); a.click(); a.remove(); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment