Skip to content

Instantly share code, notes, and snippets.

@sankitch
Created November 5, 2010 13:40
Show Gist options
  • Save sankitch/664173 to your computer and use it in GitHub Desktop.
Save sankitch/664173 to your computer and use it in GitHub Desktop.
[KeySnail]View Source Code
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