Created
May 22, 2015 01:15
-
-
Save davidDuymelinck/00a4ff91851ec0eaef9a to your computer and use it in GitHub Desktop.
barrio cantina open all descriptions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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