mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
update
This commit is contained in:
parent
c580bdbe20
commit
8e82c3695b
@ -66,7 +66,7 @@ if ($.isNode()) {
|
||||
'金融APP任务:已完成\n' +
|
||||
'活动时间:2021-05-24至2021-06-20\n' +
|
||||
'脚本更新时间:2021-05-26 20:50');
|
||||
for (let i = 1; 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