One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| /** | |
| * Please use this file at your own risk. I don't provide the support for it. | |
| * Any suggestion or problem are welcomed to report here :) | |
| */ | |
| /** | |
| * Usage: | |
| * 1. Log-in as an group admin in the desktop | |
| * 2. Go to your group pending list like: https://www.facebook.com/groups/[group-id]/pending/ | |
| * 3. Insert the following code to your browser console. See the guide: https://developer.chrome.com/devtools/docs/console |
| import javafx.scene.paint.Color; | |
| import javafx.scene.shape.LineTo; | |
| import javafx.scene.shape.MoveTo; | |
| import javafx.scene.shape.Path; | |
| /** | |
| * | |
| * @author kn | |
| */ | |
| public class Arrow extends Path{ |
| var deleteAllGroupMembers = (function () { | |
| var deleteAllGroupMembers = {}; | |
| // the facebook ids of the users that will not be removed. | |
| // IMPORTANT: add your own facebook id here so that the script will not remove yourself! | |
| var excludedFbIds = ['1234','11223344']; // make sure each id is a string! | |
| var usersToDeleteQueue = []; | |
| var scriptEnabled = false; | |
| var processing = false; | |
| deleteAllGroupMembers.start = function() { |
| var deleteAllGroupMembers = (function () { | |
| var deleteAllGroupMembers = {}; | |
| // the facebook ids of the users that will not be removed. | |
| // IMPORTANT: add your own facebook id here so that the script will not remove yourself! | |
| var excludedFbIds = ['1234','11223344']; // make sure each id is a string! | |
| var usersToDeleteQueue = []; | |
| var scriptEnabled = false; | |
| var processing = false; | |
| deleteAllGroupMembers.start = function() { |