-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathNot.js
More file actions
35 lines (32 loc) · 1002 Bytes
/
Not.js
File metadata and controls
35 lines (32 loc) · 1002 Bytes
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
/*
[rewrite_local]
https://notability.com/global url script-response-body https://raw.githubusercontent.com/Yu9191/Rewrite/refs/heads/main/Not.js
[mitm]
hostname = notability.com
*/
const response = {
"data": {
"processAppleReceipt": {
"__typename": "SubscriptionResult",
"error": 0,
"subscription": {
"__typename": "AppStoreSubscription",
"status": "active",
"originalPurchaseDate": "2024-09-19T09:27:35.000Z",
"originalTransactionId": "570001185968888",
"expirationDate": "9999-12-31T23:59:59.000Z",
"productId": "com.gingerlabs.Notability.premium_subscription",
"tier": "premium",
"refundedDate": null,
"refundedReason": null,
"isInBillingRetryPeriod": false,
"gracePeriodExpiresAt": null,
"expirationIntent": "CUSTOMER_CANCELLED",
"overDeviceLimit": false,
"user": null
},
"isClassic": false
}
}
};
$done({ body: JSON.stringify(response) });