Oddbean new post about | logout
 I love this. reminds me of user scripts

I'm probably not going to implement a specific API into the app but I added a new option to the app privacy settings
https://cdn.hzrd149.com/347cb5a8c61eb5886976eba322cf8b40afb867a04291570924d682f603dda966.png
It adds a "window.noStrudel" object to the page that should allow you to access the eventStore if you want to get the full event

For example:
noStrudel.eventStore.getEvent('21f09fb9cfa0fbf7edbfb6e9b658782d794596b80dbbfc68fc6ad754e16256b8')

This is only on the next version for now https://npub1wyuh3scfgzqmxn709a2fzuemps389rxnk7nfgege6s847zze3tuqfl87ez.nsite.lol 
 That should come in handy if I continue work on this. 
 "next" is developed on nsite now?

How would I get the raw events that are currently displayed using window.noStrudel? 
 yes, I'm thinking about removing next.nostrudel.ninja and moving it over to nsite. I want to promote nsite and it might be less confusing when making a distinction between the versions

To get the event for something on the screen. most DOM elements have a data-even-id attribute. so you can do "noStrudel.eventStore.getEvent(<element>.dataset.eventId)"