Skip to content

Instantly share code, notes, and snippets.

@boehs
Created August 27, 2023 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boehs/ef67442e4022a622828f184c40dcf16b to your computer and use it in GitHub Desktop.
Save boehs/ef67442e4022a622828f184c40dcf16b to your computer and use it in GitHub Desktop.
instagram data export profile parser
[...document.querySelectorAll('a')].map(a => a.textContent).sort().join('\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment