Whenever time permits, I have a (bad) habit of viewing source code of new website. In this case, I found this on this website: (haven't read the js yet to see what's the true intent but surely a sign of horrible engineering)<p>edit- seems like remix customizations.<p><pre><code> "remove-watch-video-requirement": {
"defaultValue": false,
"rules": [{
"condition": {
"env": "prod",
"email": {
"$in": ["<redacted>@gmail.com", "redacted"]
}
},
"force": true
}]
},
"score-only-lesson-phoneme": {
"defaultValue": true
},
"auto-stop-recording-for-all-practice": {
"defaultValue": true,
"rules": [{
"condition": {
"env": "prod",
"email": {
"$in": ["redacted", "redacted", "redacted@live.com"]
}
},
"force": false
}]
},
"use-speechace-v9": {
"defaultValue": true
},
"april-2022-price-increase-experiment": {
"defaultValue": false,
"rules": [{
"condition": {
"env": "prod",
"email": {
"$in": ["redacted@usorov.com", "redacted@gmail.com", "redacted@gmail.com", "redacted@boldvoice.com", "redacted@gmail.com"]
}
},
"force": false</code></pre>