CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
ProdigyPNP

CoCalc is a real-time collaborative commercial alternative to JupyterHub and Overleaf that provides Jupyter Notebooks, LaTeX documents, and SageMath.

GitHub Repository: ProdigyPNP/ProdigyMathGameHacking
Path: blob/master/PHEx/src/block.json
Views: 720
1
[
2
{
3
"id": 1,
4
"priority": 1,
5
"action": {
6
"type": "block"
7
},
8
"condition": {
9
"urlFilter": "*://code.prodigygame.com/code/*/game.min.js?v=*"
10
}
11
},
12
13
{
14
"id": 2,
15
"priority": 1,
16
"action": {
17
"type": "modifyHeaders",
18
"responseHeaders": [
19
{
20
"header": "Content-Security-Policy",
21
"operation": "remove"
22
},
23
{
24
"header": "content-security-policy",
25
"operation": "remove"
26
},
27
{
28
"header": "X-Frame-Options",
29
"operation": "remove"
30
},
31
{
32
"header": "x-frame-options",
33
"operation": "remove"
34
}
35
]
36
},
37
"condition": {
38
"urlFilter": "*://*.prodigygame.com/*",
39
"resourceTypes": ["main_frame", "sub_frame", "stylesheet", "script", "image", "font", "object", "xmlhttprequest", "ping", "csp_report", "media", "websocket", "webtransport", "webbundle", "other"]
40
}
41
},
42
43
{
44
"id": 3,
45
"priority": 2,
46
"action": {
47
"type": "redirect",
48
"redirect": {
49
"url": "https://raw.githubusercontent.com/ProdigyPNP/ProdigyMathGameHacking/master/.github/ppnp.png"
50
}
51
},
52
"condition": {
53
"urlFilter": "*://cdn.prodigygame.com/game/assets/v1_cache/single-images/login-bg-13/1/login-bg-13.png",
54
"resourceTypes": ["main_frame", "sub_frame", "stylesheet", "script", "image", "font", "object", "xmlhttprequest", "ping", "csp_report", "media", "websocket", "webtransport", "webbundle", "other"]
55
}
56
},
57
58
{
59
"id": 4,
60
"priority": 2,
61
"action": {
62
"type": "redirect",
63
"redirect": {
64
"url": "https://raw.githubusercontent.com/ProdigyPNP/ProdigyMathGameHacking/master/.github/ProdigyLoaderPNP.png"
65
}
66
},
67
"condition": {
68
"urlFilter": "*://code.prodigygame.com/assets/svg/*logo*-*.svg",
69
"resourceTypes": ["main_frame", "sub_frame", "stylesheet", "script", "image", "font", "object", "xmlhttprequest", "ping", "csp_report", "media", "websocket", "webtransport", "webbundle", "other"]
70
}
71
}
72
73
]
74
75