Skip to content

yene/Safari-Backspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safari Backspace

Note

This extension is not needed anymore you can enable backspace with the command below

Enable Backspace Keyboard Shortcut

In macOS you can enable Safari Backspace with: defaults write com.apple.Safari NSUserKeyEquivalents -dict-add Back "\U232b"

Remove the change with: defaults delete com.apple.Safari NSUserKeyEquivalents

Notes about the Extension

The injected script

https://github.com/yene/Safari-Backspace/blob/master/Extension/backspace-script.js

Material and Notes

  • Safari App Extensions
  • If extension does not show up in list, it has to be signed.
  • Testing is a bit annoying, you need to remove the original, then enable unsinged extensions in Safari. Then run. Then toggle the extension.
  • Is there a debug flag that can be used in the JS?