YouTube - whitelist channels in uBlock Origin

To whitelist YouTube channels in uBlock Origin

< 腳本YouTube - whitelist channels in uBlock Origin的回應

提問/評論

§
發表於:2019-07-19

Wasn't working but simple fix

Just replaced the query selector with:

var link = document.querySelector('[id="owner-name"] a[href^="/user/"]');
if ( link === null ) {
    link = document.querySelector('[id="owner-name"] a[href^="/channel/"]');
    if ( link === null)
        return;
}

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址