YOUTUBE FUCK HTML5

try to take over the world!

2017-12-09 기준 버전입니다. 최신 버전을 확인하세요.

// ==UserScript==
// @name         YOUTUBE FUCK HTML5
// @namespace    http://tampermonkey.net/
// @version      0.3
// @description  try to take over the world!
// @author       You
// @match        *youtube.com*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
setInterval(function(){
	document.getElementById("movie_player").focus();
},500);
})();