Merge pull request #265 from gadcam/master

Corrections
main
Elbert Alias 13 years ago
commit 3652c43719

@ -18,7 +18,7 @@
/** /**
* Initialize * Initialize
*/ */
init: function(callback) { init: function() {
w.log('init'); w.log('init');
chrome.browserAction.setBadgeBackgroundColor({ color: [255, 102, 0, 255] }); chrome.browserAction.setBadgeBackgroundColor({ color: [255, 102, 0, 255] });
@ -44,14 +44,14 @@
var version = chrome.app.getDetails().version; var version = chrome.app.getDetails().version;
if ( localStorage['version'] == null ) { if ( localStorage['version'] == null ) {
w.config.firstRun = true; firstRun = true;
// Set defaults // Set defaults
for ( option in defaults ) { for ( option in defaults ) {
localStorage[option] = defaults[option]; localStorage[option] = defaults[option];
} }
} else if ( version !== localStorage['version'] && localStorage['upgradeMessage'] ) { } else if ( version !== localStorage['version'] && localStorage['upgradeMessage'] ) {
w.config.upgraded = true; upgraded = true;
} }
localStorage['version'] = version; localStorage['version'] = version;
@ -112,7 +112,14 @@
tabCache[tabId] = null; tabCache[tabId] = null;
}); });
callback(); if ( firstRun ) {
driver('goToURL', { url: w.config.websiteURL + 'installed', medium: 'install' });
firstRun = false;
}
if ( upgraded ) {
driver('goToURL', { url: w.config.websiteURL + 'upgraded', medium: 'upgrade' });
upgraded = false;
}
}, },
goToURL: function(args) { goToURL: function(args) {

@ -7,7 +7,10 @@
if ( wappalyzer == null ) return; if ( wappalyzer == null ) return;
var w = wappalyzer, prefs, strings; var w = wappalyzer,
firstRun = false,
upgraded = false,
prefs, strings;
const const
d = document, d = document,
@ -30,7 +33,7 @@
/** /**
* Initialize * Initialize
*/ */
init: function(callback) { init: function() {
var handler = function() { var handler = function() {
window.removeEventListener('load', handler, false); window.removeEventListener('load', handler, false);
@ -68,9 +71,9 @@
addon.version = addon.version; addon.version = addon.version;
if ( !prefs.getCharPref('version') ) { if ( !prefs.getCharPref('version') ) {
w.config.firstRun = true; firstRun = true;
} else if ( prefs.getCharPref('version') != addon.version ) { } else if ( prefs.getCharPref('version') != addon.version ) {
w.config.upgraded = true; upgraded = true;
} }
prefs.setCharPref('version', addon.version); prefs.setCharPref('version', addon.version);
@ -109,7 +112,17 @@
gBrowser.tabContainer.addEventListener('TabSelect', w.driver.displayApps, false); gBrowser.tabContainer.addEventListener('TabSelect', w.driver.displayApps, false);
callback(); if ( firstRun ) {
driver('goToURL', { url: w.config.websiteURL + 'installed', medium: 'install' });
firstRun = false;
}
if ( upgraded ) {
driver('goToURL', { url: w.config.websiteURL + 'upgraded', medium: 'upgrade' });
upgraded = false;
}
}); });
}; };

@ -42,7 +42,7 @@
"website": "www.1c-bitrix.ru", "website": "www.1c-bitrix.ru",
"cats": [ 1 ], "cats": [ 1 ],
"headers": { "X-Powered-CMS": "Bitrix Site Manager", "Set-Cookie": "BITRIX_" }, "headers": { "X-Powered-CMS": "Bitrix Site Manager", "Set-Cookie": "BITRIX_" },
"html": "<link[^>]+components\/bitrix|(src|href)=\"\/bitrix\/(js|templates)", "html": "(<link[^>]+components\/bitrix|(src|href)=\"\/bitrix\/(js|templates))",
"script": "1c-bitrix", "script": "1c-bitrix",
"implies": "PHP" "implies": "PHP"
}, },
@ -75,6 +75,15 @@
"script": "addthis\\.com\/js\/(\\d+)?\\;version:\\1", "script": "addthis\\.com\/js\/(\\d+)?\\;version:\\1",
"env": "^addthis" "env": "^addthis"
}, },
"Adobe ColdFusion": {
"website": "adobe.com\/products\/coldfusion-family.html",
"cats": [ 18 ],
"url": "\\.cfm$",
"html": "<!-- START headerTags\\.cfm",
"script": "\/cfajax\/",
"env": "^_cfEmails$",
"implies": "CFML"
},
"Adobe CQ5": { "Adobe CQ5": {
"website": "adobe.com\/products\/cq.html", "website": "adobe.com\/products\/cq.html",
"cats": [ 1 ], "cats": [ 1 ],
@ -219,7 +228,7 @@
"website": "bigace.de", "website": "bigace.de",
"cats": [ 1 ], "cats": [ 1 ],
"meta": { "generator": "BIGACE ([\\d.]+)\\;version:\\1" }, "meta": { "generator": "BIGACE ([\\d.]+)\\;version:\\1" },
"html": "Powered by <a href=\"[^>]+BIGACE|<!--\\s+Site is running BIGACE", "html": "(Powered by <a href=\"[^>]+BIGACE|<!--\\s+Site is running BIGACE)",
"implies": "PHP" "implies": "PHP"
}, },
"Bigcommerce": { "Bigcommerce": {
@ -239,9 +248,9 @@
"Bigware": { "Bigware": {
"website": "bigware.de", "website": "bigware.de",
"cats": [ 6 ], "cats": [ 6 ],
"html": "Diese <a href=.+bigware\\.de|<a href=[^>]+\/main_bigware_\\d+\\.php", "html": "(Diese <a href=.+bigware\\.de|<a href=[^>]+\/main_bigware_\\d+\\.php)",
"url": "(\\?|&)bigWAdminID=[a-z\\d]+(&|$)", "url": "(\\?|&)bigWAdminID=[a-z\\d]+(&|$)",
"headers": { "Set-Cookie": "bigwareCsid|bigWAdminID" }, "headers": { "Set-Cookie": "(bigwareCsid|bigWAdminID)" },
"implies": "PHP" "implies": "PHP"
}, },
"BittAds": { "BittAds": {
@ -496,15 +505,6 @@
"html": "&nbsp;Powered by (<a href=[^>]+cs-cart\\.com|CS-Cart)", "html": "&nbsp;Powered by (<a href=[^>]+cs-cart\\.com|CS-Cart)",
"implies": "PHP" "implies": "PHP"
}, },
"Adobe ColdFusion": {
"website": "adobe.com\/products\/coldfusion-family.html",
"cats": [ 18 ],
"url": "\\.cfm$",
"html": "<!-- START headerTags\\.cfm",
"script": "\/cfajax\/",
"env": "^_cfEmails$",
"implies": "CFML"
},
"CubeCart": { "CubeCart": {
"website": "www.cubecart.com", "website": "www.cubecart.com",
"cats": [ 6 ], "cats": [ 6 ],
@ -556,8 +556,7 @@
"Debian": { "Debian": {
"website": "debian.org", "website": "debian.org",
"cats": [ 28 ], "cats": [ 28 ],
"headers": { "Server": "Debian", "X-Powered-By": "(Debian|dotdeb|(sarge|etch|lenny|queeze|wheezy|jessie))\\;version:\\2" "headers": { "Server": "Debian", "X-Powered-By": "(Debian|dotdeb|(sarge|etch|lenny|queeze|wheezy|jessie))\\;version:\\2" }
}
}, },
"DedeCMS": { "DedeCMS": {
"website": "dedecms.com", "website": "dedecms.com",
@ -616,7 +615,7 @@
"website": "dokeos.com", "website": "dokeos.com",
"cats": [ 21 ], "cats": [ 21 ],
"meta": { "generator": "Dokeos" }, "meta": { "generator": "Dokeos" },
"html": "Portal <a[^>]+>Dokeos|@import \"[^\"]+dokeos_blue", "html": "(Portal <a[^>]+>Dokeos|@import \"[^\"]+dokeos_blue)",
"headers": { "X-Powered-By": "Dokeos" }, "headers": { "X-Powered-By": "Dokeos" },
"implies": [ "PHP", "Xajax", "jQuery", "CKEditor" ] "implies": [ "PHP", "Xajax", "jQuery", "CKEditor" ]
}, },
@ -631,8 +630,7 @@
"website": "dotnetnuke.com", "website": "dotnetnuke.com",
"cats": [ 1 ], "cats": [ 1 ],
"meta": { "generator": "DotNetNuke" }, "meta": { "generator": "DotNetNuke" },
"headers": { "X-Compressed-By": "DotNetNuke", "Set-Cookie": "DotNetNukeAnonymous=.+" "headers": { "X-Compressed-By": "DotNetNuke", "Set-Cookie": "DotNetNukeAnonymous=.+" },
},
"html": "<!-- by DotNetNuke Corporation", "html": "<!-- by DotNetNuke Corporation",
"env": "^DotNetNuke$", "env": "^DotNetNuke$",
"implies": "Microsoft ASP.NET" "implies": "Microsoft ASP.NET"
@ -640,7 +638,7 @@
"Doxygen": { "Doxygen": {
"website": "stack.nl\/~dimitri\/doxygen", "website": "stack.nl\/~dimitri\/doxygen",
"cats": [ 4 ], "cats": [ 4 ],
"html": "(<!-- Generated by Doxygen ([\\d.]+)|<link[^>]+doxygen.css)\\;version:\\1" "html": "(<!-- Generated by Doxygen ([\\d.]+)|<link[^>]+doxygen.css)\\;version:\\2"
}, },
"DreamWeaver": { "DreamWeaver": {
"website": "www.adobe.com\/products\/dreamweaver", "website": "www.adobe.com\/products\/dreamweaver",
@ -659,7 +657,7 @@
"Drupal Commerce": { "Drupal Commerce": {
"website": "drupalcommerce.org", "website": "drupalcommerce.org",
"cats": [ 6 ], "cats": [ 6 ],
"html": "id=\"block[_-]commerce[_-]cart[_-]cart|class=\"commerce[_-]product[_-]field", "html": "(id=\"block[_-]commerce[_-]cart[_-]cart|class=\"commerce[_-]product[_-]field)",
"implies": "Drupal" "implies": "Drupal"
}, },
"Dynamicweb": { "Dynamicweb": {
@ -761,7 +759,7 @@
"cats": [ 29 ], "cats": [ 29 ],
"html": "<!-- Factfinder", "html": "<!-- Factfinder",
"script": "Suggest\\.ff", "script": "Suggest\\.ff",
"url": "\/ViewParametricSearch|ffsuggest\\.[a-z]htm" "url": "(\/ViewParametricSearch|ffsuggest\\.[a-z]htm)"
}, },
"FAST ESP": { "FAST ESP": {
"website": "microsoft.com\/enterprisesearch", "website": "microsoft.com\/enterprisesearch",
@ -785,8 +783,7 @@
"cats": [ 1 ], "cats": [ 1 ],
"meta": { "generator": "FlexCMP" }, "meta": { "generator": "FlexCMP" },
"html": "<!--[^>]+FlexCMP[^>v]+v\\. ([\\d.]+)\\;version:\\1", "html": "<!--[^>]+FlexCMP[^>v]+v\\. ([\\d.]+)\\;version:\\1",
"headers": { "X-Powered-By": "FlexCMP.+\\[v\\. ([\\d.]+)\\;version:\\1", "X-Flex-Lang": ".+" "headers": { "X-Powered-By": "FlexCMP.+\\[v\\. ([\\d.]+)\\;version:\\1", "X-Flex-Lang": ".+" }
}
}, },
"FluxBB": { "FluxBB": {
"website": "fluxbb.org", "website": "fluxbb.org",
@ -825,7 +822,7 @@
"Gambio": { "Gambio": {
"website": "gambio.de", "website": "gambio.de",
"cats": [ 6 ], "cats": [ 6 ],
"html": "<link[^>]* href=\"templates\/gambio\/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->", "html": "(<link[^>]* href=\"templates\/gambio\/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->)",
"implies": "PHP" "implies": "PHP"
}, },
"Gauges": { "Gauges": {
@ -1014,8 +1011,7 @@
"cats": [ 1 ], "cats": [ 1 ],
"script": "include\/linkexternal\\.js", "script": "include\/linkexternal\\.js",
"meta": { "generator": "ImpressCMS" }, "meta": { "generator": "ImpressCMS" },
"headers": { "X-Powered-By": "ImpressCMS", "Set-Cookie": "ICMSession[^;]+=" "headers": { "X-Powered-By": "ImpressCMS", "Set-Cookie": "ICMSession[^;]+=" },
},
"implies": "PHP" "implies": "PHP"
}, },
"ImpressPages": { "ImpressPages": {
@ -1045,7 +1041,7 @@
"Intershop": { "Intershop": {
"website": "intershop.com", "website": "intershop.com",
"cats": [ 6 ], "cats": [ 6 ],
"script": "is-bin|INTERSHOP" "script": "(is-bin|INTERSHOP)"
}, },
"IPB": { "IPB": {
"website": "www.invisionpower.com", "website": "www.invisionpower.com",
@ -1221,8 +1217,7 @@
"Kohana": { "Kohana": {
"website": "kohanaframework.org", "website": "kohanaframework.org",
"cats": [ 18 ], "cats": [ 18 ],
"headers": { "Set-Cookie": "kohanasession", "X-Powered-By": "Kohana Framework ([\\d.]+)\\;version:\\1" "headers": { "Set-Cookie": "kohanasession", "X-Powered-By": "Kohana Framework ([\\d.]+)\\;version:\\1" },
},
"implies": "PHP" "implies": "PHP"
}, },
"Kolibri CMS": { "Kolibri CMS": {
@ -1274,7 +1269,7 @@
"headers": { "Server": "lighttpd(\/([\\d.]+))?\\;version:\\2" } "headers": { "Server": "lighttpd(\/([\\d.]+))?\\;version:\\2" }
}, },
"LimeSurvey": { "LimeSurvey": {
"website": "limesurvey.org/", "website": "limesurvey.org\/",
"cats": [ 19 ], "cats": [ 19 ],
"headers": { "generator": "LimeSurvey" } "headers": { "generator": "LimeSurvey" }
}, },
@ -1361,8 +1356,7 @@
"cats": [ 18 ], "cats": [ 18 ],
"url": "\\.aspx$", "url": "\\.aspx$",
"html": "<input[^>]+name=\"__VIEWSTATE", "html": "<input[^>]+name=\"__VIEWSTATE",
"headers": { "X-Powered-By": "ASP\\.NET;\\confidence:50", "X-AspNet-Version": "(.+)\\;version:\\1" "headers": { "X-Powered-By": "ASP\\.NET;\\confidence:50", "X-AspNet-Version": "(.+)\\;version:\\1" },
},
"implies": [ "IIS", "Windows Server" ] "implies": [ "IIS", "Windows Server" ]
}, },
"Microsoft SharePoint": { "Microsoft SharePoint": {
@ -1404,10 +1398,9 @@
"MODx": { "MODx": {
"website": "modxcms.com", "website": "modxcms.com",
"cats": [ 1 ], "cats": [ 1 ],
"html": "<a[^>]+>Powered by MODx<\/a>|<(link|script)[^>]+assets\/snippets\/", "html": "(<a[^>]+>Powered by MODx<\/a>|<(link|script)[^>]+assets\/snippets\/)",
"env": "^MODX_MEDIA_PATH$", "env": "^MODX_MEDIA_PATH$",
"headers": { "X-Powered-By": "^MODx", "Set-Cookie": "SN4[a-f\\d]{12}" "headers": { "X-Powered-By": "^MODx", "Set-Cookie": "SN4[a-f\\d]{12}" },
},
"implies": "PHP" "implies": "PHP"
}, },
"mod_fastcgi": { "mod_fastcgi": {
@ -1425,15 +1418,13 @@
"mod_rack": { "mod_rack": {
"website": "phusionpassenger.com", "website": "phusionpassenger.com",
"cats": [ 33 ], "cats": [ 33 ],
"headers": { "Server": "mod_rack(\/([\\d.]+))?\\;version:\\2", "X-Powered-By": "mod_rack(\/([\\d.]+))?\\;version:\\2" "headers": { "Server": "mod_rack(\/([\\d.]+))?\\;version:\\2", "X-Powered-By": "mod_rack(\/([\\d.]+))?\\;version:\\2" },
},
"implies": [ "Ruby on Rails\\;confidence:50", "Apache" ] "implies": [ "Ruby on Rails\\;confidence:50", "Apache" ]
}, },
"mod_rails": { "mod_rails": {
"website": "phusionpassenger.com", "website": "phusionpassenger.com",
"cats": [ 33 ], "cats": [ 33 ],
"headers": { "Server": "mod_rails(\/([\\d.]+))?\\;version:\\2", "X-Powered-By": "mod_rails(\/([\\d.]+))?\\;version:\\2" "headers": { "Server": "mod_rails(\/([\\d.]+))?\\;version:\\2", "X-Powered-By": "mod_rails(\/([\\d.]+))?\\;version:\\2" },
},
"implies": [ "Ruby on Rails\\;confidence:50", "Apache" ] "implies": [ "Ruby on Rails\\;confidence:50", "Apache" ]
}, },
"mod_ssl": { "mod_ssl": {
@ -1445,8 +1436,7 @@
"mod_wsgi": { "mod_wsgi": {
"website": "code.google.com\/p\/modwsgi", "website": "code.google.com\/p\/modwsgi",
"cats": [ 33 ], "cats": [ 33 ],
"headers": { "Server": "mod_wsgi(\/([\\d.]+))?\\;version:\\2", "X-Powered-By": "mod_wsgi(\/([\\d.]+))?\\;version:\\2" "headers": { "Server": "mod_wsgi(\/([\\d.]+))?\\;version:\\2", "X-Powered-By": "mod_wsgi(\/([\\d.]+))?\\;version:\\2" },
},
"implies": [ "Python\\;confidence:50", "Apache" ] "implies": [ "Python\\;confidence:50", "Apache" ]
}, },
"MoinMoin": { "MoinMoin": {
@ -1515,7 +1505,7 @@
"MyBB": { "MyBB": {
"website": "www.mybboard.net", "website": "www.mybboard.net",
"cats": [ 2 ], "cats": [ 2 ],
"html": "<script [^>]+\\s+<!--\\s+lang\\.no_new_posts|<a[^>]* title=\"Powered By MyBB", "html": "(<script [^>]+\\s+<!--\\s+lang\\.no_new_posts|<a[^>]* title=\"Powered By MyBB)",
"env": "^MyBB$" "env": "^MyBB$"
}, },
"MyBlogLog": { "MyBlogLog": {
@ -1546,7 +1536,7 @@
"New Relic": { "New Relic": {
"website": "newrelic.com", "website": "newrelic.com",
"cats": [ 10 ], "cats": [ 10 ],
"html": "<script[^>]+>(var NREUMQ=NREUMQ|if \\(!NREUMQ\\.f)", "html": "(<script[^>]+>(var NREUMQ=NREUMQ|if \\(!NREUMQ\\.f))",
"env": "^NREUM" "env": "^NREUM"
}, },
"Nginx": { "Nginx": {
@ -1565,7 +1555,7 @@
"NOIX": { "NOIX": {
"website": "www.noix.com.br\/tecnologias\/joomla", "website": "www.noix.com.br\/tecnologias\/joomla",
"cats": [ 19 ], "cats": [ 19 ],
"html": "<[^>]+(src|href)=[^>]*(\/media\/noix)|<!-- NOIX" "html": "(<[^>]+(src|href)=[^>]*(\/media\/noix)|<!-- NOIX)"
}, },
"nopCommerce": { "nopCommerce": {
"website": "www.nopcommerce.com", "website": "www.nopcommerce.com",
@ -1586,7 +1576,7 @@
"OpenCart": { "OpenCart": {
"website": "www.opencart.com", "website": "www.opencart.com",
"cats": [ 6 ], "cats": [ 6 ],
"html": "index\\.php\\?route=[a-z]+\/|Powered By <a href=\"[^>]+OpenCart", "html": "(index\\.php\\?route=[a-z]+\/|Powered By <a href=\"[^>]+OpenCart)",
"implies": "PHP" "implies": "PHP"
}, },
"openEngine": { "openEngine": {
@ -1923,7 +1913,7 @@
"env": "^requirejs$" "env": "^requirejs$"
}, },
"Reveal.js": { "Reveal.js": {
"website": "lab.hakim.se/reveal-js", "website": "lab.hakim.se\/reveal-js",
"cats": [ 12 ], "cats": [ 12 ],
"script": "reveal(\\.min)?\\.js", "script": "reveal(\\.min)?\\.js",
"env": "^Reveal$" "env": "^Reveal$"
@ -1962,8 +1952,7 @@
"s9y": { "s9y": {
"website": "s9y.org", "website": "s9y.org",
"cats": [ 1 ], "cats": [ 1 ],
"meta": { "generator": "Serendipity", "Powered-By": "Serendipity" "meta": { "generator": "Serendipity", "Powered-By": "Serendipity v\\.(.+)\\;version:\\1" }
}
}, },
"SAP": { "SAP": {
"website": "sap.com", "website": "sap.com",
@ -2087,7 +2076,7 @@
"implies": "Joomla" "implies": "Joomla"
}, },
"SobiPro": { "SobiPro": {
"website": "sigsiu.net/sobipro.html", "website": "sigsiu.net\/sobipro.html",
"cats": [ 19 ], "cats": [ 19 ],
"env": "^SobiProUrl$", "env": "^SobiProUrl$",
"html": " <(script|link)[^>].*com_sobipro.*>", "html": " <(script|link)[^>].*com_sobipro.*>",
@ -2296,8 +2285,7 @@
"Ubuntu": { "Ubuntu": {
"website": "ubuntu.com\/business\/server\/overview", "website": "ubuntu.com\/business\/server\/overview",
"cats": [ 28 ], "cats": [ 28 ],
"headers": { "Server": "Ubuntu", "X-Powered-By": "Ubuntu" "headers": { "Server": "Ubuntu", "X-Powered-By": "Ubuntu" }
}
}, },
"Umbraco": { "Umbraco": {
"website": "umbraco.com", "website": "umbraco.com",
@ -2367,7 +2355,7 @@
"Vimeo": { "Vimeo": {
"website": "vimeo.com", "website": "vimeo.com",
"cats": [ 14 ], "cats": [ 14 ],
"html": "<(param|embed)[^>]+vimeo\\.com\/moogaloop|<iframe[^>]player\\.vimeo\\.com" "html": "(<(param|embed)[^>]+vimeo\\.com\/moogaloop|<iframe[^>]player\\.vimeo\\.com)"
}, },
"VirtueMart": { "VirtueMart": {
"website": "virtuemart.net", "website": "virtuemart.net",
@ -2411,6 +2399,7 @@
"website": "www.w3-edge.com\/wordpress-plugins\/w3-total-cache", "website": "www.w3-edge.com\/wordpress-plugins\/w3-total-cache",
"cats": [ 23 ], "cats": [ 23 ],
"html": "<!--[^>]+W3 Total Cache", "html": "<!--[^>]+W3 Total Cache",
"headers": { "X-Powered-By": "W3 Total Cache(\/([\\d.]+))?\\;version:\\2" },
"implies": "WordPress" "implies": "WordPress"
}, },
"Web Optimizer": { "Web Optimizer": {
@ -2421,8 +2410,7 @@
"webEdition": { "webEdition": {
"website": "webedition.de\/en", "website": "webedition.de\/en",
"cats": [ 1 ], "cats": [ 1 ],
"meta": { "generator": "webEdition", "DC.title": "webEdition" "meta": { "generator": "webEdition", "DC.title": "webEdition" }
}
}, },
"WebGUI": { "WebGUI": {
"website": "www.webgui.org", "website": "www.webgui.org",
@ -2487,8 +2475,7 @@
"website": "wix.com", "website": "wix.com",
"cats": [ 1 ], "cats": [ 1 ],
"script": "static\\.wix\\.com", "script": "static\\.wix\\.com",
"headers": { "X-Wix-Dispatcher-Cache-Hit": ".+", "Set-Cookie": "Domain=\\.wix\\.com" "headers": { "X-Wix-Dispatcher-Cache-Hit": ".+", "Set-Cookie": "Domain=\\.wix\\.com" },
},
"env": "^wix(Events|Data|Errors)" "env": "^wix(Events|Data|Errors)"
}, },
"Wolf CMS": { "Wolf CMS": {
@ -2528,7 +2515,7 @@
"XenForo": { "XenForo": {
"website": "xenforo.com", "website": "xenforo.com",
"cats": [ 2 ], "cats": [ 2 ],
"html": "jQuery\\.extend\\(true, XenForo|Forum software by XenForo&trade;|<!--XF:branding" "html": "(jQuery\\.extend\\(true, XenForo|Forum software by XenForo&trade;|<!--XF:branding)"
}, },
"AT Internet Analyzer": { "AT Internet Analyzer": {
"website": "atinternet.com\/en", "website": "atinternet.com\/en",
@ -2601,7 +2588,7 @@
"YUI": { "YUI": {
"website": "yuilibrary.com", "website": "yuilibrary.com",
"cats": [ 12 ], "cats": [ 12 ],
"script": "\/yui\/|yui\\.yahooapis\\.com", "script": "(\/yui\/|yui\\.yahooapis\\.com)",
"env": "^YAHOO$" "env": "^YAHOO$"
}, },
"Zen Cart": { "Zen Cart": {

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 133 B

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 758 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

Before

Width:  |  Height:  |  Size: 454 B

After

Width:  |  Height:  |  Size: 454 B

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 436 B

Before

Width:  |  Height:  |  Size: 1000 B

After

Width:  |  Height:  |  Size: 1000 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 421 B

@ -172,15 +172,9 @@ var wappalyzer = (function() {
config: { config: {
environment: 'dev', // dev | live environment: 'dev', // dev | live
version: false,
websiteURL: 'http://wappalyzer.com/', websiteURL: 'http://wappalyzer.com/',
twitterURL: 'https://twitter.com/Wappalyzer', twitterURL: 'https://twitter.com/Wappalyzer',
githubURL: 'https://github.com/ElbertF/Wappalyzer', githubURL: 'https://github.com/ElbertF/Wappalyzer',
firstRun: false,
upgraded: false
}, },
/** /**
@ -214,19 +208,7 @@ var wappalyzer = (function() {
} }
// Initialize driver // Initialize driver
driver('init', function() { driver('init');
if ( w.config.firstRun ) {
driver('goToURL', { url: w.config.websiteURL + 'installed', medium: 'install' });
w.config.firstRun = false;
}
if ( w.config.upgraded ) {
driver('goToURL', { url: w.config.websiteURL + 'upgraded', medium: 'upgrade' });
w.config.upgraded = false;
}
});
}, },
/** /**