mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Subject disabling, and frame updating
This commit is contained in:
parent
b40d6b61b9
commit
3fcd18670e
2 changed files with 50 additions and 19 deletions
5
frame.js
5
frame.js
|
@ -21,7 +21,7 @@
|
|||
|
||||
// ==UserScript==
|
||||
// @name Moodle/Elearning/KMOOC test help
|
||||
// @version 1.5.4.2
|
||||
// @version 1.6.0.0
|
||||
// @description Online Moodle/Elearning/KMOOC test help
|
||||
// @author YourFriendlyNeighborhoodDealer
|
||||
// @match https://elearning.uni-obuda.hu/main/*
|
||||
|
@ -33,6 +33,9 @@
|
|||
// @grant GM_setValue
|
||||
// @grant GM_xmlhttpRequest
|
||||
// @grant GM_openInTab
|
||||
// @license GNU General Public License v3.0 or later
|
||||
// @supportURL questionmining.tk
|
||||
// @contributionURL questionmining.tk
|
||||
// @resource data file:///<file path space is %20, and use "/"-s plz not "\" ty (and add .txt)// UTF-8 PLZ>
|
||||
// @namespace https://greasyfork.org/users/153067
|
||||
// ==/UserScript==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue