GM_config_lz-string

Refactor GM_config, this version uses lz-string to access data for a Library script

As of 2018-10-01. See the latest version.

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.greasyfork.org/scripts/372760/633316/GM_config_lz-string.js

Author
avan
Version
0.1
Created
2018-10-01
Updated
2018-10-01
License
MIT

GMconfiglz-string

Refactor GM_config, this version uses lz-string to access data.

The original author was sizzlemctwizzle.


  • To include GM_config_lz-string in a script use an @require
// ==UserScript==
// @name          Script Name
// @namespace     Script Namespace
// @require       https://cdnjs.cloudflare.com/ajax/libs/lz-string/1.4.4/lz-string.min.js
// @require       https://openuserjs.org/src/libs/sizzle/GM_config.js
// @grant         GM_getValue
// @grant         GM_setValue
// ==/UserScript==