YTMonster Video Block

Created By JaxeN

// ==UserScript==
// @name         YTMonster Video Block
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Created By JaxeN
// @author       You
// @match        https://www.youtube.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
window.location.href = 'http://www.google.com';

})();