computing
  • 0

Solved Why My Chrome Repeating Search Words Queries To 3 Times

  • 0

I don’t know whats wrong, even I try with new installed chome, when I fill words for searching at the address bar, the result page show the words that I filled in the box search repeat to 3 times.
if I fill : “minipc” the words show “minipc minipc minipc”.. what’s wrong? thank you.

Share

1 Answer

  1. Click the Chrome menu Chrome menu on the browser toolbar.
    2. Select Settings and find the “Search” section.
    3. click Manage search engines.
    4. In the Search Engines dialog that appears, select google and edit the link.

    for example
    <a href="https://www.google.com/search?q=%s&ie;=utf-8&oe;=utf-8&aq;=t&q;=%s&ie;=utf-8&oe;=utf-8&aq;=t&channel;=fflb&q;=%s&ie;=utf-8&oe;=utf-8&aq;=t&channel;=rcs" target="_blank" rel="nofollow">https://www.google.com/search?q=%s&...</a>
    
    edit it and change for
    
    <a href="https://www.google.com/search?q=%s&ie;=utf-8&oe;=utf-8&aq;=t&channel;=rcs" target="_blank" rel="nofollow">https://www.google.com/search?q=%s&...</a>
    

    ::mike

    message edited by mikelinus

    • -2