Skip to content

Instantly share code, notes, and snippets.

@logoscreative
Created August 31, 2012 11:55
Show Gist options
  • Save logoscreative/3551863 to your computer and use it in GitHub Desktop.
Save logoscreative/3551863 to your computer and use it in GitHub Desktop.
"Select All" Code for Facebook Modals (Tested in Chrome)
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment