youtube: focus search box

By panzi Last update Mar 4, 2010 — Installed 119 times.

Script Summary: This script automatically focuses the search box on youtube.com.



This script automatically focuses the search box on youtube.com.

This script actually is a one-liner:

document.getElementById("masthead-search-term").focus();

It is completely beyond me why YouTube does not do that themselfs!