Update edupage.user.js

This commit is contained in:
Bruno Rybársky 2023-10-24 17:41:52 +02:00
parent 67d21cece5
commit 11342d2662

@ -24,6 +24,9 @@
3274: "Zabudni na úlohy,", 3274: "Zabudni na úlohy,",
}; };
//removes intro button
$("a.learnMoreBtn").remove();
// Define your modified function // Define your modified function
function modifiedGetLoggedUserType() { function modifiedGetLoggedUserType() {
// Your custom code here // Your custom code here