// ==UserScript== // @name 15倍智慧树 // @namespace http://github.com/kakasearch // @version 1.4 // @description 15倍播放视频,秒过文档,自动切换 // @author kakasearch // @match https://studyh5.zhihuishu.com/videoStudy.html // @match https://lc.zhihuishu.com/live/vod_room.html* // @match https://hike.zhihuishu.com/* // @match https://hike.zhihuishu.com/aidedteaching/sourceLearning/sourceLearning* // @grant none // @run-at document-end // @downloadURL https://update.greasyfork.icu/scripts/426171/15%E5%80%8D%E6%99%BA%E6%85%A7%E6%A0%91.user.js // @updateURL https://update.greasyfork.icu/scripts/426171/15%E5%80%8D%E6%99%BA%E6%85%A7%E6%A0%91.meta.js // ==/UserScript== let style = `/*.dialog-test { display: none; }*/ .v-modal { display: none; } .stopAutoButton { display: block; position: fixed; left: 2rem; bottom: 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; $("