Skip to content

Instantly share code, notes, and snippets.

@vascoosx
Created July 6, 2016 00:51
Show Gist options
  • Save vascoosx/e49d7f82d006e1fd113e7d6f46aa4cbf to your computer and use it in GitHub Desktop.
Save vascoosx/e49d7f82d006e1fd113e7d6f46aa4cbf to your computer and use it in GitHub Desktop.
shortcut manager
// ==UserScript==
// @ShortcutManager
// @name open url in new window
// @namespace NIEQCKdtMwoR
// @key Ctrl+]
// @include *
// ==/UserScript==
javascript:window.open(window.location.href)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment