Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.16 KB

🤖 TITECH Login Automatization

This will help you to login in the titech portal in any browser; it even works in safari for ios or macos.

Requirements for macos or ios

You will need to install Userscripts and enable the access for the domain portal.nap.gsic.titech.ac.jp.

Setup

  1. Go to Login Titech.js and add you account details
accountInput.value = "STUDENT_ID";
passwordInput.value = "PASSWORD";
  1. 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"],
};
  1. Open Userscripts in Safary and click on Open Extension pages. Then create two new javascript code and paste the content from Login Titech.js and Titech Fill Matrix.js.

Preview

Preview after setup

Working demo

You are ready to enjoy a smooth login in titech portal 🚀