mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
/** SEQTA Engage (React) uses a different shell from classic SEQTA Learn. */
|
|
export function isSeqtaEngageExperience(): boolean {
|
|
return document.title.includes("SEQTA Engage");
|
|
}
|