OKCupid Advanced Filter

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
ChaoticHolon
Posts: 1
Joined: Sat Oct 17, 2015 5:55 am

OKCupid Advanced Filter

Post by ChaoticHolon »

For anybody that uses OKCupid and has gotten tired of how invasive the ads have gotten, this is for you!

I wrote custom filters that remove all the A-List upsells and ads from the interface. It may seem a little aggressive but it only removes features/things that you don't have access to unless you are subscribed as A-List.

I will attempt to keep these up to date as they update the site.

Enjoy:

Code: Select all

okcupid.com###main_column > .dummy
okcupid.com###right_column > .dummy
okcupid.com###whosIntoYouUpgrade
okcupid.com##p[id*="nonalist"]
okcupid.com##a[id="careers_cta"]
okcupid.com##.quickbuybox
okcupid.com##.right.page-right > aside:nth-child(1)
okcupid.com##.right.page-right > aside:nth-child(2)
okcupid.com##.upgrade_ad
okcupid.com##a[href*="okcupid.com/upgrade"]
okcupid.com##aside[class*="-upgrade-link"]
okcupid.com##div[id*="boost"]
okcupid.com##div[id*="incognito"]
okcupid.com##li.join-alist
okcupid.com##ul.page_tabs  * a[href*="who-likes-you"]
Locked