mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
commit
f29e628958
@ -47,7 +47,7 @@ const JD_API_HOST = 'https://m.jingxi.com/';
|
||||
}
|
||||
$.newShareCodes = []
|
||||
// await getAuthorShareCode();
|
||||
for (let i = 2; i < cookiesArr.length; i++) {
|
||||
for (let i = 0; i < cookiesArr.length; i++) {
|
||||
if (cookiesArr[i]) {
|
||||
cookie = cookiesArr[i];
|
||||
$.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user