Greasy Fork is available in English.
专业继续教育拖动!
当前为
// ==UserScript==
// @icon http://tjjxjy.chinahrt.com/favicon.ico
// @name 专业继续教育
// @namespace tjucg
// @version 0.2
// @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});