Skip to content

Instantly share code, notes, and snippets.

@l-ray
Created November 24, 2014 12:04
Show Gist options
  • Save l-ray/7ee810fe5cc6a92c95e4 to your computer and use it in GitHub Desktop.
Save l-ray/7ee810fe5cc6a92c95e4 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Automatic Login
// @namespace browser
// @include http://localhost:8080/url*
// @version 2
// ==/UserScript==
document.getElementById('username').value="login";
document.getElementById('password').value="password";
document.getElementById('loginButton').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment