Greasy Fork 还支持 简体中文。

No Overdues!

Being Submited...

目前為 2024-12-19 提交的版本,檢視 最新版本

// ==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);