mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2026-04-28 11:17:36 +02:00
Removed main.js and fram.js, updated readme, sending version on lred
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user