From c97db893ff5eada01650e6f8347f6b98a6669025 Mon Sep 17 00:00:00 2001 From: yasusan Date: Mon, 1 Jun 2026 10:17:38 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Auto=20lead/tampermonkey=20scrypt61.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Auto lead/tampermonkey scrypt61.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Auto lead/tampermonkey scrypt61.js b/Auto lead/tampermonkey scrypt61.js index 3df3f61..8c95da3 100644 --- a/Auto lead/tampermonkey scrypt61.js +++ b/Auto lead/tampermonkey scrypt61.js @@ -39,7 +39,7 @@ const data = await res.json(); if (data.lead) { fillForm(data.lead); - showNotification(`? Подставлен выбранный лид. Осталось: ${data.queue_size}`); + showNotification(`Подставлен выбранный лид. Осталось: ${data.queue_size}`); updateCounter(data.queue_size); } else { showNotification('? Ошибка при загрузке лида'); @@ -74,7 +74,7 @@ } const btn = document.getElementById('lead-queue-btn'); if (btn) { - btn.innerHTML = `?? Лиды (${lastQueueSize})`; + btn.innerHTML = `Лиды (${lastQueueSize})`; btn.style.background = lastQueueSize > 0 ? '#4CAF50' : '#9E9E9E'; } } catch(e) { @@ -185,7 +185,7 @@ async function showMenu() { let menuHtml = `
- +
`; @@ -248,7 +248,7 @@ async function showMenu() { // Создание кнопки const btn = document.createElement('button'); btn.id = 'lead-queue-btn'; - btn.textContent = '?? Лиды (0)'; + btn.textContent = 'Лиды (0)'; btn.style.cssText = ` position: fixed; bottom: 20px;