FAQ === In the past there’s been some confusion about the purpose of this site. Some took it as my suggestions for a better Google design, which couldn’t be further from the truth. Go is nothing more than a personal start site for myself and everybody else who finds it to make their life easier. In other words, it is deliberately too minimalistic, with most features hidden behind plain sight, just in order to get out of your way and be efficient to use once you know how to. Now onto the actual FAQ … 1) Using the Go Source Code --------------------------- Q: How do I install it? A: Simply extract it anywhere and open index.htm. There’s no need to set up a full web server since all the code is executed in the browser. Q: Can I put it on my own web server? Change the styling? Share it? A: You're free to tweak, modify and share Go as long as you don’t pass it off as your own work and keep the copyright notice in the HTML file. Q: Auto-complete doesn’t work! A: This is an unfortunaty security problem with some browsers that don’t allow XMLHttpRequests to external servers. VERSION HISTORY =============== 2.5b (2010/05/07) ----------------- * Google results stylesheet has been deprecated after Google’s re-design 2.5 (2010/04/17) ---------------- * More efficient search engine selector * Better Firefox compatibility * Fixes special characters in search queries (Thanks Wronex) * Rewritten query auto-complete code * Cleaned up default engine code (old style still works) * Made main code even messier 2.0 (2009/09/13) ---------------- * Rewritten extension code * Addition of Google results stylesheet 1.0 (2009/01/24) ---------------- * Initial Release