// ==UserScript==
// @name JUST Kit
// @description Patches & tools for JUST Website.
// @description:zh-CN 用于江苏科技大学网站的补丁与工具。
// @namespace https://greasyfork.org/users/197529
// @version 0.1.47
// @author kkocdko
// @license Unlicense
// @match *://*.just.edu.cn/*
// @match *://*.just.edu.cn:8080/*
// @match *://10.250.255.34/*
// @match *://202.195.195.198/*
// @match *://202.195.206.36:8080/*
// @match *://202.195.206.37:8080/*
// @downloadURL none
// ==/UserScript==
"use strict";
const { addFloatButton, saveStr } = {
addFloatButton(text, onclick) /* 20220322-1526 */ {
if (!document.addFloatButton) {
const host = document.body.appendChild(document.createElement("div"));
const root = host.attachShadow({ mode: "open" });
root.innerHTML = `