My favorites | Sign in
Logo
                
Search
for
Updated Dec 24, 2008 by sst.dreams
Labels: Featured, Phase-Support, Phase-Deploy
FireGesturesScript  

The following is the FireGestures script for downloading a Nico Nico Douga link by NicoFox:

var url = FireGestures.getLinkURL();
url = url.replace(/^http:\/\/ime\.nu\/(.*)$/, 'http://$1');
url = url.replace(/^http:\/\/www\.flog\.jp\/w\.php\/(.*)$/, '$1');
if (url.match(/^http:\/\/(www|tw|de|es)\.nicovideo\.jp\/watch\/([a-z]{0,2}[0-9]+)$/) && gBrowser) {
  nicofox.goDownload(url);
}

Sign in to add a comment
Hosted by Google Code