Added match url, removed duplicate noframes

This commit is contained in:
MrFry 2020-05-27 19:23:02 +02:00
parent e9c052036f
commit cbde561ec1

View file

@ -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