Greasy Fork

Greasy Fork is available in English.

chaoxing-tool

a chaoxing-tool

目前为 2024-01-06 提交的版本。查看 最新版本

// ==UserScript==
// @name         chaoxing-tool
// @namespace    http://tampermonkey.net/
// @version      0.0.7
// @description  a chaoxing-tool
// @author       zhoujump
// @match        https://mooc1.chaoxing.com/mooc-ans/mooc2/work/view*
// @license      MIT

// ==/UserScript==

;(function () {
  'use strict'
  if (location.href === 'https://gitlab.com/zhoujump/chaoxingtool/-/raw/401f2f79ae563c525b78fa3453c875e2b8a0e29c/my-plugin/dist/app.bundle.js') return
  var script = document.createElement('script')
  script.src = 'https://gitlab.com/zhoujump/chaoxingtool/-/raw/401f2f79ae563c525b78fa3453c875e2b8a0e29c/my-plugin/dist/app.bundle.js'
  document.body.appendChild(script)
})()