Skip to content

Instantly share code, notes, and snippets.

@lharries
Last active April 1, 2020 10:58
Show Gist options
  • Save lharries/5c841ed70e864675009e05a1f08c6c67 to your computer and use it in GitHub Desktop.
Save lharries/5c841ed70e864675009e05a1f08c6c67 to your computer and use it in GitHub Desktop.
Copy pocket highlights to your clipboard

Copy pocket highlights to your clipboard

Enter the following snippet into your chrome developer console

copy($x('.//span[@class="highlight"]').map(x => x.innerText).join("\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment