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

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