From f12747d4c915cbb223b43a1a4c746dc6593c162c Mon Sep 17 00:00:00 2001 From: Benoit Pointet Date: Fri, 4 Nov 2011 08:29:13 +0100 Subject: [PATCH] moved YUI and YUI Doc to correct categories --- chrome/content/apps.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/apps.js b/chrome/content/apps.js index a3cf8eb70..9154914c4 100644 --- a/chrome/content/apps.js +++ b/chrome/content/apps.js @@ -237,8 +237,8 @@ if ( typeof wappalyzer != 'undefined' ) { 'Yahoo! Web Analytics': { cats: { 1: 10 }, html: /]* src=("|')[^>]*http:\/\/d\.yimg\.com\/mi\/ywa\.js/ }, 'Yandex.Metrika': { cats: { 1: 10 }, html: /]* src=("|')[^"']+mc\.yandex\.ru\/metrika\/watch\.js("|')/ }, 'YouTube': { cats: { 1: 14 }, html: /<(param|embed)[^>]+youtube\.com\/v/i }, - 'YUI Doc': { cats: { 1: 12 }, html: /]* yuilibrary\.com\/rdf\/[0-9.]+\/yui\.rdf/i }, - 'YUI': { cats: { 1: 4 }, html: /]* src=("|')[^'"]*(\/yui\/|yui\.yahooapis\.com)[^'"]*("|')/, env: /^YAHOO$/ }, + 'YUI Doc': { cats: { 1: 4 }, html: /]* yuilibrary\.com\/rdf\/[0-9.]+\/yui\.rdf/i }, + 'YUI': { cats: { 1: 12 }, html: /]* src=("|')[^'"]*(\/yui\/|yui\.yahooapis\.com)[^'"]*("|')/, env: /^YAHOO$/ }, 'Zen Cart': { cats: { 1: 6 }, html: /]+Zen Cart/i }, 'Zend': { cats: { 1: 18 }, headers: { 'X-Powered-By': /Zend/ } } };