Hey guys, trying to make chrome as much as my day to day browser as possible, so I modified this script to cause pages in safari to open in chrome. Create a bookmark and then go in and edit its URL to:
javascript:location.href='googlechrome'+location.href.substring(4);
Then when you click on it in safari it'll open that page in chrome. Enjoy.
javascript:location.href='googlechrome'+location.href.substring(4);
Then when you click on it in safari it'll open that page in chrome. Enjoy.