# in your javascript console, paste this: [].forEach.call(document.querySelectorAll(".record, .calculation"), function(el){el.classList.add("selected")}); [].forEach.call(document.querySelectorAll(".record, .calculation"), function(el){el.classList.add("annotate")}); [].forEach.call(document.querySelectorAll("codesample"), function(el){el.classList.add("show")});