// ==UserScript== // @name 一键下载Steam云存档 // @namespace SteamCloudSave // @version 0.1.0 // @description Auto download Steam Cloud Save // @author DreamNya // @match https://store.steampowered.com/account/remotestorageapp?appid=* // @match https://store.steampowered.com/account/remotestorageapp/?appid=* // @require https://cdn.jsdelivr.net/npm/jszip@3.9.1/dist/jszip.min.js // @grant GM_xmlhttpRequest // @grant GM_download // @grant GM_addStyle // @run-at document-end // @license MIT // @connect steampowered.com // @connect steamusercontent.com // ==/UserScript== /* global JSZip */ /* eslint-disable no-constant-condition */ const settings = { // 请求过快可能触发临时ip封禁或404下载错误,暂时不考虑并行下载 globalDelay: 100, // 存档下载间隔 单位:ms }; const $ = unsafeWindow.jQuery; const button = $("