Make some settings on by default
This commit is contained in:
parent
cd79b7766c
commit
b7d5dfb926
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Edupage H4x
|
// @name Edupage H4x
|
||||||
// @namespace https://brn.systems
|
// @namespace https://brn.systems
|
||||||
// @version 0.2.30
|
// @version 0.2.31
|
||||||
// @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
|
||||||
@ -38,7 +38,7 @@
|
|||||||
modify_startbutton: {
|
modify_startbutton: {
|
||||||
label: 'Hides the intro button',
|
label: 'Hides the intro button',
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
default: false,
|
default: true,
|
||||||
title: 'Hides the intro button'
|
title: 'Hides the intro button'
|
||||||
},
|
},
|
||||||
modify_adult_student: {
|
modify_adult_student: {
|
||||||
@ -68,13 +68,13 @@
|
|||||||
modify_strings: {
|
modify_strings: {
|
||||||
label: 'Patch strings',
|
label: 'Patch strings',
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
default: false,
|
default: true,
|
||||||
title: 'Patch strings to more cool ones'
|
title: 'Patch strings to more cool ones'
|
||||||
},
|
},
|
||||||
modify_encoding: {
|
modify_encoding: {
|
||||||
label: 'Disable encoded links',
|
label: 'Disable encoded links',
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
default: false,
|
default: true,
|
||||||
title: 'Disables ?eqa=gibberish'
|
title: 'Disables ?eqa=gibberish'
|
||||||
},
|
},
|
||||||
autologin: {
|
autologin: {
|
||||||
@ -86,7 +86,7 @@
|
|||||||
darkmode: {
|
darkmode: {
|
||||||
label: 'Dark mode',
|
label: 'Dark mode',
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
default: false,
|
default: true,
|
||||||
title: 'Makes Edupage dark'
|
title: 'Makes Edupage dark'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user