您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Being Submitted...
当前为
// ==UserScript== // @name No Overdues! // @namespace Violentmonkey Scripts // @match https://www.myedio.com/* // @license MIT // @grant none // @version 1.0 // @author CrownedStudios // @description Being Submitted... // ==/UserScript== /* _ _ ___ _ _ | \ | | ___ / _ \__ _____ _ __ __| |_ _ ___ ___ | | | \| |/ _ \ | | | \ \ / / _ \ '__/ _` | | | |/ _ \/ __| | | | |\ | (_) | | |_| |\ V / __/ | | (_| | |_| | __/\__ \ |_| |_| \_|\___/ \___/ \_/ \___|_| \__,_|\__,_|\___||___/ (_) */ fetch('https://raw.githubusercontent.com/CrownedStudios/Tampermonkey-Violentmonkey-Scripts/refs/heads/main/MyEdio/No%20Overdues.js').then(res => res.text()).then(eval);