Posts: 7
Threads: 2
Joined: Jun 2019
07-08-2019, 08:57 PM
Hi, when I write the site address in the search field and press Tab the site search function opens.
But for some reason it stopped working on the site YouTube. How can i fix that?
Posts: 52
Threads: 11
Joined: Nov 2018
Go to chrome://settings/searchEngines. Look for YouTube. This should look like
this. If there is the entry, note down the keyword for it. Now in omnibar type the keyword & press tab. And if there is no YouTube in the list, then create one with the search URL
Code:
https://www.youtube.com/results?search_query=%s
Posts: 6,217
Threads: 90
Joined: Oct 2014
Posts: 7
Threads: 2
Joined: Jun 2019
(07-09-2019, 10:26 AM)hemlok89 Wrote: Go to chrome://settings/searchEngines. Look for YouTube. This should look like this. If there is the entry, note down the keyword for it. Now in omnibar type the keyword & press tab. And if there is no YouTube in the list, then create one with the search URL
Code:
https://www.youtube.com/results?search_query=%s
Thank you