OkCupid Filter

Sifts through OkCupid profiles until we find people we want.

Author
DaveFace
Daily installs
0
Total installs
60
Ratings
0 0 0
Version
2024-06-27
Created
2024-06-29
Updated
2024-06-29
Size
3.31 KB
License
MIT
Applies to

This scripts works as of June 2024.

Automatically skips through OkCupid profiles on the Discover (home) page, e.g. the 'Recommended' and 'Match' queues.

After installing, edit the script's "keywordsRequired" and "keywordsPass" to match your preferences, e.g.:

const keywordsRequired = ["Vegan", "Vegetarian"];

const keywordsPass = ["Politically Conservative"];

Then on the Discover page, press X to pass on a profile, V to like a profile. This will set off an automatic loop that skips profiles not matching your filter. Press N to stop the loop. The loop will stop if it finds a profile with any of your required keywords and none of your pass keywords.

The links to passed profiles are put in the console log.