mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-20 12:11:05 -05:00
lol
This commit is contained in:
2
app.js
2
app.js
@@ -25,7 +25,7 @@ stream.on('tweet', function (tweet) {
|
|||||||
var nameID = tweet.id_str;
|
var nameID = tweet.id_str;
|
||||||
var trumptweeturl = 'https://twitter.com/a__robot/status/' + nameID;
|
var trumptweeturl = 'https://twitter.com/a__robot/status/' + nameID;
|
||||||
|
|
||||||
screenshot(trumptweeturl)
|
var s = screenshot(trumptweeturl)
|
||||||
.width(500)
|
.width(500)
|
||||||
.height(500)
|
.height(500)
|
||||||
.clip()
|
.clip()
|
||||||
|
|||||||
Reference in New Issue
Block a user