Skip to content

sarmientoF/titech_userscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🤖 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 🚀

About

Titech Login Automatisation script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published