Groups | Search | Server Info | Login | Register


Groups > dk.edb.system.unix > #8852

Url copy to bbedit

Newsgroups dk.edb.system.unix
Date 2021-12-27 09:48 -0800
Message-ID <975489a7-c668-45e8-a1de-fb2e51a2f847n@googlegroups.com> (permalink)
Subject Url copy to bbedit
From Wim Jongman <wj@wimjongman.nl>

Show all headers | View raw


Hi folks I don't know anything from scripting and
I like it to have a script to copy the URL from Brave browser into BBedit  
like as for Safari.
I van't change the application into Brave than it kan not open the document

tell application "Safari"
	activate
	set myURL to URL of document 1
	set myName to name of document 1
end tell
set the clipboard to "<br />Voor meer zie <a href=\"" & myURL & "\" target='_blank'>" & myName & "</a></p>

<p>"
activate me
display dialog "In the clipboard: " & return & return & (the clipboard) buttons "OK" default button "OK" with icon 1

Back to dk.edb.system.unix | Previous | Next | Find similar


Thread

Url copy to bbedit Wim Jongman <wj@wimjongman.nl> - 2021-12-27 09:48 -0800

csiph-web