GreaseMonkey_SuperValues

Extends the GM_setValue and GM_getValue functions for any javascript variable type.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greatest.deepsurf.us/scripts/5279/47932/GreaseMonkey_SuperValues.js

Autor
Panayot Ivanov
Verzija
0.0.1.20150423075518
Napravljeno
24. 09. 2014
Ažurirano
23. 04. 2015
Size
6,18 КБ
Licenca
Nije dostupno

/***************************************************************************************
****************************************************************************************
***** Super GM_setValue and GM_getValue.js
*****
***** This library extends the Greasemonkey GM_setValue and GM_getValue functions to
***** handle any javascript variable type.
*****
***** Add it to your GM script with (without version):
***** // @require https://greatest.deepsurf.us/scripts/5279-greasemonkey-supervalues/code/GreaseMonkey_SuperValues.js
*****
***** Usage:
***** GM_SuperValue.set (varName, varValue);
***** var x = GM_SuperValue.get (varName, defaultValue);
*****
*/