Skip to content

Instantly share code, notes, and snippets.

@chapmanjacobd
Created May 6, 2024 15:06
Show Gist options
  • Save chapmanjacobd/67e4c2a80bc02e6d401cbb41799cabd4 to your computer and use it in GitHub Desktop.
Save chapmanjacobd/67e4c2a80bc02e6d401cbb41799cabd4 to your computer and use it in GitHub Desktop.
Copy all titles from reddit page
Array.from(document.querySelectorAll('.title')).map(e => e.innerText).join('\n');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment