None
NL
Custom OpenSearch: search from your URL bar
['Bart De Goede']
Bart de Goede
Almost all modern browsers enable websites to customize the built-in search feature to let the user access their search features directly, without going to your website first and finding the search input box. <input autocapitalize="off" autocorrect="off" autocomplete="off" name="q" placeholder="Search" type="search"> This will let the browser add some nice UI elements to the search input box, like a small “x” button on the right to clear the search input in Safari and Chrome.