11:27:08 9/12/2024
// ==UserScript==
// @name Go to FPT Course
// @namespace Go to FPT Course
// @match https://fap.fpt.edu.vn/Student.aspx*
// @grant none
// @version 1.0
// @author -
// @description 11:27:08 9/12/2024
// ==/UserScript==
(function() {
'use strict';
window.location.href = "https://fap.fpt.edu.vn/FrontOffice/Courses.aspx";
})();