Refactored Little Caprice Dreams. Fixed Karups breaking on BoyFun domain.

This commit is contained in:
DebaucheryLibrarian
2026-02-01 19:05:20 +01:00
parent 3189652fc8
commit f42d79d521
7 changed files with 163 additions and 150 deletions

View File

@@ -60,7 +60,7 @@ function kgToLbs(kgs) {
}
function curateConvertInput(string) {
if (/[']|(fe*o*t)/.test(string)) {
if (/[']|(fe*o*t)/.test(string)) {
const result = string.match(/(\d+).*?(\d+)/);
if (result) {