yewtu.be

Always redirects to yewtu.be.

// ==UserScript==
// @name               yewtu.be
// @namespace          https://greasyfork.org/en/users/728780-turbo-cafe-clovermail-net
// @description        Always redirects to yewtu.be.
// @include            *://*.youtube.com/*
// @version            1.07
// @run-at             document-start
// @author             [email protected]
// @grant              none
// ==/UserScript==

window.location.replace("https://yewtu.be" + window.location.pathname + window.location.search);