https://7je.me/?m=0

提交的 URL:
https://7je.me/
报告完成时间:

链接 · 找到 0 个

JavaScript 变量 · 找到 139 个

名称类型
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
vygbO_FGH_NFQvjcobject
xfContentLockerobject
__cfRLUnblockHandlersnumber
CPBContentLockerfunction
xfLockfunction
xfGetFeedURLfunction

控制台日志消息 · 找到 2 条

类型类别记录
logother
URL
https://7je.me/?m=0
文本
test
errornetwork
URL
https://7je.me/favicon.ico
文本
Failed to load resource: the server responded with a status of 404 ()

HTML

<html><head><script type="text/javascript" src="https://d1myn4ixnn41tz.cloudfront.net/public/external/v2/htmlxf.4383129.a1dfd.0.js" id="xfMAINJS"></script><link rel="stylesheet" href="https://d1myn4ixnn41tz.cloudfront.net/public/external/css_frontXF.css" id="xfGLOBALSTYLE"><link data-it="4383129" rel="stylesheet" id="xfSPECIFICSTYLE" href="https://d1myn4ixnn41tz.cloudfront.net/public/clockers/PrimeApps/cssXF.css"><style type="text/css" id="xfSettingsCSS">#xf_MODAL_CONTAINER #xfMODALCONTENT{animation-duration: 600ms;-webkit-transition: all 600ms;transition: all 600ms;transition-duration: 600ms;}</style></head><body style="cursor: default;">
    <title>BUBBLE SKINCARE</title>

    <meta name="description" content="BUBBLE SKINCARE">
    <meta property="og:title" content="BUBBLE SKINCARE">
    <meta property="og:description" content="BUBBLE SKINCARE">
    <meta name="referrer" content="no-referrer">

    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
    <link href="https://fonts.googleapis.com/css2?family=Nunito+Sans&amp;display=swap" rel="stylesheet">
    
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

   <script type="text/javascript">
    var vygbO_FGH_NFQvjc={"it":4383129,"key":"a1dfd"};
</script>
<script src="https://d1mikxzr3lp4va.cloudfront.net/1419304.js"></script>


    <style>
     body {
            margin: 0;
            font-family: 'Nunito Sans', sans-serif;
        }
        .notice {background-color: #2989F2;color: #fff;padding: 15px;text-align: center;}
        .candy {border: 1px solid #dfdfdf;padding: 15px;margin: 15px 0;border-radius: 3px;}
        .candy:hover {border: 1px solid #FF69B4;}
        .candy .info {text-align: center;}
        .candy img {border: 1px solid #f8f8f8;margin-bottom: 10px;border-radius: 3px;}
        .candy:hover img {border: 1px solid #fae6f1;}
        
        .candy h3 {color: #000;font-size: 21px;font-weight: bold;margin-top: 8px;}
        .candy .price {color: #000;text-align: center;}
        .candy .price div {display: inline;padding: 5px;}
        .candy .price .old-price {text-decoration: line-through;border-right: 2px solid #838383;color: #727272;}
        .candy .price .new-price {font-weight: bold;color: #c20606;}
        .candy .claim {all:unset;color: #fff;background: #32CD32;border-radius: 30px;font-size: 18px;padding: 8px 25px;margin-top: 15px;}
        .candy .claim:hover {color: #fff;background: #000000;border-radius: 30px;font-size: 18px;padding: 8px 25px;}
        .notification-bottom-left {position: fixed;background: #32CD32;color: #fff;bottom: 15px;left: 15px;padding: 15px;border-radius: 3px;}

        .modal-window {position: fixed;background-color: rgba(8, 8, 8, 0.259);top: 0;right: 0;bottom: 0;    left: 0;z-index: 999;transition: all 0.3s;}
        .modal-window > div {width: 400px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 20px;background-color:rgba(255, 255, 255, 1);border-radius: 6px;}
        .modal-window header {font-weight: bold;}
        .modal-window h1 {font-size: 150%;margin: 0 0 15px;}
        .modal-close:hover {color: black;}
        button.start {all: unset;background-color: #FF69B4;color: #fff;padding: 3px 20px;border-radius: 2px;}
        footer {background: #f9f9f9;text-align: center;padding: 13px;font-size: 15px;margin-top: 20px;color: #6b6b6b;}
       
/* Basic design of countdown timer */
.wrapper {display: flex;justify-content: center;}
.countdown {
display: flex;
gap: 10px;
}
/* Design the time view boxes */
.box {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
/* Design time viewing numbers */
span.num {
background-color: #2989F2;
color: #fff;
height: 70px;
width: 80px;
display: grid;
place-items: center;
font-size: 1.2em;
border-radius: 0.1em;
border: 1px solid #eee;
font-weight: bold;
}
/* Design the text to indicate the time */
span.text {
font-size: .8em;
background-color: #fff;
color: #d9308e;
display: block;
width: 60px;
position: relative;
text-align: center;
bottom: -15px;
padding: 10px 0 5px 0;
font-weight: 600;
border-radius: 0.2em;
}

    </style>
    <!--Kode untuk mencegah seleksi teks, block teks dll.-->
    <script type="text/javascript">
        function disableSelection(e) {
            if (typeof e.onselectstart != "undefined") e.onselectstart = function() {
                return false
            };
            else if (typeof e.style.MozUserSelect != "undefined") e.style.MozUserSelect = "none";
            else e.onmousedown = function() {
                return false
            };
            e.style.cursor = "default"
        }
        window.onload = function() {
            disableSelection(document.body)
        }
    </script>


<div class="notice">
    <div class="container">
        Free shipping within the United states, Canada, Australia, Sweden And UK 
    </div> 
</div>

<nav class="navbar navbar-expand-lg navbar-light bg-light">
    <div class="container">
      
      <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
        <span class="navbar-toggler-icon"></span>
      </button>
      <div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
        <ul class="navbar-nav mb-2 mb-lg-0">
          <li class="nav-item">
            <a class="nav-link" href="#">Privacy Policy</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="#">Terms of Service</a>
          </li>
        </ul>
      </div>
    </div>
  </nav>


<br>

    <div class="container">


        
        
        <div class="text-center"><h3><b>THESE OFFERS WILL END AFTER:</b></h3></div>
            <div class="wrapper mb-5">

                <div class="countdown">
               <!-- 1st box -->
                   <div class="box">
                     <span class="text">Days</span>
                     <span class="num" id="day-box">01</span>
                  </div>
               <!-- 2nd box -->
                  <div class="box">
                     <span class="text">Hours</span>
                     <span class="num" id="hr-box">23</span>
                  </div>
               <!-- 3rd box -->
                  <div class="box">
                     <span class="text">Minutes</span>
                     <span class="num" id="min-box">59</span>
                  </div>
               <!-- 4th box -->
                  <div class="box">
                     <span class="text">Seconds</span>
                     <span class="num" id="sec-box">59</span>
                  </div>
               
                </div>
               
               </div>
        
        <div class="row">
            <div class=" col-md-4 col-lg-3">
                <div class="candy">
                    <div><img src="https://i.imgur.com/ATV0sAY.jpg" class="w-100"></div>
                    <div class="info">
                        <h3>ULTABEAUTY </h3>
                        <div class="price">
                            <div class="old-price">185.99$</div>
                            <div class="new-price">0$ FREE</div>
                        </div>
                        <button class="claim">Claim Now</button>
                    </div>
                </div>
            </div>
            <div class=" col-md-4 col-lg-3">
                <div class="candy">
                    <div><img src="https://i.ibb.co.com/NsTrm9N/images-12.jpg" class="w-100"></div>
                    <div class="info">
                        <h3>BUBBLE KIT</h3>
                        <div class="price">
                            <div class="old-price">210.99$</div>
                            <div class="new-price">0$ FREE</div>
                        </div>
                        <button class="claim">Claim Now</button>
                    </div>
                </div>
            </div>
            <div class="col-md-4 col-lg-3">
                <div class="candy">
                    <div><img src="https://i.ibb.co.com/7QhCFCD/IMG-20240531-191841.jpg" class="w-100"></div>
                    <div class="info">
                        <h3>BYOMA</h3>
                        <div class="price">
                            <div class="old-price">185.99$</div>
                            <div class="new-price">0$ FREE</div>
                        </div>
                        <button class="claim">Claim Now</button>
                    </div>
                </div>
            </div>
                      <div class="col-md-4 col-lg-3">
                <div class="candy">
                    <div><img src="https://images.squarespace-cdn.com/content/v1/5a5fcb71010027f926e21de9/1571710826639-AV1A0103HBNHHFUPQ4JS/lighter.jpeg" class="w-100"></div>
                    <div class="info">
                        <h3>GLOW RECIPE</h3>
                        <div class="price">
                            <div class="old-price">210.99$</div>
                            <div class="new-price">0$ FREE</div>
                        </div>
                        <button class="claim">Claim Now</button>
                    </div>
                </div>
            </div>
            <div class="col-md-4 col-lg-3">
                <div class="candy">
                    <div><img src="https://pbs.twimg.com/media/FKIJR_JXEAgzgC8?format=jpg&amp;name=4096x4096" class="w-100"></div>
                    <div class="info">
                        <h3>Drunkelephant</h3>
                        <div class="price">
                            <div class="old-price">195.99$</div>
                            <div class="new-price">0$ FREE</div>
                        </div>
                        <button class="claim">Claim Now</button>
                    </div>
                </div>
            </div>
            <div class="col-md-4 col-lg-3">
                <div class="candy">
                    <div><img src="https://i.ibb.co.com/bWkG1QZ/images-17.jpg" class="w-100"></div>
                    <div class="info">
                        <h3>Sol De Janeiro Kit</h3>
                        <div class="price">
                            <div class="old-price">210.18$</div>
                            <div class="new-price">0$ FREE</div>
                        </div>
                        <button class="claim">Claim Now</button>
                    </div>
                </div>
            </div>

 

            <div class="col-md-4 col-lg-3">
                <div class="candy">
                    <div><img src="https://i.imgur.com/qHBR0ji.jpg" class="w-100"></div>
                    <div class="info">
                        <h3>Florence Kit</h3>
                        <div class="price">
                            <div class="old-price">185.90$</div>
                            <div class="new-price">0$ FREE</div>
                        </div>
                        <button class="claim">Claim Now</button>
                    </div>
                </div>
            </div>
            
        </div>
    </div>


    <footer>
        <div></div>
        <p>All trademarks, service marks, trade names, trade dress, product names and logos appearing on the site are the property of their respective owners.</p>
    </footer>


<!-- <div id="CPABUILD_MODAL_CONTAINER" style="display: none;"><div id="CPABUILD_MODAL">
    <div id="CPABUILDMODALCONTENT" class="CPABUILD_fadeIn">
        <div id="CPABUILDMODALHEADER">
            <div id="CPABUILDMODALTITLE"></div> </div>
        <div id="CPABUILDMODALBODY">
            <iframe id="CPABUILDOFFERS" style="overflow:hidden;" src=""></iframe>
        </div>
        <div id="CPABUILDMODALFOOTER">
            <p id="CPABUILDMODALFOOTERTEXT"></p>
        </div>
    </div>
</div>
</div> -->



<div id="notification-container" class="notification-bottom-left d-none">
    <div class="notification notification-success">
        <div class="notification-title" id="customer-name">Narzi84 Has just claimed a </div>
        <div class="notification-message" id="customer-phone">Claimed chocolate MIX , Pack</div>
        <div class="notification-message" id="customer-time">24 min ago</div>
    </div>
</div>


<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js" integrity="sha512-pumBsjNRGGqkPzKHndZMaAG+bir374sORyzM3uulLV14lN5LyykqNk8eEeUlUkB3U0M4FApyaHraT65ihJhDpQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<script type="text/javascript">
    $(function() {
        var overlay = $('<div id="overlay"></div>');
        overlay.show();
        overlay.appendTo(document.body);
        $('.popup').show();
        $('.X').click(function() {
            $('.popup').hide();
            overlay.appendTo(document.body).remove();
            return false;
        });
        $('.x').click(function() {
            $('.popup').hide();
            overlay.appendTo(document.body).remove();
            return false;
        });
    });
</script>

<script>
    var nameArr = [
        "carla46",
        "yasmine",
        "julia.akraman",
        "soufia.la",
        "love-bts",
        "lily",
        "fyr",
        "d.manuilla",
        "alixandra",
        "2005xfv",
        "Subadi382",
        "Dadi900",
        "Mikel62",
        "nadim094",
        "Samira27",
        "Numkei35",
        "Shinkai",
        "Badsur7",
        "Shxy_bit",
        "xvy_ht5",
        "txf07",
        "Double63",
        "Birdas74",
        "Narzi84",
        "user7789",
        "user8879",
        "user1654",
        "rose.v67",
        "lola6.if",
        "z85",

    ];
    var phoneArr = [
        "Mystery Pack",
        "PACKING CANDY   Set",
        "PACKING CANDY   Set",
        "Mystery Pack",
        "MILKA  ",
        "Big Papa Pack ",
        "MILKA  ",
        "Mystery Pack ",
        "chocolate MIX , Pack",
        "Mystery Pack",
        "PACKING CANDY   Set",
        "MILKA  ",
        "MILKA  ",
        "chocolate MIX , Pack ",
        "PACKING CANDY   Set",
        "Mystery Box ",
        "Mystery Pack",
        "Big Papa Pack ",
        "Mystery Pack",
        
        
    ]; 
    setInterval(function() { 
        $("#notification-container").removeClass("d-none"); 
        var randomNumber = Math.floor(Math.random() * nameArr.length);
        
        $("#customer-name").html("<b>" + nameArr[randomNumber] + "</b> Has just claimed a ");
        $("#customer-phone").html("Claimed <b>" + phoneArr[randomNumber]+ "</b>");
        $("#customer-time").html(randomNumber + 1 + " min ago");
        setTimeout(() => {
            $("#notification-container").addClass("d-none");
        }, 7000); 
    }, 10000);

    $(".start").on("click", function(){
        $("#start").addClass("d-none");
    });

    $(".claim").on("click", function(){
        CPABuildLock();
    });

    //The global constant of the id functions of the four boxes has to be determined.
   //Because no html element can be used directly in JavaScript
   let dayBox = document.getElementById("day-box");
    let hrBox = document.getElementById("hr-box");
    let minBox = document.getElementById("min-box");
    let secBox = document.getElementById("sec-box");

    //I have added the time for which I want to run the countdown
   //Then that time is stored in a constant called "endDate"
    // let endDate = new Date(2023, 06, 1, 00, 00);
    // var endDate = new Date(new Date());
    // endDate.setDate(day.getDate() + 1);

    var endDate = new Date();
    endDate.setDate(endDate.getDate()+2);

//The above date has been converted to milliseconds
//getTime() method is used to return the number of milliseconds since 1 January 1970.
    let endTime = endDate.getTime();


//All the calculations are stored in the function called countdown
    function countdown() {
//The current time has been taken from the device using the "new Date" method
      let todayDate = new Date();
//The time received from the device has been converted to milliseconds
      let todayTime = todayDate.getTime();
//How long the countdown will last has been calculated.
//Countdown time = Countdown end time - Current time
      let remainingTime = endTime - todayTime;
//Minutes, hours, days have been converted to milliseconds
//1 minute = 1 * 60 seconds = 1000 * 60 milliseconds
      let oneMin = 60 * 1000;
      let oneHr = 60 * oneMin;
      let oneDay = 24 * oneHr;

//If the number of times is less than 10 then a 0 will be added before it
      let addZeroes = (num) => (num < 10 ? `0${num}` : num);

//What will happen when the countdown ends is now decided
//That is, if the current time is more than the time when the countdown is over
      if (endTime < todayTime) {
        clearInterval(i);
        document.querySelector(
          ".countdown"
        ).innerHTML = `<h1>Countdown Has Expired</h1>`;
      } 

 else {
//Now the total countdown time has been converted to days, hours, minutes, and seconds
//The Math. floor() function returns the largest integer less than or equal to a given number.
        let daysLeft = Math.floor(remainingTime / oneDay);
        let hrsLeft = Math.floor((remainingTime % oneDay) / oneHr);
        let minsLeft = Math.floor((remainingTime % oneHr) / oneMin);
        let secsLeft = Math.floor((remainingTime % oneMin) / 1000);

//Arrangements have now been made to display the time values in the webpage
//"textContent" helps to display any content within a webpage
        dayBox.textContent = addZeroes(daysLeft);
        hrBox.textContent = addZeroes(hrsLeft);
        minBox.textContent = addZeroes(minsLeft);
        secBox.textContent = addZeroes(secsLeft);
      }
    }
//Now with the help of "setInterval" the above calculations are arranged to be updated every second.
//As you can see, all of the above calculations are stored in a function called 'countdown'.
//Now that function has been updated every 1000 milliseconds or 1 second.
    let i = setInterval(countdown, 1000);
    countdown();

</script>

<script type="text/javascript">
    //<![CDATA[
var uri = window.location.toString();
if (uri.indexOf("=","=") > 0){
    console.log("test");
}else{
    var clean_uri = uri.substring(0, uri.indexOf("?m=1"));
clean_uri = clean_uri + "?m=0";
location.href = clean_uri;
// window.history.replaceState({}, document.title, clean_uri);
}
var uri = window.location.toString();
if (uri.indexOf("?m=1","?m=1") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("?m=1"));
clean_uri = clean_uri + "?m=0";
location.href = clean_uri;
// window.history.replaceState({}, document.title, clean_uri);
}
//]]>
</script>



<div id="overlay"></div><div id="xf_MODAL_CONTAINER" style="display: none;"><div id="xf_MODAL">
    <div id="xfMODALCONTENT" class="xf_fadeIn">
        <div id="xfMODALHEADER">
            <div id="xfMODALTITLE"></div> </div>
        <div id="xfMODALBODY">
            <iframe id="xfOFFERS" style="overflow:hidden;" src=""></iframe>
        </div>
        <div id="xfMODALFOOTER">
            <p id="xfMODALFOOTERTEXT"></p>
        </div>
    </div>
</div>
</div></body></html>