madkarmaa / youtube-downloader

A simple userscript to download YouTube videos in MAX QUALITY
https://greasyfork.org/scripts/479944
45 stars 4 forks source link

Notification pops up at random sites without a frame or option to close #7

Closed hi-yiyang closed 4 months ago

hi-yiyang commented 4 months ago

image

Please see above. Issue seems to appear on websites that have YT frames embedded.

madkarmaa commented 4 months ago

please go to line 24 in the script and add the following code:

if (window !== window.parent) return;

then tell me if it fixes the issue. I couldn't find any website having YouTube music iframes.

hi-yiyang commented 4 months ago

thanks for your reply!

I have unfortunately closed the notification on other pages, so I cannot retest it for the moment.

I will update on here if the issue occurs next time.

good day.

madkarmaa commented 4 months ago

don't worry, I created a local page to test and fixed the issue already :)

hi-yiyang commented 4 months ago

that's great! I appreciate your promptness. enjoy your weekend