// ==UserScript== // @name guangdongchaungxin2.0 // @namespace https://bbs.tampermonkey.net.cn/ // @version 0.1.0 // @description try to take over the world! // @author You // @match https://chengkao.gdcxxy.net/gdcx/mycourse.php // ==/UserScript== (function() { 'use strict'; // Your code here... })(); document.querySelector('video').play(); document.querySelector('video').playbackRate = 3.0;