I made a CAG for browsers-
h key press- ⌘ L - paste link- hit return
with trigger condition
but it interfere with raycast window and raycast notes; is there anyway to execute this command only on youtube .com and and only when browser has the typing cursor?
xidiot
November 3, 2025, 7:17am
2
I think maybe you can use the active_website_url variable?
You should try to exclude Raycast.
I had a quick look, I think you can exclude it like this:
NOT (focused_window_app_name CONTAINS "Raycast")
hey how did you get active website url working, its empty on mine; it is not fetching url on dia browser- its a chromium based
its doesn’t work by this method, as raycast then just do nothing when H key press so I tried key sequence and it is working great