Aereon1104 I see you liked my post. If you're interested, I found how to do it.
look in "RemtairyReactionScore.js":
and replace everywhere where lvl 2 and 3 are, with the number 999. Below I will write how I did it.
const VAR_DEF_RS_LV1_REQ = 40;
const VAR_DEF_RS_LV2_REQ = 999;
const VAR_DEF_RS_LV3_REQ = 999;
const VAR_FP_SEX_RS_LV1_REQ = 30;
const VAR_FP_SEX_RS_LV2_REQ = 999;
const VAR_FP_SEX_RS_LV3_REQ = 999;
const VAR_PA_SEX_RS_LV1_REQ = 30;
const VAR_PA_SEX_RS_LV2_REQ = 999;
const VAR_PA_SEX_RS_LV3_REQ = 999;
const VAR_TYPE_RS_LV1_REQ = 10;
const VAR_TYPE_RS_LV2_REQ = 999;
const VAR_TYPE_RS_LV3_REQ = 999;
const VAR_TOY_RS_LV1_REQ = 10;
const VAR_TOY_RS_LV2_REQ = 999;
const VAR_TOY_RS_LV3_REQ = 999;