diff --git a/stylify-crawler.js b/stylify-crawler.js index 48510fe..3e6ae3f 100644 --- a/stylify-crawler.js +++ b/stylify-crawler.js @@ -12,7 +12,7 @@ var config = { tempImgPath : "public/temp-img/", jQueryPath : "lib/jquery-2.1.1.min.js", //pretend to be Chrome 65 - change this if you want to pretend to be another browser - // userAgent : "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36" + userAgent : "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36" }; page.settings.userAgent = config.userAgent;