// ==UserScript==
// @name youku-html5
// @namespace http://tampermonkey.net/
// @version 0.1.1
// @description original-youku-html5-player
// @author jswh
// @match *://*.youku.com/*
// @include *://*.youku.com/*
// @grant none
// @license AGPLv3
// @downloadURL none
// ==/UserScript==
(function() {
'use strict';
window.sessionStorage.setItem("P_l_h5", true);
})();