Enable Cursor to populate search field automatically

I agree this should be considered by the developer but this is just a workaround till that happens.
I’m on the latest version for desktop and it worked fine. maybe try this one:

window.onload = function() {
        document.querySelector("input.form-control.input-sm").focus();
      };

edit: accounting for loading time.