Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcellkiss/43e86c84aadcb005db672a55d60e5191 to your computer and use it in GitHub Desktop.
Save marcellkiss/43e86c84aadcb005db672a55d60e5191 to your computer and use it in GitHub Desktop.
document.querySelectorAll('.noteText').forEach(e => console.log(e.innerText.split('\n')[0]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment