Skip to content

Instantly share code, notes, and snippets.

@hashcc
Created July 12, 2016 15:44
Show Gist options
  • Save hashcc/173423862b3c2c9df4c104a13c0cc8ac to your computer and use it in GitHub Desktop.
Save hashcc/173423862b3c2c9df4c104a13c0cc8ac to your computer and use it in GitHub Desktop.
Access text-content on Kindle for Web
a=new Array;document.querySelectorAll(".k4w").forEach(function(w,i){a.push(w.textContent);}); console.log(a.join(' '));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment