diff --git a/Auto lead/tampermonkey scrypt61.js b/Auto lead/tampermonkey scrypt61.js index e84a225..ce8d938 100644 --- a/Auto lead/tampermonkey scrypt61.js +++ b/Auto lead/tampermonkey scrypt61.js @@ -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; // Получение следующего лида (первый из очереди)