This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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(){ |