Skip to content

Instantly share code, notes, and snippets.

@yasaichi
Last active May 4, 2020 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yasaichi/6ba83aa6dfc8d8017ae5edcacd62b6dd to your computer and use it in GitHub Desktop.
Save yasaichi/6ba83aa6dfc8d8017ae5edcacd62b6dd to your computer and use it in GitHub Desktop.
大戸屋のおべんとう https://net-order.ootoya.com/ootoya/
(()=>{const vals={nameSei:'山田',nameMei:'太郎',kanaSei:'やまだ',kanaMei:'たろう',telNo:'09001234567',mailAddress:'test@example.com'};for(let[key,val]of Object.entries(vals)){document.getElementsByName(`OrderCreationDelivery[${key}]`).item(0).value=val;}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment