Domain www.redadhd.com
United States
AMAZON-02
Software information

Heroku

tcp/443

  • MacOS file listing through .DS_Store file
    First seen 2025-09-19 08:25
    Last seen 2026-01-02 09:56
    Open for 105 days
  • Open service 3.33.241.96:443 · www.redadhd.com

    2026-01-09 06:33

    HTTP/1.1 200 OK
    Cache-Control: max-age=0, private, must-revalidate
    Content-Length: 43165
    Content-Type: text/html; charset=utf-8
    Etag: W/"aae696ecd50c8de1bd8bea4cd70f6673"
    Feature-Policy: geolocation 'self'; camera 'none'; microphone 'none'; usb 'none'; fullscreen 'self'; payment 'self'
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Referrer-Policy: strict-origin-when-cross-origin
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=ScQ1MkFLC%2FczHLcKJYW5FZi7o%2F1rC7K98SPqBs1I9r4%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1767940413"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=ScQ1MkFLC%2FczHLcKJYW5FZi7o%2F1rC7K98SPqBs1I9r4%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1767940413"
    Server: Heroku
    Set-Cookie: logged_in=false; path=/; samesite=lax
    Strict-Transport-Security: max-age=63072000; includeSubDomains
    Vary: Accept-Encoding
    Via: 1.1 heroku-router
    X-Content-Type-Options: nosniff
    X-Download-Options: noopen
    X-Frame-Options: SAMEORIGIN
    X-Permitted-Cross-Domain-Policies: none
    X-Request-Id: 4598f571-000c-1cad-6deb-2bfbf03ebacc
    X-Runtime: 0.090864
    X-Xss-Protection: 0
    Date: Fri, 09 Jan 2026 06:33:34 GMT
    Connection: close
    
    Page title: Home
    
    
    
    
        <style>
          .nav-body-flex{
            margin-left: 300px;
          }
          @media screen and (max-width: 480px) {
            #app_nav_container {
              display: block;
              /* other CSS properties for mobile layout */
            }
            .nav-body-flex{
              margin-left: 0px !important;
            }
          }
        </style>
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-E9M64S7Z4Z"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-E9M64S7Z4Z');
    </script>
    
    <style>
    .preserve-spacing{
    text-align: left !important;
    }
    
    .w-webflow-badge {
    display: hidden
    }
    
    form{
        margin-block-end: 0em !important;
    }
    
    #app_view_container > div, .container {
    min-width: 72% !important;
    }
    
    .breadcrumb {
    max-width: 72% !important;
    padding-left: 0px !important;
    }
    
    
    
    
    .nav_component{
    position: static !important;
    }
    .sidebar, th{
    background-color: #fff !important;
    }
    
    body{
    height: 100vh;
    .container{
    display: block !important;}
    }
    
    * {
    font-family: "Inter", sans-serif;
    }
    
    #filters-label {
    font-family: "Inter", sans-serif;
    }
    
    a{
    font-family: "Inter", sans-serif;
    }
    
    h5{
    font-family: "Inter", sans-serif;
      font-weight: 800 important;
    }
    
    p{
    font-family: "Inter", sans-serif;
    }
    
    </style>
    
      <div id = "app_view_container" class = "">
        <div id = "app_nav_container" class = "">
        </div>
        <div id = "app_body_container" class = "">
          
    
    <script>
    // jQuery Compatibility Layer for Webflow
    (function() {
      // Store references to any existing jQuery plugins we need to preserve
      var preservedPlugins = {};
      
      // Check if jQuery exists and preserve important plugins
      if (window.jQuery && window.jQuery.fn) {
        if (window.jQuery.fn.DataTable) {
          preservedPlugins.DataTable = window.jQuery.fn.DataTable;
        }
        if (window.jQuery.fn.select2) {
          preservedPlugins.select2 = window.jQuery.fn.select2;
        }
      }
      
      // Store the original jQuery version
      window.originalJQueryVersion = window.jQuery ? window.jQuery.fn.jquery : null;
      
      // Allow Webflow to load naturally without interference
      // Function to restore plugins after Webflow loads
      window.restoreApplicationPlugins = function() {
        if (window.jQuery && window.jQuery.fn) {
          // Restore DataTable if it was lost
          if (!window.jQuery.fn.DataTable && preservedPlugins.DataTable) {
            window.jQuery.fn.DataTable = preservedPlugins.DataTable;
            window.jQuery.fn.dataTable = preservedPlugins.DataTable;
          }
          
          // Restore select2 if it was lost
          if (!window.jQuery.fn.select2 && preservedPlugins.select2) {
            window.jQuery.fn.select2 = preservedPlugins.select2;
          }
        }
      };
      
      // Check periodically if we need to restore plugins
      var checkCount = 0;
      var checkInterval = setInterval(function() {
        checkCount++;
        
        // If jQuery changed, restore plugins
        if (window.jQuery && window.jQuery.fn && window.jQuery.fn.jquery !== window.originalJQueryVersion) {
          window.restoreApplicationPlugins();
          clearInterval(checkInterval);
        }
        
        // Stop checking after 5 seconds
        if (checkCount > 50) {
          clearInterval(checkInterval);
          window.restoreApplicationPlugins(); // One final attempt
        }
      }, 100);
      
      // Also restore after page fully loads
      window.addEventListener('load', function() {
        setTimeout(window.restoreApplicationPlugins, 1000);
      });
    })();
    </script>
    
    
    <script defer = "defer">
        (function() {
            // Clean up any existing Tangram content on Android to prevent accumulation
            if (/Android/i.test(navigator.userAgent)) {
                // Remove any existing rendered Tangram content
                document.querySelectorAll('.tangram-content').forEach(function(element) {
                    if (element.hasAttribute('tg-user-id') || element.hasAttribute('tg-listing-id')) {
                        element.remove();
                    }
                });
            }
        })();
    
        document.addEventListener('DOMContentLoaded', funct
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 3.33.241.96:443 · www.redadhd.com

    2026-01-02 09:56

    HTTP/1.1 200 OK
    Cache-Control: max-age=0, private, must-revalidate
    Content-Length: 43165
    Content-Type: text/html; charset=utf-8
    Etag: W/"aae696ecd50c8de1bd8bea4cd70f6673"
    Feature-Policy: geolocation 'self'; camera 'none'; microphone 'none'; usb 'none'; fullscreen 'self'; payment 'self'
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Referrer-Policy: strict-origin-when-cross-origin
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=4Me9S5TWPCayPRHrixHQFTMMIYO8ciOXD%2B4yp1HTdFI%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1767347778"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=4Me9S5TWPCayPRHrixHQFTMMIYO8ciOXD%2B4yp1HTdFI%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1767347778"
    Server: Heroku
    Set-Cookie: logged_in=false; path=/; samesite=lax
    Strict-Transport-Security: max-age=63072000; includeSubDomains
    Vary: Accept-Encoding
    Via: 1.1 heroku-router
    X-Content-Type-Options: nosniff
    X-Download-Options: noopen
    X-Frame-Options: SAMEORIGIN
    X-Permitted-Cross-Domain-Policies: none
    X-Request-Id: 2e8b9a9a-b931-4712-82f0-2469cb6a1c84
    X-Runtime: 0.098997
    X-Xss-Protection: 0
    Date: Fri, 02 Jan 2026 09:56:18 GMT
    Connection: close
    
    Page title: Home
    
    
    
    
        <style>
          .nav-body-flex{
            margin-left: 300px;
          }
          @media screen and (max-width: 480px) {
            #app_nav_container {
              display: block;
              /* other CSS properties for mobile layout */
            }
            .nav-body-flex{
              margin-left: 0px !important;
            }
          }
        </style>
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-E9M64S7Z4Z"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-E9M64S7Z4Z');
    </script>
    
    <style>
    .preserve-spacing{
    text-align: left !important;
    }
    
    .w-webflow-badge {
    display: hidden
    }
    
    form{
        margin-block-end: 0em !important;
    }
    
    #app_view_container > div, .container {
    min-width: 72% !important;
    }
    
    .breadcrumb {
    max-width: 72% !important;
    padding-left: 0px !important;
    }
    
    
    
    
    .nav_component{
    position: static !important;
    }
    .sidebar, th{
    background-color: #fff !important;
    }
    
    body{
    height: 100vh;
    .container{
    display: block !important;}
    }
    
    * {
    font-family: "Inter", sans-serif;
    }
    
    #filters-label {
    font-family: "Inter", sans-serif;
    }
    
    a{
    font-family: "Inter", sans-serif;
    }
    
    h5{
    font-family: "Inter", sans-serif;
      font-weight: 800 important;
    }
    
    p{
    font-family: "Inter", sans-serif;
    }
    
    </style>
    
      <div id = "app_view_container" class = "">
        <div id = "app_nav_container" class = "">
        </div>
        <div id = "app_body_container" class = "">
          
    
    <script>
    // jQuery Compatibility Layer for Webflow
    (function() {
      // Store references to any existing jQuery plugins we need to preserve
      var preservedPlugins = {};
      
      // Check if jQuery exists and preserve important plugins
      if (window.jQuery && window.jQuery.fn) {
        if (window.jQuery.fn.DataTable) {
          preservedPlugins.DataTable = window.jQuery.fn.DataTable;
        }
        if (window.jQuery.fn.select2) {
          preservedPlugins.select2 = window.jQuery.fn.select2;
        }
      }
      
      // Store the original jQuery version
      window.originalJQueryVersion = window.jQuery ? window.jQuery.fn.jquery : null;
      
      // Allow Webflow to load naturally without interference
      // Function to restore plugins after Webflow loads
      window.restoreApplicationPlugins = function() {
        if (window.jQuery && window.jQuery.fn) {
          // Restore DataTable if it was lost
          if (!window.jQuery.fn.DataTable && preservedPlugins.DataTable) {
            window.jQuery.fn.DataTable = preservedPlugins.DataTable;
            window.jQuery.fn.dataTable = preservedPlugins.DataTable;
          }
          
          // Restore select2 if it was lost
          if (!window.jQuery.fn.select2 && preservedPlugins.select2) {
            window.jQuery.fn.select2 = preservedPlugins.select2;
          }
        }
      };
      
      // Check periodically if we need to restore plugins
      var checkCount = 0;
      var checkInterval = setInterval(function() {
        checkCount++;
        
        // If jQuery changed, restore plugins
        if (window.jQuery && window.jQuery.fn && window.jQuery.fn.jquery !== window.originalJQueryVersion) {
          window.restoreApplicationPlugins();
          clearInterval(checkInterval);
        }
        
        // Stop checking after 5 seconds
        if (checkCount > 50) {
          clearInterval(checkInterval);
          window.restoreApplicationPlugins(); // One final attempt
        }
      }, 100);
      
      // Also restore after page fully loads
      window.addEventListener('load', function() {
        setTimeout(window.restoreApplicationPlugins, 1000);
      });
    })();
    </script>
    
    
    <script defer = "defer">
        (function() {
            // Clean up any existing Tangram content on Android to prevent accumulation
            if (/Android/i.test(navigator.userAgent)) {
                // Remove any existing rendered Tangram content
                document.querySelectorAll('.tangram-content').forEach(function(element) {
                    if (element.hasAttribute('tg-user-id') || element.hasAttribute('tg-listing-id')) {
                        element.remove();
                    }
                });
            }
        })();
    
        document.addEventListener('DOMContentLoaded', funct
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 3.33.241.96:443 · www.redadhd.com

    2025-12-22 15:39

    HTTP/1.1 200 OK
    Cache-Control: max-age=0, private, must-revalidate
    Content-Length: 43165
    Content-Type: text/html; charset=utf-8
    Etag: W/"5af2b8d3f0cde1496ab9664a4609b278"
    Feature-Policy: geolocation 'self'; camera 'none'; microphone 'none'; usb 'none'; fullscreen 'self'; payment 'self'
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Referrer-Policy: strict-origin-when-cross-origin
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=NGar7lmaTg6Y%2FexV%2FCvH1KTNovvOe2XUB8GdOPLtBL4%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1766417942"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=NGar7lmaTg6Y%2FexV%2FCvH1KTNovvOe2XUB8GdOPLtBL4%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1766417942"
    Server: Heroku
    Set-Cookie: logged_in=false; path=/; samesite=lax
    Strict-Transport-Security: max-age=63072000; includeSubDomains
    Vary: Accept-Encoding
    Via: 1.1 heroku-router
    X-Content-Type-Options: nosniff
    X-Download-Options: noopen
    X-Frame-Options: SAMEORIGIN
    X-Permitted-Cross-Domain-Policies: none
    X-Request-Id: 9af05888-6b7b-7172-a709-4ad25e2479cb
    X-Runtime: 0.140535
    X-Xss-Protection: 0
    Date: Mon, 22 Dec 2025 15:39:02 GMT
    Connection: close
    
    Page title: Home
    
    
    
    
        <style>
          .nav-body-flex{
            margin-left: 300px;
          }
          @media screen and (max-width: 480px) {
            #app_nav_container {
              display: block;
              /* other CSS properties for mobile layout */
            }
            .nav-body-flex{
              margin-left: 0px !important;
            }
          }
        </style>
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-E9M64S7Z4Z"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-E9M64S7Z4Z');
    </script>
    
    <style>
    .preserve-spacing{
    text-align: left !important;
    }
    
    .w-webflow-badge {
    display: hidden
    }
    
    form{
        margin-block-end: 0em !important;
    }
    
    #app_view_container > div, .container {
    min-width: 72% !important;
    }
    
    .breadcrumb {
    max-width: 72% !important;
    padding-left: 0px !important;
    }
    
    
    
    
    .nav_component{
    position: static !important;
    }
    .sidebar, th{
    background-color: #fff !important;
    }
    
    body{
    height: 100vh;
    .container{
    display: block !important;}
    }
    
    * {
    font-family: "Inter", sans-serif;
    }
    
    #filters-label {
    font-family: "Inter", sans-serif;
    }
    
    a{
    font-family: "Inter", sans-serif;
    }
    
    h5{
    font-family: "Inter", sans-serif;
      font-weight: 800 important;
    }
    
    p{
    font-family: "Inter", sans-serif;
    }
    
    </style>
    
      <div id = "app_view_container" class = "">
        <div id = "app_nav_container" class = "">
        </div>
        <div id = "app_body_container" class = "">
          
    
    <script>
    // jQuery Compatibility Layer for Webflow
    (function() {
      // Store references to any existing jQuery plugins we need to preserve
      var preservedPlugins = {};
      
      // Check if jQuery exists and preserve important plugins
      if (window.jQuery && window.jQuery.fn) {
        if (window.jQuery.fn.DataTable) {
          preservedPlugins.DataTable = window.jQuery.fn.DataTable;
        }
        if (window.jQuery.fn.select2) {
          preservedPlugins.select2 = window.jQuery.fn.select2;
        }
      }
      
      // Store the original jQuery version
      window.originalJQueryVersion = window.jQuery ? window.jQuery.fn.jquery : null;
      
      // Allow Webflow to load naturally without interference
      // Function to restore plugins after Webflow loads
      window.restoreApplicationPlugins = function() {
        if (window.jQuery && window.jQuery.fn) {
          // Restore DataTable if it was lost
          if (!window.jQuery.fn.DataTable && preservedPlugins.DataTable) {
            window.jQuery.fn.DataTable = preservedPlugins.DataTable;
            window.jQuery.fn.dataTable = preservedPlugins.DataTable;
          }
          
          // Restore select2 if it was lost
          if (!window.jQuery.fn.select2 && preservedPlugins.select2) {
            window.jQuery.fn.select2 = preservedPlugins.select2;
          }
        }
      };
      
      // Check periodically if we need to restore plugins
      var checkCount = 0;
      var checkInterval = setInterval(function() {
        checkCount++;
        
        // If jQuery changed, restore plugins
        if (window.jQuery && window.jQuery.fn && window.jQuery.fn.jquery !== window.originalJQueryVersion) {
          window.restoreApplicationPlugins();
          clearInterval(checkInterval);
        }
        
        // Stop checking after 5 seconds
        if (checkCount > 50) {
          clearInterval(checkInterval);
          window.restoreApplicationPlugins(); // One final attempt
        }
      }, 100);
      
      // Also restore after page fully loads
      window.addEventListener('load', function() {
        setTimeout(window.restoreApplicationPlugins, 1000);
      });
    })();
    </script>
    
    
    <script defer = "defer">
        (function() {
            // Clean up any existing Tangram content on Android to prevent accumulation
            if (/Android/i.test(navigator.userAgent)) {
                // Remove any existing rendered Tangram content
                document.querySelectorAll('.tangram-content').forEach(function(element) {
                    if (element.hasAttribute('tg-user-id') || element.hasAttribute('tg-listing-id')) {
                        element.remove();
                    }
                });
            }
        })();
    
        document.addEventListener('DOMContentLoaded', funct
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 3.33.241.96:443 · www.redadhd.com

    2025-12-20 16:17

    HTTP/1.1 200 OK
    Cache-Control: max-age=0, private, must-revalidate
    Content-Length: 43165
    Content-Type: text/html; charset=utf-8
    Etag: W/"5af2b8d3f0cde1496ab9664a4609b278"
    Feature-Policy: geolocation 'self'; camera 'none'; microphone 'none'; usb 'none'; fullscreen 'self'; payment 'self'
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Referrer-Policy: strict-origin-when-cross-origin
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=O29ni6xteiEGp2pgMFhebCyCpoZ8I18HDwsIgy%2Fy0p4%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1766247422"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=O29ni6xteiEGp2pgMFhebCyCpoZ8I18HDwsIgy%2Fy0p4%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1766247422"
    Server: Heroku
    Set-Cookie: logged_in=false; path=/; samesite=lax
    Strict-Transport-Security: max-age=63072000; includeSubDomains
    Vary: Accept-Encoding
    Via: 1.1 heroku-router
    X-Content-Type-Options: nosniff
    X-Download-Options: noopen
    X-Frame-Options: SAMEORIGIN
    X-Permitted-Cross-Domain-Policies: none
    X-Request-Id: 1e8f4b2d-f1a8-b1a5-b3a3-2050ecb66b59
    X-Runtime: 0.316443
    X-Xss-Protection: 0
    Date: Sat, 20 Dec 2025 16:17:03 GMT
    Connection: close
    
    Page title: Home
    
    
    
    
        <style>
          .nav-body-flex{
            margin-left: 300px;
          }
          @media screen and (max-width: 480px) {
            #app_nav_container {
              display: block;
              /* other CSS properties for mobile layout */
            }
            .nav-body-flex{
              margin-left: 0px !important;
            }
          }
        </style>
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-E9M64S7Z4Z"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-E9M64S7Z4Z');
    </script>
    
    <style>
    .preserve-spacing{
    text-align: left !important;
    }
    
    .w-webflow-badge {
    display: hidden
    }
    
    form{
        margin-block-end: 0em !important;
    }
    
    #app_view_container > div, .container {
    min-width: 72% !important;
    }
    
    .breadcrumb {
    max-width: 72% !important;
    padding-left: 0px !important;
    }
    
    
    
    
    .nav_component{
    position: static !important;
    }
    .sidebar, th{
    background-color: #fff !important;
    }
    
    body{
    height: 100vh;
    .container{
    display: block !important;}
    }
    
    * {
    font-family: "Inter", sans-serif;
    }
    
    #filters-label {
    font-family: "Inter", sans-serif;
    }
    
    a{
    font-family: "Inter", sans-serif;
    }
    
    h5{
    font-family: "Inter", sans-serif;
      font-weight: 800 important;
    }
    
    p{
    font-family: "Inter", sans-serif;
    }
    
    </style>
    
      <div id = "app_view_container" class = "">
        <div id = "app_nav_container" class = "">
        </div>
        <div id = "app_body_container" class = "">
          
    
    <script>
    // jQuery Compatibility Layer for Webflow
    (function() {
      // Store references to any existing jQuery plugins we need to preserve
      var preservedPlugins = {};
      
      // Check if jQuery exists and preserve important plugins
      if (window.jQuery && window.jQuery.fn) {
        if (window.jQuery.fn.DataTable) {
          preservedPlugins.DataTable = window.jQuery.fn.DataTable;
        }
        if (window.jQuery.fn.select2) {
          preservedPlugins.select2 = window.jQuery.fn.select2;
        }
      }
      
      // Store the original jQuery version
      window.originalJQueryVersion = window.jQuery ? window.jQuery.fn.jquery : null;
      
      // Allow Webflow to load naturally without interference
      // Function to restore plugins after Webflow loads
      window.restoreApplicationPlugins = function() {
        if (window.jQuery && window.jQuery.fn) {
          // Restore DataTable if it was lost
          if (!window.jQuery.fn.DataTable && preservedPlugins.DataTable) {
            window.jQuery.fn.DataTable = preservedPlugins.DataTable;
            window.jQuery.fn.dataTable = preservedPlugins.DataTable;
          }
          
          // Restore select2 if it was lost
          if (!window.jQuery.fn.select2 && preservedPlugins.select2) {
            window.jQuery.fn.select2 = preservedPlugins.select2;
          }
        }
      };
      
      // Check periodically if we need to restore plugins
      var checkCount = 0;
      var checkInterval = setInterval(function() {
        checkCount++;
        
        // If jQuery changed, restore plugins
        if (window.jQuery && window.jQuery.fn && window.jQuery.fn.jquery !== window.originalJQueryVersion) {
          window.restoreApplicationPlugins();
          clearInterval(checkInterval);
        }
        
        // Stop checking after 5 seconds
        if (checkCount > 50) {
          clearInterval(checkInterval);
          window.restoreApplicationPlugins(); // One final attempt
        }
      }, 100);
      
      // Also restore after page fully loads
      window.addEventListener('load', function() {
        setTimeout(window.restoreApplicationPlugins, 1000);
      });
    })();
    </script>
    
    
    <script defer = "defer">
        (function() {
            // Clean up any existing Tangram content on Android to prevent accumulation
            if (/Android/i.test(navigator.userAgent)) {
                // Remove any existing rendered Tangram content
                document.querySelectorAll('.tangram-content').forEach(function(element) {
                    if (element.hasAttribute('tg-user-id') || element.hasAttribute('tg-listing-id')) {
                        element.remove();
                    }
                });
            }
        })();
    
        document.addEventListener('DOMContentLoaded', funct
    Found 2025-12-20 by HttpPlugin
    Create report
www.redadhd.com
CN:
www.redadhd.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-19 00:13
Not after:
2026-02-17 00:13
Domain summary
IP summary