-
Notifications
You must be signed in to change notification settings - Fork 0
/
PatreonConfig.json
44 lines (37 loc) · 1.18 KB
/
PatreonConfig.json
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
{
"name": "Patreon",
"description": "Patreon is a subscription platform allowing creators to release membership only content.",
"author": "FUTO",
"authorUrl": "https://futo.org",
"platformUrl": "https://patreon.com",
"sourceUrl": "https://plugins.grayjay.app/Patreon/PatreonConfig.json",
"repositoryUrl": "https://futo.org",
"scriptUrl": "./PatreonScript.js",
"version": 16,
"iconUrl": "./PatreonIcon.png",
"id": "aac9e9f0-24b5-11ee-be56-0242ac120002",
"scriptSignature": "",
"scriptPublicKey": "",
"packages": ["Http","DOMParser"],
"allowEval": false,
"allowUrls": [
"www.patreon.com",
"patreon.com"
],
"settings": [
{
"variable": "hideUnpaidContent",
"name": "Hide unpaid content",
"description": "Hides content you do not have access for due to missing payment",
"type": "Boolean",
"default": "false"
}
],
"authentication": {
"userAgent": "Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.5481.153 Mobile Safari/537.36",
"loginUrl": "https://www.patreon.com/login",
"cookiesToFind": ["session_id"],
"cookiesExclOthers": false
},
"supportedClaimTypes": [12]
}