Is it possible to use AppleScript to open a link in a new tab in Safari?
|
|
This will work:
|
|||||||
|
|
I think this also does what you asked for, but it is much shorter and is less browser-specific:
This will open the specified URL in your default browser. And if you explicitly want to open it in Safari, use this:
|
||||
|
|
|
I've been using the following script to open hundreds of docs into tabs in a single window.
But that no longer works in Safari 5.1 on Lion. It would open the new tab, but it wouldn't load the URL provided in the properties glob. I modified it to the following, which now works:
|
|||
|
|
|
Code:
One problem is that this only works if the system's language is set to English. |
|||
|
|
|
This should usually create a new tab and focus it (or focus an existing tab if the URL is already open):
It opens a new window if "Open pages in tabs instead of windows" is set to never though.
This opens a new tab even when new pages are set to open in windows:
|
|||||
|
