Published: 2022-04-27 10:01
Luckily, it's quite easy...
for(let i = 0; i < document.getElementsByClassName("kp-notebook-note").length; i++) { if (notes[i].id.length > 5) { console.log(notes[i].childNodes[1].innerHTML) } }
Github Gist