hawkins / start-page

A simple start page extension for Google Chrome, which I used to teach myself web dev
https://goo.gl/95jal3
MIT License
2 stars 0 forks source link

Search bar autofill with Chrome, unwanted results #3

Open hawkins opened 8 years ago

hawkins commented 8 years ago

Currently, slot2input will autofill with previous entries from Chrome when the user begins typing. I would like to disable this, so no suggestions are made.

However, ideally this autofill would be replaced with legitimate Google search predictions (think typing "git" into google and seeing "github" as the top result).

hawkins commented 8 years ago

autocomplete="off" has removed unwanted results. Next step would be to replace this form with a gcse tag, something like this.