OkCupid Filter

Sifts through OkCupid profiles until we find people we want.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
DaveFace
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
83
Βαθμολογίες
0 0 0
Έκδοση
2024-06-27
Δημιουργήθηκε την
29/06/2024
Ενημερώθηκε την
29/06/2024
Μέγεθος
3 KB
Άδεια
MIT
Εφαρμόζεται σε

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.