https://watchprimescreen.com/

已提交的 URL:
https://watchprimescreen.com/
報告完成時間:

連結 · 找到 0 個

JavaScript 變數 · 找到 7 個

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
initializeAcePushfunction
setBaseUrlfunction
getLocationfunction
registerServiceWorkerfunction

主控台記錄訊息 · 找到 1 條

類型類別記錄
logother
URL
https://pushcity1.xyz/ace-push.min.js
Text
Notification.permission is denied

HTML

<html lang="en"><head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>PrimeScreen - Access to unlimited Movies and Sport!</title>

    <link rel="stylesheet" href="./styles/style.min.css">
    <link rel="stylesheet" href="/lp/tnk/utils/css/animation.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
    <link rel="icon" href="./images/favicon.webp">

    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;family=Source+Sans+3:wght@300;400;500;600;700&amp;family=Roboto:wght@300;400;500;600;700&amp;display=swap" rel="stylesheet">
    <script> localStorage.setItem("accGuid", "9db4e2e1-8708-4c2d-8a40-b73699bacedf"); </script>
    <script src="https://pushcity1.xyz/ace-push.min.js"></script>
    <style>
        .footer-link a {
            font-family: Titillium Web;
            font-weight: 400;
        }

        input::-ms-reveal,
        input::-ms-clear {
            display: none;
        }
    </style>
</head>

<body>
<div class="wrap-full">
    <div id="container" class="wrapper-main">
        <img class="img-first desktop" src="./images/header.webp" width="100%" alt="" srcset="">
        <img class="img-first mobile" src="./images/header-mobile.webp" width="100%" alt="" srcset="">
        <div class="main-wrapper">
            <div class="header-left">
                <h1 class="title-h1">
                    Instant Access To Your Favorite Content!
                </h1>
                <h2 class="title-h2">
                    Become a member and get unlimited access to the library of Movies, Music, Audiobooks, Games,
                    Software, Sports, and Concerts. Pick and play whatever you want!
                </h2>
                <button class="member myBtn" id="myBtn">BECOME A MEMBER!</button>
            </div>
            <div class="header-right">
                <img src="./images/head-right.webp">
            </div>
        </div>

    </div>

    <!-- The Modal -->
    <div id="myModal" class="modal">

        <!-- Modal content -->
        <div class="modal-content">
            <h1 class="steps-h1">
                ACCESS YOUR CONTENT IN 3 EASY STEPS!
            </h1>
            <img class="steps-img" src="./images/steps.webp" alt="" srcset="">
            <div class="steps-main">
                <div class="steps-left">
                    <div class="cla_main _claContent">
                        <h1 class="cla-h1">Create your Account</h1>
                        <div class="component">
                            <form id="frmVerifyEmail">
                                <div id="tel-div" class="form-group input_msisdn">
                                    <input type="email" name="email" autocomplete="off" id="input_email" class="input_email" title="9 number" placeholder="Email..." required="required">
                                    <span id="emailError" class="error-message"></span>
                                </div>

                                <div id="password-div" class="form-group input_password">
                                    <input type="password" name="password" autocomplete="off" id="input_password" class="input_password" title="" placeholder="Password..." required="required">
                                    <span id="passwordError" class="error-message"></span>
                                    <div id="togglePassword"><img src="./images/icon-pass.webp" class="icon-display" alt="" srcset="" width="21px">
                                        <i class="far fa-eye-slash icon-none"></i></div>
                                </div>

                                <button type="submit" class="cusButton" id="submit_email" disabled="">continue!</button>
                            </form>
                        </div>
                    </div>
                </div>
                <div class="steps-right desktop">
                    <img src="./images/steps-right.webp" alt="" srcset="">
                </div>
            </div>

        </div>

    </div>
</div>
<div class="wrapper-footer">
    <img width="100%" src="./images/footer.webp" class="desktop" alt="" srcset="">
    <img width="100%" src="./images/footer-mobile.webp" class="mobile" alt="" srcset="">
    <div class="wrap-footer-button">
        <div class="content-footer-div">
            <h2 class="bottom">Become a member and get the access to our multimedia library!</h2>
            <button class="member-footer myBtn btn-bottom" id="myBtn">BECOME A MEMBER RIGHT NOW!</button>
        </div>
    </div>
</div>

<div class="footer-wrapper">
    <footer>
        <img src="./images/logo.webp" alt="" class="logo">
        <p class="footer">Primescreen is a limitless entertainment for everyone!
            <br>Become a member and get unlimited access to our library of Movies, Music, Audiobooks, Games, Software,
            Sports, and Concerts.
        </p>
    </footer>

    <div class="footer_links" style="display: flex; justify-content:center; margin-top:10px">
        <div class="hile"><a href="/lp/tnk/legal/terms/">Terms and conditions</a></div>
        <div class="hile"><a href="/lp/tnk/legal/privacy/">Privacy</a></div>
    </div>
</div>
<script>
    const redirect = () => {
        window.location.href = "https://primescreen.net/auth/sign-up";
    }
    document.querySelectorAll('.myBtn').forEach(item => {
        item.addEventListener('click', redirect)
    });
</script>

</body></html>