Precisly determine and control the time you can miss.
// ==UserScript==
// @name IVE Attendance & Absence Calculator V1 / IVE出席率及缺席率計算器V1 [DEPRECATED]
// @namespace https://ive.miklet.pro
// @version 5.0.0
// @description Precisly determine and control the time you can miss.
// @author Miklet
// @license MIT
// @match *://myportal.vtc.edu.hk/*
// @run-at document-end
// ==/UserScript==
(function() {
window.alert('Attention!!! Attention!!! Attention!!!\nThis userscript has been DEPRECATED!!!!\nPlease remove it ASAP\nYou will be redirect to new version after close this window.')
window.location.href = "https://ive.miklet.pro";
})()