To whitelist YouTube channels in uBlock Origin
< Feedback on YouTube - whitelist channels in uBlock Origin
Youtube has made some changes that causes the script to parse the wrong thing, yielding an alphanumerical id. Check my post in the following thread to fix the user name issue (until the author officially fixes it) and get the script working as intended:
https://greasyfork.org/en/forum/discussion/8985/x
To get the whitelisting working, just find the actual Youtube user name associated with the channel you want to whitelist -- for instance TotalHalibut for Totalbiscuit's channel -- and add a new line in the whitelist in uBlock with the following format:
*youtube.com/*user=*
where you substitute with the user name you found. Then just apply the changes and uBlock will hopefully turn off for that channel.
To get the whitelisting working, just find the actual Youtube user name associated with the channel you want to whitelist
Ah I saw your post but forgot to change the alphanum id to the actual user name. Thanks!
Not working for me in Chrome v1.6.8
TamperMonkey shows script is active and the JS alert shows the URL format of "youtube.com/*user=...*" but uBlock continues to block the current video and all channel videos.
Where exactly does the script add the whitelisted site? Is it supposed to show up under the 'whitelist' setting in uBlock o?