mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Added noframes to header
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
// ==UserScript==
|
||||
// @name Moodle/Elearning/KMOOC test help
|
||||
// @version 2.0.0.6
|
||||
// @version 2.0.0.7
|
||||
// @description Online Moodle/Elearning/KMOOC test help
|
||||
// @author MrFry
|
||||
// @match https://elearning.uni-obuda.hu/main/*
|
||||
@@ -29,6 +29,7 @@
|
||||
// @match https://mooc.unideb.hu/*
|
||||
// @match https://qmining.frylabs.net/*
|
||||
// @match http://qmining.frylabs.net/*
|
||||
// @noframes
|
||||
// @grant GM_getResourceText
|
||||
// @grant GM_info
|
||||
// @grant GM_getValue
|
||||
@@ -1792,7 +1793,7 @@
|
||||
xmlhttpRequest({
|
||||
method: 'POST',
|
||||
url: url,
|
||||
xhrFields: { withCredentials: true },
|
||||
// xhrFields: { withCredentials: true },
|
||||
data: message,
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
|
Reference in New Issue
Block a user