No more 'Ad blockers are not allowed on YouTube'
< 脚本Remove Youtube Adblock Warnings!的反馈
Here is a possible fix to the delay timer. Works for me but need more tests.
For version 0.2.2, change line 23-26 to:
if(document.getElementsByClassName("style-scope ytd-popup-container").length > 0 && document.getElementById("divider")) { setTimeout(function(){ document.getElementsByClassName("style-scope ytd-popup-container").remove();
Thereby removing the entire warning section. Side effect: I think it also removes all Youtube popups. Please help me test this.
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Here is a possible fix to the delay timer. Works for me but need more tests.
For version 0.2.2, change line 23-26 to:
Thereby removing the entire warning section. Side effect: I think it also removes all Youtube popups. Please help me test this.