Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Adding Google/Mac support' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Adding Google/Mac support
Authored by: wolfy on Dec 13, '02 07:57:45PM

Add this entry to sites.xml to perform searches on Google that are restricted to sites that discuss Macs:

<dict>
<key>name</key>
<string>Google.Mac</string>
<key>types</key>
<array>
<dict>
<key>type</key>
<string>Web</string>
<key>url</key>
<string>http://www.google.com/mac?hl=en&amp;lr=&amp;ie=ISO-8859-1&amp;q=</string>
</dict>
</array>
</dict>



[ Reply to This | # ]