From 07d7c3d43811e3bdf49a0403e7dfead742de8707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Pontes?= Date: Wed, 9 Nov 2011 16:34:36 -0200 Subject: [PATCH] added comment support finished regex. and test on "Regex Coach" --- chrome/content/apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/apps.js b/chrome/content/apps.js index 3d971c384..74784f4ba 100644 --- a/chrome/content/apps.js +++ b/chrome/content/apps.js @@ -129,7 +129,7 @@ if ( typeof wappalyzer != 'undefined' ) { 'Mynetcap': { cats: { 1: 1 }, html: /]+Mynetcap/i }, 'Nedstat': { cats: { 1: 10 }, html: /sitestat\(("|')http:\/\/nl\.sitestat\.com/ }, 'Nginx': { cats: { 1: 22 }, headers: { 'Server': /nginx/i } }, - 'NOIX': { cats: { 1: 19 }, html: /(src|href)=\"(\/media\/noix|\/media\/skeleton|\/components\/com_util).*"/i }, + 'NOIX': { cats: { 1: 19 }, html: /(src|href)=\"(\/media\/noix|\/media\/skeleton|\/components\/com_util).*"|\<\!\-\- NOIX.*/i }, 'nopCommerce': { cats: { 1: 6 }, html: /(]+nopcommerce)/i }, 'OneStat': { cats: { 1: 10 }, html: /var p=("|')http("|')\+\(d\.URL\.indexOf\('https:'\)==0\?'s':''\)\+("|'):\/\/stat\.onestat\.com\/stat\.aspx\?tagver/i }, 'OpenCart': { cats: { 1: 6 }, html: /(Powered By ]+OpenCart|route = getURLVar\(("|')route)/i },