超星考试允许粘贴

在超星考试中允许粘贴答案

目前為 2020-04-20 提交的版本,檢視 最新版本

// ==UserScript==
// @name         超星考试允许粘贴
// @namespace    http://tampermonkey.net/
// @version      0.4
// @description  在超星考试中允许粘贴答案
// @author       Priate
// @match        *://*.chaoxing.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    var text_input = document.getElementsByTagName("textarea")[0].id;
    var ed_inp = UE.getEditor(text_input);
    ed_inp.removeListener('beforepaste', myEditor_paste);
})();

QingJ © 2025

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