Skip to content

Commit

Permalink
脚本添加间隔时间参数
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Sep 3, 2020
1 parent 29ef2a8 commit b1d7d47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tampermonkey/course163.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ let config = {
video_multiple: 1, //视频播放倍速,视频播放的倍数,建议不要改动,为1即可,这是危险的功能
video_mute: true, //视频静音,视频自动静音播放
vtoken: "",
topic_interval: 0.05,//题目答题间隔
};

Object.keys(config).forEach(k => {
Expand Down
1 change: 1 addition & 0 deletions src/tampermonkey/cxmooc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ let config = {
vtoken: "",
video_cdn: "公网1", //锁定视频播放源,为空为记录最后一次选中的源(公网1,公网2等)
super_mode: true, //解锁flash弹幕视频等,详情请看文档
topic_interval: 0.05,//题目答题间隔
};

Object.keys(config).forEach(k => {
Expand Down
1 change: 1 addition & 0 deletions src/tampermonkey/zhihuishu.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ let config = {
video_multiple: 1, //视频播放倍速,视频播放的倍数,建议不要改动,为1即可,这是危险的功能
video_mute: true, //视频静音,视频自动静音播放
vtoken: "",
topic_interval: 0.05,//题目答题间隔
};

Object.keys(config).forEach(k => {
Expand Down

0 comments on commit b1d7d47

Please sign in to comment.