Skip to content

Instantly share code, notes, and snippets.

View Blendertom's full-sized avatar

Blendertom

View GitHub Profile
@Blendertom
Blendertom / Zen Browser
Created November 22, 2024 08:49
Get Address script to get Zen Browser working with Hookmark.
-- To make it work, add Zen Browser as an app in from the Scripts tab in Hookmark, and then past this script in the Get Address tab
use scripting additions
use framework "AppKit"
-- classes, constants, and enums used
property NSShiftKeyMask : a reference to 131072
property NSAlternateKeyMask : a reference to 524288
property NSControlKeyMask : a reference to 262144
property NSEvent : a reference to current application's NSEvent