Youtube Unblocker

Automatically forwards country-blocked YouTube videos to eachvideo.com and unblocks the video.

目前为 2017-09-01 提交的版本。查看 最新版本

// ==UserScript==
// @name         Youtube Unblocker
// @namespace    YTUB
// @version      5.5
// @description  Automatically forwards country-blocked YouTube videos to eachvideo.com and unblocks the video.
// @author       drhouse
// @include      https://www.youtube.com/watch*
// @require      http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @icon         https://s.ytimg.com/yts/img/favicon-vfldLzJxy.ico
// @locale       en
// ==/UserScript==

if ($('#player-unavailable:not(.hid)').length) {
	location.replace('https://eachvideo.com/watch' + location.search);
}

QingJ © 2025

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