JS Picking
This addon helps to find variable paths in your JavaScript application. There are 2 ways of doing this:
- "Value search"': When you know what value the variable has, you can use this to find how to acces this variable.
- "Change search": When you want to find what variables are changed after...
Developer Tools