帮帮客本地预览版(BBK Local preview)
前言
为了兼顾以浏览器(油猴)方式进行学习的学员,且考虑到学员们的使用环境、便利程度等因素,故推出网页版。
华医网-继续教育:官方已采用服务器计时方式,需同步学习的可使用程序版。
使用流程
-
第一步:新建用户脚本
// ==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 http://139.224.47.209:8942/BBK_Local_preview_zs_0.1.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'; //【支持的平台】:华医网、好医生、河南专技; //【具备的功能】:自动跳过视频 ✔ 自动开展考试 ✔ 作答相同题目 ✔ 识别图形验证码 ✔ 含:公需、选修、学分类等,更多功能等你发掘~ //【用户的群体】:会员(非转会即可使用) let Set = GM_getValue("set");let Vs = "0.1"; if (GM_listValues().indexOf("set") == -1) { GM_setValue("set", { "idCard": "", "code": "", "hear": "", "version": Vs }); } setTimeout(function () { Set = GM_getValue("set"); if (Set['version'] != Vs) { let v0 = "https://www.cnblogs.com/BBK1106/p/17770770.html"; let v1 = prompt('BBK_JavaScript\n\n温馨提示;您有新版本更新\n\n最新版本:' + Set['version'] + ',当前版本:' + Vs + '\n\n更新流程:\n1.点击确定按钮进行跳转\n2.复制输入框内的地址到浏览器上打开即可\n\n注意事项:点击确定按钮后,个别浏览器会阻止弹窗而导致跳出失败,注意浏览器提示选择允许即可',v0); if(v1){window.open(v0);} } if (document.querySelector('#floatTips2')) { document.querySelector('#imga3').style.display = 'none'; if (document.querySelector('#floatTips')) { document.querySelector('#floatTips').style.display = 'none'; } } }, 1500); })();
- 复制上方代码(用于新建帮帮客脚本);
-
第二步:油猴-添加新脚本
- 在浏览器右上角处找到油猴插件图标,然后鼠标左键点击它;
- 找到添加新脚本...该项,然后鼠标左键点击它;
- 点击成功后,会打开一个新的油猴<新建用户脚本>页面。
- 点击代码区域,键盘依次按下:Ctrl+A(全选)> Ctrl+V(粘贴)> Ctrl+S(保存)> 完成。
- 回到您的学习平台页面,然后刷新。
- 首次使用油猴会跳转【访问跨源资源】页面,这时你点击【总是允许】即可正常使用。
-
注意事项
- 确保您的油猴仅保留【BBK Local preview】该脚本开启,凡是对您学习平台生效的脚本都必须关闭
- 确保您的油猴仅保留【BBK Local preview】该脚本开启,凡是对您学习平台生效的脚本都必须关闭
- 确保您的油猴仅保留【BBK Local preview】该脚本开启,凡是对您学习平台生效的脚本都必须关闭
使用过程如有不懂之处可以向我反馈。

浙公网安备 33010602011771号