Skip to content

Instantly share code, notes, and snippets.

@ali5h
Last active December 25, 2024 18:21
Show Gist options
  • Save ali5h/65ae63b94f5e9bd07772b9adebb75dc7 to your computer and use it in GitHub Desktop.
Save ali5h/65ae63b94f5e9bd07772b9adebb75dc7 to your computer and use it in GitHub Desktop.
Site search for all sites in Chrome

Add a custom search engine in chrome with this URL

javascript:location='https://www.google.com/search?q=site:' + escape(location.hostname) + ' %s'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment