Log all variables

By bob2005euro Last update Jun 27, 2008 — Installed 34 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Script Summary:
list all the variables in the content's global scope
Version: 0.0.1

This script has no discussions.

start the discussion

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.