Pop-up at kinozal.tv

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
su33
Posts: 1
Joined: Thu Aug 10, 2023 1:01 pm

Pop-up at kinozal.tv

Post by su33 »

Hello, this is screenshot of the pop-up which
  • can't be blocked by regular Firefox means (pop-up and “Prevent dialog”)
  • can't be selected by AdBlock “Block Element” button
Image

here is the screenshot of source code and the text of html with the javascript

Image

Code: Select all

<body>
<div id="body_wrapper">
<script type="text/javascript">
function messnot() {
    if (mess_out("'У Вас ( 5 ) новых сообщений. Пожалуйста, прочтите их.")) {
        document.location.href = "/inbox.php";
    } else document.location.href = "/inbox.php";
}
setTimeout(messnot, 3000);
</script>
</div>
</body>
Please help with this issue and add the solution to RuAdList
Post Reply