YouTube Hide "Recommended for you" from related videos

Hides videos marked as "Recommended for you" from the related videos on YouTube video pages.

< 脚本YouTube Hide "Recommended for you" from related videos的反馈

提问/评论

§
发表于:2016-09-01

Youtube dynamic element issue

Hi, the script works fine when the page is loaded. However, if I select a video from the right panel, the script stops working. Because #watch-related is reset with its event bindings. I recommend you to change your code like this:

Old: $('#watch-related').one('DOMSubtreeModified', hideRecommended);
New: $(document).one('DOMNodeInserted', '#watch-related', hideRecommended);

Eckankar作者
§
发表于:2016-10-04

Thank you for your suggestion. I have updated the script as you proposed: https://github.com/Eckankar/userscripts/commit/c5019c3656609f818f2025c1291eb7ec47b7668c

发表回复

登录(不可用)以发表回复。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址