// ==UserScript== // @name 智慧树,二倍速 // @namespace http://github.com/Xzonn/ // @version 0.9.0 // @description 打开智慧树的新大门 // @author Xzonn // @match https://studyh5.zhihuishu.com/videoStudy.html // @grant none // @downloadURL https://update.greasyfork.icu/scripts/396825/%E6%99%BA%E6%85%A7%E6%A0%91%EF%BC%8C%E4%BA%8C%E5%80%8D%E9%80%9F.user.js // @updateURL https://update.greasyfork.icu/scripts/396825/%E6%99%BA%E6%85%A7%E6%A0%91%EF%BC%8C%E4%BA%8C%E5%80%8D%E9%80%9F.meta.js // ==/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; $("