Skip to content

Instantly share code, notes, and snippets.

@repentsinner
Last active August 10, 2022 17:18
Show Gist options
  • Save repentsinner/8ec39461feb0c6c2bee2b4c3a4ca5dc6 to your computer and use it in GitHub Desktop.
Save repentsinner/8ec39461feb0c6c2bee2b4c3a4ca5dc6 to your computer and use it in GitHub Desktop.
merge mr. plywood local filters
! Title: repentsinner's earplugs for algorithms
! Description: Earplugs against algorithmic recommendation engines -
! clean excessive recommendations from social media. Wish
! these worked in the respective apps as well
! Expires: 4 days
! Licence:
! Homepage:
!
! GitHub issues:
! GitHub pull requests:
! Strava
! 2020-12-28 basics!
www.strava.com##.feed-entry.challenge-group-entry.challenge.card
www.strava.com##.card.feed-entry.challenge
www.strava.com##.card.feed-entry.club
www.strava.com###your-challenges
! 2021-08-13 bye promos!
!www.strava.com##.card.feed-entry.promo-fancy.promo
www.strava.com##div.react-card-container:has(div > div > div > div > div[class^="PromoEntry"])
! bye social suggestions!
www.strava.com###suggested-follows
! bye Zwift & Peloton!
! end with 'tag' as sometimes the value is 'partner_tag' and sometimes just 'tag'!
www.strava.com##div.react-card-container:has(div[data-testid$='tag'])
! bye joined challenge!
! 2021-12-04 updated to ignore hashes in classnames!
! 2022-08-10 updated to ignore based on media as well!
www.strava.com##div[class^="Feed--entry-container"]:has(> div > div > div > div > div[class^="AthleteJoinEntry"])
! 2021-08-12 bye achievement completions!
! 2021-12-04 updated to ignore hashes in classnames!
www.strava.com##div[class^="MaharajAchievementCelebration--achievement-celebration--"]
! 2021-12-04 bye subscription upsell!
www.strava.com##.mb-md.mt-md.relative-effort-upsell
www.strava.com##div>div>div[class$="upsell"]
! 2022-08-10 bye promos generally!
www.strava.com##div[class^="Feed--entry-container"]:has(> div > div > div > div > a > div[class^="PromoEntry"])
! 2022-08-10 bye kudos counts on the dashboard!
www.strava.com##div[class^="KudosAndComments--count-wrapper--"]
! IG
! 2021-02-11 bye "suggestions for you" sidebar
www.instagram.com##._8UZ6e
! 2021-03-03 bye # of likes
www.instagram.com##.ygqzn.EDfFK
! 2021-03-06 re-enable right-click to save image
www.instagram.com##.eLAPa > ._9AhH0
! 2021-08-08 bye paid partnerships
www.instagram.com##article:has-text(Paid partnership with)
! 2021-06-04 not sure
www.instagram.com##._8UZ6e
! Quizlet
! 2020-12-28 https://quizlet.com
quizlet.com##.StickyAdz
! eBay
! 2021-03-08 https://www.ebay.com
www.ebay.com##.hl-atf-module-js.hl-banner-carousel.hl-module-full-wide.hl-module-full
! 2021-05-24 https://www.ebay.com
www.ebay.com##.merch-module
! 2021-09-03 https://www.ebay.com
www.ebay.com###gh-doodleS
! facebook
! 2021-03-30 https://www.facebook.com
www.facebook.com##.l9j0dhe7.buofh1pr.cbu4d94t.j83agx80 > .cxgpxx05 > div > span > div
! mint
! 2021-11-16 https://mint.intuit.com
mint.intuit.com##.adviceWidget.CardView
! 2022-03-31 https://mint.intuit.com
mint.intuit.com##.accounts-adv
! YouTube
! 2021-07-15 bye related extremism engine!
www.youtube.com###related
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment