- Install
ipset:
apt-get install ipset- Create new ipset:
ipset create tor iphashipset:apt-get install ipsetipset create tor iphash| ACAccountStore *accountStore = [[ACAccountStore alloc] init]; | |
| ACAccountType *facebookAccountType = [accountStore accountTypeWithAccountTypeIdentifier:ACAccountTypeIdentifierFacebook]; | |
| id options = @{ | |
| ACFacebookAppIdKey: @"403376439767549", | |
| ACFacebookPermissionsKey: @[ @"email", @"read_friendlists"], | |
| ACFacebookAudienceKey: ACFacebookAudienceFriends | |
| }; | |
| [accountStore requestAccessToAccountsWithType:facebookAccountType | |
| options:options | |
| completion:^(BOOL granted, NSError *error) { |
| /**********************************************/ | |
| /* | |
| /* IR_Black Skin by Ben Truyman - 2011 | |
| /* | |
| /* Based on Todd Werth's IR_Black: | |
| /* http://blog.toddwerth.com/entries/2 | |
| /* | |
| /* Inspired by Darcy Clarke's blog post: | |
| /* http://darcyclarke.me/design/skin-your-chrome-inspector/ | |
| /* |