remove the slash

This commit is contained in:
Rohid
2024-08-27 11:23:27 +06:00
parent 652abc9c6f
commit dfbfc358ad

View File

@@ -105,8 +105,7 @@ chrome.runtime.onMessage.addListener((request: { message: string }, sender, send
}); });
// Google Meet // 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 // In google meet website
let inMeeting = false; let inMeeting = false;