Move skip rule code to new file

This commit is contained in:
Ajay
2025-06-06 23:39:51 -04:00
parent 1b5dc38750
commit dc5bb5b8aa
6 changed files with 150 additions and 144 deletions

View File

@@ -51,7 +51,8 @@ import { asyncRequestToServer } from "./utils/requests";
import { isMobileControlsOpen } from "./utils/mobileUtils";
import { defaultPreviewTime } from "./utils/constants";
import { onVideoPage } from "../maze-utils/src/pageInfo";
import { getCategoryDefaultSelection, getCategorySelection, getSegmentsForVideo } from "./utils/segmentData";
import { getSegmentsForVideo } from "./utils/segmentData";
import { getCategoryDefaultSelection, getCategorySelection } from "./utils/skipRule";
cleanPage();