My shortcuts that trigger Google searches or custom URLs in Safari - previously these would open a new window and run the search or URL. But now it overwrites an open tab/window (usually in another space) with the Google search or URL.
osascript -e 'tell application "Safari" to activate' -e 'tell application "Safari" to tell front window to set current tab to (make new tab with properties {URL:"{url}"})'
Yes, something was going on with some of my safari windows not loading, so these windows were being used one by one, each time I called up the function. But I went through and made sure they all got loaded, and now it's working as normal. Thanks.