mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Removed main.js and fram.js, updated readme, sending version on lred
This commit is contained in:
parent
e23482c3e8
commit
72f7bde190
4 changed files with 3 additions and 2220 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue