Parcourir la source

enable nicovideo local keymap when playing playlist

pull/1/head
10sr il y a 12 ans
Parent
révision
76e76e7181
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .keysnail.js

+ 1
- 1
.keysnail.js Voir le fichier

@@ -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); }],


Chargement…
Annuler
Enregistrer