// ==UserScript== // @include http://www.perl-community.de/bat/* // @description nothing // @author nothing // @site nothing // @name reply focus // ==/UserScript== var e = document.getElementsByName("message.message")[0]; e.focus();