EP Overhaul

Simple EP Copy Paste Attrib Modifier

当前为 2022-09-15 提交的版本,查看 最新版本

// ==UserScript==
// @name         EP Overhaul
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Simple EP Copy Paste Attrib Modifier
// @author       You
// @match        https://app.educationperfect.com/app/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=educationperfect.com
// @license      MIT
// @require      https://code.jquery.com/jquery-3.6.0.min.js
// @grant        GM_addStyle
// ==/UserScript==

(function() {
    'use strict';
    setInterval(() => {
       $(".ProseMirror").attr('contenteditable','true');
    }, 100);
})();

QingJ © 2025

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