·
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]);
}
About the author
Brooks Garrett is a dedicated technologist who specializes in information security. Brooks has spent over 10 years implementing security programs for both the public and private sector including some of the biggest names in the Fortune 500. When he's not managing risk in the corporate environment you can find him at the local firestation where he is a volunteer firefighter.