您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Sifts through OkCupid profiles until we find people we want.
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.