diff --git a/edupage.user.js b/edupage.user.js index c44afad..c783f93 100644 --- a/edupage.user.js +++ b/edupage.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Edupage H4x // @namespace https://brn.systems -// @version 0.2.30 +// @version 0.2.31 // @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 @@ -38,7 +38,7 @@ modify_startbutton: { label: 'Hides the intro button', type: 'checkbox', - default: false, + default: true, title: 'Hides the intro button' }, modify_adult_student: { @@ -68,13 +68,13 @@ modify_strings: { label: 'Patch strings', type: 'checkbox', - default: false, + default: true, title: 'Patch strings to more cool ones' }, modify_encoding: { label: 'Disable encoded links', type: 'checkbox', - default: false, + default: true, title: 'Disables ?eqa=gibberish' }, autologin: { @@ -86,7 +86,7 @@ darkmode: { label: 'Dark mode', type: 'checkbox', - default: false, + default: true, title: 'Makes Edupage dark' }, },