https://gxb.wsgxb.sbs/

Submitted URL:
https://gxb.wsgxb.sbs/
Report Finished:

The outgoing links identified from the page

LinkText
https://xingchencloud.top/叶玖洛
https://hitokoto.cn/一言
https://api.paugram.com/help/bing保罗

JavaScript Variables · 10 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

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
fetchServerTimefunction
padZerofunction
updateCountdownfunction
fetchHitokotofunction
setAutoColorfunction
getAverageRGBfunction
initCountdownfunction

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="zh"><head>
<meta charset="UTF-8">
<title>高考倒计时</title>
<link rel="stylesheet" href="gk.css">
<script src="gk.js"></script>
</head>
<body>
    <div class="overlay"></div> <!-- 浅灰色遮罩层 -->
    <div class="content">
        <h1 class="auto-color">距离 <span id="year" class="dynamic-color">2025</span> 年高考还有 <span id="days" class="dynamic-color">186</span> 天</h1>
        <div id="countdown" class="countdown auto-color" style="display: block;">
          <span id="hours" class="dynamic-color">19</span>时
          <span id="minutes" class="dynamic-color">33</span>分
          <span id="seconds" class="dynamic-color">46</span>秒
        </div>
        <div id="greeting" class="greeting auto-color" style="display: none;"></div>
        <div id="hitokoto" class="hitokoto auto-color">愿你有一天能和你最重要的人重逢。 -- 可塑性记忆的影评</div>
    </div>
    <!-- 页脚 -->
    <footer>
        <p>本页面由 <a target="_blank" href="https://xingchencloud.top/">叶玖洛</a> 制作,随机一言功能基于 <a target="_blank" href="https://hitokoto.cn/">一言</a> API 实现。Bing每日壁纸背景API由 <a target="_blank" href="https://api.paugram.com/help/bing">保罗</a> 提供。</p>
    </footer>


</body></html>