arc + raycast + applescript ๐Ÿ‘Œ

wasteof + arc browser works really well :)

comments (single view)

on run argv
  tell application "Arc"
    set currentURL to URL of active tab of window 1
    set waybackURL to "https://web.archive.org/web/*/" & currentURL

    set URL of active tab of window 1 to waybackURL
  end tell
end run

theres some applescript i wrote to go to the wayback machine of a webpage

now add siri integration with shortcuts and boom โ€œhey siri time travel this webpage to the pastโ€ btw ive been thinking of getting raycast, just wondering about its memory/cpu footprint, since there is this problem, open up activity monitor, type like 50 words in spotlight and watch the CPU usage go upto nearly 100%

View all comments