can you try whether this apple script returns the correct url for arc?
tell application id "company.thebrowser.Browser" to set currentTabUrl to URL of active tab of front window
can you try whether this apple script returns the correct url for arc?
tell application id "company.thebrowser.Browser" to set currentTabUrl to URL of active tab of front window
Doesn't work.
It only focuses on Safari even when Arc is in Focus.
I closed Safari and only left Arc Open
But It still doesn't recognize the active URL
No arc is not yet integrated, I would just need to know whether the script returns the arc url when executed via BTT or via the Apple Script Editor.
If it does I can add it to BTT
Apparently it doesn't
does it output any error?
No Error,
I had BTT and Arc open and Ran the script.
The URL Didn't show on BTT in the condition values.
First time I ran the script, It requested access to Automation [Same thing it did with Safari].
Can you try in the macOS Script Editor?
Anyways, I integrated it in 4.192, maybe it works
ah good, your script seems to work. I just pushed a little fix in 4.193 which should solve it
Amazing !!!
It works
Thanks
Seems to work fine here.
Do you have a CAG called "DND OFF"? And is the CAG Deactivated trigger defined for "All Apps"?
It works with 2 CAGs
But I wanted to make it work with just one
(The DND OFF you saw before was what I input in the notes not thee CAG name)
CAG Name: DND ON
CAG Conditions:
CAG Triggers:
The CAG Activated trigger works, but the CAG Deactivated trigger doesn't
Actions for Activated:
Actions for Deactivated:
What about Firefox?
Any updates on Firefox support? I'm on BTT 4.730 and Active Website URL doesn't seem to update for Firefox.
Firefox doesn't provide scriptability, so it can not be supported without a custom extension. Thus there are no plans to support Firefox ;-(
It's sad that they still haven't added at least basic scripting support.
However there might be firefox extensiosn that can set a websites URL as the window's title, then that could be used in a condition!
I'll give this a try -- thanks!