Make some settings on by default

This commit is contained in:
Bruno Rybársky 2024-01-28 23:36:40 +01:00
parent cd79b7766c
commit b7d5dfb926

@ -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'
},
},