|
Script Summary:
list all the variables in the content's global scope Version: 0.0.1 |
This script has no discussions. |
This script has no reviews. |
Log all variables
For security reasons Greasemonkey scripts cannot directly access objects in the current document's global scope.
Greasemonkey provides object unsafeWindow for scripts that wish to access such variables.
This script produces a simple list of all unsafeWindow variables followed by the same list with all the values after each.





