Last active
December 19, 2015 02:08
-
-
Save slant/5880578 to your computer and use it in GitHub Desktop.
Bookmarklet to auto-accept Facebook group requests.
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
javascript:var buttons=document.getElementsByClassName('uiButtonText');var add_buttons=new Array;for(var b=0;b<buttons.length;b++){if(buttons[b].innerText=='Add'){add_buttons.push(buttons[b])}};for(var b=0;b<add_buttons.length;b++){add_buttons[b].click()}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment