1.0.2 • Published 2 years ago

qingniandaxuexi-console v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

青年大学习跳过视频

使用

在微信中打开vconsole

在微信中打开vconsole,具体操作在微信浏览器中打开vconsole

复制下面代码

(function addScript() {
  const script = document.createElement('script');
  script.src = 'https://cdn.jsdelivr.net/npm/qingniandaxuexi-console/index.js';
  document.body.appendChild(script);
  const css = document.createElement('link');
  css.rel = 'stylesheet';
  css.href = 'https://cdn.jsdelivr.net/npm/qingniandaxuexi-console/index.css';
  document.head.appendChild(css);
})();

点击vconsole进入command界面,在command中粘贴复制的代码后点ok,屏幕左上角会出现一个蓝色的跳过按钮,点击就可以跳过视频