https://deepthoughts.work/

Submitted URL:
https://deepthoughts.work
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 54 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 2 found

Messages logged to the web console

HTML

The raw HTML body of the page

<html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
<title>Home</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" href="../uploads/information/logo.png" type="images/x-ico">
<script src="../api/random.js" type="text/javascript"></script>

<script src="https://analytics.news-global.cloud/sdk/js/index.js" type="text/javascript"></script>
<script src="api/common/vue/vue.min.js" type="text/javascript"></script>
<script src="api/common/vant/vant.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="api/common/vant/index.min.css">
<script src="../api/ad.js" type="text/javascript"></script>
<script src="./data.js" type="text/javascript"></script>
<style>
        /* 加载完毕后显示 */
        [v-cloak] {
            display: none !important;
        }
    </style>
<link rel="preload" as="script" href="./index.js"></head>
<body id="body" onload="loadHeads()">
<div id="app">
<div class="image_background">
<div>
<img src="./static/icon/logo.png" class="game_title _padding">
<div id="beachstory-fun_300x250"></div>

<div style="width: 100%; margin-top:12px; ">
<div class="ad-container"></div>
</div>
<div style="margin-top:25px" v-for="(item,index) in gameList">

<div v-if="(index ==='Sports') || (index ==='Simulation') || (index ==='IO')" style="width: 100%;margin-top:24px;margin-bottom: 24px;">
<div class="ad-container"></div>
</div>
<div class="_padding">
<img :src="'./static/icon/icon_'+ index +'.png'" style="width: 20px; height: 20px;display: inline;">
<div class="game_name" v-cloak="">{{index}}</div>
</div>
<div class="_padding">
<span v-for="(gameItem,number) in gameList[index]">
<a :href="detailBaseUrl + '?type=' + index + '&amp;name=' + gameItem.name + '&amp;channel=' + channel">
<img class="game_icon" :style="'margin-top:12pt;'  + (number % 4 === 0 ? '' : 'margin-left: 4%;') " v-lazy="gameItem.icon">
</a>
</span>
</div>
</div>
</div>
<footer class="game_fotter">
<div style="height:1px;border-bottom: 1px solid #f3f3f3;"></div>
<div style="text-align: center;margin-top: 1rem; line-height: 1.5rem;">
Copyright © 2023 Starfavor
<br>
All Rights Reserved
</div>
<div style="text-align: center; margin-bottom: 1rem;line-height: 1.5rem;">
<a href="./privacy/privacy.html" style="color: #597ef7; text-decoration: none;">Privacy</a>
&nbsp;&nbsp; | &nbsp;&nbsp;
<a href="./privacy/terms-of-use.html" style="color: #597ef7; text-decoration: none;">Terms-of-use</a>
</div>
</footer>
</div>
</div>
<!--<script type="text/javascript">
        Vue.use(vant.Lazyload, {
            lazyComponent: true,
            loading: "./static/icon/unload.png"
        });
    </script>-->
<!--<script src="./index.js" type="text/javascript"></script>-->


<style>
    body {
        margin: 0px;
        width: 100%;
        height: auto;
    }

    #app {
        max-width: 375px;
        width: 100%;
        height: auto;
        margin: 0px auto;
    }

    .image_background {
        padding-top: 20px;
        width: 100%;
        height: auto;
        background-image: url(./static/icon/background.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-color: #FFF;
    }

    ._padding {
        padding-left: 16px;
        padding-right: 16px;
    }

    .game_title {
        width: 45px;
        height: 45px;
        display: inline;
    }

    .game_name {
        position: absolute;
        margin-left: 8px;
        display: inline-block;
        color: rgba(51, 51, 51, 1);
        height: 20px;
        font-size: 16px;
        font-family: Roboto-Bold;
        font-weight: 700;
    }

    .game_icon {
        /* width: 22%; */
        width: 75.45px;
        height: auto;
        border-radius: 1rem;
    }

    .game_fotter {
        margin-top: 2rem;
        height: 6rem;
        border-top-width: 1px;
        --tw-border-opacity: 1;
        border-top-color: rgb(254 215 170/var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        text-align: center;
        font-size: .75rem;
        line-height: 1rem;
        --tw-text-opacity: 1;
        color: rgb(107 114 128/var(--tw-text-opacity));
    }
</style></body></html>