Added noframes to header

This commit is contained in:
MrFry 2020-04-06 14:32:26 +02:00
parent d9f9a16b49
commit 6016b13403

View file

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