Skip to content

Commit

Permalink
add back user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
micmro committed Apr 14, 2018
1 parent 7086d44 commit dbb4a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylify-crawler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dbb4a88

Please sign in to comment.