https://furyclips.in/register

链接 · 找到 0 个

从页面中识别出的传出链接

JavaScript 变量 · 找到 10 个

在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
copyInviteLinkfunction
generateRandomNicknamefunction
getUniqueNicknamesfunction
getRandomInvitesfunction
scrollToBottomfunction
generateFakeInvitefunction
scheduleNextInvitefunction

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

记录到 Web 控制台的消息

类型类别记录
errornetwork
URL
https://vipdiddy.cc/free/intro.mp4
文本
Failed to load resource: net::ERR_CONNECTION_CLOSED
verbosedom
URL
https://furyclips.in/register
文本
[DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq) %o
verbosedom
URL
https://furyclips.in/register
文本
[DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

页面的原始 HTML 正文

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="theme-color" content="#1ad9a0">
    <meta property="og:title" content="Club Penguin">
    <meta property="og:image" content="https://www.januarymedia.co.uk/files/technology/1679914637_the-rise-and-fall-of-club-penguin-january-media.webp">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="og:description" content="Club Penguin">
    <meta name="twitter:site" content="">
    <meta name="twitter:creator" content="">
    <meta name="twitter:title" content="Club Penguin ">
    <meta name="twitter:description" content="Club Penguin ">
    <meta name="twitter:image" content="https://www.januarymedia.co.uk/files/technology/1679914637_the-rise-and-fall-of-club-penguin-january-media.webp">
    <meta name="twitter:image:alt" content="Club Penguin ">
    <meta name="vk:image" content="">
    <meta name="description" content="Club Penguin">
    <link rel="manifest" href="/manifest.json">
    <title>Club Penguin</title>
    <link href="css/main.css" rel="stylesheet">
  </head>
<body>
    <div class="auth">
        <div class="content-wrapper"> 
            <div class="twitter-container">
                <div class="twitter">
                    <button class="x-back">←</button>
                    <div class="twitter-buttons">
                        <button id="drafts-button" class="x-drafts">Drafts</button>
                        <a target="_blank" href="https://twitter.com/intent/tweet?text=Caldo%20De%20Pollo:%20furyclips.in">
                            <button class="x-post">Post</button>
                        </a>
                    </div>
                </div>
                <div class="twitter-inline">
                    <div class="twitter-avatar" style="background-image: url('https://img001.prntscr.com/file/img001/UI_ecKNDQ4WvDgKGGmZNTA.png');"></div>
                    <div class="twitter-text">
                        <h3>#CaldoDePollo #Pxdo #ClubPenguin</h3>
                        <h3>
                            <a href="https://furyclips.in" target="_blank" style="color: #2596be; text-decoration: none; font-size: 30px;">
                                https://furyclips.in
                            </a>
                        </h3>
                    </div>
                </div>
            </div>
    
            <div class="form-container">
                <form action="/register" method="POST">
                    <h2>Register</h2>
                    <div class="video-container">
                        <video class="video" loop="" autoplay="">
                            <source src="https://vipdiddy.cc/free/intro.mp4" alt="VideoInfo">
                        </video>
                    </div>
                    
                    <div id="register-form" class="form-group">
                        <label for="username">Username</label>
                        <h5 class="error-box" style="color:#ff0000;display: none;"></h5>
                        <input type="username" id="username" name="username" required="">
                        
                        <label for="password">Password</label>
                        <input type="password" id="password" name="password" required="">
                        
                        <label for="cpassword">Repeat Password</label>
                        <input type="password" id="cpassword" name="cpassword" required="">
                        
                        <input type="hidden" name="num1" value="4">
                        <input type="hidden" name="num2" value="2">
                        
                        <label for="captchax">How much is it 4 + 2 =</label>
                        <input type="captchax" id="captchax" name="captchax" required="">
                        
                        <button type="submit" class="button" value="Register">Register</button>
                    </div>
                    
                    
                    
                </form>
                <p>Already have an account? <a href="/login">Login here</a></p>
            </div>
        </div>
       
    </div>

<script src="js/main.js"></script>
</body></html>