May 22, '03 09:37:00AM • Contributed by: macubergeek
- Surf to eBay and run your search query.
- Once the query has run, copy the contents of the URL field of your browser (Safari) into the clipboard (select all the text then hit Command-C)
- In the AppleScript Script Editor (in /Applications -> AppleScript), enter this script:
tell application "Safari" activate get location "[paste clipboard contents here]" end tell
Obviously, replace [paste clipboard contents here] with the actual clipboard contents, by hitting Command-V. - Save the script as an AppleScript application.
- Use Cronnix to set a cron job to fire off the script at the interval you want. Use this syntax in Cron:
open /path/to/script/myscript.app
