diff --git a/Grepolis_Data_Sender.user.js b/Grepolis_Data_Sender.user.js index fbbda0e..b858b02 100644 --- a/Grepolis_Data_Sender.user.js +++ b/Grepolis_Data_Sender.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Grepolis Data Sender (Deep Scan v6.5 — Toolbar Pause Button + Soft Refresh & Full Stats) // @namespace http://tampermonkey.net/ -// @version 6.5 +// @version 6.7 // @description Sends town stats, extracts Premium Exchange title, and soft-refreshes tab every 30s via Marketplace building click. Includes pause/resume button in top toolbar. // @author Dimitrios // @match https://*.grepolis.com/game/* @@ -13,7 +13,7 @@ (function () { 'use strict'; - console.log("💰 DeepScan v6.5 loaded — Soft refresh + Toolbar pause button + full stats"); + console.log("💰 DeepScan v6.7 loaded — Soft refresh + Toolbar pause button + full stats"); const uw = typeof unsafeWindow !== "undefined" ? unsafeWindow : window; let latestBasicPayload = null;