-
-
Save yclim95/853440ca78a1409af22f3d97020f7c1d to your computer and use it in GitHub Desktop.
Prefill for AstraZeneca vaccination
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const gid = (id) => document.getElementById(id); | |
gid('idtype').value = "1"; // 1=IC | |
gid('nric').value = "Replace_your_IC"; | |
gid('ic-numbern').value = "Replace_your_IC"; | |
checkic(); | |
gid('msid').value = "Replace_your_MySejahteraID"; | |
gid('phone').value = "Replce_your_phone"; | |
gid('phone-numbern').value = "Replace_your_phone"; | |
boxclickppv('kl'); // or replace with "selangor" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment