帮帮客本地预览版

发布时间 2023-10-17 22:07:48作者: BBK1106
// ==UserScript==
// @name         BBK Local preview
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  The script is unofficially released and is currently in the mode development phase, and BBK users can participate in testing and using it according to their own wishes. In addition, this script does not contain malicious code (script code has been confused), does not damage the computer, network, and does not obtain user critical information.
// @author       帮帮客
// @license      bbk_1106
// @require      file:///D:\编译库\sublime\ajax\本地帮帮客.js
// @match        *://*.91huayi.com/*
// @match        *://*.yxlearning.com/*
// @match        *://*.cmechina.net/*
// @match        *://*.ghlearning.com/*
// @match        *://basic.smartedu.cn/teacherTraining*
// @match        *://*.zxx.edu.cn/teacherTraining/courseDetail*
// @match        *://*.qutjxjy.cn/*
// @match        *://*.hbysw.org/*
// @match        *://*.jxjyedu.org.cn/*
// @match        *://*.xjzyysxh.cn/*
// @match        *://*.mtnet.com.cn/*
// @grant        GM_setValue
// @grant        GM_getValue
// @grant        GM_listValues
// @grant        GM_xmlhttpRequest
// @grant        unsafeWindow
// @require      https://lib.baomitu.com/jquery/1.12.4/jquery.min.js
// @icon         https://mmbiz.qpic.cn/mmbiz_jpg/nc15h3nWHMVYP16HAuFe6PNJcic7mB6GFnNmk61LSHfH9ZPUoOWKnZiaaB9Jze8hCyrEYzIyicOzibs3e6ZIJTlcgw/640?wx_fmt=jpeg
// @run-at       document-start
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
})();