Log all variables

By bob2005euro Last update Jun 27, 2008 — Installed 67 times.


Script Summary: list all the variables in the content's global scope

Version: 0.0.1

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.