Rules-For-Quantumult-X/Scripts/VIP/Adobe/Photoshop.js

9 lines
220 B
JavaScript
Raw Normal View History

2020-05-01 22:13:55 +08:00
let body = JSON.parse($response.body)
let pro = body["mobileProfile"];
pro["profileStatus"] = "PROFILE_AVAILABLE";
pro["legacyProfile"] = "{}";
pro["relationshipProfile"] = "[]";
$done({
body: JSON.stringify(body)
});