Last active
April 25, 2019 19:44
-
-
Save jasonmorganson/d0b85086c7f0aaf6bcecfe5f09e4cbe1 to your computer and use it in GitHub Desktop.
Configuration for SurfingKeys
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
if (window.location.origin === "https://inbox.google.com") { | |
unmap('e') | |
unmap('h') | |
unmap('j') | |
unmap('k') | |
unmap('l') | |
unmap('x') | |
} | |
else if (window.location.origin === "https://docs.google.com") { | |
unmapAllExcept([]) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment