Helps whitelist YouTube channels in uBlock
< Feedback on YouTube - whitelist channels in uBlock
here is a fix for needing to reload the page to get the username addedchangeif (mutation.addedNodes[i].id == "watch7-container") {toif (mutation.addedNodes[i].id == "watch7-main-container") {
if (mutation.addedNodes[i].id == "watch7-container") {
if (mutation.addedNodes[i].id == "watch7-main-container") {
Sign in to post a reply.
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") {