Skip to content

Instantly share code, notes, and snippets.

@davidDuymelinck
Created May 22, 2015 01:15
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