Jump to content

DaniTz

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by DaniTz

  1. here is a more recent versions, replaced query argument on alfred_script(q) set userQuery to text ((offset of "?" in q)+1) thru -1 of q tell application "Safari" to activate delay 1 tell application "System Events" to tell process "Safari" keystroke "," using command down delay 1 tell window 1 click button "Privacy" of tool bar 1 delay 1 click button "Manage Website Data…" of group 1 of group 1 delay 1 keystroke (userQuery) delay 5 keystroke tab delay 1 keystroke "a" using command down click button "Remove" of sheet 1 click button "Done" of sheet 1 end tell keystroke "w" using command down end tell end alfred_script
  2. doesn't work for me. I've tried for at least an hour, ending up installing different versions of python 3 on a new M1 mac mini. I really wish for it to work but it doesn't. First notification is a starting the compression/resizing then another one with Status which is blank and nothing happens. I would appreciate some help Thanks, Dan
×
×
  • Create New...