Skip to content

Instantly share code, notes, and snippets.

@Jpsern
Last active February 28, 2019 04:20
Show Gist options
  • Save Jpsern/4e93ad4cd7ed217ba0a3165fff8cdf37 to your computer and use it in GitHub Desktop.
Save Jpsern/4e93ad4cd7ed217ba0a3165fff8cdf37 to your computer and use it in GitHub Desktop.
eamusement の ID と PASS を入力する
//{%your ID%} と {%your pass%} は事前に変更してね
javascript : (function (d){
d.getElementsByName("nm_login_id")[0].value = "{%your ID%}";
d.getElementsByName("nm_paswords")[0].value = "{%your pass%}";
})(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment