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
| -- Based on code from: | |
| -- https://gist.github.com/agoddard/5114024 | |
| -- https://gist.github.com/edenwaith/2213a764ccb091d6a03989f238efb63f | |
| -- https://computers.tutsplus.com/tutorials/generate-a-list-of-open-safari-tabs-with-applescript--mac-30564 | |
| -- Instructions | |
| -- 1. Open Automator -> create new Service. | |
| -- 2. Select "no input" and "Safari" | |
| -- 3. Drag "Run AppleScript" to the pane on the right. | |
| -- 4. Paste the below code where it says "(* Your script goes here *)". |
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
| -- Based on code from: | |
| -- https://gist.github.com/agoddard/5114024 | |
| -- https://gist.github.com/edenwaith/2213a764ccb091d6a03989f238efb63f | |
| -- https://computers.tutsplus.com/tutorials/generate-a-list-of-open-safari-tabs-with-applescript--mac-30564 | |
| -- Instructions | |
| -- 1. Open Automator -> create new Service. | |
| -- 2. Select "no input" and "Safari" | |
| -- 3. Drag "Run AppleScript" to the pane on the right. | |
| -- 4. Paste the below code where it says "(* Your script goes here *)". |