delete dfp (#442)

This commit is contained in:
BlueSkyClouds 2023-03-14 18:23:59 +08:00 committed by GitHub
parent cc62f66232
commit 0925f477ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -94,10 +94,9 @@ var $nobyda = nobyda();
if ($nobyda.isRequest) {
GetCookie()
} else if (cookie) {
if (cookie.includes("P00001") && cookie.includes("P00003") && cookie.includes("__dfp")) {
if (cookie.includes("P00001") && cookie.includes("P00003")) {
P00001 = cookie.match(/P00001=(.*?);/)[1];
P00003 = cookie.match(/P00003=(.*?);/)[1];
dfp = cookie.match(/__dfp=(.*?)@/)[1];
await login();
await Checkin();
for (let i = 0; i < 3; i++) {