Greasy Fork

Greasy Fork is available in English.

继续教育

专业技术人员继续教育!

当前为 2021-07-21 提交的版本,查看 最新版本

// ==UserScript==
// @icon         http://tjjxjy.chinahrt.com/favicon.ico
// @name         继续教育
// @namespace    tjucg
// @version      0.3
// @match        https://web.chinahrt.com/course/play_video*
// @description  专业技术人员继续教育!
// @author       cnmice
// @grant        none
// @require     https://cdn.bootcdn.net/ajax/libs/jquery/1.12.4/jquery.min.js
/* globals jQuery, $, waitForKeyElements */
// @run-at       document-body
// ==/UserScript==


let $e = $("#iframe");
let $s = $e.prop('src').replace('ifDrag=0','ifDrag=1');
$e.prop({'src':$s});