Greasy Fork is available in English.

youku-html5

original-youku-html5-player

// ==UserScript==
// @name youku-html5
// @namespace http://tampermonkey.net/
// @version 0.1.1
// @description original-youku-html5-player
// @author jswh
// @match *://*.youku.com/*
// @grant none
// @license      AGPLv3
// ==/UserScript==

(function() {
'use strict';
window.sessionStorage.setItem("P_l_h5", true);

})();