Helps whitelist YouTube channels in Adblock Plus
< 脚本 YouTube - whitelist channels in Adblock Plus 的反馈
I can't reproduce the issue in Firefox 42.0 with Greasemonkey 3.5.
I made the suggested change regardless, because I see no difference with it.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
here is a fix for needing to reload the page to get the username added
change
if (mutation.addedNodes[i].id == "watch7-container") {
to
if (mutation.addedNodes[i].id == "watch7-main-container") {