We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e1386 commit 1b1187dCopy full SHA for 1b1187d
1 file changed
Task/weibo.js
@@ -120,7 +120,7 @@ if ($.isNode()) {
120
121
122
function GetCookie() {
123
-if ($request && $request.method != 'OPTIONS' && $request.url.match(/\/\d\/[a-z]+\/\w+\?gsid/)) {
+if ($request && $request.method != 'OPTIONS' && $request.url.match(/\d/user/show/.+(gsid=)/)) {
124
const signurlVal = $request.url
125
const token = signurlVal.match(/(gsid=[_a-zA-Z0-9-]+).+(&s=\w+)/)
126
$.log(`token:${token}`)
0 commit comments