Open up the console for your browserGood fuck, this game needs a "reroll" button like so fuckin bad... At least for cheat-code users. Ideally for everyone, I dunno, give a limited power stat to use it or something. Rewinding dozens of times to get a single perk or interaction so I can make any goddamn progress at all is grating as hell.
Type in the following
SugarCube.State.active.variables.household[1].perks
It will give you the list of perks that they have.
Replace the 1 with 0, 1, 2, or 3 to change the character.
You can just add more here by adding an equal sign and just writing in new ones.
SugarCube.State.active.variables.household[1].perks = ['Nudist', 'Family Lover', 'Perverted', 'Gay', 'Nymphomaniac', 'Coomer']
The game has a check if a character has too many perks
Edit the html and fine line 3011 where it says
<<if $household[$chosen].perks.length gte 5>>
Change the 5 to a 10