Skip to content

Instantly share code, notes, and snippets.

@champierre
Created May 30, 2012 09:09
Show Gist options
  • Select an option

  • Save champierre/2834836 to your computer and use it in GitHub Desktop.

Select an option

Save champierre/2834836 to your computer and use it in GitHub Desktop.
ekitan greasemonkey script
// ==UserScript==
// @title ekitan
// @description Automatically fill out the boarding station.
// @namespace http://blog.champierre.com
// @include http://ekitan.com/
// ==/UserScript==
document.getElementById('sfname').value = '柴崎';
document.getElementById('stname').select();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment