GreaseMonkey_SuperValues

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

Этот скрипт недоступен для установки пользователем. Он является библиотекой, которая подключается к другим скриптам мета-ключом // @require https://update.greasyfork.org/scripts/5279/47932/GreaseMonkey_SuperValues.js

Автор
Panayot Ivanov
Версия
0.0.1.20150423075518
Создан
24.09.2014
Обновлён
23.04.2015
Лицензия
Недоступно

/***************************************************************************************
****************************************************************************************
***** 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://greasyfork.org/scripts/5279-greasemonkey-supervalues/code/GreaseMonkey_SuperValues.js
*****
***** Usage:
***** GM_SuperValue.set (varName, varValue);
***** var x = GM_SuperValue.get (varName, defaultValue);
*****
*/