|
|
|
@ -70,7 +70,7 @@ wappalyzer =
|
|
|
|
|
'Tumblr': { html: /<iframe src=("|')http:\/\/www\.tumblr\.com/i, url: /^(www.)?.+\.tumblr\.com/i, headers: { 'X-Tumblr-Usec': /.*/ } },
|
|
|
|
|
'Google Friend Connect': { html: /<script[^>]* src=("|')[^>]*google.com\/friendconnect/i },
|
|
|
|
|
'MyBlogLog': { html: /<script[^>]* src=("|')[^>]*pub\.mybloglog\.com/i },
|
|
|
|
|
'Google Maps': { html: /<script[^>]* src=("|')[^>]*maps\.google\.com\/maps\?file=api/i },
|
|
|
|
|
'Google Maps': { html: /(<script[^>]* src=("|')[^>]*maps\.google\.com\/maps\?file=api|maps\.google\.com\/maps\/api\/staticmap)/i },
|
|
|
|
|
'AWStats': { html: /<meta name=("|')generator("|') [^>]+AWStats/i },
|
|
|
|
|
'phpMyAdmin': { html: /(var pma_absolute_uri = '|PMA_sendHeaderLocation\(|<title>phpMyAdmin<\/title>)/i },
|
|
|
|
|
'phpDocumentor': { html: /<!-- Generated by phpDocumentor/ },
|
|
|
|
@ -87,7 +87,7 @@ wappalyzer =
|
|
|
|
|
'xtCommerce': { html: /(<meta name=("|')generator("|') [^>]+xt:Commerce|<div class=("|')copyright("|')>.+<a[^>]+>xt:Commerce)/i },
|
|
|
|
|
'BIGACE': { html: /(<meta name=("|')generator("|') [^>]+BIGACE|Powered by <a href=("|')[^>]+BIGACE|<!--\s+Site is running BIGACE)/i },
|
|
|
|
|
'Ubercart': { html: /<script[^>]* src=("|')[^>]*uc_cart\/uc_cart_block\.js/i },
|
|
|
|
|
'TYPOlight': { html: /(<!--\s+This website is powered by (TYPOlight|Contao)|<link[^>]+(typolight|contao).css)/i },
|
|
|
|
|
'Contao': { html: /(<!--\s+This website is powered by (TYPOlight|Contao)|<link[^>]+(typolight|contao).css)/i },
|
|
|
|
|
'posterous': { html: /<div class=("|')posterous/i },
|
|
|
|
|
'papaya CMS': { html: /<link[^>]*\/papaya-themes\//i },
|
|
|
|
|
'eZ Publish': { html: /<meta name=("|')generator("|') [^>]+eZ Publish/i },
|
|
|
|
@ -170,7 +170,15 @@ wappalyzer =
|
|
|
|
|
'comScore': { html: /<iframe[^>]* (id=("|')comscore("|')|scr=[^>]+comscore)/ },
|
|
|
|
|
'Google Font API': { html: /<link[^>]* href=("|')http:\/\/fonts\.googleapis\.com/ },
|
|
|
|
|
'CO2Stats': { html: /src=("|')http:\/\/www\.co2stats\.com\/propres\.php/ },
|
|
|
|
|
'Woopra': { html: /<script[^>]* src=("|')[^>]*static\.woopra\.com/i }
|
|
|
|
|
'Woopra': { html: /<script[^>]* src=("|')[^>]*static\.woopra\.com/i },
|
|
|
|
|
'Webtrekk': { html: /var webtrekk = new Object/ },
|
|
|
|
|
'Reinvigorate': { html: /reinvigorate\.track\("/ },
|
|
|
|
|
'Quick.Cart': { html: /<a href="[^>]+opensolution\.org\/">Powered by/i },
|
|
|
|
|
'VirtueMart': { html: /<div id=("|')vmMainPage/ },
|
|
|
|
|
'Cotonti': { html: /<meta name=("|')generator("|') [^>]+Cotonti/i },
|
|
|
|
|
'Mambo': { html: /<meta name=("|')generator("|') [^>]+Mambo/i },
|
|
|
|
|
'Concrete5': { html: /<meta name=("|')generator("|') [^>]+concrete5/i },
|
|
|
|
|
'Webtrends': { html: /<img[^>]+id=("|')DCSIMG("|')[^>]+webtrends/i }
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
init: function()
|
|
|
|
@ -293,7 +301,7 @@ wappalyzer =
|
|
|
|
|
|
|
|
|
|
if ( !wappalyzer.isBookmarklet )
|
|
|
|
|
{
|
|
|
|
|
if ( doc.location.href == gBrowser.selectedBrowser.contentDocument.location.href )
|
|
|
|
|
if ( doc.location && doc.location.href == gBrowser.selectedBrowser.contentDocument.location.href )
|
|
|
|
|
{
|
|
|
|
|
wappalyzer.currentTab = true;
|
|
|
|
|
|
|
|
|
|