This app makes more sense on desktop rather than mobile
            devices!
        
        
        
            The Prototype Chain ⛓️
            
                - 
                    Here you can observe the prototype
                    chain generated in your browser, presented as a tree 🌳
                    
                        - 
                            The tree can vary depending on:
                            
                                - 
                                    The current browser you use
                                
- 
                                    Any extensions and plugins you use
                                
 
- 
                             NOTICE:  This list is generated by climbing up the global object (aka
                            window) and
                            therefore is not complete because there are
 prototypes that are inaccessible via the
                            global object
                            and are only accessible as return values from different objects and APIs
                                - 
                                    Suggestions for such are welcome
                                    to enhance this list to cover as much as possible!
                                
 
 
- 
                    Further information is presented in the console, make sure to check that out too
                
Filters ⚙️
            
                - 
                    Since the full tree is overwhelming, you can use filters by adding the filtersquery
                    param
                        - 
                            Multiple filters can be separated by using ","
- 
                            To achieve negative effect ("everything but") use "!"at the beginning of the
                            filter
 
Shortcuts 🎯