UserJS.org

google.com - Google Suggest

Learn how to install scripts

Report a bug

This script will add the autocomplete feature from Google Suggest to regular Google search pages.

Tip: The script adds Google Suggest to all Google domains. If you would like to limit the script to act on only one of Google’s domains, modify the first line of the script, the one that reads:

if(window.location.hostname.match(/google/))  

To make the script active for google.com only:

window.location.hostname.match(/google.com/)

Changelog

  • 1.1: Bugfix for autocomplete.
  • 1.0.1: Minor bugfix to prevent script from being injected if user is already at a Google Suggest enabled search.