Is it possible to access reactjs props and states via greasemonkey? I can see the props and states in the react console, but as far as I have found, I have not been able to utilize greasemonkey to interact with it.
            Asked
            
        
        
            Active
            
        
            Viewed 1,172 times
        
    6
            
            
        - 
                    Why not try finding out how react console gets the variables? – Blue Oct 14 '19 at 03:01
- 
                    Related: https://stackoverflow.com/questions/29155044/how-do-you-inspect-a-react-elements-props-state-in-the-console – Blue Oct 14 '19 at 03:02
- 
                    Related: https://stackoverflow.com/questions/29321742/react-getting-a-component-from-a-dom-element-for-debugging – Blue Oct 14 '19 at 03:03
