Skip to content

Instantly share code, notes, and snippets.

@matjaz
Created October 30, 2010 10:43
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 matjaz/655186 to your computer and use it in GitHub Desktop.
Save matjaz/655186 to your computer and use it in GitHub Desktop.
Bank@net autocompletes username and focuses password
javascript:if(location.href.indexOf('/bankanet.nkbm.si/')<0){location.href = 'https://bankanet.nkbm.si/bnk/';}else{$("#user").val("username");$("#pass").focus();}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment