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
#!/bin/sh | |
# cd to/your/directory before... | |
######################## Transcode the files using ... ######################## | |
acodec="mp3" | |
ab="192" | |
channels="2" | |
samplerate="44100" | |
mux="raw" |
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
// 1 - Go in the group members page and load 200/300 members | |
// 2 - Paste this in the console and wait | |
// 3 - Reload the page and do it again | |
var FBGMR = (function() { | |
var FBGroupMembersRemover = {}, | |
_id; |