i have workflow set grab url's want, link url's each page, filter them keeping ones want.
wondering if there way have url's cycle 1 after in 1 window, on 1 tab, instead of opening them in many windows or tabs. thanks.
here's applescript might want. maybe give ideas solve trying do.
code:
set urls {"http://www.apple.com", "http://www.google.com"} tell application "safari" activate make new document repeat aurl in urls set url of front document aurl delay 5 end repeat end tell
Comments
Post a Comment