Merge branch 'master' of github.com:ElbertF/Wappalyzer

main
Elbert Alias 11 years ago
commit 3bf746ba83

2
.gitignore vendored

@ -6,3 +6,5 @@ drivers/**/wappalyzer.js
drivers/**/icons/*.png drivers/**/icons/*.png
drivers/firefox-jetpack/data drivers/firefox-jetpack/data
node_modules/*

@ -0,0 +1,51 @@
{
"github": { "message": "¡Forkea Wappalyzer en GitHub!" },
"twitter": { "message": "Sigue Wappalyzer en Twitter" },
"website": { "message": "Ir a wappalyzer.com" },
"options": { "message": "Opciones de Wappalyzer" },
"optionsSave": { "message": "Guardar opciones" },
"optionsSaved": { "message": "Guardado" },
"optionAutoAnalyzeHeaders": { "message": "Analizar cabeceras automáticamente al hacer clic" },
"optionUpgradeMessage": { "message": "Indicarme actualizaciones" },
"optionTracking": { "message": "Enviar informes anónimos sobre las aplicaciones detectadas a wappalyzer.com para análisis" },
"analyzeHeaders": { "message": "Analizar cabeceras" },
"analyzeHeadersDone": { "message": "Completado" },
"nothingToDo": { "message": "Nada que hacer aquí." },
"noAppsDetected": { "message": "Aplicaciones no detectadas." },
"categoryName1": { "message": "Gestor de Contenido" },
"categoryName2": { "message": "Foro" },
"categoryName3": { "message": "Gestor de Bases de Datos" },
"categoryName4": { "message": "Herramienta de Documentación" },
"categoryName5": { "message": "Widget" },
"categoryName6": { "message": "Tienda Web" },
"categoryName7": { "message": "Galería fotográfica" },
"categoryName8": { "message": "Wiki" },
"categoryName9": { "message": "Panel de Hosting" },
"categoryName10": { "message": "Analítica" },
"categoryName11": { "message": "Blog" },
"categoryName12": { "message": "Framework Javascript" },
"categoryName13": { "message": "Gestor de Incidencias" },
"categoryName14": { "message": "Reproductor de Vídeo" },
"categoryName15": { "message": "Sistema de Comentarios" },
"categoryName16": { "message": "Captcha" },
"categoryName17": { "message": "Tipografía" },
"categoryName18": { "message": "Framework Web" },
"categoryName19": { "message": "Miscelánea" },
"categoryName20": { "message": "Editor" },
"categoryName21": { "message": "LMS" },
"categoryName22": { "message": "Servidor Web" },
"categoryName23": { "message": "Herramienta de Cache" },
"categoryName24": { "message": "Editor de Texto Enriquecido" },
"categoryName25": { "message": "Gráficos Javascript" },
"categoryName26": { "message": "Framework Móvil" },
"categoryName27": { "message": "Lenguaje de programación" },
"categoryName28": { "message": "Sistema Operativo" },
"categoryName29": { "message": "Motor de Búsqueda" },
"categoryName30": { "message": "Correo Web" },
"categoryName31": { "message": "CDN" },
"categoryName32": { "message": "Automatización de Marketing" },
"categoryName33": { "message": "Extensión de Servidor Web" },
"categoryName34": { "message": "Base de Datos" },
"categoryName35": { "message": "Mapa" },
"categoryName36": { "message": "Red de Publicidad" }
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 B

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 797 B

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 694 B

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 B

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -2,6 +2,7 @@ content wappalyzer content/
locale wappalyzer en-US locale/en-US/ locale wappalyzer en-US locale/en-US/
locale wappalyzer de-DE locale/de-DE/ locale wappalyzer de-DE locale/de-DE/
locale wappalyzer fr-FR locale/fr-FR/ locale wappalyzer fr-FR locale/fr-FR/
locale wappalyzer es-ES locale/es-ES/
skin wappalyzer classic/1.0 skin/ skin wappalyzer classic/1.0 skin/
overlay chrome://browser/content/browser.xul chrome://wappalyzer/content/xul/wappalyzer.xul overlay chrome://browser/content/browser.xul chrome://wappalyzer/content/xul/wappalyzer.xul

@ -166,7 +166,7 @@
<vbox> <vbox>
<hbox> <hbox>
<label class="header" value="Tracking"/> <label class="header" value="&wappalyzer.tracking;"/>
</hbox> </hbox>
<groupbox> <groupbox>

@ -0,0 +1,60 @@
<!ENTITY wappalyzer.name "Wappalyzer">
<!ENTITY wappalyzer.help "Wappalyzer - Clic para mas detalles y configuración">
<!ENTITY wappalyzer.showIcons "Mostrar iconos de aplicaciones">
<!ENTITY wappalyzer.preferences "Opciones">
<!ENTITY wappalyzer.addonBar "Colocar en barra de complementos (pulsa Ctrl+/ o Cmd+/ para alternar)">
<!ENTITY wappalyzer.categories "Categorías">
<!ENTITY wappalyzer.performance "Rendimiento">
<!ENTITY wappalyzer.interface "Interfaz">
<!ENTITY wappalyzer.tracking "Seguimiento">
<!ENTITY wappalyzer.research "Enviar informes anónimos sobre las aplicaciones detectadas a wappalyzer.com para análisis">
<!ENTITY wappalyzer.analyzeHeaders "Analizar cabeceras de respuesta">
<!ENTITY wappalyzer.analyzeJavaScript "Analizar JavaScript">
<!ENTITY wappalyzer.analyzeOnload "Analizar eventos onLoad">
<!ENTITY wappalyzer.feedback "Opinión">
<!ENTITY wappalyzer.github "Github">
<!ENTITY wappalyzer.twitter "Twitter">
<!ENTITY wappalyzer.website "Ir a wappalyzer.com">
<!ENTITY wappalyzer.cat1 "Gestores de Contenido">
<!ENTITY wappalyzer.cat2 "Foros">
<!ENTITY wappalyzer.cat3 "Gestores de Bases de Datos">
<!ENTITY wappalyzer.cat4 "Herramientas de Documentación">
<!ENTITY wappalyzer.cat5 "Widgets">
<!ENTITY wappalyzer.cat6 "Tiendas Web">
<!ENTITY wappalyzer.cat7 "Galerías fotográfica">
<!ENTITY wappalyzer.cat8 "Wikis">
<!ENTITY wappalyzer.cat9 "Paneles de Hosting">
<!ENTITY wappalyzer.cat10 "Analítica">
<!ENTITY wappalyzer.cat11 "Blogs">
<!ENTITY wappalyzer.cat12 "Framework JavaScript">
<!ENTITY wappalyzer.cat13 "Gestores de Incidencias">
<!ENTITY wappalyzer.cat14 "Reproductores de Vídeo">
<!ENTITY wappalyzer.cat15 "Sistemas de Comentarios">
<!ENTITY wappalyzer.cat16 "CAPTCHAs">
<!ENTITY wappalyzer.cat17 "Tipografías">
<!ENTITY wappalyzer.cat18 "Framework Web">
<!ENTITY wappalyzer.cat19 "Miscelánea">
<!ENTITY wappalyzer.cat20 "Editores">
<!ENTITY wappalyzer.cat21 "LMS">
<!ENTITY wappalyzer.cat22 "Servidores Web">
<!ENTITY wappalyzer.cat23 "Herramientas de Cache">
<!ENTITY wappalyzer.cat24 "Editores de Texto Enriquecido">
<!ENTITY wappalyzer.cat25 "Gráficos Javascript">
<!ENTITY wappalyzer.cat26 "Framework Móvil">
<!ENTITY wappalyzer.cat27 "Lenguajes de programación">
<!ENTITY wappalyzer.cat28 "Sistemas Operativos">
<!ENTITY wappalyzer.cat29 "Motor de Búsqueda">
<!ENTITY wappalyzer.cat30 "Correos Web">
<!ENTITY wappalyzer.cat31 "CDN">
<!ENTITY wappalyzer.cat32 "Lenguajes de programación">
<!ENTITY wappalyzer.cat33 "Extensiones de Servidor Web">
<!ENTITY wappalyzer.cat34 "Bases de Datos">
<!ENTITY wappalyzer.cat35 "Mapa">
<!ENTITY wappalyzer.cat36 "Redes de Publicidad">
<!ENTITY wappalyzer.cat37 "Dispositivos de Red">
<!ENTITY wappalyzer.cat38 "Servidores de Contenido">
<!ENTITY wappalyzer.cat39 "Cámaras Web">
<!ENTITY wappalyzer.cat40 "Impresoras">

@ -0,0 +1,44 @@
wappalyzer.name = Wappalyzer
wappalyzer.noAppsDetected = Aplicaciones no detectadas
wappalyzer.addonBar = Wappalyzer se ha colocado en la barra de complementos.\n\nPara mostrar la barra de complementos, cierra esta ventana y pulsa Ctrl+/.
wappalyzer.cat1 = Gestor de Contenido
wappalyzer.cat2 = Foro
wappalyzer.cat3 = estor de Bases de Datos
wappalyzer.cat4 = Herramienta de Documentación
wappalyzer.cat5 = Widget
wappalyzer.cat6 = Tienda Web
wappalyzer.cat7 = Galería fotográfica
wappalyzer.cat8 = Wiki
wappalyzer.cat9 = Panel de Hosting
wappalyzer.cat10 = Analítica
wappalyzer.cat11 = Blog
wappalyzer.cat12 = Framework JavaScript
wappalyzer.cat13 = Gestor de Incidencias
wappalyzer.cat14 = Reproductor de Vídeo
wappalyzer.cat15 = Sistema de Comentarios
wappalyzer.cat16 = CAPTCHA
wappalyzer.cat17 = Tipografía
wappalyzer.cat18 = Framework Web
wappalyzer.cat19 = Miscelánea
wappalyzer.cat20 = Editor
wappalyzer.cat21 = LMS
wappalyzer.cat22 = Servidor Web
wappalyzer.cat23 = Herramienta de Cache
wappalyzer.cat24 = Editor de Texto Enriquecido
wappalyzer.cat25 = Gráficos Javascript
wappalyzer.cat26 = Framework Móvil
wappalyzer.cat27 = Lenguaje de programación
wappalyzer.cat28 = Sistema Operativo
wappalyzer.cat29 = Motor de Búsqueda
wappalyzer.cat30 = Correo Web
wappalyzer.cat31 = CDN
wappalyzer.cat32 = Automatización de Marketing
wappalyzer.cat33 = Extensión de Servidor Web
wappalyzer.cat34 = Base de Datos
wappalyzer.cat35 = Mapa
wappalyzer.cat36 = Red de Publicidad
wappalyzer.cat37 = Dispositivo de Red
wappalyzer.cat38 = Servidores de Contenido
wappalyzer.cat39 = Webcam
wappalyzer.cat40 = Impresora

Binary file not shown.

Before

Width:  |  Height:  |  Size: 729 B

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 694 B

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 B

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

@ -0,0 +1,19 @@
{
"name": "Wappalyzer",
"version": "1.1.2",
"description": "Wappalyzer is a cross-platform utility that uncovers the technologies used on websites. It detects content management systems, web shops, web servers, JavaScript frameworks, analytics tools and many more.",
"main": "./share/js/wappalyzer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ElbertF/Wappalyzer"
},
"author": "ElbertF",
"license": "GNU GPL",
"bugs": {
"url": "https://github.com/ElbertF/Wappalyzer/issues"
},
"homepage": "http://wappalyzer.com/"
}

@ -257,7 +257,7 @@
"implies": "PHP" "implies": "PHP"
}, },
"basket.js": { "basket.js": {
"website": "http://addyosmani.github.io/basket.js/", "website": "addyosmani.github.io/basket.js/",
"cats": [ 12 ], "cats": [ 12 ],
"script": "basket.*\\.js", "script": "basket.*\\.js",
"env": "^basket$" "env": "^basket$"
@ -403,7 +403,7 @@
"Chartbeat": { "Chartbeat": {
"website": "chartbeat.com", "website": "chartbeat.com",
"cats": [ 10 ], "cats": [ 10 ],
"html": "function loadChartbeat\\(\\) {", "html": "function loadChartbeat\\(\\) \\{",
"script": "chartbeat\\.js" "script": "chartbeat\\.js"
}, },
"Cherokee": { "Cherokee": {
@ -494,7 +494,8 @@
"comScore": { "comScore": {
"website": "comscore.com", "website": "comscore.com",
"cats": [ 10 ], "cats": [ 10 ],
"html": "<iframe[^>]* (?:id=\"comscore\"|scr=[^>]+comscore)", "script": "\\.scorecardresearch\\.com/beacon\\.js|COMSCORE\\.beacon",
"html": "<iframe[^>]* (?:id=\"comscore\"|scr=[^>]+comscore)|\\.scorecardresearch\\.com/beacon\\.js|COMSCORE\\.beacon",
"env": "^_?COMSCORE$" "env": "^_?COMSCORE$"
}, },
"Concrete5": { "Concrete5": {
@ -608,9 +609,10 @@
"env": "^Cufon$" "env": "^Cufon$"
}, },
"d3": { "d3": {
"website": "mbostock.github.com/d3", "website": "d3js.org",
"cats": [ 25 ], "cats": [ 25 ],
"script": "d3(?:\\.v2)?(?:\\.min)?\\.js" "script": "d3(?:\\. v[0-9]+)?(?:\\.min)?\\.js",
"env": "^d3$"
}, },
"Dancer": { "Dancer": {
"website": "perldancer.org", "website": "perldancer.org",
@ -749,7 +751,7 @@
"DreamWeaver": { "DreamWeaver": {
"website": "www.adobe.com/products/dreamweaver", "website": "www.adobe.com/products/dreamweaver",
"cats": [ 20 ], "cats": [ 20 ],
"html": "(?:<!--[^>]*(?:InstanceBeginEditable|Dreamweaver([^>]+)target|DWLayoutDefaultTable)|function MM_preloadImages\\(\\) {)\\;version:\\1" "html": "(?:<!--[^>]*(?:InstanceBeginEditable|Dreamweaver([^>]+)target|DWLayoutDefaultTable)|function MM_preloadImages\\(\\) \\{)\\;version:\\1"
}, },
"Drupal": { "Drupal": {
"website": "drupal.org", "website": "drupal.org",
@ -1005,8 +1007,8 @@
"Google Analytics": { "Google Analytics": {
"website": "google.com/analytics", "website": "google.com/analytics",
"cats": [ 10 ], "cats": [ 10 ],
"html": "_gaq\\.push\\(\\['_setAccount", "html": "_gaq\\.push\\(\\['_setAccount|i\\['GoogleAnalyticsObject'\\]|ga\\.async = true",
"script": "(?:\\.google-analytics\\.com/ga\\.js|google-analytics\\.com/urchin\\.js)", "script": "(?:\\.google-analytics\\.com\/ga\\.js|\/urchin\\.js|\\.google-analytics\\.com\/analytics\\.js)",
"headers": { "Set-Cookie": "__utma" }, "headers": { "Set-Cookie": "__utma" },
"env": "^gaGlobal$" "env": "^gaGlobal$"
}, },
@ -1108,6 +1110,11 @@
"cats": [ 12 ], "cats": [ 12 ],
"env": "^Handlebars$" "env": "^Handlebars$"
}, },
"Hello Bar": {
"cats": [ 5 ],
"script": "(hellobar\\.com/hellobar\\.js|new HelloBar)",
"html": "/hellobar\\.js"
},
"Hiawatha": { "Hiawatha": {
"website": "hiawatha-webserver.org", "website": "hiawatha-webserver.org",
"cats": [ 22 ], "cats": [ 22 ],
@ -1566,6 +1573,12 @@
"cats": [ 13 ], "cats": [ 13 ],
"html": "<img[^>]+ alt=\"Powered by Mantis Bugtracker" "html": "<img[^>]+ alt=\"Powered by Mantis Bugtracker"
}, },
"ManyContacts": {
"website": "www.manycontacts.com",
"cats": [ 5 ],
"html": "\/assets\/js\/manycontacts\\.min\\.js",
"script": "\/assets\/js\/manycontacts\\.min\\.js"
},
"Marketo": { "Marketo": {
"website": "www.marketo.com", "website": "www.marketo.com",
"cats": [ 32 ], "cats": [ 32 ],
@ -1596,7 +1609,7 @@
"Méthode": { "Méthode": {
"website": "www.eidosmedia.com/solutions", "website": "www.eidosmedia.com/solutions",
"cats": [ 1 ], "cats": [ 1 ],
"env": "^eidosBase$;\\confidence:99", "env": "^eidosBase$\\;confidence:99",
"html": "<!-- Methode uuid: \"[a-f0-9]+\" ?-->", "html": "<!-- Methode uuid: \"[a-f0-9]+\" ?-->",
"meta": { "eomportal-instanceid": "[0-9]+", "eomportal-id": "[0-9]+", "eomportal-loid": "[0-9.]+", "eomportal-uuid": "[a-f0-9]+", "eomportal-lastUpdate": ".*" } "meta": { "eomportal-instanceid": "[0-9]+", "eomportal-id": "[0-9]+", "eomportal-loid": "[0-9.]+", "eomportal-uuid": "[a-f0-9]+", "eomportal-lastUpdate": ".*" }
}, },
@ -1605,7 +1618,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\\;confidence:50" "implies": "IIS\\;confidence:50"
}, },
"Microsoft SharePoint": { "Microsoft SharePoint": {
@ -1911,6 +1924,7 @@
"Optimizely": { "Optimizely": {
"website": "optimizely.com", "website": "optimizely.com",
"cats": [ 10 ], "cats": [ 10 ],
"script": "optimizely\\.com.*\\.js",
"env": "^optimizely$" "env": "^optimizely$"
}, },
"Oracle Application Server": { "Oracle Application Server": {
@ -2057,6 +2071,7 @@
"Piwik": { "Piwik": {
"website": "piwik.org", "website": "piwik.org",
"cats": [ 10 ], "cats": [ 10 ],
"script": "piwik\\.js|piwik\\.php",
"html": "var piwikTracker = Piwik\\.getTracker\\(", "html": "var piwikTracker = Piwik\\.getTracker\\(",
"env": [ "^Piwik$", "^_paq$" ] "env": [ "^Piwik$", "^_paq$" ]
}, },
@ -2364,8 +2379,10 @@
"script": "sitemeter\\.com/js/counter\\.js\\?site=" "script": "sitemeter\\.com/js/counter\\.js\\?site="
}, },
"SiteCatalyst": { "SiteCatalyst": {
"website": "www.omniture.com/en/products/online_analytics/sitecatalyst", "website": "www.omniture.com\/en\/products\/online_analytics\/sitecatalyst",
"cats": [ 10 ], "cats": [ 10 ],
"script": "\/s_code.js",
"html": "var s_code=s\\.t\\(\\);if\\(s_code\\)document\\.write\\(s_code\\)",
"env": "^s_account$" "env": "^s_account$"
}, },
"SiteEdit": { "SiteEdit": {
@ -2852,7 +2869,7 @@
"website": "wordpress.org", "website": "wordpress.org",
"cats": [ 1, 11 ], "cats": [ 1, 11 ],
"meta": { "generator": "WordPress( [\\d.]+)?\\;version:\\1" }, "meta": { "generator": "WordPress( [\\d.]+)?\\;version:\\1" },
"html": "<link rel=\"stylesheet\" [^>]+wp-content", "html": "<link rel=[\"']stylesheet[\"'] [^>]+wp-(?:content|includes)",
"env": "^wp_username$", "env": "^wp_username$",
"implies": "PHP" "implies": "PHP"
}, },
@ -2945,7 +2962,8 @@
"Yandex.Metrika": { "Yandex.Metrika": {
"website": "metrika.yandex.com", "website": "metrika.yandex.com",
"cats": [ 10 ], "cats": [ 10 ],
"script": "mc\\.yandex\\.ru/metrika/watch\\.js" "html": "mc\\.yandex\\.ru\/metrika\/watch\\.js|\\b(?:yaParams|yaCounter|yandex_metrika_callbacks)\\b",
"script": "mc\\.yandex\\.ru\/metrika\/watch\\.js"
}, },
"YouTube": { "YouTube": {
"website": "www.youtube.com", "website": "www.youtube.com",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 884 B

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 782 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 832 B

After

Width:  |  Height:  |  Size: 742 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 872 B

After

Width:  |  Height:  |  Size: 852 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 B

After

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 830 B

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 B

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

After

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 666 B

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 711 B

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 711 B

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 B

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 692 B

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B

After

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 779 B

After

Width:  |  Height:  |  Size: 775 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 648 B

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 B

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 640 B

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 423 B

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 B

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 702 B

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 834 B

After

Width:  |  Height:  |  Size: 832 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 B

After

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

After

Width:  |  Height:  |  Size: 507 B

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save