Greasy Fork is available in English.

GreaseMonkey_SuperValues

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

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greasyfork.org/scripts/5279/47932/GreaseMonkey_SuperValues.js

Tác giả
Panayot Ivanov
Phiên bản
0.0.1.20150423075518
Đã tạo
24-09-2014
Đã cập nhật
23-04-2015
Size
6 KB
Giấy phép
N/A

/***************************************************************************************
****************************************************************************************
***** 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);
*****
*/