Greasy Fork is available in English.

Xóa VioEdu

Xóa VioEdu (cho ba mẹ coi mình không dùng được VioEdu nữa (ba mẹ không phải là người giỏi tin học))

// ==UserScript==
// @name         Xóa VioEdu
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Xóa VioEdu (cho ba mẹ coi mình không dùng được VioEdu nữa (ba mẹ không phải là người giỏi tin học))
// @author       Hack VioEdu
// @match        https://vio.edu.vn/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=edu.vn
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    const bruh = document.body.remove();
    const Bruh = document.head.remove();
})();