Skip to content

Instantly share code, notes, and snippets.

@ktat
Created August 18, 2021 04:50
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 ktat/ee7da7230897b28c677455e48d18d098 to your computer and use it in GitHub Desktop.
Save ktat/ee7da7230897b28c677455e48d18d098 to your computer and use it in GitHub Desktop.
東京の大規模接種会場用のBookmarklet(東京用)
// 自治体番号と自分の番号と生年月日を埋めて、Bookmarkに登録。フォームが表示された後に実行すればsubmitまでします。
// https://www.vaccine.mrso.jp/
javascript:(function(){document.getElementById("VisitnoAuthName").value="自治体番号"; document.getElementById("VisitnoAuthVisitno").value="個人用の番号";$("#VisitnoAuthYear").val("生年").change();$("#VisitnoAuthMonthMonth").val("月").change();$("#VisitnoAuthDayDay").val("日").change();$("button.auth-btn").click();})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment