Skip to content

Instantly share code, notes, and snippets.

@yclim95
Forked from jecfish/cucukmyaz.js
Created May 26, 2021 14:53
Show Gist options
  • Save yclim95/853440ca78a1409af22f3d97020f7c1d to your computer and use it in GitHub Desktop.
Save yclim95/853440ca78a1409af22f3d97020f7c1d to your computer and use it in GitHub Desktop.
Prefill for AstraZeneca vaccination
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