Created
December 7, 2010 08:24
-
-
Save tototoshi/731586 to your computer and use it in GitHub Desktop.
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
key.setViewKey(["C-x", "l"], function () { | |
var currentURL = window._content.document.location.href; | |
var nextURL = window.prompt("Input URL", currentURL); | |
if (nextURL != null) { | |
loadURI(nextURL); | |
} | |
}, "指定URLへジャンプ", true); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment