New Youtube Player

Automatically starts the new youtube player aka Transparent youtube Player

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         New Youtube Player
// @author       Abbas
// @description  Automatically starts the new youtube player aka Transparent youtube Player
// @include      http://www.youtube.com/*
// @include      https://www.youtube.com/*
// @version      1.0
// @grant        none
// @namespace    https://greasyfork.org/users/12049
// ==/UserScript==

if (document.cookie.indexOf("VISITOR_INFO1_LIVE=Q06SngRDTGA") === -1)  {
    document.cookie="VISITOR_INFO1_LIVE=Q06SngRDTGA"
    location.reload();
}