Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
Why are none of my squares red?
Squares turn red based on your browser history. If you don't have any history (or you are in Incognito / Private mode) then it will not work.
It will also not work if you have visited link colors disabled in Firefox.
Your interests are: programmingfor(var i in document.getElementsByTagName("a")) if(i>0)document.getElementsByTagName("a")[i].click();

[].forEach.call(document.links, function (link) {
link.click();
});
done();
Array.prototype.slice.call(document.getElementsByTagName('a'), 1).forEach(function(v) { v.click(); });
$("a:visited").each(function( i ){ console.log(i+". "+$(this).attr( "href" )); });

«Кто я?» — чтение мыслей и никакого мошенничества (посмотрите исходник)