Здравствуйте!
На сайте столкнулся с проблемой... Есть элемент который я хочу заблокировать.
Я бы и не задавал этот вопрос, если не одна проблема... При наведении на кнопку - этот всплывающий элемент появляется СЛЕВА в виде всплывающего окна...
Как только я навожу курсор мыши на всплывающее окно которое я хочу заблокировать - ОНО ИСЧЕЗАЕТ...
Из-за этого я не могу его заблокировать ни через Adguard, ни через ublock origin...
Сижу уже час, намучился конкретно, кое-как через консоль извлек код который мне нужно заблокировать...
Может кто-то может подсказать, как правильно создать правило для того же Adguard?
<div data-tippy-root="" id="tippy-54" style="pointer-events: none; z-index: 1000; visibility: visible; position: absolute; inset: 0px 0px auto auto; margin: 0px; transform: translate(-782px, 316px);"><div class="tippy-box" data-state="visible" tabindex="-1" data-animation="fade" role="tooltip" style="max-width: 350px; transition-duration: 400ms;" data-placement="left"><div class="tippy-content" data-state="visible" style="transition-duration: 400ms;"><div><div class="m-4 max-w-240"><div class="mb-4 font-semibold text-on-color">Расположение задачи</div><div class="mb-4 text-obscure-constant-old text-no-wrap"><span>Проект</span>: <span class="font-semibold"> (РФ) повторные</span></div><div class="mb-4 text-obscure-constant-old text-no-wrap"><span>Доска</span>: <span class="font-semibold">Новая доска</span></div><div class="mb-4 text-obscure-constant-old text-no-wrap"><span>Колонка</span>: <span class="font-semibold">ПОВТОРНЫЕ КЛИЕНТЫ</span></div></div></div></div><div class="tippy-arrow" style="position: absolute; top: 0px; transform: translate(0px, 49px);"></div></div></div>
<div class="tippy-box" data-state="visible" tabindex="-1" data-animation="fade" role="tooltip" style="max-width: 350px; transition-duration: 400ms;" data-placement="left"><div class="tippy-content" data-state="visible" style="transition-duration: 400ms;"><div><div class="m-4 max-w-240"><div class="mb-4 font-semibold text-on-color">Расположение задачи</div><div class="mb-4 text-obscure-constant-old text-no-wrap"><span>Проект</span>: <span class="font-semibold"> (РФ) повторные</span></div><div class="mb-4 text-obscure-constant-old text-no-wrap"><span>Доска</span>: <span class="font-semibold">Новая доска</span></div><div class="mb-4 text-obscure-constant-old text-no-wrap"><span>Колонка</span>: <span class="font-semibold">ПОВТОРНЫЕ КЛИЕНТЫ</span></div></div></div></div><div class="tippy-arrow" style="position: absolute; top: 0px; transform: translate(0px, 49px);"></div></div>
Я пробовал такие варианты - ничего не срабатывает, я в этом не особо разбираюсь, может кто-то сможет помочь?
ru.yougile.com##.tippy^
ru.yougile.com##.$="tippy"
ru.yougile.com##.data-tippy-root
ru.yougile.com##data-tippy-root
ru.yougile.com##.tippy-box
ru.yougile.com#$#.tippy { visibility: hidden; }