javascript Programming Glossary: enckey
Storing user input in a Greasemonkey script on install http://stackoverflow.com/questions/15268645/storing-user-input-in-a-greasemonkey-script-on-install GM_setValue @grant GM_registerMenuCommand UserScript var encKey GM_getValue encKey var usr GM_getValue lognUsr var pword GM_getValue.. GM_registerMenuCommand UserScript var encKey GM_getValue encKey var usr GM_getValue lognUsr var pword GM_getValue lognPwd if.. usr GM_getValue lognUsr var pword GM_getValue lognPwd if encKey encKey prompt 'Script key not set for ' location.hostname '...
|