Skip to content

Commit 221a21c

Browse files
authored
Update background.js
1 parent 64b2d03 commit 221a21c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

background.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ var exclude = [];
4545

4646
// https://github.com/NDevTK/AutoPause/issues/31
4747
const unsupportedWindowScripts = ['https://*.netflix.com/*'];
48-
// Calls shouldn't work the same as other media if you get a call you probably want to hear it and when playing a video you likely don't want to mute the other person https://github.com/NDevTK/AutoPause/issues/58
49-
const unsupportedScripts = ['https://meet.google.com/*', 'https://discord.com/*', 'https://*.zoom.us/*'];
48+
const unsupportedScripts = [];
5049

5150
async function restore() {
5251
let result = await chrome.storage.session.get('state');

0 commit comments

Comments
 (0)