I hereby claim:
- I am jrswab on github.
- I am jrswab (https://keybase.io/jrswab) on keybase.
- I have a public key ASDDqDzJspTD9XxgDmoZkjrgaizgWaE3e6vVeUBaHtidxAo
To claim this, I am signing this object:
// Loop over every "note" in the notebook | |
// Each book is it's own notebook. | |
// Highlights are considered notes at this level. | |
for(let i = 0; i < document.getElementsByClassName("kp-notebook-note").length; i++) { | |
// An id of 5 is a placeholder for when a user adds a note. | |
// Every note and highlight has at least this many characters in the ID. | |
if (notes[i].id.length > 5) { | |
console.log(notes[i].childNodes[1].innerHTML) | |
} | |
} |
I hereby claim:
To claim this, I am signing this object: