From e02d6c15ec82c8f9e8e118941330d759929cdaf5 Mon Sep 17 00:00:00 2001 From: tretrauit Date: Fri, 17 May 2024 02:13:15 +0700 Subject: [PATCH] chore: add some information --- userscripts/tsaplus.user.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/userscripts/tsaplus.user.js b/userscripts/tsaplus.user.js index 18010b3..fc4a6d4 100644 --- a/userscripts/tsaplus.user.js +++ b/userscripts/tsaplus.user.js @@ -1,13 +1,16 @@ // ==UserScript== // @name TSA+ -// @namespace Violentmonkey Scripts // @match https://tsa.hust.edu.vn/dang-ky-thi* // @namespace tretrauit-dev +// @icon https://tsa.hust.edu.vn/static/media/logo-square.d162284b.svg // @grant none // @version 1.0 // @author tretrauit // @description 18:56:28 16/5/2024 // @require https://raw.githubusercontent.com/naugtur/insertionQuery/master/insQ.min.js +// @homepageURL https://gitlab.com/tretrauit/scripts +// @supportURL https://gitlab.com/tretrauit/scripts/-/issues +// @downloadURL https://git.tretrauit.me/tretrauit/scripts/raw/branch/main/userscripts/tsaplus.user.js // ==/UserScript== const sleep = ms => new Promise(r => setTimeout(r, ms));