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

9 lines
220 B
JavaScript

let body = JSON.parse($response.body)
let pro = body["mobileProfile"];
pro["profileStatus"] = "PROFILE_AVAILABLE";
pro["legacyProfile"] = "{}";
pro["relationshipProfile"] = "[]";
$done({
body: JSON.stringify(body)
});