-
Notifications
You must be signed in to change notification settings - Fork 26
/
Faceswap.js
62 lines (52 loc) · 1.54 KB
/
Faceswap.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/*
Faceswap funny Face replace 1.4.1
AI-powered Face Swap. Dreams Come True!
**************************************
[rewrite_local]
^https?:\/\/api\.apphud\.com\/v1\/subscriptions url script-response-body https://raw.githubusercontent.com/Yu9191/Rewrite/main/Faceswap.js
[mitm]
hostname = api.apphud.com
*/
var Q = JSON.parse($response.body);
Q = {
"data" : {
"results" : {
"locale" : "zh_CN",
"id" : "12fa6796-3be2-4e8e-b484-ee6def62554d",
"created_at" : "2022-11-25T13:07:24.057Z",
"subscriptions" : [
{
"id" : "f05cb9d3-6d5d-4b93-92ef-9c3794890f23",
"unit" : "day",
"group_id" : "90f0f427",
"autorenew_enabled" : false,
"expires_at" : null,
"in_retry_billing" : false,
"introductory_activated" : false,
"cancelled_at" : null,
"platform" : "ios",
"product_id" : "com.tm.replica.lifetime",
"retries_count" : 0,
"started_at" : "2022-11-25T13:10:34.000Z",
"local" : false,
"next_check_at" : "2023-11-13T08:12:39.075Z",
"kind" : "nonrenewable",
"units_count" : 1,
"environment" : "production",
"status" : "regular"
}
],
"user_id" : "F5FDFBE8-13FA-45C4-88C7-CCB63E599223",
"currency" : {
"id" : "a5604c08-9833-4d8b-a677-f31e7717d8e5",
"country_code" : "CN",
"code" : "CNY"
},
"devices" : [
]
},
"meta" : null
},
"errors" : null
};
$done({body : JSON.stringify(Q)});