From 549638de5fc44d80dbcc91b7ce599f16fbfec376 Mon Sep 17 00:00:00 2001 From: Julio Pontes Date: Wed, 2 Nov 2011 23:29:41 -0200 Subject: [PATCH 1/5] added icon --- chrome/skin/icons/NOIX.ico | Bin 0 -> 1150 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 chrome/skin/icons/NOIX.ico diff --git a/chrome/skin/icons/NOIX.ico b/chrome/skin/icons/NOIX.ico new file mode 100644 index 0000000000000000000000000000000000000000..0a62424cce24d765238545906709cc03fdb8009e GIT binary patch literal 1150 zcmb`FF-rqM5JvBky^|oKBGDptLkq>{7p2uyQ$D`@O!2LgLu2)9_H15qW)^c zFaNXrhLZZTc!xAk`M$|{Ub2(>o1{nXUV8T;{!P_H-=!~UYc?hl?l`rI_Em`)TO&`w znbu^+HEh5fEP=cq_MLtw&s(pJXuWU*au+fqjz{!G>xqlhWxq@K0GZK(8XQ74&hr Date: Thu, 3 Nov 2011 14:44:44 -0200 Subject: [PATCH 2/5] added code and change icon --- chrome/content/apps.js | 1 + chrome/skin/icons/NOIX.ico | Bin 1150 -> 619 bytes 2 files changed, 1 insertion(+) diff --git a/chrome/content/apps.js b/chrome/content/apps.js index fb4334f52..269cf761d 100644 --- a/chrome/content/apps.js +++ b/chrome/content/apps.js @@ -129,6 +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: /]+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 }, diff --git a/chrome/skin/icons/NOIX.ico b/chrome/skin/icons/NOIX.ico index 0a62424cce24d765238545906709cc03fdb8009e..2029e964ed2b26ed31596169e0a1dc8af4098260 100644 GIT binary patch literal 619 zcmV-x0+juUP)C00Oj4#w-LyQ5=80!9r0lBZEPqq(~W*&4-ZDU}buVd;zOT zZ!nw8lnfYr0wunJ^$qer^?MRd{pxn_>70Ad|9?N{;0d1*r=8yj#a>LrG1_#Ic}dHm zI3rC8Uzju{F%u1O5LZ!&3Ya~*;v#Z*CnK^niHWvYiG;n2yp0*d#X1&KaYMNt2`3vR zMa$&*ILw|ra=E%i;iF?xbVO5(MGK!gi0QGu+YtL&%-OJyF%VDZf7nd|3argvkqSiy zStZf@wL@RCa9z|md(b5KmeC@PYt8Fbp=yGy959L002ovPDHLk FV1kTN?8yKC literal 1150 zcmb`FF-rqM5JvBky^|oKBGDptLkq>{7p2uyQ$D`@O!2LgLu2)9_H15qW)^c zFaNXrhLZZTc!xAk`M$|{Ub2(>o1{nXUV8T;{!P_H-=!~UYc?hl?l`rI_Em`)TO&`w znbu^+HEh5fEP=cq_MLtw&s(pJXuWU*au+fqjz{!G>xqlhWxq@K0GZK(8XQ74&hr Date: Wed, 9 Nov 2011 16:11:54 -0200 Subject: [PATCH 3/5] Changed regex --- 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 269cf761d..5409f3586 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: /]+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 }, From 15d8a6276b7294d9b4567e611440f91daa0bfdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Pontes?= Date: Wed, 9 Nov 2011 16:24:29 -0200 Subject: [PATCH 4/5] better check href and src --- 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 5409f3586..3d971c384 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=\"(\/media\/noix|\/media\/skeleton|\/components\/com_util).*"/i }, + 'NOIX': { cats: { 1: 19 }, html: /(src|href)=\"(\/media\/noix|\/media\/skeleton|\/components\/com_util).*"/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 }, 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 5/5] 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 },