To whitelist YouTube channels in uBlock Origin
< Feedback on YouTube - whitelist channels in uBlock Origin
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; }
उत्तर पोस्ट करण्यासाठी साइन इन करा.
Wasn't working but simple fix
Just replaced the query selector with: