diff --git a/edupage.user.js b/edupage.user.js index ac74212..a64009a 100644 --- a/edupage.user.js +++ b/edupage.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Edupage H4x // @namespace https://brn.systems -// @version 0.2.22 +// @version 0.2.23 // @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 @@ -220,6 +220,9 @@ unsafeWindow.barEncLink = modifiedbarEncLink; //unsafeWindow.AscMobileAppVersion = "69420"; unsafeWindow.$j.post = function(url, data, success, dataType, eqav) { + if (!eqav) { + eqav = 1; + } url += (url.indexOf('?') >= 0 ? '&' : '?')+'eqav='+eqav+'&maxEqav='+unsafeWindow.maxEqav; return $j.origPost(url, data, success, dataType); };