Skip to content

Instantly share code, notes, and snippets.

@junlapong
Created September 10, 2021 08:03
Show Gist options
  • Select an option

  • Save junlapong/927ef3b2c5e2abf5011baf2560ed0653 to your computer and use it in GitHub Desktop.

Select an option

Save junlapong/927ef3b2c5e2abf5011baf2560ed0653 to your computer and use it in GitHub Desktop.
Bookmarklet
javascript:{var f=document.getElementById('frm');f.cardholderName.value='VISA TEST';f.cardNo.value='4012001037141112';f.paymentCard.selectedIndex=0;f.year.selectedIndex=2;f.cvv.value='111';void(0);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment