Guest User

Untitled

a guest
Feb 27th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $(function() {
  2. if (top.location.hostname === "mycourses.ict.mahidol.ac.th") {
  3. var username = document.getElementById("username");
  4. var password = document.getElementById("password");
  5. if (username != null && password != null) {
  6. username.value = "uxx88yyy";
  7. password.value = "password";
  8. document.forms["login"].submit();
  9. }
  10. }
Add Comment
Please, Sign In to add comment