// ==UserScript==
// @name          My Secret Key
// @namespace     http://diveintomark.org/projects/greasemonkey/
// @description   test a secret key with GM_setValue
// @include       http://diveintogreasemonkey.org/experiments/function-leak.html
// ==/UserScript==

GM_setValue('my.secret.key', 'f00bar');
