Browse Source

add ext view-page-source

pull/1/head
10sr 12 years ago
parent
commit
94fa42c1f9
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      _keysnail.js

+ 4
- 0
_keysnail.js View File

@@ -158,6 +158,10 @@ plugins.options["twitter_client.use_jmp"] = true;
////////////////////////////////////////////
// my ext

ext.add('view-page-source', function(){
window.content.location.href = "view-source:" + window.content.location.href;
}, 'view page source');

ext.add('my-setpref', function(){
util.setPrefs(
{


Loading…
Cancel
Save