Skip to content

Instantly share code, notes, and snippets.

@rksabde
rksabde / brave2notes.scpt
Last active December 20, 2025 02:21
brave-selection-to-apple-notes. scpt
on run {input, parameters}
-- Get title + URL from Brave's frontmost tab
tell application "Brave Browser"
set theTitle to title of active tab of front window
set theURL to URL of active tab of front window
-- Get selected text from the page
set selectedText to execute active tab of front window ¬
javascript "
(function(){