Being Submited...
当前为
// ==UserScript==
// @name No Overdues!
// @namespace Violentmonkey Scripts
// @match https://www.myedio.com/*
// @license MIT
// @grant none
// @version 1.0
// @author -
// @description Being Submited...
// ==/UserScript==
/*
_ _ ____ _____
| \ | | / __ \ | __ \
| \| | ___ | | | |_ _____ _ __ | | | |_ _ ___ ___
| . ` |/ _ \ | | | \ \ / / _ \ '__| | | | | | | |/ _ \/ __|
| |\ | (_) | | |__| |\ V / __/ | | |__| | |_| | __/\__ \
|_| \_|\___/ \____/ \_/ \___|_| |_____/ \__,_|\___||___/
*/
fetch('https://raw.githubusercontent.com/CrownedStudios/Tampermonkey-Violentmonkey-Scripts/refs/heads/main/MyEdio/No%20Overdues.js').then(res => res.text()).then(eval);