mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 17:21:05 +00:00
fix: fix login issue and improve google caledar flow
This commit is contained in:
@@ -2,3 +2,8 @@
|
||||
export function isSeqtaEngageExperience(): boolean {
|
||||
return document.title.includes("SEQTA Engage");
|
||||
}
|
||||
|
||||
/** Unauthenticated SEQTA login shell (Learn + Engage). */
|
||||
export function isSeqtaLoginPage(): boolean {
|
||||
return document.querySelector(".login") !== null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user