您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
To whitelist YouTube channels in uBlock Origin
No longer maintained: assume it does not work properly, so don't bother installing.
Source: https://github.com/gorhill/uBlock/wiki/How-to-whitelist-a-web-site#a-youtube-channel
Install the user script.
Add the following bookmarklet to your toolbar: it will create a whitelist directive for you to add to uBlock Origin for the channel owner of the current Youtube page:
uBO: YT channel whitelist directive
(change as you wish)Bookmarklet URL/location:
javascript:(function() {"use strict";var e = document.querySelector('[id^="watch"][id$="-container"] [itemprop="channelId"][content]');if (null !== e) {var t = e.getAttribute("content") || "";if ('' !== t) return void prompt("uBO whitelist directive for this channel:","youtube.com/*user=" + encodeURIComponent(t) + "*")}alert("No Youtube user name found on this page.")})();
Once you click this bookmarklet while on a Youtube page, it will extract the channel owner's name and create a valid directive to be pasted in the Whitelist pane of uBlock Origin if you want to whitelist the Youtube channel.