Обновить Auto lead/tampermonkey scrypt61.js
This commit is contained in:
@@ -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;
|
||||
|
||||
// Получение следующего лида (первый из очереди)
|
||||
|
||||
Reference in New Issue
Block a user