jeffalo β€” 4/6/2024, 1:14:18 PM

arc + raycast + applescript πŸ‘Œ

↩ repost
jeffalo β€” 2/23/2024, 11:16:32 AM

wasteof + arc browser works really well :)

β™₯ 24 ↩ 1 πŸ’¬ 7 comments
β™₯ 7 ↩ 0 πŸ’¬ 2 comments

comments

jeffalo:
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

4/6/2024, 3:41:34 PM
chiroyce:

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%

4/12/2024, 2:34:57 PM