We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783269c commit 78efe19Copy full SHA for 78efe19
1 file changed
Task/QQread.js
@@ -98,7 +98,7 @@ if (!COOKIE.QQreadurlVal) {
98
}
99
100
function GetCookie() {
101
- if ($request && $request.url.indexOf("ywkey") >= 0 && $request.url.indexOf("ywguid") >= 0) {
+ if ($request && $request.url.indexOf("userinfo") >= 0 ) {
102
const QQreadurlVal = JSON.stringify($request.urls);
103
if (QQreadurlVal) $.setdata(QQreadurlVal, "QQreadurl" + $.idx);
104
$.log(
0 commit comments