Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
@lokiys The first thing was to search for those numbers in my html code but I didn't find anything so I guess that a request to the server it's triggered by the onmouseover event. The thing is that I can easily emulate the mouseover event but don't know how to capture the data.
I want to be able to retrieve all the user's followers from the comments section without individually checking the profile of each user but just by getting the number shown upon hovering their profile picture, straight from the comments box.
The problem is that even if I do the hover action using the MouseMove method (or any similar mouse method) I don't know how to "grab" the followers number from the "pop up hover window".