YouTube - whitelist channels in uBlock

Helps whitelist YouTube channels in uBlock

< Обсуждения: YouTube - whitelist channels in uBlock

Вопрос или комментарий

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

Ответить

Войдите, чтобы ответить.