youku-html5

original-youku-html5-player

As of 2017-06-15. See the latest version.

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

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

})(); 
长期地址
遇到问题?请前往 GitHub 提 Issues。