Skip to content

Instantly share code, notes, and snippets.

View akc3n's full-sized avatar

akc3n akc3n

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:
@akc3n
akc3n / banking-app-report-issue-form.md
Last active December 14, 2023 01:45
This template is for those who wish to contribute to the international banking applications list that are compatible with GrapheneOS, specifically designed for non-GitHub users.
@akc3n
akc3n / aosp-incorrect-assumptions-on-calyxos-microg-degoogled.txt
Last active April 28, 2021 08:37
AOSP and incorrect assumptions on CalyxOS and microG being 'degoogled'
AOSP doesn't have proprietary Google apps and services.
CalyxOS does have proprietary Google apps and services bundled and not only via microG.
CalyxOS takes AOSP, and adds Google services to it (microG) along with not replacing Google
as the provider for non-proprietary services.
microG is a very small subset of Google play services.
What microG does is reimplementing a small subset of Play services in a hacky and incomplete
way, with less security, because they don't implement features like certificate pinning for
services and apps (TLS and local components), as well security checks.