/** * @param {string} storageKey * @returns {string} */ function GM_getValue(storageKey) { return ''; }