anti-cohort.js (803B)
- // Copyright 2021 Haelwenn (lanodan) Monnier <contact+anti-cohort@hacktivis.me>
- // Distributed under CC0
- // Spreading is highly-encouraged
- // detection grabbed from https://amifloced.org/
- // To test it run google-chrome with the following options: --enable-blink-features=InterestCohortAPI --enable-features="FederatedLearningOfCohorts:update_interval/10s/minimum_history_domain_size_required/1,FlocIdSortingLshBasedComputation,InterestCohortFeaturePolicy"
- if('interestCohort' in document) {
- alert("Your browser seems to support ‘Federated’ Learning of Cohorts, which means it assigns you to a herd by tracking your browsing habits. Check https://AmIFLoCed.org/ for more information.");
- }
- // https://github.com/WICG/floc
- // Yes the Web platform Incubator Community Group is full of shit like this