Created
November 5, 2010 13:40
-
-
Save sankitch/664173 to your computer and use it in GitHub Desktop.
[KeySnail]View Source Code
This file contains 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(['v', 'u'], function () { | |
gBrowser.selectedTab = gBrowser.addTab('view-source:' + content.document.location.href); | |
}, 'View Source Code'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment