Skip to content

Instantly share code, notes, and snippets.

@N0taN3rd
Created November 4, 2017 06:13
Show Gist options
  • Select an option

  • Save N0taN3rd/a0b5fc2d3f6d110841b09711cdbd3123 to your computer and use it in GitHub Desktop.

Select an option

Save N0taN3rd/a0b5fc2d3f6d110841b09711cdbd3123 to your computer and use it in GitHub Desktop.
beer is good
document.onselectionchange = (event) => { let baseNode = document.getSelection().baseNode if (baseNode !== null) { console.log(baseNode.textContent) } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment