Skip to content

Instantly share code, notes, and snippets.

View alanbosco's full-sized avatar
🏠
Working from home

Alan Bosco alanbosco

🏠
Working from home
  • Kerala,India
View GitHub Profile

Crippling Facebook

Facebook works with advertisers to target you. These instructions are one of the many ways to begin crippling that relationship. When AI targeting is crippled, your psychosecurity improves :)

  1. On your desktop machine, goto https://accountscenter.facebook.com/ads/audience_based_advertising
  2. Maximize the browser window
  3. Press F12 and click on the Console tab
  4. Select the code below, copy it, paste it upon the Console line (The area next to the > character in the Console window), and press enter:
// gspa plugin like SplitText3.min.js CustomEase3.min.js
// !!!! ALWAYS SUPPORT THE DEVELOPERS, GSAP IS THE BEST TOOL OUT THERE. !!!!
// THIS IS FOR EDUCATION PURPOSE ONLY!
// Gsap script check for your window.location.href to identify if you're on a allowed site list.
// these list are in a array for charcter code
// [103, 114, 101, 101, 110, 115, 111, 99, 107, 46, 99, 111, 109] === 'greensock.com'
// you can add your domain aswell in this array.
// Plugins are minified use https://beautifier.io/ or any other site to get a readble code.
@alanbosco
alanbosco / insta-follow-requests-to-links.js
Last active August 14, 2020 18:26
Instagram Current follow requests to links
@alanbosco
alanbosco / hosts
Created June 20, 2018 10:40 — forked from consti/hosts
/etc/hosts to block shock sites etc.
# This hosts file is brought to you by Dan Pollock and can be found at
# http://someonewhocares.org/hosts/
# You are free to copy and distribute this file for non-commercial uses,
# as long the original URL and attribution is included.
#<localhost>
127.0.0.1 localhost
127.0.0.1 localhost.localdomain
255.255.255.255 broadcasthost
::1 localhost

Keybase proof

I hereby claim:

  • I am alanbosco on github.
  • I am alan_bosco (https://keybase.io/alan_bosco) on keybase.
  • I have a public key ASAhfyuebyqYrtgAFcyzD7qS0ool4yIC2CIDBAZpq_V_zQo

To claim this, I am signing this object:

@alanbosco
alanbosco / convert.py
Created October 4, 2017 18:57
Convert .CSV to VCF Python
# -*- coding: utf-8 -*-
#python 3.x
import csv
import sys
#convert a "comma separated values" file to vcf contact cards. I used this to convert a list of student
#names and phone numbers into a vcf and save the trouble of adding one by one through phone
#USAGE: