Removed main.js and fram.js, updated readme, sending version on lred

This commit is contained in:
MrFry 2019-10-14 15:27:49 +02:00
parent e23482c3e8
commit 72f7bde190
4 changed files with 3 additions and 2220 deletions

View file

@ -40,7 +40,7 @@
// @updateURL https://qmining.frylabs.net/moodle-test-userscript/stable.user.js
// ==/UserScript==
(function() {
(function() { // eslint-disable-line
// GM functions, only to disable ESLINT errors
/* eslint-disable */
const a = Main
@ -2135,6 +2135,7 @@
if (e.stack) {
path += '___stack:' + SUtils.SimplifyStack(e.stack)
}
path += '___version:' + info().script.version
path = SUtils.RemoveSpecialChars(path)
} catch (e) {
Exception(e, 'error at setting error stack/msg link')
@ -2180,4 +2181,4 @@
// O deepest wound of all that he should die
// On that darkest day.
})();
})(); // eslint-disable-line