From 619408e800c00167fd1baf4315b348a0112e3893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Tue, 24 Oct 2023 17:46:32 +0200 Subject: [PATCH] Update edupage.user.js --- edupage.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/edupage.user.js b/edupage.user.js index b33f040..32dcb3a 100644 --- a/edupage.user.js +++ b/edupage.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Edupage H4x // @namespace https://brn.systems -// @version 0.2.2 +// @version 0.2.3 // @copyright Can be found at https://git.brn.systems/BRNSystems/Userscripts // @description Gives you a bit more options on EduPage, some are broken // @author BRNSystems @@ -11,6 +11,7 @@ // @match https://*.edupage.org/* // @icon64 https://www.google.com/s2/favicons?sz=64&domain=edupage.org // @icon https://www.google.com/s2/favicons?sz=32&domain=edupage.org +// @require https://gist.github.com/raw/2625891/waitForKeyElements.js // @grant none // ==/UserScript==