Browse Source

enable nicovideo local keymap when playing playlist

pull/1/head
10sr 12 years ago
parent
commit
76e76e7181
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .keysnail.js

+ 1
- 1
.keysnail.js View File

@@ -121,7 +121,7 @@ local["^http://www.feedly.com/"] = [

/////////////////////////////////////////
//nicovideo用
local["http://(www|tw|es|de|)\.nicovideo\.jp\/watch/*"] = [
local["http://(www|tw|es|de|)\.nicovideo\.jp\/(watch|playlist)/*"] = [
["i", function (ev, arg) { ext.exec("nicoinfo", arg); }],
["p", function (ev, arg) { ext.exec("nicopause", arg); }],
["o", function (ev, arg) { ext.exec("nicommentvisible", arg); }],


Loading…
Cancel
Save