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!



