🏠 Home 

腾讯课堂马#精

腾讯课堂自动送花


Install this script?
// ==UserScript==
// @name         腾讯课堂马#精
// @namespace    Yangjianwen
// @author       Yangjianwen
// @match        https://ke.qq.com/*
// @grant        none
// @version      1.0.0
// @description  腾讯课堂自动送花
// @license      MIT
// @original-author yangjianwen
// @original-license MIT
// ==/UserScript==
(function () {
// 定时器
setInterval(() => {
document.querySelectorAll(".toolbar-icon")[2].click()
}, 3000)
})();