Skip to content

Instantly share code, notes, and snippets.

@higepon
Created September 6, 2011 10:03
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 higepon/1197171 to your computer and use it in GitHub Desktop.
Save higepon/1197171 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name fill library form
// @match https://www.meguro-library.jp/opw/OPW/OPWBOOK.CSP*
// ==/UserScript==
document.forms[0].usercardid.value = 'YOUR_ID';
document.forms[0].password.value = 'YOUR_PASSWORD';
document.forms[0].library.value = 3; // 3 == nakameguro ekimae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment