This file contains 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
// ==UserScript== | |
// @name Freedom Friend Connect Accept All Friends | |
// @website https://www.facebook.com/groups/freedomconnect | |
// @version 0.2 | |
// @description When enabled, when you visit the friends page and click invite requests, it will loop through and approve all friend requests | |
// @author Colby Guyer, <[email protected]> | |
// @match http://www.freedompop.com/earnfree_friends.htm* | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// @grant GM_addStyle | |
// ==/UserScript== |