For many years, I've been running these two AppleScripts (which I believe were posted by dkmarsh...thanks):

Code
tell application "Safari Technology Preview"
	activate
	set {theURL, theTitle} to {URL of document 1, do JavaScript ¬
		"document.title" in document 1}
	set theText to theURL & theTitle
	set the clipboard to theText
end tell

Code
tell application "Safari Technology Preview"
	activate
	set {theURL, theTitle} to {URL of document 1, do JavaScript ¬
		"document.title" in document 1}
	set theText to "[url=" & theURL & "]" & theTitle & "[/url]"
	set the clipboard to theText
end tell

They originally invoked Safari, but since I've now switched to Safari Technology Preview, I've changed them, and they no longer work.

My other AppleScripts still work as expected, and these two still work in Safari.

Is STP immune?

Thanks.


The new Great Equalizer is the SEND button.

In Memory of Harv: Those who can make you believe absurdities can make you commit atrocities. ~Voltaire