GreaseMonkey_SuperValues

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

ของเมื่อวันที่ 01-10-2014 ดู เวอร์ชันล่าสุด

สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.greatest.deepsurf.us/scripts/5279/19639/GreaseMonkey_SuperValues.js

ผู้เขียน
Panayot Ivanov
เวอร์ชัน
0.0.1.20141001154202
สร้างเมื่อ
24-09-2014
อัปเดตเมื่อ
01-10-2014
Size
5.84 กิโลไบต์
สัญญาอนุญาต
ไม่มี

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