// ==UserScript== // @name chaoxing-tool // @namespace http://tampermonkey.net/ // @version 0.0.4 // @description a chaoxing-tool // @author zhoujump // @match https://mooc1.chaoxing.com/mooc-ans/mooc2/work/view* // @license MIT // @downloadURL none // ==/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) })()