Browse Source

misc changes

pull/1/head
10sr 13 years ago
parent
commit
8a11c94de6
1 changed files with 7 additions and 6 deletions
  1. +7
    -6
      _keysnail.js

+ 7
- 6
_keysnail.js View File

@@ -11,9 +11,6 @@
// command.kill.killRingMax = 15; // command.kill.killRingMax = 15;
// command.kill.textLengthMax = 8192; // command.kill.textLengthMax = 8192;


//userscript.addLoadPath(".");
//userscript.require("verticaltab.js");

////////////////////////////////////// //////////////////////////////////////
//// sitelocalkeymap //// sitelocalkeymap
var local = {}; var local = {};
@@ -74,9 +71,8 @@ plugins.options["my-keysnail-bookmarks"] = [
"twitter.com", "twitter.com",
]; ];


// sitelocal



//sitelocal
////////////////////////////////////////// //////////////////////////////////////////
// 2ch chaika // 2ch chaika
local["^http://127.0.0.1:8823/thread/"] = [ local["^http://127.0.0.1:8823/thread/"] = [
@@ -151,6 +147,11 @@ local["^http://www.tumblr.com/dashboard"] = [
}], }],
]; ];


///////////////////////////////////////////
// plugin option

plugins.options["instapaper.close_after_post"] = true;

////////////////////////////////////////// //////////////////////////////////////////
// yatc // yatc
style.register("#keysnail-twitter-client-container{ display:none !important; }"); style.register("#keysnail-twitter-client-container{ display:none !important; }");
@@ -406,7 +407,7 @@ ext.add("if-mth-exist", function() {
},'if mth exist'); },'if mth exist');


//////////////////////// ////////////////////////
//検索
// search web
ext.add("query-then-engine", function () { ext.add("query-then-engine", function () {
prompt.reader({message : "Search Word?:", prompt.reader({message : "Search Word?:",
callback : function (q) { callback : function (q) {


Loading…
Cancel
Save