From dfbfc358adfa175bf384942bd901dc3d2b170f5b Mon Sep 17 00:00:00 2001 From: Rohid Date: Tue, 27 Aug 2024 11:23:27 +0600 Subject: [PATCH] remove the slash --- src/wakatimeScript.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wakatimeScript.ts b/src/wakatimeScript.ts index dfd798f..2d905af 100644 --- a/src/wakatimeScript.ts +++ b/src/wakatimeScript.ts @@ -105,8 +105,7 @@ chrome.runtime.onMessage.addListener((request: { message: string }, sender, send }); // Google Meet -// https://meet.google.com/jzf-bwrz-djk -if (window.location.href.startsWith('https://meet.google.com/')) { +if (window.location.href.startsWith('https://meet.google.com')) { // In google meet website let inMeeting = false;