Can I restore the original title?
Yes. You should store the original title in a variable on page load, then restore it when the input field loses focus (`onblur`).
Does it work in all browsers?
Yes. `document.title` is a universally supported DOM property in all browsers.