Created
July 6, 2016 00:51
-
-
Save vascoosx/e49d7f82d006e1fd113e7d6f46aa4cbf to your computer and use it in GitHub Desktop.
shortcut manager
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
// ==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