YouTube - whitelist channels in uBlock Origin

To whitelist YouTube channels in uBlock Origin

目前為 2015-12-15 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
gorhill
評價
0 0 0
版本
1.3
建立日期
2015-10-20
更新日期
2015-12-15
尺寸
1.9 KB
授權條款
http://creativecommons.org/licenses/by-sa/4.0/
腳本執行於

Source: https://github.com/gorhill/uBlock/wiki/How-to-whitelist-a-web-site#a-youtube-channel

  • Install the user script.
  • Locate and copy the Youtube channel owner's name.
  • Once you have the channel owner's name:
    • Go to the Whitelist pane in uBlock Origin's dashboard.
    • Add the line *youtube.com/*user=[CHANNEL_OWNER'S_NAME]*.
    • Replace [CHANNEL_OWNER'S_NAME] with the channel owner's name you extracted earlier.
    • Example: *youtube.com/*user=jacksfilms*.
    • Click Apply changes once you added the whitelist directive.

Optionally, 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:

  • Chromium-based browsers: right-click on the toolbar, select "Add page..."
  • Firefox-based browsers: right-click on the toolbar, select "New Bookmark..."
  • Fill in the fields:
    • Name: uBO: YT channel whitelist directive (change as you wish)
    • URL/location: see below.
    • Click "Save" or "Add".

Bookmarklet URL/location:

javascript:(function(){"use strict";var e=document.querySelector('[href*="/user/"]');if(null!==e){var t=e.getAttribute("href")||"",r=t.match(/\/user\/([^\/?]+)/);if(null!==r)return void alert("uBO whitelist directive for this channel:\n/*user="+r[1]+"*")}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.