сайт, где я его тестирует: https://p2p.binance.com/ru/trade/all-pa ... b?fiat=rub
// ==UserScript==
// @name Binance Helper
// @namespace https://p2p.binance.com/ru/trade/*
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://p2p.binance.com/ru/trade/all-pa ... B?fiat=RUB
// @require http://code.jquery.com/jquery-3.4.1.min.js
// @icon
// @grant none
// ==/UserScript==
const mySound = new Audio("https://audio.code.org/win3.mp3");
const myinterval = window.setInterval(function() {
$(".css-1m1f8hn").each((i, value) => {
if (parseFloat($(value).html()) < 1.06) {
$(value).css("border", "3px solid red")
mySound.play()
return false;
}
});
}, 3000); // 1
Подробнее здесь: https://stackoverflow.com/questions/733 ... -condition
Мобильная версия