Added elearning unideb

This commit is contained in:
mrfry 2022-01-22 20:10:01 +01:00
parent 603f77c81f
commit b1e4f997c5
2 changed files with 13 additions and 16 deletions

View file

@ -22,10 +22,9 @@
// @name Moodle/Elearning/KMOOC test help
// @version DEVEL
// @description Online Moodle/Elearning/KMOOC test help
// @author Yout
// @author You
// @match https://elearning.uni-obuda.hu/*
// @match https://qmining.frylabs.net/*
// @match http://qmining.frylabs.net/*
// @match file:///*
// @grant GM_getResourceText
// @grant GM_info
@ -35,9 +34,8 @@
// @grant GM_xmlhttpRequest
// @grant GM_openInTab
// @require file:///{ELÉRÉSI ÚT IDE}
// @namespace https://greasyfork.org/users/153067
// ==/UserScript==
(function() {
console.log('done')
})();
;(function () {
console.log('done')
})()