Skip to content

Instantly share code, notes, and snippets.

View oscargong's full-sized avatar

Oscar oscargong

View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Default Bookmark Guid</key>
<string>A48AF81F-C2F0-496E-ACF2-5837EB52734B</string>
<key>HapticFeedbackForEsc</key>
<false/>
<key>HotkeyMigratedFromSingleToMulti</key>
<true/>
@oscargong
oscargong / SurfingkeysConf.txt
Created January 8, 2018 10:07
My own Surfingkeys conf
mapkey('yz', "#7拷贝当前页标题和 URL", function() {
Clipboard.write(document.title +" " + window.location.href);
});