Created
August 27, 2023 02:55
-
-
Save boehs/ef67442e4022a622828f184c40dcf16b to your computer and use it in GitHub Desktop.
instagram data export profile parser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[...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