Update edupage.user.js

This commit is contained in:
Bruno Rybársky 2023-10-24 19:04:21 +02:00
parent 994888bfc4
commit 59d5ce70a5

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Edupage H4x // @name Edupage H4x
// @namespace https://brn.systems // @namespace https://brn.systems
// @version 0.2.10 // @version 0.2.11
// @copyright Can be found at https://git.brn.systems/BRNSystems/Userscripts // @copyright Can be found at https://git.brn.systems/BRNSystems/Userscripts
// @description Gives you a bit more options on EduPage, some are broken // @description Gives you a bit more options on EduPage, some are broken
// @author BRNSystems // @author BRNSystems
@ -199,7 +199,7 @@
console.error('barEncLink not found or not a function.'); console.error('barEncLink not found or not a function.');
} }
} }
console.log(GM_config.getValue("modify_strings"));
if(GM_config.getValue("modify_strings")){ if(GM_config.getValue("modify_strings")){
if (typeof window.Langs === 'object') { if (typeof window.Langs === 'object') {
for (var key in strings) { for (var key in strings) {