mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Added match url, removed duplicate noframes
This commit is contained in:
parent
e9c052036f
commit
cbde561ec1
1 changed files with 2 additions and 1 deletions
|
@ -27,8 +27,8 @@
|
||||||
// @match https://elearning.uni-obuda.hu/main/*
|
// @match https://elearning.uni-obuda.hu/main/*
|
||||||
// @match https://elearning.uni-obuda.hu/kmooc/*
|
// @match https://elearning.uni-obuda.hu/kmooc/*
|
||||||
// @match https://mooc.unideb.hu/*
|
// @match https://mooc.unideb.hu/*
|
||||||
|
// @match https://itc.semmelweis.hu/moodle/*
|
||||||
// @match https://qmining.frylabs.net/*
|
// @match https://qmining.frylabs.net/*
|
||||||
// @noframes
|
|
||||||
// @match http://qmining.frylabs.net/*
|
// @match http://qmining.frylabs.net/*
|
||||||
// @noframes
|
// @noframes
|
||||||
// @grant GM_getResourceText
|
// @grant GM_getResourceText
|
||||||
|
@ -675,6 +675,7 @@
|
||||||
Main()
|
Main()
|
||||||
function Main () {
|
function Main () {
|
||||||
'use strict'
|
'use strict'
|
||||||
|
console.log('Moodle / E-Learning script')
|
||||||
console.time('main')
|
console.time('main')
|
||||||
timerStarted = true
|
timerStarted = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue