Update Grepolis_Data_Sender.user.js
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Grepolis Data Sender (Deep Scan v6.5 — Toolbar Pause Button + Soft Refresh & Full Stats)
|
// @name Grepolis Data Sender (Deep Scan v6.5 — Toolbar Pause Button + Soft Refresh & Full Stats)
|
||||||
// @namespace http://tampermonkey.net/
|
// @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.
|
// @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
|
// @author Dimitrios
|
||||||
// @match https://*.grepolis.com/game/*
|
// @match https://*.grepolis.com/game/*
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
(function () {
|
(function () {
|
||||||
'use strict';
|
'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;
|
const uw = typeof unsafeWindow !== "undefined" ? unsafeWindow : window;
|
||||||
let latestBasicPayload = null;
|
let latestBasicPayload = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user