Helps whitelist YouTube channels in Adblock Plus
< 腳本YouTube - whitelist channels in Adblock Plus的回應
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") {
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.
登入以回復
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") {