Auto focus on the search field would be nice.
What's needed is a name on the form, something like
<form action="search.php" method="get" accept-charset="utf-8"
name="searchform">
Since the input text field is already named "terms" that's fine.
And this simple js to be executed on page load.
document.searchform.terms.focus();
it could be used in the body-tag like this:
<body OnLoad="document.searchform.terms.focus();">Or if you don't want to add anything to the body tag you could add it in a separate js-file or the head-tag.
I'd also like to see magnet links or the hash for the torrents on the main page.
Magnet urls also support sha hex hash without converting eg. the lastest torrent on TT could look like this.
magnet:?xt=urn:btih:24546009988be72ac0a5c6edb395f6fc42e9ba62&dn=_HorribleSubs_+Gosick+-+17+_480p__mkv&tr=http://nyaatorrents.info:3277/announce
and then you could add some nice magnet icon in the far right of the page. eg.
