I went to a random website, and created the following script, which gives me the error "GM_setVar is not defined"
// ==UserScript== > // @name test > // @namespace http://userscripts.org/scripts/show/110076 > // @include > http://www.electrictoolbox.com/pad-number-zeroes-javascript/ > // @version 1 > // @grant metadata > // ==/UserScript== > > GM_setVar("Test", "this is a test") > On Wednesday, December 5, 2012 6:46:05 AM UTC-8, Zulkarnain K. wrote: > > On Wed, Dec 5, 2012 at 10:02 AM, Andre Dubois wrote: > > Please, would someone tell me if GM_setValue, GM_getValue, and > GM_listValues > > have been changed, disabled, or are depreciated? Is there something > new? > > Because I'm using FF 17.0.1, and GM 1.5, and even on new scripts I > create, I > > cannot set a GM_setValue. > > > > An example code would help. > > GM_getValue, GM_getValue, and GM_listValues work for me > on Firefox 17.0.1, 18.0b, 19.0a2, and GM 1.5 > > -- > Zulkarnain K. > http://userscripts.org/users/12/scripts > -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/greasemonkey-users/-/gFv7KD9kKogJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
