Skip to content

Instantly share code, notes, and snippets.

@kraklin
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kraklin/9de9ca74045ebbec7d5a to your computer and use it in GitHub Desktop.
Save kraklin/9de9ca74045ebbec7d5a to your computer and use it in GitHub Desktop.
First-28-talks-on-Barcamp-Brno oneliner highlighter
for(var i=0; i <28; i++){var nodes = document.querySelectorAll("table"); nodes[nodes.length -1].rows[i].style.backgroundColor="#eeffee";}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment