This will help you to login in the titech portal
in any browser; it even works in safari for ios
or macos
.
You will need to install Userscripts and enable the access for the domain portal.nap.gsic.titech.ac.jp
.
- Go to
Login Titech.js
and add you account details
accountInput.value = "STUDENT_ID";
passwordInput.value = "PASSWORD";
- Go to
Titech Fill Matrix.js
and add your matrix details from the back of your student id 🪪
const matrix = {
A: ["j", "l", "h", "x", "i", "h", "l"],
// B: ["h", "l", "h", "x", "i", "h", "l"],
};
- Open
Userscripts
in Safary and click onOpen Extension pages
. Then create two new javascript code and paste the content fromLogin Titech.js
andTitech Fill Matrix.js
.
You are ready to enjoy a smooth login in titech portal 🚀