Skip to content

Instantly share code, notes, and snippets.

@davidDuymelinck
Created May 22, 2015 01:15
Show Gist options
  • Save davidDuymelinck/00a4ff91851ec0eaef9a to your computer and use it in GitHub Desktop.
Save davidDuymelinck/00a4ff91851ec0eaef9a to your computer and use it in GitHub Desktop.
barrio cantina open all descriptions
var links = document.getElementsByClassName('fttoggle'); for(var i = 0; i < links.length; i++){ links[i].click(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment