Обновить Auto lead/tampermonkey scrypt61.js

This commit is contained in:
2026-08-31 11:37:45 +00:00
parent c35f0d8357
commit d306ffb2f0
+4 -4
View File
@@ -1,17 +1,17 @@
// ==UserScript==
// @name Автоподстановка лидов
// @namespace http://tampermonkey.net/
// @version 6.2
// @version 6.3
// @include https://admin2.gtn.ru/lead/newlead.php
// @updateURL http://192.168.254.40:8765/lead_autofill.user.js
// @downloadURL http://192.168.254.40:8765/lead_autofill.user.js
// @updateURL http://10.8.25.20:8765/lead_autofill.user.js
// @downloadURL http://10.8.25.20:8765/lead_autofill.user.js
// @grant none
// ==/UserScript==
(function() {
'use strict';
const SERVER_URL = 'http://192.168.254.40:8765';
const SERVER_URL = 'http://10.8.25.20:8765';
let lastQueueSize = 0;
// Получение следующего лида (первый из очереди)