Code Monkey home page Code Monkey logo

youxueyuan's Introduction

觉得好用就给我个 star 呗

https://github.com/hsmustard/youxueyuan ##本脚本的功能: @author Mustard

  • 同步到码云
  • 增加视频自动换 P
  • 更新了谷歌插件
  • 在页面添加了工具栏显示按钮
  • 优学院的题目可以直接显示正确答案
  • 填空题可以自动填充。
  • 自动添加 5.00x 播放速度。(觉得不够可以继续往下看)

使用方法

无需手动加载代码方式

  1. 下载插件压缩包:点击下载
  2. 手动加载插件(教程点击这里查看加载教程
  3. 进入课程页面自动加载了

手动添加代码方式

具有 ** 开发者工具(按一下键盘 F12 键) ** 的浏览器 在 ** console ** 粘贴以下内容:

var script = document.createElement("script");
script.src = "https://hsmus.gitee.io/youxueyuan/yxy.min.js";
document.getElementsByTagName("head")[0].appendChild(script);

然后回车即可

开发者工具

然后在 console 输入 ** showAnswer(); 是显示答案。** ** fillBlanks(); 是自动填充填空题答案。 ** ** quickVideo(10); 是手动设定视频播放速度,括号内填加速的倍数 ** ** autoNextVideo(); 自动换视频 P **

老版本 Chrome 插件

@author FuckSky. 插件预览 下载地址: Chrome 插件

youxueyuan's People

Contributors

anymoe avatar hsmustard avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.