返回標籤網址

蘋果瀏覽器

要返回 Safari 中當前選項卡的 URL,請使用 URL of current tab

tell application "Safari"
    return URL of current tab of window 1
end tell

谷歌瀏覽器

要返回 Google Chrome 中當前標籤的網址,請使用 URL of active tab

tell application "Google Chrome"
    return URL of active tab of window 1
end tell