Skip to content

Instantly share code, notes, and snippets.

@nmcclain
Created April 24, 2021 16:46
Show Gist options
  • Save nmcclain/f0287605f815b2af690f4d598e8d4631 to your computer and use it in GitHub Desktop.
Save nmcclain/f0287605f815b2af690f4d598e8d4631 to your computer and use it in GitHub Desktop.
notion-browser-content.js
for (var id of window.__console.AppStore.instanceState.currentBlockStore.instanceState.value.content) {
for (var entry of Array.from(window.__console.AppStore.instanceState.currentBlockStore.inMemoryRecordCache.cache)) {
if (entry[0].startsWith(id)) {
console.log(entry[1].value.value);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment