Translate name and description
This commit is contained in:
parent
c400b3433f
commit
ef1275e408
1 changed files with 20 additions and 18 deletions
38
user.js
38
user.js
|
@ -1,22 +1,24 @@
|
|||
// ==UserScript==
|
||||
// @name Sorryops
|
||||
// @namespace https://git.disroot.org/electromagneticcyclone/sorryops
|
||||
// @version 20240424.1
|
||||
// @description Skip the half of the fun!
|
||||
// @icon https://orioks.miet.ru/favicon.ico
|
||||
// @author electromagneticcyclone & angelbeautifull
|
||||
// @license Unlicense
|
||||
// @supportURL https://git.disroot.org/electromagneticcyclone/sorryops
|
||||
// @match https://orioks.miet.ru/student/student/test*
|
||||
// @grant GM_getValue
|
||||
// @grant GM_setValue
|
||||
// @grant GM_addStyle
|
||||
// @grant GM_registerMenuCommand
|
||||
// @grant GM_setClipboard
|
||||
// @require https://openuserjs.org/src/libs/sizzle/GM_config.js
|
||||
// @run-at document-start
|
||||
// @downloadURL https://update.greasyfork.org/scripts/481036/Sorryops.user.js
|
||||
// @updateURL https://update.greasyfork.org/scripts/481036/Sorryops.meta.js
|
||||
// @name Sorryops
|
||||
// @name:ru Сориупс
|
||||
// @namespace https://git.disroot.org/electromagneticcyclone/sorryops
|
||||
// @version 20240424.2
|
||||
// @description Collect and reuse ORIOKS test answers
|
||||
// @description:ru Скрипт для сбора и переиспользования ответов на тесты ОРИОКС
|
||||
// @icon https://orioks.miet.ru/favicon.ico
|
||||
// @author electromagneticcyclone & angelbeautifull
|
||||
// @license Unlicense
|
||||
// @supportURL https://git.disroot.org/electromagneticcyclone/sorryops
|
||||
// @match https://orioks.miet.ru/student/student/test*
|
||||
// @grant GM_getValue
|
||||
// @grant GM_setValue
|
||||
// @grant GM_addStyle
|
||||
// @grant GM_registerMenuCommand
|
||||
// @grant GM_setClipboard
|
||||
// @require https://openuserjs.org/src/libs/sizzle/GM_config.js
|
||||
// @run-at document-start
|
||||
// @downloadURL https://update.greasyfork.org/scripts/481036/Sorryops.user.js
|
||||
// @updateURL https://update.greasyfork.org/scripts/481036/Sorryops.meta.js
|
||||
// ==/UserScript==
|
||||
|
||||
var all_labels = {
|
||||
|
|
Loading…
Reference in a new issue