mirror of
https://github.com/fmz200/wool_scripts.git
synced 2026-05-19 17:58:56 +08:00
更新 get_cookie.js
This commit is contained in:
@ -270,7 +270,7 @@ try {
|
|||||||
paramsRaw: parseRawQuery(req_url),
|
paramsRaw: parseRawQuery(req_url),
|
||||||
headers: normalizeHeaderNameMap(req_headers || {})
|
headers: normalizeHeaderNameMap(req_headers || {})
|
||||||
};
|
};
|
||||||
$.write(JSON.stringify(capture), 'pingme_capture_v3');
|
$.write(JSON.stringify(capture), '#pingme_capture_v3');
|
||||||
$.notify('PingMe 获取成功✅', req_url, req_url);
|
$.notify('PingMe 获取成功✅', req_url, req_url);
|
||||||
console.log('PingMe 获取到的内容为:' + req_url);
|
console.log('PingMe 获取到的内容为:' + req_url);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user