YouTube - whitelist channels in uBlock

Helps whitelist YouTube channels in uBlock

< 脚本YouTube - whitelist channels in uBlock的反馈

提问/评论

§
发表于:2015-11-07

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") {

发表回复

登录以发表回复。