mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
lred redirect to website db param
This commit is contained in:
parent
9687a1157a
commit
433057b908
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
// : Script header {{{
|
||||
// ==UserScript==
|
||||
// @name Moodle/Elearning/KMOOC test help
|
||||
// @version 2.1.1.4
|
||||
// @version 2.1.1.5
|
||||
// @description Online Moodle/Elearning/KMOOC test help
|
||||
// @author MrFry
|
||||
// @match https://elearning.uni-obuda.hu/*
|
||||
|
@ -2574,6 +2574,7 @@
|
|||
Object.keys(e).forEach(key => {
|
||||
if (e[key]) {
|
||||
queries.push(`${key}=${encodeURIComponent(e[key])}`)
|
||||
queries.push('db=all')
|
||||
}
|
||||
})
|
||||
queries.push('version=' + encodeURIComponent(info().script.version))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue