From 2285c896d24c58a1a888e08ea0c00824445d60d9 Mon Sep 17 00:00:00 2001 From: Martin Smeeckaert Date: Fri, 6 Nov 2015 11:51:52 +0100 Subject: [PATCH 1/2] change default user agent --- lib/tools/phantomas/phantomasWrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools/phantomas/phantomasWrapper.js b/lib/tools/phantomas/phantomasWrapper.js index 9660ae2..7d51542 100644 --- a/lib/tools/phantomas/phantomasWrapper.js +++ b/lib/tools/phantomas/phantomasWrapper.js @@ -23,7 +23,7 @@ var PhantomasWrapper = function() { 'engine': task.options.phantomasEngine || 'webkit', 'timeout': task.options.timeout || 30, 'js-deep-analysis': task.options.jsDeepAnalysis || false, - 'user-agent': (task.options.device === 'desktop') ? 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36' : null, + 'user-agent': (task.options.device === 'desktop') ? 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) YLT Chrome/27.0.1453.110 Safari/537.36' : null, 'tablet': (task.options.device === 'tablet'), 'phone': (task.options.device === 'phone'), 'screenshot': task.options.screenshot || false, From e3d378a4ba6ddd4df45737bec361fd71aa2275f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 6 Nov 2015 16:23:13 +0100 Subject: [PATCH 2/2] v1.8.2 --- README.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aec7054..149dce3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Yellow Lab Tools -Analyzes a webpage and detects **performance** or **front-end code quality** issues. Easy to launch, easy to understand, in-depth details. +Analyzes a webpage and detects **performance** or **front-end code quality** issues. Free, easy to launch, easy to understand, in-depth details. # @@ -84,7 +84,9 @@ Please read the [license](LICENSE). Icons are the property of [IcoMoon.io](https ## Author -Gaël Métais. I'm a webperf freelance based in Paris. If you understand French, you can visit [my website](http://www.gaelmetais.com). +Gaël Métais. I'm a webperf freelance. Follow me on Twitter [@gaelmetais](https://twitter.com/gaelmetais), I tweet about Web Performances, Front-end and new versions of YellowLabTools! + +If you understand French, you can visit [my website](http://www.gaelmetais.com) (will be soon in English too). ## Contributors diff --git a/package.json b/package.json index 883deef..771aca9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yellowlabtools", - "version": "1.8.1", + "version": "1.8.2", "description": "Online tool to audit a webpage for performance and front-end quality issues", "license": "GPL-2.0", "author": {