Update index.js
Browse files
index.js
CHANGED
@@ -19,16 +19,16 @@ const isipok = async (ip) => {
|
|
19 |
return { ip, status: false };
|
20 |
}
|
21 |
const txt = await ret.text();
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
if (txt.indexOf('<div class="title" role="heading" aria-level="1">登录以体验 Microsoft Copilot</div>') >= 0) {
|
26 |
return { ip, status: false, reason: "ddddddddddd" };
|
27 |
}
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
|
33 |
const rt = /Region:"(.*?)"/.exec(txt);
|
34 |
if (!rt) {
|
|
|
19 |
return { ip, status: false };
|
20 |
}
|
21 |
const txt = await ret.text();
|
22 |
+
// if (txt.indexOf("studiostaticassetsprod.azureedge.net/bundle-cmc/assets/bundle.js") >= 0) {
|
23 |
+
// return { ip, status: false, reason: "nononononon" };
|
24 |
+
// }
|
25 |
if (txt.indexOf('<div class="title" role="heading" aria-level="1">登录以体验 Microsoft Copilot</div>') >= 0) {
|
26 |
return { ip, status: false, reason: "ddddddddddd" };
|
27 |
}
|
28 |
|
29 |
+
// if (txt.indexOf('copilot.microsoft.com:9980') >= 0) {
|
30 |
+
// return { ip, status: false, reason: "9980" };
|
31 |
+
// }
|
32 |
|
33 |
const rt = /Region:"(.*?)"/.exec(txt);
|
34 |
if (!rt) {
|