lib学习

tddh kh ihip guck

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/471996/1227445/lib%E5%AD%A6%E4%B9%A0.js

लेखक
小李子805116
आवृत्ती
0.1
बनवली
2023-07-29
अपडेट केली
2023-07-29
आकार
356 Bytes
License
नाही

// ==UserScript==
// @name lib学习
// @namespace http://tampermonkey.net/
// @version 0.1
// @description tddh kh ihip guck
// @author 小李子
// @grant none
// ==/UserScript==
var a=123
var duti=()=>{
let vi=document.querySelector("video")
vi.play()
vi.currentTime=vi.duration+1
document.getElementsByClassName("vjs-big-play-button")[0].click()
}