Wraps plugin code in an IIFE with GM API bindings.
The wrapped code calls window.GM({ data_key, meta }) to obtain a GM API instance,
then exposes GM_info, GM_getValue, GM_setValue, GM_xmlhttpRequest, etc. as local variables
available to the plugin code.
Wraps plugin code in an IIFE with GM API bindings.
The wrapped code calls
window.GM({ data_key, meta })to obtain a GM API instance, then exposes GM_info, GM_getValue, GM_setValue, GM_xmlhttpRequest, etc. as local variables available to the plugin code.