// ==UserScript== // @name 珠江培训中心视频 自动播放下一节 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 学习用 // @author 阿礼 亮 // @match https://grcbank.21tb.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=21tb.com // @grant none // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; $('head').append($(` `)); // Your code here... })();