Domain libretv.2star.top
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 104.21.14.63:443 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 200 OK
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cf-Cache-Status: DYNAMIC
    Server: cloudflare
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CHNUVVSsuexo2jbpSuEu2UiXMdRjDTibE81CC%2B3txTv6QrvwFNq9uh%2BfhICWkDq1fkByvXWnllBT%2BDu9J0MNFrTiCHQBGLw1EZgMLVp6BHTMAfTMm4B%2F1tf%2BEx5JKQo%2Fxr%2FjTA%3D%3D"}],"group":"cf-nel","max_age":604800}
    Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    CF-RAY: 94663dc758d6ebbc-YYZ
    
    Page title: LibreTV - 免费在线视频搜索与观看平台
    
    <!DOCTYPE html>
    <html lang="zh">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>LibreTV - 免费在线视频搜索与观看平台</title>
        <meta name="description" content="LibreTV是一个免费的在线视频搜索平台,无广告、安全,提供来自多个视频源的内容搜索与观看服务,无需注册即可使用。">
        <meta name="keywords" content="在线视频,免费视频,视频搜索,电影,电视剧,LibreTV">
        <meta name="author" content="LibreTV Team">
    
        <!-- Favicon -->
        <link rel="icon" href="image/logo.png">
        <link rel="apple-touch-icon" href="image/logo-black.png">
        <link rel="manifest" href="manifest.json">
        
        <script src="libs/tailwindcss.min.js"></script>
        <link rel="stylesheet" href="css/styles.css">
        <link rel="stylesheet" href="css/index.css">
    </head>
    <body class="page-bg text-white">
        <!-- 将历史记录按钮移到左上角,并缩小尺寸 -->
        <div class="fixed top-4 left-4 z-10">
            <button onclick="toggleHistory(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="观看历史">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                </svg>
            </button>
        </div>
    
        <!-- 设置按钮保留在右上角,并缩小尺寸 -->
        <div class="fixed top-4 right-4 z-10">
            <button onclick="toggleSettings(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="打开设置">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
                </svg>
            </button>
        </div>
        
        <!-- 历史记录面板 - 标题居中 -->
        <div id="historyPanel" class="history-panel fixed left-0 top-0 h-full bg-[#111] border-r border-[#333] p-6 z-40 transform -translate-x-full transition-transform duration-300" aria-label="观看历史" aria-hidden="true">
            <div class="flex justify-between items-center mb-6">
                    <button onclick="toggleHistory()" class="close-btn">
                        <svg fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </button>
                <h3 class="text-xl font-bold gradient-text mx-auto">观看历史</h3>
                <div class="w-4"></div> <!-- 添加一个占位元素以确保标题居中 -->
            </div>
            <div id="historyList" class="pb-4">
                <!-- 历史记录将在这里动态显示 -->
                <div class="text-center text-gray-500 py-8">暂无观看记录</div>
            </div>
            <div class="mt-4 text-center sticky bottom-0 pb-2 pt-2 bg-[#111]">
                <button onclick="clearViewingHistory()" class="px-4 py-2 w-full bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 hover:from-indigo-600 hover:via-purple-600 hover:to-pink-600 text-white rounded-lg text-sm transition-all duration-300 
    Found 2025-05-27 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:443 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 200 OK
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cf-Cache-Status: DYNAMIC
    Server: cloudflare
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=a4jRA9lBma0KroSPzCIclvAM0HvuwbUZpisTHHd1fbLVcgI6KOHGVPQzCK4mviftQg%2Fq5il0ESxKzF62kYVcorCvEoLm11bA5TYjvO9dpRiO1yLkJuvOKckvnZPUmOHz6Pwt%2BZSaIecKAhepHNpQ8Q%3D%3D"}],"group":"cf-nel","max_age":604800}
    Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    CF-RAY: 94663dc64a544d54-FRA
    
    Page title: LibreTV - 免费在线视频搜索与观看平台
    
    <!DOCTYPE html>
    <html lang="zh">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>LibreTV - 免费在线视频搜索与观看平台</title>
        <meta name="description" content="LibreTV是一个免费的在线视频搜索平台,无广告、安全,提供来自多个视频源的内容搜索与观看服务,无需注册即可使用。">
        <meta name="keywords" content="在线视频,免费视频,视频搜索,电影,电视剧,LibreTV">
        <meta name="author" content="LibreTV Team">
    
        <!-- Favicon -->
        <link rel="icon" href="image/logo.png">
        <link rel="apple-touch-icon" href="image/logo-black.png">
        <link rel="manifest" href="manifest.json">
        
        <script src="libs/tailwindcss.min.js"></script>
        <link rel="stylesheet" href="css/styles.css">
        <link rel="stylesheet" href="css/index.css">
    </head>
    <body class="page-bg text-white">
        <!-- 将历史记录按钮移到左上角,并缩小尺寸 -->
        <div class="fixed top-4 left-4 z-10">
            <button onclick="toggleHistory(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="观看历史">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                </svg>
            </button>
        </div>
    
        <!-- 设置按钮保留在右上角,并缩小尺寸 -->
        <div class="fixed top-4 right-4 z-10">
            <button onclick="toggleSettings(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="打开设置">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
                </svg>
            </button>
        </div>
        
        <!-- 历史记录面板 - 标题居中 -->
        <div id="historyPanel" class="history-panel fixed left-0 top-0 h-full bg-[#111] border-r border-[#333] p-6 z-40 transform -translate-x-full transition-transform duration-300" aria-label="观看历史" aria-hidden="true">
            <div class="flex justify-between items-center mb-6">
                    <button onclick="toggleHistory()" class="close-btn">
                        <svg fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </button>
                <h3 class="text-xl font-bold gradient-text mx-auto">观看历史</h3>
                <div class="w-4"></div> <!-- 添加一个占位元素以确保标题居中 -->
            </div>
            <div id="historyList" class="pb-4">
                <!-- 历史记录将在这里动态显示 -->
                <div class="text-center text-gray-500 py-8">暂无观看记录</div>
            </div>
            <div class="mt-4 text-center sticky bottom-0 pb-2 pt-2 bg-[#111]">
                <button onclick="clearViewingHistory()" class="px-4 py-2 w-full bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 hover:from-indigo-600 hover:via-purple-600 hover:to-pink-600 text-white rounded-lg text-sm transition-all duration-300 
    Found 2025-05-27 by HttpPlugin
    Create report
  • Open service 172.67.158.33:443 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 200 OK
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cf-Cache-Status: DYNAMIC
    Server: cloudflare
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=P%2BcvzYzBbVvmpSjrw9XxpANEsGZvgTNu49dn1WfroRoeLNVYOtNt4G7Umz%2F23Rj%2FhJ0k0PDR%2F5gxNmemSpCCYYXmj%2F4UksZTOMNF%2F8DY7PdtfK0mcLFxIKGKtxEsCLtK5yGumg%3D%3D"}],"group":"cf-nel","max_age":604800}
    Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    CF-RAY: 94663dc67c5a0374-FRA
    
    Page title: LibreTV - 免费在线视频搜索与观看平台
    
    <!DOCTYPE html>
    <html lang="zh">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>LibreTV - 免费在线视频搜索与观看平台</title>
        <meta name="description" content="LibreTV是一个免费的在线视频搜索平台,无广告、安全,提供来自多个视频源的内容搜索与观看服务,无需注册即可使用。">
        <meta name="keywords" content="在线视频,免费视频,视频搜索,电影,电视剧,LibreTV">
        <meta name="author" content="LibreTV Team">
    
        <!-- Favicon -->
        <link rel="icon" href="image/logo.png">
        <link rel="apple-touch-icon" href="image/logo-black.png">
        <link rel="manifest" href="manifest.json">
        
        <script src="libs/tailwindcss.min.js"></script>
        <link rel="stylesheet" href="css/styles.css">
        <link rel="stylesheet" href="css/index.css">
    </head>
    <body class="page-bg text-white">
        <!-- 将历史记录按钮移到左上角,并缩小尺寸 -->
        <div class="fixed top-4 left-4 z-10">
            <button onclick="toggleHistory(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="观看历史">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                </svg>
            </button>
        </div>
    
        <!-- 设置按钮保留在右上角,并缩小尺寸 -->
        <div class="fixed top-4 right-4 z-10">
            <button onclick="toggleSettings(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="打开设置">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
                </svg>
            </button>
        </div>
        
        <!-- 历史记录面板 - 标题居中 -->
        <div id="historyPanel" class="history-panel fixed left-0 top-0 h-full bg-[#111] border-r border-[#333] p-6 z-40 transform -translate-x-full transition-transform duration-300" aria-label="观看历史" aria-hidden="true">
            <div class="flex justify-between items-center mb-6">
                    <button onclick="toggleHistory()" class="close-btn">
                        <svg fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </button>
                <h3 class="text-xl font-bold gradient-text mx-auto">观看历史</h3>
                <div class="w-4"></div> <!-- 添加一个占位元素以确保标题居中 -->
            </div>
            <div id="historyList" class="pb-4">
                <!-- 历史记录将在这里动态显示 -->
                <div class="text-center text-gray-500 py-8">暂无观看记录</div>
            </div>
            <div class="mt-4 text-center sticky bottom-0 pb-2 pt-2 bg-[#111]">
                <button onclick="clearViewingHistory()" class="px-4 py-2 w-full bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 hover:from-indigo-600 hover:via-purple-600 hover:to-pink-600 text-white rounded-lg text-sm transition-all duration-300 
    Found 2025-05-27 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:80 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: max-age=3600
    Expires: Tue, 27 May 2025 15:35:52 GMT
    Location: https://libretv.2star.top/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BG5wG64e2ZU2UYSBSGYxJflLpRW3ypjMZmu3jDQQydF9BHtDQ3zd4JDsTAjRg7YvH1F9ziJOMrhfcYJWtjpcjucgTDK4SSJ7R1ey7AC0%2Fp4IRCYzofSbyzXfHtTiyjqYz7FT6rzKZKV7yTrNglTRDw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 94663dc42c2ed2a9-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=937&min_rtt=937&rtt_var=468&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2025-05-27 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9e21:80 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: max-age=3600
    Expires: Tue, 27 May 2025 15:35:52 GMT
    Location: https://libretv.2star.top/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=FWf7uyPpzhwZzCMZzEWudUVbk6txl3vddBXvd6kDpkIuAQmO4fDCJTicXk9ul4x2adWQLGJy1d4r0zf2Vo0opxL6Tf1aE9bGPcEm8%2BndbLhdAOgN7Q5ROssP2M96EaFLQVfcpaVc4y2v84crB5Be5w%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 94663dc4bd40a06d-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=1090&min_rtt=1090&rtt_var=545&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2025-05-27 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9e21:443 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 200 OK
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cf-Cache-Status: DYNAMIC
    Server: cloudflare
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=aSo8YLndbo2LfVZdwU4j2CIM%2BiIhUesh8jkcWodRcbi1IdE4yACTL%2F2L%2B%2Bt0Hc6G%2FGsu9AAJ%2BSc6Y%2FSfQH5jrQuRdOfyI45q%2B7EOO%2BXHOvt00AKxcPDdsN9PIcIskvHz7li7y4AAKPcxtx6q2SoH5A%3D%3D"}],"group":"cf-nel","max_age":604800}
    Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    CF-RAY: 94663dc59a646909-FRA
    
    Page title: LibreTV - 免费在线视频搜索与观看平台
    
    <!DOCTYPE html>
    <html lang="zh">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>LibreTV - 免费在线视频搜索与观看平台</title>
        <meta name="description" content="LibreTV是一个免费的在线视频搜索平台,无广告、安全,提供来自多个视频源的内容搜索与观看服务,无需注册即可使用。">
        <meta name="keywords" content="在线视频,免费视频,视频搜索,电影,电视剧,LibreTV">
        <meta name="author" content="LibreTV Team">
    
        <!-- Favicon -->
        <link rel="icon" href="image/logo.png">
        <link rel="apple-touch-icon" href="image/logo-black.png">
        <link rel="manifest" href="manifest.json">
        
        <script src="libs/tailwindcss.min.js"></script>
        <link rel="stylesheet" href="css/styles.css">
        <link rel="stylesheet" href="css/index.css">
    </head>
    <body class="page-bg text-white">
        <!-- 将历史记录按钮移到左上角,并缩小尺寸 -->
        <div class="fixed top-4 left-4 z-10">
            <button onclick="toggleHistory(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="观看历史">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                </svg>
            </button>
        </div>
    
        <!-- 设置按钮保留在右上角,并缩小尺寸 -->
        <div class="fixed top-4 right-4 z-10">
            <button onclick="toggleSettings(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="打开设置">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
                </svg>
            </button>
        </div>
        
        <!-- 历史记录面板 - 标题居中 -->
        <div id="historyPanel" class="history-panel fixed left-0 top-0 h-full bg-[#111] border-r border-[#333] p-6 z-40 transform -translate-x-full transition-transform duration-300" aria-label="观看历史" aria-hidden="true">
            <div class="flex justify-between items-center mb-6">
                    <button onclick="toggleHistory()" class="close-btn">
                        <svg fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </button>
                <h3 class="text-xl font-bold gradient-text mx-auto">观看历史</h3>
                <div class="w-4"></div> <!-- 添加一个占位元素以确保标题居中 -->
            </div>
            <div id="historyList" class="pb-4">
                <!-- 历史记录将在这里动态显示 -->
                <div class="text-center text-gray-500 py-8">暂无观看记录</div>
            </div>
            <div class="mt-4 text-center sticky bottom-0 pb-2 pt-2 bg-[#111]">
                <button onclick="clearViewingHistory()" class="px-4 py-2 w-full bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 hover:from-indigo-600 hover:via-purple-600 hover:to-pink-600 text-white rounded-lg text-sm transition-all duration-300 
    Found 2025-05-27 by HttpPlugin
    Create report
  • Open service 104.21.14.63:8443 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 200 OK
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cf-Cache-Status: DYNAMIC
    Server: cloudflare
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2mEKhqauLbd2ZZdPMJni6s7%2FW6p2Tu62fz6zErdP%2FhNCNLePbbr751tx4DsjdsoN7iOrLl9e8xJC8ZRFb58pyStsojFNxwrfH1TLmb395itpa0iNk%2FadYdR2u%2FwC6w4HFZV%2FwA%3D%3D"}],"group":"cf-nel","max_age":604800}
    Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    CF-RAY: 94663dc5a9c503d8-FRA
    
    Page title: LibreTV - 免费在线视频搜索与观看平台
    
    <!DOCTYPE html>
    <html lang="zh">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>LibreTV - 免费在线视频搜索与观看平台</title>
        <meta name="description" content="LibreTV是一个免费的在线视频搜索平台,无广告、安全,提供来自多个视频源的内容搜索与观看服务,无需注册即可使用。">
        <meta name="keywords" content="在线视频,免费视频,视频搜索,电影,电视剧,LibreTV">
        <meta name="author" content="LibreTV Team">
    
        <!-- Favicon -->
        <link rel="icon" href="image/logo.png">
        <link rel="apple-touch-icon" href="image/logo-black.png">
        <link rel="manifest" href="manifest.json">
        
        <script src="libs/tailwindcss.min.js"></script>
        <link rel="stylesheet" href="css/styles.css">
        <link rel="stylesheet" href="css/index.css">
    </head>
    <body class="page-bg text-white">
        <!-- 将历史记录按钮移到左上角,并缩小尺寸 -->
        <div class="fixed top-4 left-4 z-10">
            <button onclick="toggleHistory(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="观看历史">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                </svg>
            </button>
        </div>
    
        <!-- 设置按钮保留在右上角,并缩小尺寸 -->
        <div class="fixed top-4 right-4 z-10">
            <button onclick="toggleSettings(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="打开设置">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
                </svg>
            </button>
        </div>
        
        <!-- 历史记录面板 - 标题居中 -->
        <div id="historyPanel" class="history-panel fixed left-0 top-0 h-full bg-[#111] border-r border-[#333] p-6 z-40 transform -translate-x-full transition-transform duration-300" aria-label="观看历史" aria-hidden="true">
            <div class="flex justify-between items-center mb-6">
                    <button onclick="toggleHistory()" class="close-btn">
                        <svg fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </button>
                <h3 class="text-xl font-bold gradient-text mx-auto">观看历史</h3>
                <div class="w-4"></div> <!-- 添加一个占位元素以确保标题居中 -->
            </div>
            <div id="historyList" class="pb-4">
                <!-- 历史记录将在这里动态显示 -->
                <div class="text-center text-gray-500 py-8">暂无观看记录</div>
            </div>
            <div class="mt-4 text-center sticky bottom-0 pb-2 pt-2 bg-[#111]">
                <button onclick="clearViewingHistory()" class="px-4 py-2 w-full bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 hover:from-indigo-600 hover:via-purple-600 hover:to-pink-600 text-white rounded-lg text-sm transition-all duration-300 
    Found 2025-05-27 by HttpPlugin
    Create report
  • Open service 172.67.158.33:8443 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 200 OK
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cf-Cache-Status: DYNAMIC
    Server: cloudflare
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=R631Qt%2BbCcuywoGmEP6qpuIZXSYLU1QHFQdsb%2BKDPbNBOBDd5s8I0yvS4rmkroXiCBMrho4Poxn4qabTkVI4HYdfASm1%2Bjls35Tj7esB5PecBnAYvOpdx0ErhVthGmsgMmbg0g%3D%3D"}],"group":"cf-nel","max_age":604800}
    Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    CF-RAY: 94663dc5ae512c00-FRA
    
    Page title: LibreTV - 免费在线视频搜索与观看平台
    
    <!DOCTYPE html>
    <html lang="zh">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>LibreTV - 免费在线视频搜索与观看平台</title>
        <meta name="description" content="LibreTV是一个免费的在线视频搜索平台,无广告、安全,提供来自多个视频源的内容搜索与观看服务,无需注册即可使用。">
        <meta name="keywords" content="在线视频,免费视频,视频搜索,电影,电视剧,LibreTV">
        <meta name="author" content="LibreTV Team">
    
        <!-- Favicon -->
        <link rel="icon" href="image/logo.png">
        <link rel="apple-touch-icon" href="image/logo-black.png">
        <link rel="manifest" href="manifest.json">
        
        <script src="libs/tailwindcss.min.js"></script>
        <link rel="stylesheet" href="css/styles.css">
        <link rel="stylesheet" href="css/index.css">
    </head>
    <body class="page-bg text-white">
        <!-- 将历史记录按钮移到左上角,并缩小尺寸 -->
        <div class="fixed top-4 left-4 z-10">
            <button onclick="toggleHistory(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="观看历史">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                </svg>
            </button>
        </div>
    
        <!-- 设置按钮保留在右上角,并缩小尺寸 -->
        <div class="fixed top-4 right-4 z-10">
            <button onclick="toggleSettings(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="打开设置">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
                </svg>
            </button>
        </div>
        
        <!-- 历史记录面板 - 标题居中 -->
        <div id="historyPanel" class="history-panel fixed left-0 top-0 h-full bg-[#111] border-r border-[#333] p-6 z-40 transform -translate-x-full transition-transform duration-300" aria-label="观看历史" aria-hidden="true">
            <div class="flex justify-between items-center mb-6">
                    <button onclick="toggleHistory()" class="close-btn">
                        <svg fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </button>
                <h3 class="text-xl font-bold gradient-text mx-auto">观看历史</h3>
                <div class="w-4"></div> <!-- 添加一个占位元素以确保标题居中 -->
            </div>
            <div id="historyList" class="pb-4">
                <!-- 历史记录将在这里动态显示 -->
                <div class="text-center text-gray-500 py-8">暂无观看记录</div>
            </div>
            <div class="mt-4 text-center sticky bottom-0 pb-2 pt-2 bg-[#111]">
                <button onclick="clearViewingHistory()" class="px-4 py-2 w-full bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 hover:from-indigo-600 hover:via-purple-600 hover:to-pink-600 text-white rounded-lg text-sm transition-all duration-300 
    Found 2025-05-27 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:8443 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 200 OK
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cf-Cache-Status: DYNAMIC
    Server: cloudflare
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=NPzE0XF4jPzNmtNUHJMjkv20YeW575Q70kjExKs8rfeZDYOb0zZwS4pusAqNRckAMNoBm%2BlxTnL5xs5DtQdw5eHRS6vu%2FWV6pjcyeG6RX1gOPjVzMz8f9d%2BYXNDlgm8ciMrXwcY7mi1EnTzut28j9Q%3D%3D"}],"group":"cf-nel","max_age":604800}
    Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    CF-RAY: 94663dc6287e368b-FRA
    
    Page title: LibreTV - 免费在线视频搜索与观看平台
    
    <!DOCTYPE html>
    <html lang="zh">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>LibreTV - 免费在线视频搜索与观看平台</title>
        <meta name="description" content="LibreTV是一个免费的在线视频搜索平台,无广告、安全,提供来自多个视频源的内容搜索与观看服务,无需注册即可使用。">
        <meta name="keywords" content="在线视频,免费视频,视频搜索,电影,电视剧,LibreTV">
        <meta name="author" content="LibreTV Team">
    
        <!-- Favicon -->
        <link rel="icon" href="image/logo.png">
        <link rel="apple-touch-icon" href="image/logo-black.png">
        <link rel="manifest" href="manifest.json">
        
        <script src="libs/tailwindcss.min.js"></script>
        <link rel="stylesheet" href="css/styles.css">
        <link rel="stylesheet" href="css/index.css">
    </head>
    <body class="page-bg text-white">
        <!-- 将历史记录按钮移到左上角,并缩小尺寸 -->
        <div class="fixed top-4 left-4 z-10">
            <button onclick="toggleHistory(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="观看历史">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                </svg>
            </button>
        </div>
    
        <!-- 设置按钮保留在右上角,并缩小尺寸 -->
        <div class="fixed top-4 right-4 z-10">
            <button onclick="toggleSettings(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="打开设置">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
                </svg>
            </button>
        </div>
        
        <!-- 历史记录面板 - 标题居中 -->
        <div id="historyPanel" class="history-panel fixed left-0 top-0 h-full bg-[#111] border-r border-[#333] p-6 z-40 transform -translate-x-full transition-transform duration-300" aria-label="观看历史" aria-hidden="true">
            <div class="flex justify-between items-center mb-6">
                    <button onclick="toggleHistory()" class="close-btn">
                        <svg fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </button>
                <h3 class="text-xl font-bold gradient-text mx-auto">观看历史</h3>
                <div class="w-4"></div> <!-- 添加一个占位元素以确保标题居中 -->
            </div>
            <div id="historyList" class="pb-4">
                <!-- 历史记录将在这里动态显示 -->
                <div class="text-center text-gray-500 py-8">暂无观看记录</div>
            </div>
            <div class="mt-4 text-center sticky bottom-0 pb-2 pt-2 bg-[#111]">
                <button onclick="clearViewingHistory()" class="px-4 py-2 w-full bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 hover:from-indigo-600 hover:via-purple-600 hover:to-pink-600 text-white rounded-lg text-sm transition-all duration-300 
    Found 2025-05-27 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9e21:8443 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 200 OK
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cf-Cache-Status: DYNAMIC
    Server: cloudflare
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=wTgULYyob7oNfJSXg1ooOVbhY4oQW6Z9Q%2BTfv0juWE7Q4MAOOCuU67lGqzs3jVYDwIaIKifTBG9eL%2F1ulvOZ5qVxw2OmKOzDaeElTHPkyLggQfSMtY9RCRm2Bzw1peZWCWx277Ypy3tKac5UW5%2Fn%2Bg%3D%3D"}],"group":"cf-nel","max_age":604800}
    Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    CF-RAY: 94663dc4eda9d364-FRA
    
    Page title: LibreTV - 免费在线视频搜索与观看平台
    
    <!DOCTYPE html>
    <html lang="zh">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>LibreTV - 免费在线视频搜索与观看平台</title>
        <meta name="description" content="LibreTV是一个免费的在线视频搜索平台,无广告、安全,提供来自多个视频源的内容搜索与观看服务,无需注册即可使用。">
        <meta name="keywords" content="在线视频,免费视频,视频搜索,电影,电视剧,LibreTV">
        <meta name="author" content="LibreTV Team">
    
        <!-- Favicon -->
        <link rel="icon" href="image/logo.png">
        <link rel="apple-touch-icon" href="image/logo-black.png">
        <link rel="manifest" href="manifest.json">
        
        <script src="libs/tailwindcss.min.js"></script>
        <link rel="stylesheet" href="css/styles.css">
        <link rel="stylesheet" href="css/index.css">
    </head>
    <body class="page-bg text-white">
        <!-- 将历史记录按钮移到左上角,并缩小尺寸 -->
        <div class="fixed top-4 left-4 z-10">
            <button onclick="toggleHistory(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="观看历史">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                </svg>
            </button>
        </div>
    
        <!-- 设置按钮保留在右上角,并缩小尺寸 -->
        <div class="fixed top-4 right-4 z-10">
            <button onclick="toggleSettings(event)" class="bg-[#222] hover:bg-[#333] border border-[#333] hover:border-white rounded-lg px-3 py-1.5 transition-colors" aria-label="打开设置">
                <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
                </svg>
            </button>
        </div>
        
        <!-- 历史记录面板 - 标题居中 -->
        <div id="historyPanel" class="history-panel fixed left-0 top-0 h-full bg-[#111] border-r border-[#333] p-6 z-40 transform -translate-x-full transition-transform duration-300" aria-label="观看历史" aria-hidden="true">
            <div class="flex justify-between items-center mb-6">
                    <button onclick="toggleHistory()" class="close-btn">
                        <svg fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </button>
                <h3 class="text-xl font-bold gradient-text mx-auto">观看历史</h3>
                <div class="w-4"></div> <!-- 添加一个占位元素以确保标题居中 -->
            </div>
            <div id="historyList" class="pb-4">
                <!-- 历史记录将在这里动态显示 -->
                <div class="text-center text-gray-500 py-8">暂无观看记录</div>
            </div>
            <div class="mt-4 text-center sticky bottom-0 pb-2 pt-2 bg-[#111]">
                <button onclick="clearViewingHistory()" class="px-4 py-2 w-full bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 hover:from-indigo-600 hover:via-purple-600 hover:to-pink-600 text-white rounded-lg text-sm transition-all duration-300 
    Found 2025-05-27 by HttpPlugin
    Create report
  • Open service 104.21.14.63:80 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: max-age=3600
    Expires: Tue, 27 May 2025 15:35:52 GMT
    Location: https://libretv.2star.top/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=75Mrz1Epaqb9BFnlZpeRp%2B%2F9InGnewqZ60DU17zIRtixwKZEafU4CxvaLSyoAJORfqiYiwvhieXDiRdaxTcHUb7ijDHG%2FwAzy5zwBn9NM5L43q%2F8moogbLrk9tIGSmpwwRDSVQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 94663dc3ed8b71b5-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=684&min_rtt=684&rtt_var=342&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=215&delivery_rate=0&cwnd=246&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2025-05-27 by HttpPlugin
    Create report
  • Open service 172.67.158.33:80 · libretv.2star.top

    2025-05-27 14:35

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 27 May 2025 14:35:52 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: max-age=3600
    Expires: Tue, 27 May 2025 15:35:52 GMT
    Location: https://libretv.2star.top/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rsa7Zaj3N0V00S2eOykkoHXTcIj94G7oekTFDAURY1iBrLknLXqepEmO%2BYai1ds3T9w5BG5q1856j6XWb6RLmd0UJRMIbzIV%2FuBMhkNdlNlcKjuisQZE1wjT3OpdsJEQRuTl3w%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 94663dc3ced9d394-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=727&min_rtt=727&rtt_var=363&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=215&delivery_rate=0&cwnd=246&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2025-05-27 by HttpPlugin
    Create report
2star.top*.2star.top
CN:
2star.top
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-05-23 14:33
Not after:
2025-08-21 15:30