Skip to content

Instantly share code, notes, and snippets.

@syareez
syareez / merit.py
Last active June 20, 2021 14:10
KEY IN MERIT UPM AUTO
'''
KEY IN MERIT UPM AUTO USING PYTHON
Maintained by @syareez
Last updated: 20th June 2021
Only works with key-in no matric page sistem e-kolej
'''
import time
import pyautogui # dont forget to install (pip install pyautogui)
Open up browser console, for Chrome, hit F12 and copy-paste and enter this
$("a").filter(function(index){return $(this).text()==="unsave"}).click();setTimeout(function(){location.reload();},500);
Repeat until all items are unsaved.