// ==UserScript== // @name 智慧树,二倍速 // @namespace http://github.com/Xzonn/ // @version 0.9.0 // @description 打开智慧树的新大门 // @author Xzonn // @match https://studyh5.zhihuishu.com/videoStudy.html // @grant none // @downloadURL none // ==/UserScript== let style = `/*.dialog-test { display: none; }*/ .v-modal { display: none; } .stopAutoButton { display: block; position: fixed; left: 1rem; top: 1rem; padding: 0.5rem; color: #fff; background-color: #000; font-size: 2rem; cursor: pointer; z-index: 99999; }`; (function ($) { $(function () { let isAuto = localStorage.getItem("isAuto") == "true" ? true : false; $("