Last Updated: February 25, 2016
·
954
· dybskiy

Select all checkboxes on Facebook invite screen

You shouldn't really be doing this, but if you want to then save some time with this script:
javascript for (i = 0; i< $$('.checkbox').length; i++){$$('.checkbox')[i].checked = true};