· training

Nearly 150 Free Books

Microsoft apparently has a phat stack of free books

Perhaps if you ran this in the Chrome Console good things will happen?

function printLink(link) {
  if (link.textContent === 'MOBI'){
    console.log(link.href);
  }
}

var allLinks = document.links;
for (var i=0; i<allLinks.length; i++) {
  printLink(allLinks[i]);
}
  • LinkedIn
  • Tumblr
  • Reddit
  • Google+
  • Pinterest
  • Pocket