| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <meta http-equiv="Content-Language" content="utf-8" />
- <title>页面</title>
- <meta content="all" name="robots" />
- <meta name="description" content="" />
- <meta name="keywords" content="" />
- <meta name="filetype" content="1" />
- <meta name="publishedtype" content="1" />
- <meta name="pagetype" content="2" />
- <meta name="catalogs" content="" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0">
- <!--优先使用 IE 最新版本和 Chrome-->
- <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
- <!--360 使用Google Chrome Frame-->
- <meta name="renderer" content="webkit">
- <link charset="utf-8" rel="stylesheet" href="https://cunchu.site/work/login/standard.css">
- <style>
- </style>
- </head>
- <body>
- <div class="box owo">
- <h4>网址</h4>
- <input type="text" id="wangzhan" value="https://sexkk01.xyz" stored="">
- <h4>代理地址</h4>
- <input type="text" id="dldz" value="http://api.tianqiip.com/getip?secret=8nieqg3rpcg2ml08&num=1&type=txt&port=1&time=3&mr=1&sign=73a2f344b40ba112a9625e589751c19a" stored="">
- <h4>停留时间(秒)</h4>
- <input type="number" id="tljg" value="10" stored="">
- <h4>循环间隔(秒)</h4>
- <input type="number" id="xhjg" value="30" stored="">
- <h4>浏览器身份</h4>
- <textarea id="ua">userAgent: message.userAgent ? message.userAgent : "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1</textarea>
- <div class="owo button" onclick="window.running=true;start()">启动</div>
- <div class="owo button" onclick="window.running=false;">停止</div>
- <div id="xsxx"></div>
- </div>
- <script>
- function start() {
- // 获取代理
- const requestOptions = {
- method: "GET",
- redirect: "follow"
- };
- fetch(window.dldz.value, requestOptions)
- .then((response) => response.text())
- .then((dldz) => {
- console.log(dldz)
- window.xsxx.innerText = `获取到代理:${dldz}`
- window.electronAPI.openWindow({
- "url": window.wangzhan.value,
- "proxy": "49.85.115.54:40045",
- "userAgent": window.ua.value
- })
- setTimeout(() => {
- window.electronAPI.closeAllWindow()
- if (window.running) {
- start()
- }
- }, parseInt(window.xhjg.value) * 1000);
-
- })
- .catch((error) => console.error(error));
-
- }
- </script>
- <script src="https://cunchu.site/work/login/standard.js"></script>
- </body>
- </html>
|