Sfoglia il codice sorgente

add ext view-page-source

pull/1/head
10sr 12 anni fa
parent
commit
94fa42c1f9
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      _keysnail.js

+ 4
- 0
_keysnail.js Vedi 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(
{


Caricamento…
Annulla
Salva