Skip to content

Instantly share code, notes, and snippets.

View yatsenkolesh's full-sized avatar
💭
Hi there. Don't forget to star all my repos

Alex Yatsenko yatsenkolesh

💭
Hi there. Don't forget to star all my repos
View GitHub Profile
@yatsenkolesh
yatsenkolesh / google.js
Created April 19, 2017 09:24 — forked from khilnani/google.js
Phantom.js script to take screenshots of a google search result
#!/usr/bin/env phantomjs
//--------------------------------------------------------
var page = require('webpage').create(),
system = require('system'),
action = null,
q = null;
//--------------------------------------------------------