Skip to content

Instantly share code, notes, and snippets.

@scott-be
Created July 23, 2013 02: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 scott-be/6059468 to your computer and use it in GitHub Desktop.
Save scott-be/6059468 to your computer and use it in GitHub Desktop.
// Bellmore to Penn
javascript:(function(){document.getElementById("ToStation ").selectedIndex = 10; document.getElementById("FromStation ").selectedIndex = 92; })();
// Penn to Bellmore
javascript:(function(){document.getElementById("ToStation ").selectedIndex = 92; document.getElementById("FromStation ").selectedIndex = 10; })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment