CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Blooketware

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: Blooketware/BlooketUI
Path: blob/main/blooket-utility/setup.js
Views: 1724
1
if (!blooketUtility.prefs.blooketUI) {
2
blooketUtility.prefs.blooketUI = {
3
title: "BlooketUI",
4
description: "A script that implements a GUI to make cheating on Blooket easier than ever.",
5
value: false,
6
};
7
}
8