// ==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();