We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcfea9 commit 0610eeaCopy full SHA for 0610eea
src/popup.ts
@@ -71,9 +71,7 @@ window.addEventListener("message", async (e): Promise<void> => {
71
if (e.source !== window.parent) return;
72
if (e.origin.endsWith('.youtube.com')) {
73
allowPopup = true;
74
- return
75
}
76
- else return;
77
});
78
79
//make this a function to allow this to run on the content page
0 commit comments