|
@@ -177,20 +177,20 @@ local["^https?://(www\.|cloud\.|)feedly\.com/"] = [ |
|
|
|
|
|
|
|
|
///////////////////////////////////////// |
|
|
///////////////////////////////////////// |
|
|
//nicovideo |
|
|
//nicovideo |
|
|
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); }], |
|
|
|
|
|
["m", function(ev, arg){ ext.exec("nicomute", arg); }], |
|
|
|
|
|
[".", function(ev, arg){ ext.exec("nicovolumeIncrement", arg); }], |
|
|
|
|
|
[",", function(ev, arg){ ext.exec("nicovolumeDecrement", arg); }], |
|
|
|
|
|
['f', function(ev, arg){ |
|
|
|
|
|
curl = window.content.location.href; |
|
|
|
|
|
kurl = curl.replace(/nicovideo.jp/, "nicovideofire.jp"); |
|
|
|
|
|
window.content.location.href = kurl; |
|
|
|
|
|
} |
|
|
|
|
|
] |
|
|
|
|
|
]; |
|
|
|
|
|
|
|
|
// 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); }], |
|
|
|
|
|
// ["m", function(ev, arg){ ext.exec("nicomute", arg); }], |
|
|
|
|
|
// [".", function(ev, arg){ ext.exec("nicovolumeIncrement", arg); }], |
|
|
|
|
|
// [",", function(ev, arg){ ext.exec("nicovolumeDecrement", arg); }], |
|
|
|
|
|
// ['f', function(ev, arg){ |
|
|
|
|
|
// curl = window.content.location.href; |
|
|
|
|
|
// kurl = curl.replace(/nicovideo.jp/, "nicovideofire.jp"); |
|
|
|
|
|
// window.content.location.href = kurl; |
|
|
|
|
|
// } |
|
|
|
|
|
// ] |
|
|
|
|
|
// ]; |
|
|
|
|
|
|
|
|
///////////////////////////////////////// |
|
|
///////////////////////////////////////// |
|
|
// tumblr/dashboard |
|
|
// tumblr/dashboard |
|
|