天津继续教育

天津专业技术人员继续教育!

目前为 2021-10-13 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @icon http://tjjxjy.chinahrt.com/favicon.ico
  3. // @name 天津继续教育
  4. // @namespace tjucg
  5. // @version 1.1
  6. // @match https://web.chinahrt.com/course/*
  7. // @description 天津专业技术人员继续教育!
  8. // @author cnmice
  9. // @grant none
  10. // @require https://cdn.bootcdn.net/ajax/libs/jquery/1.12.4/jquery.min.js
  11. /* globals jQuery, $, waitForKeyElements */
  12. // @run-at document-body
  13. // ==/UserScript==
  14.  
  15.  
  16. var e = $("#iframe");
  17. var s = e.prop('src').replace('ifDrag=0','ifDrag=1');
  18. e.prop({'src':s});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址