groups

name language licence
Cleanup @ Entries - Address Book AppleScript Other
Detect Name Switch - Address Book AppleScript Other
ShellCommand AppleScript Other
theme_open AppleScript Other
Google_Search AppleScript Other
RapidWeaver_Addons_version AppleScript Other
check_safari_page_loaded_handler AppleScript Other
On-Off_AppToggle AppleScript Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: AppleScript
licence: Other

Google_Search

options: view full snippetsend to code collector
(*
Remeber when searching Google didn't have any strings attached, and assumed lanuages, any device detection, any referal data attached?

Get back to the roots of a good old Google query string with this AppleScript.

by Adam Merrifield <http://www.seydoggy.com>

r4 10-29-09 09:43
	added ability to recognize urls and open them automatically

r3 10-13-09 12:06
*)

-- optional: to set the application running the script to the forground
-- uncomment and change "FastScripts" to the script running app of your choice
	
(Continues...)