Untitled

From Scribby Gorilla, 13 Years ago, written in Plain Text, viewed 5 times.
URL https://paste.blessuren.de/view/e50bc3d1 Embed
Download Paste or View Raw
  1. page.open('http://net.tutsplus.com', function () {
  2.     var title = page.evaluate(function () {
  3.         var posts = document.getElementsByClassName("post");
  4.         posts[0].style.backgroundColor = "#000000";
  5.         return document.title;
  6.     });
  7.     page.clipRect = { top: 0, left: 0, width: 600, height: 700 };
  8.     page.render(title + ".png");
  9.     phantom.exit();
  10. });

Reply to "Untitled"

Here you can reply to the paste above