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:
parent
d9f9a16b49
commit
6016b13403
1 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue