Usually, developers enable redux devtools on a web app by configuring it while creating the store. However, I'm curious if there is a method or hack I can use to connect Redux DevTools to a web app that wasn't developed by me. If I know that a certain web app uses Redux, is there some code I can run in the developer console after the fact to link it to Redux DevTools and inspect the actions being fired on the page?
It's worth noting that React DevTools can work on websites using React without needing explicit configuration in the code.