Skip to content

Instantly share code, notes, and snippets.

@NKjoep
Created March 7, 2012 14:12
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 NKjoep/1993350 to your computer and use it in GitHub Desktop.
Save NKjoep/1993350 to your computer and use it in GitHub Desktop.
browser scriptlet for quick adminadminamdin
javascript:(function(){var%20inputs%20=%20document.getElementsByTagName("input");%20for%20(var%20i%20=%200;i<inputs.length;i++)%20{%20var%20c%20=%20inputs[i];%20if%20(c.name=="username")%20c.value%20=%20"admin";%20if%20(c.name=="password")%20c.value%20=%20"adminadmin";%20}%20})();
@NKjoep
Copy link
Author

NKjoep commented Mar 7, 2012

create e new bookmark in your browser with that ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment