https://djnl.spinfastconnected.com/t/65dbaf812d2c/1b122aee-9015-11ef-a115-1bcca856d4a4/1b19aabc-9015-11ef-b1cc-19ba0b16fd5d

ID de l'analyse :
84482d5d-76ea-43c4-95ce-8b0543a8d63dTerminée
URL soumise :
https://cutt.ly/helZv5bsRedirigé
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 44 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
0object
1object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
dynamicTextColorfunction
onCaptchaSuccessfunction
bgColor1string
mainBackgroundColorstring
contrastColor1string

Messages de journal de console : 2 trouvé(s)

Messages consignés dans la console web

TypeCatégorieEnregistrement
logother
URL
https://trk-consulatu.com/scripts/push/script/oldw7nlgzn?url=default
texte
Service Worker and Push is supported
logjavascript
URL
https://trk-consulatu.com/scripts/push/script/oldw7nlgzn?url=default
texte
Service Worker is registered JSHandle@object

HTML

Le corps HTML de la page en données brutes

<!DOCTYPE html><html lang="en" dir="ltr"><head>
    
    <meta charset="utf-8">
            <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
            <meta name="google" content="notranslate">
            <meta name="referrer" content="no-referrer">
            <title>✨</title>

            
            <link rel="preload" as="style" href="https://djnl.spinfastconnected.com/build/assets/app-ae755995.css"><link rel="stylesheet" href="https://djnl.spinfastconnected.com/build/assets/app-ae755995.css">
            <style>
                  main {
                        color: #fff;
                  }

                  section {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        padding: 24px 0;
                  }

                  p {
                        line-height: 1.2em
                  }

                  .main-logo-image {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        overflow: hidden;
                  }

                  @media (max-width: 500px) {
                        .prize-image {
                              height: auto !important;
                        }
                  }
            </style>
      
      <script>
           let templateVars = {"prefixes":true,"enable_service_worker_for":"default","enable_push":true,"push_segment":"default","main_logo_size":"4rem","main_background_color":"#000000","prize1":"\u003Cscript src=\u0022https:\/\/hcaptcha.com\/1\/api.js\u0022 async defer\u003E\u003C\/script\u003E\n\n\u003Cdiv class=\u0022h-captcha\u0022 data-sitekey=\u00228de8f782-dd76-4e4a-8634-8ae26a466578\u0022 data-callback=\u0022onCaptchaSuccess\u0022\u003E\u003C\/div\u003E\n\n    \u003Cscript\u003E\n        function onCaptchaSuccess(token) {\n            window.location.href = \u0022\/o\/BQIDHIY4\/1b122aee-9015-11ef-a115-1bcca856d4a4\/96076330-6d71-4d62-b9ef-2a4550f4b337?\u0022;\n        }\n    \u003C\/script\u003E","prize2":"null","prize3":"null","prize1_text":"null","prize2_text":"null","prize3_text":"null","prize1_image_size":"auto","prize2_image_size":"auto","prize3_image_size":"auto","prize1_link":"\/o\/BQIDHIY4\/1b122aee-9015-11ef-a115-1bcca856d4a4\/96076330-6d71-4d62-b9ef-2a4550f4b337?","prize1_button_color":"#000000","prize2_button_color":"#000000","prize3_button_color":"#000000","prize1_background_color":"#000000","prize2_background_color":"#000000","prize3_background_color":"#000000"};
      </script>
    
            
            <script> (function(document, window) {
             var script = document.createElement("script");
             script.type = "text/javascript";
             script.src="https://trk-consulatu.com/scripts/push/script/oldw7nlgzn?url=default";
             script.onload = function() {
             push_init();
            var utmObj = {
             "source_one": "1bb9cc90-9015-11ef-b7ee-1f41b2594a1f"
            }
            setUtm(utmObj);
             push_subscribe();
             };
            document.getElementsByTagName("head")[0].appendChild(script);
            })(document, window); </script><script type="text/javascript" src="https://trk-consulatu.com/scripts/push/script/oldw7nlgzn?url=default"></script>
            
    
    <style>[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid], [wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short], [wire\:loading\.delay\.long], [wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest] {display:none;}[wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {animation-duration: 50000s;animation-name: livewireautofill;}@keyframes livewireautofill { from {} }</style>
</head>
      
      <body style="background-color: #000000;">
        <main class="flex flex-col pt-4 px-0">
                  
                                    <script>
                        function dynamicTextColor(value) {

                          let color = value.replace(/[^a-zA-Z0-9 ]/g, "");
                          color = +("0x" + color.slice(1).replace(color.length < 5 && /./g, "$&$&"));
                          r = color >> 16;
                          g = (color >> 8) & 255;
                          b = color & 255;
              
                          hsp = Math.sqrt(0.299 * (r * r) + 0.587 * (g * g) + 0.114 * (b * b));
              
                          if (hsp > 127.5) {
                              return "#000000";
                          } else {
                              return "#ffffff";
                          }
                      }
                  </script>

                                                <section id="prizeSection1" class="pb-16 pt-8" style="background-color: rgb(0, 0, 0); color: rgb(255, 255, 255);">
                        <div class="container px-2 lg:px-0 flex flex-col justify-center items-center">
                                                       
                                                            <div class="pb-4 text-center"> <script src="https://hcaptcha.com/1/api.js" async="" defer=""></script>

<div class="h-captcha" data-sitekey="8de8f782-dd76-4e4a-8634-8ae26a466578" data-callback="onCaptchaSuccess"><iframe src="https://newassets.hcaptcha.com/captcha/v1/8352e07/static/hcaptcha.html#frame=checkbox&amp;id=08bqwa1v44b3&amp;host=djnl.spinfastconnected.com&amp;sentry=true&amp;reportapi=https%3A%2F%2Faccounts.hcaptcha.com&amp;recaptchacompat=true&amp;custom=false&amp;hl=en&amp;tplinks=on&amp;pstissuer=https%3A%2F%2Fpst-issuer.hcaptcha.com&amp;sitekey=8de8f782-dd76-4e4a-8634-8ae26a466578&amp;theme=light&amp;origin=https%3A%2F%2Fdjnl.spinfastconnected.com" tabindex="0" frameborder="0" scrolling="no" allow="private-state-token-issuance 'src'; private-state-token-redemption 'src'" title="Widget containing checkbox for hCaptcha security challenge" data-hcaptcha-widget-id="08bqwa1v44b3" data-hcaptcha-response="" style="pointer-events: auto; background-color: rgba(255, 255, 255, 0); width: 303px; height: 78px; overflow: hidden;"></iframe><textarea id="g-recaptcha-response-08bqwa1v44b3" name="g-recaptcha-response" style="display: none;"></textarea><textarea id="h-captcha-response-08bqwa1v44b3" name="h-captcha-response" style="display: none;"></textarea></div>

    <script>
        function onCaptchaSuccess(token) {
            window.location.href = "/o/BQIDHIY4/1b122aee-9015-11ef-a115-1bcca856d4a4/96076330-6d71-4d62-b9ef-2a4550f4b337?";
        }
    </script> </div>
                              
                                
                          
                              
                              
                        </div>
                        
                  </section>

                  <script>
                        var bgColor1 = "#000000";
                        var mainBackgroundColor = templateVars.main_background_color;

                        var contrastColor1 = dynamicTextColor(bgColor1 !== "" ? bgColor1 : mainBackgroundColor);
                        var section = document.getElementById("prizeSection1");
                        if (section) {
                              section.style.color = contrastColor1;
                        }

                        var buttonColor1 = "#000000";
                        var textColor1 = dynamicTextColor(buttonColor1);
                        var button = document.getElementById("prizeButton1");
                        if (button) {
                              button.style.color = textColor1;
                        }

                  </script>
                                    <script>
                        function dynamicTextColor(value) {

                          let color = value.replace(/[^a-zA-Z0-9 ]/g, "");
                          color = +("0x" + color.slice(1).replace(color.length < 5 && /./g, "$&$&"));
                          r = color >> 16;
                          g = (color >> 8) & 255;
                          b = color & 255;
              
                          hsp = Math.sqrt(0.299 * (r * r) + 0.587 * (g * g) + 0.114 * (b * b));
              
                          if (hsp > 127.5) {
                              return "#000000";
                          } else {
                              return "#ffffff";
                          }
                      }
                  </script>

                        
                  

                  <script>
                        var bgColor2 = "#000000";
                        var mainBackgroundColor = templateVars.main_background_color;

                        var contrastColor2 = dynamicTextColor(bgColor2 !== "" ? bgColor2 : mainBackgroundColor);
                        var section = document.getElementById("prizeSection2");
                        if (section) {
                              section.style.color = contrastColor2;
                        }

                        var buttonColor2 = "#000000";
                        var textColor2 = dynamicTextColor(buttonColor2);
                        var button = document.getElementById("prizeButton2");
                        if (button) {
                              button.style.color = textColor2;
                        }

                  </script>
                                    <script>
                        function dynamicTextColor(value) {

                          let color = value.replace(/[^a-zA-Z0-9 ]/g, "");
                          color = +("0x" + color.slice(1).replace(color.length < 5 && /./g, "$&$&"));
                          r = color >> 16;
                          g = (color >> 8) & 255;
                          b = color & 255;
              
                          hsp = Math.sqrt(0.299 * (r * r) + 0.587 * (g * g) + 0.114 * (b * b));
              
                          if (hsp > 127.5) {
                              return "#000000";
                          } else {
                              return "#ffffff";
                          }
                      }
                  </script>

                        
                  

                  <script>
                        var bgColor3 = "#000000";
                        var mainBackgroundColor = templateVars.main_background_color;

                        var contrastColor3 = dynamicTextColor(bgColor3 !== "" ? bgColor3 : mainBackgroundColor);
                        var section = document.getElementById("prizeSection3");
                        if (section) {
                              section.style.color = contrastColor3;
                        }

                        var buttonColor3 = "#000000";
                        var textColor3 = dynamicTextColor(buttonColor3);
                        var button = document.getElementById("prizeButton3");
                        if (button) {
                              button.style.color = textColor3;
                        }

                  </script>
                  
            </main>
    

<div aria-hidden="true" style="background-color: rgb(255, 255, 255); border: 1px solid rgb(215, 215, 215); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px; border-radius: 4px; left: auto; top: -10000px; z-index: -2147483648; position: absolute; pointer-events: auto; transition: opacity 0.15s ease-out 0s; opacity: 0; visibility: hidden;"><div style="position: relative; z-index: 1;"><iframe src="https://newassets.hcaptcha.com/captcha/v1/8352e07/static/hcaptcha.html#frame=challenge&amp;id=08bqwa1v44b3&amp;host=djnl.spinfastconnected.com&amp;sentry=true&amp;reportapi=https%3A%2F%2Faccounts.hcaptcha.com&amp;recaptchacompat=true&amp;custom=false&amp;hl=en&amp;tplinks=on&amp;pstissuer=https%3A%2F%2Fpst-issuer.hcaptcha.com&amp;sitekey=8de8f782-dd76-4e4a-8634-8ae26a466578&amp;theme=light&amp;origin=https%3A%2F%2Fdjnl.spinfastconnected.com" frameborder="0" scrolling="no" allow="private-state-token-issuance 'src'; private-state-token-redemption 'src'" title="Main content of the hCaptcha challenge" style="border: 0px; z-index: 2000000000; position: relative;"></iframe></div><div style="width: 100%; height: 100%; position: fixed; pointer-events: none; top: 0px; left: 0px; z-index: 0; background-color: rgb(255, 255, 255); opacity: 0.05;"></div><div style="border-width: 11px; position: absolute; pointer-events: none; margin-top: -11px; z-index: 1; right: 100%;"><div style="border-width: 10px; border-style: solid; border-color: transparent rgb(255, 255, 255) transparent transparent; position: relative; top: 10px; z-index: 1;"></div><div style="border-width: 11px; border-style: solid; border-color: transparent rgb(215, 215, 215) transparent transparent; position: relative; top: -11px; z-index: 0;"></div></div></div></body></html>