Skip to content

Instantly share code, notes, and snippets.

@weaming
Last active April 7, 2020 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weaming/fcb47f2798860d216b1d68cf4c5f5d89 to your computer and use it in GitHub Desktop.
Save weaming/fcb47f2798860d216b1d68cf4c5f5d89 to your computer and use it in GitHub Desktop.
My settings exported from shorkeys https://github.com/mikecrittenden/shortkeys/
[{"key":", .","action":"javascript","blacklist":false,"sites":"*mail.google.com*","open":false,"code":"location.pathname = '/';","exported":true,"sitesArray":["*mail.google.com*"],"customName":"goto root"},{"key":", ,","action":"javascript","blacklist":false,"sites":"*mail.google.com*","open":false,"code":"location.search = \"\";\nlet newPath = location.pathname\n .split(\"/\")\n .filter(x => x.length > 0)\n .slice(0, -1)\n .join(\"/\");\nlocation.pathname = newPath;","customName":"goto upper","exported":true,"sitesArray":["*mail.google.com*"]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment