CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
TheLazySquid

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: TheLazySquid/GimkitCheat
Path: blob/main/meta.json
Views: 1178
1
{
2
"name": "Gimkit Cheat",
3
"namespace": "https://www.github.com/TheLazySquid/GimkitCheat/",
4
"match": [
5
"https://www.gimkit.com/join*"
6
],
7
"run-at": "document-start",
8
"description": "A userscript that allows you to cheat across various gimkit games",
9
"iconURL": "https://www.gimkit.com/favicon.png",
10
"author": "TheLazySquid",
11
"grant": [
12
"GM_getValue",
13
"GM_setValue",
14
"GM_deleteValue"
15
],
16
"updateURL": "https://raw.githubusercontent.com/TheLazySquid/GimkitCheat/main/build/bundle.user.js",
17
"downloadURL": "https://raw.githubusercontent.com/TheLazySquid/GimkitCheat/main/build/bundle.user.js"
18
}
19