Athens login

By ms609 Last update Apr 12, 2008 — Installed 52 times. Daily Installs: 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Athens login
// @namespace      geological-supplies.com
// @description    Logs in to Athens with fewer clicks.
// @include        https://auth.athensams.net/*
// ==/UserScript==

links = document.getElementsByTagName("a");
window.location.href = links[0].href;