No Overdues!

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