Is there a way to adjust a pages CSS?

mrmadman

Client
Регистрация
20.12.2016
Сообщения
50
Благодарностей
2
Баллы
8
I want to block an element from loading.

Its a pop that appears (on facebook) when you hover over someones name or profile picture. When using full mouse movement and emulation it can sometimes appear over the element i am trying to click and then zenno clicks on the popup instead.
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
You must capture html code into a variable, search for the element in html code and replace that value, sometimes its something like "display: block" or "aria-hidden = false", you must set "display: none" or "aria-hidden=true".
 

mrmadman

Client
Регистрация
20.12.2016
Сообщения
50
Благодарностей
2
Баллы
8
what do i do with the edited html code?
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)