Usage:
- Pass input to the inspector
- Only show interesting properties
- Filter properties by regex
- Filter values by regex
- Recursive mode on x-domain objects recursive
- Recursive mode with js (obj,prop,path) recursive
- Execute js on every property
- obj contains a reference to current enumerated object.
- prop contains a string of the property name
- path contains a string of the path to the property
- Filter properties by type
-
The html parameter can be used to pass html
- You can also pass html and then inspect it
-
Use the blind option to save a copy of the enumeration html when you can't see it's output
- The results are stored here
- Note you can't interact with this display but you can send multiple requests to determine an objects structure
- You can combine all parameters
Shortcuts
- RETURN: Eval js & inspect
- CTRL+RETURN: Eval js & inspect (used in multiline mode)
- CTRL+SHIFT+RETURN: Eval js but don't inspect and don't return result (used in multiline mode)
- SHIFT+RETURN: Eval but don't inspect
- CTRL+BACKSPACE: Clear
- CTRL+SHIFT+BACKSPACE: Clear history
- UP:Go backwards in history
- DOWN:Go forwards in history
- UP+ALT:Go backwards in history (used in multiline mode)
- DOWN+ALT:Go forwards in history (used in multiline mode)